@charset "UTF-8";
/*ダウンロードしてきたファイルのため内容書き換えない210604*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*** all reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
  box-sizing: border-box;
}

img {
  display: block;
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6, pre, address, em, strong, th, ins {
  font-size: 100%;
  font-style: normal;
  font: normal;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

input, select, textarea {
  vertical-align: middle;
}

img {
  border: 0;
  vertical-align: middle;
}

ins, a {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

/***cleasrfix hack***/
.hack:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hack {
  display: inline-block;
}

/*hide macie*/
.hack {
  display: block;
}

/*end hide*/
/*** font ***/
/*family*/
.fonM {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fonG {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace, sans-serif;
}

.fonMin {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*size*/
.fs-s {
  font-size: 80%;
}

* html .fs-s { /*IE用*/
  font-size: 75%;
}

/*** color ***/
.c555 {
  color: #555555;
}

.cf00 {
  color: #ff0000;
}

.c000 {
  color: #000000;
}

.cfff {
  color: #ffffff;
}

.red {
  color: #cc0000;
}

.blue {
  color: #006;
}

.gold {
  color: #9e915a;
}

/*style*/
.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.d {
  text-decoration: line-through;
}

/*** border ***/
.border1 {
  border: solid 1px #000000;
}

.borderDot1 {
  border: dotted 2px #000000;
}

.border2 {
  border: solid 1px #000000;
}

.borderDot2 {
  border: dotted 2px #000000;
}

/*** link ***/
a {
  transition: all 0.3s ease;
  text-decoration: none;
}

a:link {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover {
  color: #777;
}

a:active {
  color: #777;
}

.alphaOver a img, .alphaOver2 a {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transition: all 0.3s ease;
}

.alphaOver a:hover img, .alphaOver2 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

a img {
  transition: all 0.3s ease;
}

/*ダウンロードしてきたファイルのため内容書き換えない210604*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*** all reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
  box-sizing: border-box;
}

img {
  display: block;
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6, pre, address, em, strong, th, ins {
  font-size: 100%;
  font-style: normal;
  font: normal;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

input, select, textarea {
  vertical-align: middle;
}

img {
  border: 0;
  vertical-align: middle;
}

ins, a {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

/***cleasrfix hack***/
.hack:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hack {
  display: inline-block;
}

/*hide macie*/
.hack {
  display: block;
}

/*end hide*/
/*** font ***/
/*family*/
.fonM {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fonG {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace, sans-serif;
}

.fonMin {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*size*/
.fs-s {
  font-size: 80%;
}

* html .fs-s { /*IE用*/
  font-size: 75%;
}

/*** color ***/
.c555 {
  color: #555555;
}

.cf00 {
  color: #ff0000;
}

.c000 {
  color: #000000;
}

.cfff {
  color: #ffffff;
}

.red {
  color: #cc0000;
}

.blue {
  color: #006;
}

.gold {
  color: #9e915a;
}

/*style*/
.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.d {
  text-decoration: line-through;
}

/*** border ***/
.border1 {
  border: solid 1px #000000;
}

.borderDot1 {
  border: dotted 2px #000000;
}

.border2 {
  border: solid 1px #000000;
}

.borderDot2 {
  border: dotted 2px #000000;
}

/*** link ***/
a {
  transition: all 0.3s ease;
  text-decoration: none;
}

a:link {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover {
  color: #777;
}

a:active {
  color: #777;
}

.alphaOver a img, .alphaOver2 a {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transition: all 0.3s ease;
}

.alphaOver a:hover img, .alphaOver2 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

a img {
  transition: all 0.3s ease;
}

.top {
  transform: translateY(-50px);
  opacity: 0;
}
@media (max-width: 960px) {
  .top {
    transform: translateY(50px);
  }
}
.top.animationActive {
  transform: translateY(0);
  transition: all 2s ease;
  opacity: 1;
}

.left {
  transform: translateX(50px);
  opacity: 0;
}
@media (max-width: 960px) {
  .left {
    transform: translateY(50px);
  }
}
.left.animationActive {
  transform: translateX(0);
  transition: all 2s ease;
  opacity: 1;
}
@media (max-width: 960px) {
  .left.animationActive {
    transform: translateY(0);
  }
}

.right {
  transform: translateX(-50px);
  opacity: 0;
}
@media (max-width: 960px) {
  .right {
    transform: translateY(50px);
  }
}
.right.animationActive {
  transform: translateX(0);
  transition: all 2s ease;
  opacity: 1;
}
@media (max-width: 960px) {
  .right.animationActive {
    transform: translateY(0);
  }
}

.bottom {
  transform: translateY(50px);
  opacity: 0;
}
.bottom.animationActive {
  transform: translateY(0);
  transition: all 2s ease;
  opacity: 1;
}

.fade {
  opacity: 0;
}
.fade.animationActive {
  transition: all 2s ease;
  opacity: 1;
}

.blur {
  opacity: 0;
}
.blur.animationActive {
  opacity: 1;
  animation: ani-blur-fortxt 0.9s ease;
}

/* animation */
.ani_img {
  position: relative;
  opacity: 0;
  transition: all 1.5s;
}

.ani_img {
  align-self: flex-start;
}

.ani_img img {
  width: 100%;
}

.ani_img_bg {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 1.5s;
}

.ani_img_bg_on {
  width: 0;
}

.lmv {
  transition: all 2s;
  opacity: 0;
  transform: translate(0, 50px);
}

.mv {
  opacity: 1;
  transform: translate(0, 0);
}

.opamv {
  transition: all 1.5s;
  opacity: 0;
}

.opmv {
  opacity: 1;
}

.sclmv {
  transition: all 1.5s;
  opacity: 0;
  transform: scale(1.5, 1.5);
}

.scmv {
  opacity: 1;
  transform: scale(1, 1);
}

@keyframes ani-scale-bs {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes ani-scale-sb {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes ani-btot {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5%);
  }
}
@keyframes ani-scale-btot {
  0% {
    transform: translateY(0) scale(1.2, 1.2);
  }
  100% {
    transform: translateY(-5%) scale(1, 1);
  }
}
@keyframes ani-scale-ttob {
  0% {
    transform: translateY(0) scale(1, 1);
  }
  100% {
    transform: translateY(-5%) scale(1.2, 1.2);
  }
}
@keyframes ani-opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-blur {
  0% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes ani-blur-fortxt {
  0% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes ani-brightness {
  0% {
    filter: brightness(115%);
  }
  100% {
    filter: brightness(100%);
  }
}
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 14.5px;
  font-size: 1.45rem;
  line-height: 1.9;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  background-color: #eeeeee;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  box-sizing: border-box;
}
img {
  width: 100%;
}

.txt-j {
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}

@media (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media print {
  .pc {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 960px) {
  .sp {
    display: block;
  }
}
@media print {
  .sp {
    display: none;
  }
}

@media print {
  body {
    background: #fff;
    color: #000;
  }
  .b {
    font-weight: normal;
  }
  .break_p {
    page-break-before: always;
  }
  .gnav_wrap {
    display: none;
  }
}
.fix_wrap {
  width: 100%;
  display: flex;
  position: relative;
}

.cap-white,
.cap-black {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 2;
  font-size: 1.2rem;
}
@media (max-width: 960px) {
  .cap-white,
  .cap-black {
    font-size: 1rem;
    bottom: 0px;
    right: 5px;
  }
}

.cap-white {
  color: #fff;
  text-shadow: 0 0 4px #000;
}

.cap-black {
  color: #000;
  text-shadow: 0 0 4px #fff;
}
.subpage{
  padding-top: 121px;
}
@media (max-width: 960px) {
  .subpage{
    padding-top: 50px;
  }
}
.subpage .fix_left {
  width: calc(100% - 700px - 220px);
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
@media (max-width: 960px) {
  .subpage .fix_left {
    display: none;
  }
}
.subpage .fix_left .bg_wrap {
  opacity: 0;
}
.subpage .fix_left .bg_wrap.is-visible {
  opacity: 1;
}
.subpage .fix_left .bg {
  background-position: center;
  background-size: 108%;
  height: 108%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  opacity: 1;
  filter: blur(0);
  transition: all 1.5s;
}
.subpage .fix_left .bg .centering {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subpage .fix_left .image-photo {
  position: absolute;
  bottom: 5px;
  left: 15px;
  z-index: 5;
  color: #fff;
  text-shadow: 0 0 4px #000;
}
.subpage .fix_left .ttl {
  text-align: center;
}
.subpage .fix_left .ttl {
  padding-bottom: 70px;
}

.subpage .main-con {
  width: 700px;
  width: 50%;
  margin: 0 auto;
  background-color: #eeeeee;
  box-shadow: -20px -20px 50px rgba(0, 0, 0, 0.6);
  z-index: 5;
  position: relative;
}
@media (max-width: 960px) {
  .subpage .main-con {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .subpage .main-con {
    min-width: inherit;
    width: 100%;
  }
}

.inner {
  max-width: 880px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.bottom-note {
  width: 80%;
  margin: 30px auto;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 500px) {
  .bottom-note {
    width: 90%;
    line-height: 1.3;
  }
}
.bottom-note li {
  display: flex;
}
.bottom-note li::before {
  content: "※";
  display: block;
  padding-right: 2px;
}

.gold-line {
  position: absolute;
  z-index: 2;
}

h3.sec-ttl {
  font-size: 3rem;
  color: #432619;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 500px) {
  h3.sec-ttl {
    font-size: 6vw;
  }
}

.subpage .mv_wrap {
  margin-bottom: 50px;
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
.subpage .mv-txt_wrap {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  z-index: 2;
}
.subpage .mv-txt_wrap .mv-ttl {
  text-align: center;
  font-size: 6rem;
  line-height: 1.1;
  margin-bottom: 50px;
  letter-spacing: 0.5rem;
}
@media (max-width: 500px) {
  .subpage .mv-txt_wrap .mv-ttl {
    font-size: 10vw;
    margin-bottom: 40px;
    letter-spacing: 0.3rem;
  }
}
.subpage .mv-txt_wrap .mv-ttl .f-bigger {
  font-size: 180%;
}
.subpage .mv-txt_wrap .mv-read-txt {
  text-align: center;
  line-height: 2.8;
  padding: 0 2%;
}
@media (max-width: 500px) {
  .subpage .mv-txt_wrap .mv-read-txt {
    line-height: 2.2;
    font-size: 1.3rem;
  }
}
.subpage .mv-note {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2px 7px;
  font-size: 1.3rem;
  font-weight: 500;
  z-index: 2;
}
@media (max-width: 960px) {
  .subpage .mv-note {
    font-size: 1rem;
  }
}
.subpage .mv-img {
  height: 100vh;
  height: 100svh;
}
.subpage .mv-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.subpage .bgcontent2 {
  padding-top: 50px;
}
.subpage .read-txt_wrap {
  margin-bottom: 70px;
}
@media (max-width: 700px) {
  .subpage .read-txt_wrap {
    margin-bottom: 35px;
  }
}
.subpage .read-txt_wrap p {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 960px) {
  .subpage .read-txt_wrap p {
    font-size: 1.8rem;
  }
}
.subpage .read-txt {
  color: #432619;
  font-weight: 600;
  font-size: 1.6rem;
}
.subpage h2.main_copy {
  background-color: #92806a;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 30px 0;
  font-weight: lighter;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .subpage h2.main_copy {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
.subpage h2.main_copy .f_en {
  font-size: 3rem;
  letter-spacing: 0.5rem;
}
@media (max-width: 700px) {
  .subpage h2.main_copy .f_en {
    font-size: 2.5rem;
  }
}

.res-req {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.res-req .web-c {
  max-width: 530px;
}
@media (max-width: 960px) {
  .res-req .web-c {
    width: 90%;
  }
}
