@charset "UTF-8";
@import "reset.css";
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
tag
================================================================================
*/
h1, h2, h3, h4 {
  font-weight: 700;
}

h5, h6 {
  font-weight: 500;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

img,
input,
svg,
*:before,
*:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  filter: blur(0);
  -webkit-filter: blur(0);
  image-rendering: -webkit-optimize-contrast;
}

a:hover img,
a:hover input {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

a, a:link, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

/* 
================================================================================
class
================================================================================
*/
.pointer-events {
  pointer-events: all;
}

.red {
  color: #004988;
}

.before::before, .after::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 750px) {
  .onlyPC {
    display: none !important;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 750px) {
  .onlySP {
    display: block !important;
  }
}

.inView:not(.trigger) {
  -webkit-transition: all 2000ms cubic-bezier(0, 0, 0, 1) 200ms;
  transition: all 2000ms cubic-bezier(0, 0, 0, 1) 200ms;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
  opacity: 0;
}

.inView.is-in {
  opacity: 1 !important;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}

.inView.out {
  opacity: 0;
}

.radius {
  border-radius: 1.25rem;
  overflow: hidden;
}

.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left;
}

.tRight {
  text-align: right;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.grid.itemsCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid.col_3 {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.col_4 {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid.col_5 {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex .flexItem {
  margin: 0;
  width: 100%;
}

.tateGaki {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .tateGaki {
    white-space: nowrap;
  }
}
.tateGaki dd.tate {
  text-orientation: upright;
}
.tateGaki .yomi {
  display: inline-block !important;
  border: solid 0px #c00;
  font-size: 0.9em;
  -webkit-transform: translate(0.2em, 0);
          transform: translate(0.2em, 0);
  padding: 0.3em 0 0.2em 0;
}
.tateGaki .number {
  text-orientation: upright;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  display: initial;
  line-height: 1;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.tateGaki .number.mini {
  font-size: 0.6em;
}
.tateGaki .number .inWrap {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0.2em;
}
.tateGaki .rotate {
  display: inline-block !important;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tateGaki .rotateNumber {
  display: inline-block !important;
  -webkit-transform: translate(0.1em, 0);
          transform: translate(0.1em, 0);
}

.tateTable {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9em 1fr;
  grid-template-columns: 9em 1fr;
  letter-spacing: 0;
  margin: 0 1em;
}
@media screen and (max-width: 750px) {
  .tateTable {
    -ms-grid-columns: 7em 1fr;
    grid-template-columns: 7em 1fr;
    line-height: 1.7;
  }
}
body.english .tateTable {
  margin: 0.9375rem 0 0.9375rem 0;
  grid-gap: 0.0625rem;
  -ms-grid-columns: 10em 0.0625rem 1fr;
  grid-template-columns: 10em 1fr;
}
@media screen and (max-width: 750px) {
  body.english .tateTable {
    -ms-grid-columns: 12em 0.0625rem 1fr;
    grid-template-columns: 12em 1fr;
    line-height: 1.5;
  }
}
.tateTable dt {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.tateTable dt h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 750px) {
  .tateTable dt h5 {
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
}
body.english .tateTable dt h5 {
  padding: 0 0.3125rem 0 0;
  font-size: 0.8125rem;
}
.tateTable dt h5 span {
  display: inline-block !important;
  margin: auto;
}
.tateTable dt .line::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 54%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #000;
}
body.english .tateTable dt .line::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
  body.english .tateTable dt .line::before {
    top: 0.75em;
  }
}
@media screen and (max-width: 750px) {
  body.english .tateTable dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.tateTable dd {
  padding-top: 0.3125rem;
}
body.english .tateTable dd {
  padding: 0 0 0 0.3125rem;
  font-size: 0.8125rem;
}
@media screen and (max-width: 750px) {
  body.english .tateTable dd {
    font-size: 0.75rem;
  }
}

.combine {
  display: inline !important;
  -ms-text-combine-horizontal: all;
  -webkit-text-combine: horizontal;
  -moz-text-combine-upright: all;
  text-combine-upright: all;
}

.yokoGaki {
  width: 90%;
  max-width: 500px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body.english .yokoGaki.Unit {
  width: 100%;
}
.globalInner {
  width: 80%;
  max-width: 1152px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .globalInner {
    width: 84%;
  }
}
.wideLayout .globalInner {
  max-width: 1100px;
}
.globalInner .contentsWrap.inner {
  width: 86%;
  margin: auto;
}

main {
  width: 100%;
}

.fieldGroup:not(:last-child) {
  margin-bottom: 1.5em;
}

.imageGroup {
  display: -ms-grid;
  display: grid;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  grid-gap: 0.625rem;
}
.imageGroup.count_2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.imageGroup.count_3 {
  -ms-grid-columns: 1fr 0.625rem 1fr;
  grid-template-columns: 1fr 1fr;
}
.imageGroup.count_3 .item:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.imageGroup.count_3 .item:nth-of-type(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.imageGroup.count_3 .item:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.imageGroup.count_4 {
  -ms-grid-columns: 1fr 0.625rem 1fr;
  grid-template-columns: 1fr 1fr;
}
.field:not(:last-child) {
  margin-bottom: 0.5em;
}
.field.label::before {
  content: "●";
  display: inline-block;
}
.field.indent {
  padding-left: 1em;
  font-size: 0.9em;
  line-height: 2.2;
}
.field p:not(:last-child) {
  margin-bottom: 1em;
}
.field .members {
  display: table;
  width: auto !important;
  font-size: 0.9em;
  margin-top: 1em;
  line-height: 1.5;
  padding: 1em;
  background: rgba(0, 0, 0, 0.05);
}
.field .members ol, .field .members ul {
  padding: 0;
}
@media screen and (max-width: 750px) {
  .field .members ol, .field .members ul {
    padding: 0;
  }
}
.field .members ul {
  display: inline-block;
  letter-spacing: 0;
}
.field .members ul li {
  display: inline-block;
  margin-right: 0.2em;
}
.field .members ul li:not(:last-child)::after {
  content: " / ";
}
.field .members div {
  display: table;
  width: inherit;
  font-size: 0.9em;
  padding-top: 1em;
}

.bgBtn {
  width: auto;
  height: auto;
  background: #000;
  color: #fff;
  cursor: pointer;
  margin-bottom: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.3125rem 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.bgBtn span {
  color: #fff;
}

dl.count {
  counter-reset: count 0;
}
dl.count > dt {
  position: relative;
  padding: 0.5em 1em 0 2.5em !important;
}
dl.count > dt:before {
  counter-increment: count;
  content: counter(count) ". ";
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  width: 1.5em;
  text-align: right;
}

ul {
  list-style: none;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}
ul li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
ul li:last-child {
  margin-bottom: 0 !important;
}
ul.list li {
  padding-left: 1em;
  margin-bottom: 0.2em;
}
ul.list li::before {
  content: "・";
}
ul.kome li {
  padding-left: 1em;
  margin-bottom: 0.5em;
}
ul.kome li::before {
  content: "※";
}
ul.maru li {
  padding-left: 1em;
  margin-bottom: 0.5em;
}
ul.maru li::before {
  content: "○";
}
ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
ul.sns li {
  width: 3.125rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ccc;
}
ul.sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
ul.sns li a span {
  display: none;
}
dl.grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.625rem;
  -ms-grid-columns: auto 0.625rem 1fr;
  grid-template-columns: auto 1fr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
}
img.bannerShadow {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

svg {
  width: 100%;
  height: auto;
}
svg g path {
  stroke: #404040;
  fill: #404040;
  stroke-width: 0.05;
  stroke-dashoffset: 0;
}

.global_inner {
  margin: 0 auto 0;
  width: 90%;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: solid 1px #c00;
}
@media screen and (min-width: 750px) {
  .global_inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  .tateGakiUnit {
    border: solid 0px #c00;
    height: 12.5rem;
    text-align: justify;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3.75rem;
  }
}

@media screen and (max-width: 750px) {
  .clm {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 2.5em;
       -moz-column-gap: 2.5em;
            column-gap: 2.5em;
    height: 70em;
    text-align: justify;
    margin-bottom: 5rem;
    border: solid 0px #369;
  }
  body.english .clm {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    height: auto;
  }
  .clm .child {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}

.bannerUnit {
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .bannerUnit {
    padding: 20vw 10vw 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bannerUnit ul {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 750px) {
  .bannerUnit ul {
    height: calc(80vh - 27.5vw);
    height: calc(80svh - 27.5vw);
    margin: 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.bannerUnit ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.bannerUnit ul li h4 {
  visibility: hidden;
}
body.english .bannerUnit ul li h4 {
  text-align: center;
  visibility: visible;
  font-size: clamp(0.6875rem, 1.4vw, 1rem);
  -webkit-transform: translate(0, -5rem);
          transform: translate(0, -5rem);
  opacity: 0;
  -webkit-transition: all 2000ms cubic-bezier(0, 0, 0, 1) 200ms;
  transition: all 2000ms cubic-bezier(0, 0, 0, 1) 200ms;
}
.bannerUnit ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, -5rem);
          transform: translate(0, -5rem);
  opacity: 0;
  -webkit-transition: all 2000ms cubic-bezier(0, 0, 0, 1) 200ms;
  transition: all 2000ms cubic-bezier(0, 0, 0, 1) 200ms;
}
body.english .bannerUnit ul li::after {
  display: none;
}
.bannerUnit ul li:nth-of-type(1) {
  background: url("../img/background/bg_message.jpg") center center no-repeat;
  background-size: cover;
}
.bannerUnit ul li:nth-of-type(1)::after {
  background: url("../img/title/message_white.png") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .bannerUnit ul li:nth-of-type(1)::after {
    background-size: 160%;
  }
}
.bannerUnit ul li:nth-of-type(2) {
  background: url("../img/background/bg_rice.jpg") center center no-repeat;
  background-size: cover;
}
.bannerUnit ul li:nth-of-type(2)::after {
  background: url("../img/title/rice_white.png") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .bannerUnit ul li:nth-of-type(2)::after {
    background-size: 160%;
  }
}
.bannerUnit ul li:nth-of-type(3) {
  background: url("../img/background/bg_water.jpg") center center no-repeat;
  background-size: cover;
}
.bannerUnit ul li:nth-of-type(3)::after {
  background: url("../img/title/water_white.png") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .bannerUnit ul li:nth-of-type(3)::after {
    background-size: 160%;
  }
}
.bannerUnit ul li:nth-of-type(4) {
  background: url("../img/background/bg_koubo.jpg") center center no-repeat;
  background-size: cover;
}
.bannerUnit ul li:nth-of-type(4)::after {
  background: url("../img/title/koubo_white.png") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .bannerUnit ul li:nth-of-type(4)::after {
    background-size: 160%;
  }
}
.bannerUnit ul li:nth-of-type(5) {
  background: url("../img/background/bg_enjoy.jpg") center center no-repeat;
  background-size: cover;
}
.bannerUnit ul li:nth-of-type(5)::after {
  background: url("../img/title/enjoy_white.png") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .bannerUnit ul li:nth-of-type(5)::after {
    background-size: 160%;
  }
}
.bannerUnit ul li:nth-of-type(6) {
  background: url("../img/background/bg_bottle.jpg") center center no-repeat;
  background-size: cover;
}
.bannerUnit ul li:nth-of-type(6)::after {
  background: url("../img/title/bottle_white.png") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .bannerUnit ul li:nth-of-type(6)::after {
    background-size: 160%;
  }
}

dl.data {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.625rem;
  -ms-grid-columns: auto 0.625rem 1fr;
  grid-template-columns: auto 1fr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
}
dl.data dt {
  padding: 0.2rem 0;
}
dl.data dd {
  padding: 0.2rem 0;
}
dl.data.column_1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
dl.data.column_1 dt {
  padding: 0;
}
dl.data.column_1 dd {
  padding: 0;
  margin-bottom: 2.5rem;
}

.kakko {
  display: inline-block !important;
}
.kakko.kakko_top {
  text-indent: -0.5em !important;
}
.kakko.kakko_h {
  text-indent: -0.25em;
}
.kakko.kakko_f {
  text-indent: -0.15em;
  -webkit-transform: translate(0, 0.3sem);
          transform: translate(0, 0.3sem);
}

.grid.contentsUnit .gridItem.title {
  aspect-ratio: 1/1;
  background: #ccc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid.contentsUnit .gridItem.contents {
  padding: 3.125rem;
}
.grid.contentsUnit.layoutR .gridItem:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.grid.contentsUnit.layoutR .gridItem:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.siteLinkContents ul:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 750px) {
  .siteLinkContents ul.link.contents:not(.parent) {
    margin-bottom: 0;
  }
}
.siteLinkContents ul.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .siteLinkContents ul.link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.siteLinkContents ul.link li {
  display: inline-block;
}
.siteLinkContents ul.link li:not(.icon) a {
  display: inline-block;
  border-bottom: solid 1px #fff;
}
.siteLinkContents ul.link li:not(.icon)::after {
  content: " / ";
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.siteLinkContents ul.link li:not(:last-child) {
  margin-right: 1.25rem;
  padding-right: 1.25rem;
  line-height: 1.4;
}
.siteLinkContents ul.link li:not(:last-child)::after {
  display: inline-block;
}
.siteLinkContents ul.link.share li a {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 1.875rem;
}
.siteLinkContents ul.link.share li a span {
  display: none !important;
}
.siteLinkContents ul.link.share li.instagram a {
  background: url("../img/parts/icon_instagram.svg") center center no-repeat;
  background-size: contain;
}
/* 
================================================================================
loader
================================================================================
*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 50000;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
body.loadingFinish #loader {
  opacity: 0;
  pointer-events: none;
}
#loader #loadingAnim {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
body.loadingAnimFinish #loader #loadingAnim {
  opacity: 0;
}
#loader #loadingCircle {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
}
#loader #loadingCircle::before, #loader #loadingCircle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 2px rgba(127, 190, 197, 0.3);
  opacity: 0;
  -webkit-animation-name: loading_circle;
          animation-name: loading_circle;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
#loader #loadingCircle::after {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

@-webkit-keyframes loading_circle {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes loading_circle {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
/* 
================================================================================
body
================================================================================
*/
html.scrollMode_onepage {
  overflow: hidden;
}

body {
  font-family: "Zen Old Mincho", -apple-system, sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: left;
  overflow: hidden;
  overflow-y: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #404040;
  background-color: #212121;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.2vw;
  }
}
body.english {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0;
}
body.scrollMode_onepage {
  -webkit-overflow-scrolling: touch;
}
body.modal-active {
  /* when modal active */
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
body.eventActive {
  pointer-events: all;
}

#scrollBody {
  position: relative;
  width: 100%;
  scrollbar-color: #404040 #000;
}
body.scrollMode_easing #scrollBody {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
body.scrollMode_static #scrollBody {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* 
================================================================================
maintenance
================================================================================
*/
#maintenanceContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(var(--vh, 1vh) * 100);
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#maintenanceContents h3 {
  margin-bottom: 3.125rem;
  color: #999;
}
#maintenanceContents p {
  text-align: center;
  font-size: 0.625rem;
  line-height: 1.4;
}

/* 
================================================================================
debugWrap
================================================================================
*/
#debugWrap {
  display: none;
  position: fixed;
  width: auto;
  height: auto;
  min-width: 0.625rem;
  min-height: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
  z-index: 999999;
  color: #ddd500;
  font-size: 0.875rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.9);
}
#debugWrap .contents {
  padding: 1rem;
}

/* 
================================================================================
container,base
================================================================================
*/
#container {
  position: relative;
  width: 100%;
  visibility: hidden;
}
body.loadingFinish #container {
  visibility: visible;
}
#container.fixed, body.scrollMode_onepage #container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}
body.scrollMode_easing #container {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  pointer-events: none;
}
#container #siteBG {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#container #siteBG ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#container #siteBG ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#container #siteBG ul li:nth-of-type(1) {
  background: rgba(255, 0, 0, 0.1);
}
#container #siteBG ul li:nth-of-type(2) {
  background: rgba(0, 255, 0, 0.1);
}
#container #siteBG ul li:nth-of-type(3) {
  background: rgba(0, 0, 255, 0.1);
}
#container #siteBG ul li:nth-of-type(4) {
  background: rgba(0, 150, 150, 0.1);
}
#container #siteBG ul li:nth-of-type(5) {
  background: rgba(150, 150, 0, 0.1);
}
#container #siteBG ul li.in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container #siteBG ul li.out {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
#container #siteBG ul li.stby {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
#container #siteNav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
  display: none;
}
body.scrollMode_onepage #container #siteNav {
  display: block;
}
#container #siteNav .sectionNavWrap {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
}
#container #siteNav .sectionNavWrap ul {
  pointer-events: all;
}
#container #siteNav .sectionNavWrap ul li {
  padding: 0.625rem;
  line-height: 1;
}
#container #siteNav .sectionNavWrap ul li:not(.active) {
  cursor: pointer;
}
#container #siteNav .sectionNavWrap ul li.active {
  background: #000;
  color: #fff;
}
#container #siteNav .sectionNavWrap ul li:not(.active):hover {
  color: inherit;
  background: rgba(0, 0, 0, 0.1);
}
#container .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 255, 0, 0.2);
  z-index: 999;
  pointer-events: none;
  display: none;
}
#container section.page {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-bottom: 4.375rem;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  #container section.page {
    padding-bottom: 27.5vw;
  }
  body.english #container section.page {
    padding-bottom: 3.125rem;
  }
}
#container section.page::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}
@media screen and (max-width: 750px) {
  #container section.page::before {
    min-height: auto;
    height: 30vh;
  }
}
#container section.page.active {
  background: rgba(255, 0, 0, 0.2);
}
#container section.page .inFrame {
  width: 100%;
}
#container section.page .layoutColumn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #container section.page .layoutColumn:not(.menu) {
    width: auto;
    height: 90%;
    padding: 0 0 0vw;
    color: #000;
    grid-gap: 7vw;
    -ms-grid-columns: 1fr 7vw auto;
    grid-template-columns: 1fr auto;
  }
  body.english #container section.page .layoutColumn:not(.menu) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    height: auto;
    grid-gap: 5vw;
    padding: 0;
  }
}
#container section.page .layoutColumn .column {
  border: solid 0px #c00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
@media screen and (min-width: 750px) {
  #container section.page .layoutColumn .column.titleLabel {
    border: solid 0px #c00;
  }
  #container section.page .layoutColumn .column.titleLabel .tateGaki {
    position: absolute;
    top: 0;
  }
}
#container section.page .layoutColumn .column span {
  display: contents;
}
#container section.page .layoutColumn .column:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
#container section.page .layoutColumn .column:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media screen and (min-width: 1200px) and (max-width: 1800px) {
  #container section.page .layoutColumn .column {
    font-size: clamp(0.75rem, 1.1vw, 1rem);
  }
  body.english #container section.page .layoutColumn .column {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1800px) {
  #container section.page .layoutColumn .column {
    font-size: 1.25rem;
  }
  body.english #container section.page .layoutColumn .column {
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  #container section.page .layoutColumn .column {
    font-size: clamp(0.6875rem, 3.2vh, 0.84375rem);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.english #container section.page .layoutColumn .column {
    font-size: clamp(0.6875rem, 2.1vh, 0.6875rem);
  }
  body.english #container section.page .layoutColumn .column:nth-of-type(1) {
    grid-row: auto;
    grid-column: auto;
  }
  body.english #container section.page .layoutColumn .column:nth-of-type(2) {
    grid-row: auto;
    grid-column: auto;
  }
}
#container section.page .layoutColumn .column h2 {
  margin: 0;
}
body.english #container section.page .layoutColumn .column h2 {
  border: solid 0px #369;
  font-size: 1.8vw;
}
@media screen and (min-width: 1800px) {
  body.english #container section.page .layoutColumn .column h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  body.english #container section.page .layoutColumn .column h2 {
    font-size: 1.2em;
    text-align: left;
  }
}
#container section.page .layoutColumn .column h2 img.title {
  width: 80%;
  max-width: 4.5625rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  #container section.page .layoutColumn .column h2 img.title {
    max-width: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  #container section.page .layoutColumn .column h2 img.title {
    width: 6vw;
    max-width: 8.75rem;
  }
}
#container section.page .inViewTitle, #container section.page .inViewRead {
  -webkit-transition: all 2000ms cubic-bezier(0, 0, 0, 1) 0ms;
  transition: all 2000ms cubic-bezier(0, 0, 0, 1) 0ms;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  #container section.page .inViewTitle, #container section.page .inViewRead {
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
}
#container section.page.in.is-in .inViewTitle, #container section.page.in.is-in .inViewRead {
  -webkit-transition: all 2000ms cubic-bezier(0, 0, 0, 1) 0ms;
  transition: all 2000ms cubic-bezier(0, 0, 0, 1) 0ms;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  opacity: 1;
}
body.scrollMode_onepage #container section.contents {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100svh;
  overflow: hidden;
  margin: 0;
}
body.scrollMode_onepage #container section.page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
}
body.scrollMode_onepage #container section.page.out, body.scrollMode_onepage #container section.page.stby {
  opacity: 1;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
body.scrollMode_onepage #container section.page.out {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
body.scrollMode_onepage #container section.page.stby {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
body.scrollMode_onepage #container section.page.in {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}
body.scrollMode_onepage #container section.page .sectionFrame {
  border: solid 0px #c00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
body.scrollMode_onepage #container section.page .inFrame {
  border: solid 0px #369;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #container section.page:not(#kv):not(#pageEnd) .sectionFrame {
    border: solid 0px #c00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 30vh;
  }
  body.english #container section.page:not(#kv):not(#pageEnd) .sectionFrame {
    padding-top: 30vh;
  }
  #container section.page:not(#kv):not(#pageEnd) .inFrame {
    border: solid 0px #369;
    height: auto;
  }
}
body.eventActive #container section.page {
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 1200ms cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1200ms cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1200ms cubic-bezier(0.4, 0, 0, 1), -webkit-transform 1200ms cubic-bezier(0.4, 0, 0, 1);
}
body.changeLock #container section .page:not(.activeItem) {
  visibility: hidden;
}
#container section h2 {
  font-size: 1.875rem;
  margin-bottom: 1em;
  text-align: center;
}
#container section p:not(:last-child) {
  margin-bottom: 2rem;
}

/* 
================================================================================
fixNavi
================================================================================
*/
#fixNavi {
  width: 40px;
  height: 100%;
  position: fixed;
  z-index: 1900;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: opacity 500ms ease 500ms;
  transition: opacity 500ms ease 500ms;
  opacity: 0;
  pointer-events: none;
}
body.siteActive #fixNavi {
  opacity: 1;
}
#fixNavi .nav {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  display: none;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #fixNavi .nav {
    top: 40%;
  }
}
#fixNavi .nav div {
  width: 10px;
  height: 10px;
  background: #a4a19c;
  border-radius: 5px;
}
#fixNavi .nav div.active {
  background: #404040;
}
body.darkModeDot #fixNavi .nav div.active, body.headerNavOpen #fixNavi .nav div.active {
  background: #fff;
}
#fixNavi .nav div.active::after {
  content: "";
  display: inline-block;
  border: solid 1px #404040;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.darkModeDot #fixNavi .nav div.active::after, body.headerNavOpen #fixNavi .nav div.active::after {
  border: solid 1px #fff;
}
#fixNavi .scroll {
  position: absolute;
  bottom: 80px;
  right: 18px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media screen and (max-width: 750px) {
  #fixNavi .scroll {
    right: 0.3125rem;
    bottom: 7.5rem;
  }
}
body.curPage_0 #fixNavi .scroll {
  opacity: 1;
}
#fixNavi .scroll .text {
  width: 15px;
  height: 60px;
  margin-bottom: 10px;
  background: url("../img/parts/scroll.svg") center top no-repeat;
  background-size: contain;
}
body.darkModeDot #fixNavi .scroll .text, body.headerNavOpen #fixNavi .scroll .text {
  background: url("../img/parts/scroll.svg") center top no-repeat;
  background-size: contain;
}
#fixNavi .scroll .text span {
  display: none;
}
#fixNavi .scroll .line {
  width: 15px;
  height: 60px;
  -webkit-transform: translate(-2px, 0);
          transform: translate(-2px, 0);
  overflow: hidden;
}
#fixNavi .scroll .line::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #b2cbe1;
}
body.darkModeDot #fixNavi .scroll .line::before, body.headerNavOpen #fixNavi .scroll .line::before {
  background: #666;
}
#fixNavi .scroll .line .gauge {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #404040;
  -webkit-animation-name: scrolldown;
          animation-name: scrolldown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body.darkModeDot #fixNavi .scroll .line .gauge, body.headerNavOpen #fixNavi .scroll .line .gauge {
  background: #fff;
}

/* 
================================================================================
fixHeader
================================================================================
*/
#fixHeader {
  width: 100%;
  height: auto;
  color: #000;
  position: fixed;
  z-index: 9000;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  opacity: 0;
  pointer-events: none;
}
body.siteActive #fixHeader {
  opacity: 1;
}
#fixHeader .inFrame {
  width: 100%;
  padding: 20px 50px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  #fixHeader .inFrame {
    height: calc(1.9375rem + 8vw);
    padding: 4vw 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#fixHeader .logoWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  pointer-events: all;
  width: 13rem;
  height: auto;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
body.curPage_0 #fixHeader .logoWrap, body.headerNavOpen #fixHeader .logoWrap, body.formOpen #fixHeader .logoWrap {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  #fixHeader .logoWrap {
    width: 7.5rem;
  }
}
#fixHeader .logoWrap .logo {
  width: 5.625rem;
  margin-right: 1.5625rem;
}
#fixHeader .logoWrap .logo::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/logo/logo_uka_white.svg") center center no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
body.darkMode #fixHeader .logoWrap .logo::after, body.headerNavOpen #fixHeader .logoWrap .logo::after {
  opacity: 1;
}
#fixHeader .logoWrap .logo img {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
body.darkMode #fixHeader .logoWrap .logo img, body.headerNavOpen #fixHeader .logoWrap .logo img {
  opacity: 0;
}
body.logoWhite #fixHeader .logoWrap .logo img.black {
  opacity: 0;
}
body.curPage_2 #fixHeader .logoWrap .logo img.black, body.curPage_3 #fixHeader .logoWrap .logo img.black, body.curPage_6 #fixHeader .logoWrap .logo img.black {
  opacity: 0;
}
@media screen and (min-width: 750px) {
  body.curPage_5 #fixHeader .logoWrap .logo img.black {
    opacity: 0;
  }
}
#fixHeader .logoWrap .logo img.white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
body.logoWhite #fixHeader .logoWrap .logo img.white, body.curPage_2 #fixHeader .logoWrap .logo img.white, body.curPage_3 #fixHeader .logoWrap .logo img.white, body.curPage_6 #fixHeader .logoWrap .logo img.white {
  opacity: 1;
}
@media screen and (min-width: 750px) {
  body.curPage_5 #fixHeader .logoWrap .logo img.white {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  #fixHeader .logoWrap .logo {
    width: 20vw;
    margin-right: 2vw;
  }
}
#fixHeader .logoWrap .sub {
  width: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#fixHeader .logoWrap .sub::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url("../img/logo/logo_uka_sub_white.svg") center bottom no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
body.darkMode #fixHeader .logoWrap .sub::after, body.headerNavOpen #fixHeader .logoWrap .sub::after {
  opacity: 1;
}
#fixHeader .logoWrap .sub img {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
body.darkMode #fixHeader .logoWrap .sub img, body.headerNavOpen #fixHeader .logoWrap .sub img {
  opacity: 0;
}
body.logoWhite #fixHeader .logoWrap .sub img.black {
  opacity: 0;
}
body.curPage_2 #fixHeader .logoWrap .sub img.black, body.curPage_3 #fixHeader .logoWrap .sub img.black, body.curPage_6 #fixHeader .logoWrap .sub img.black {
  opacity: 0;
}
@media screen and (min-width: 750px) {
  body.curPage_5 #fixHeader .logoWrap .sub img.black {
    opacity: 0;
  }
}
#fixHeader .logoWrap .sub img.white {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  opacity: 0;
}
body.logoWhite #fixHeader .logoWrap .sub img.white, body.curPage_2 #fixHeader .logoWrap .sub img.white, body.curPage_3 #fixHeader .logoWrap .sub img.white, body.curPage_6 #fixHeader .logoWrap .sub img.white {
  opacity: 1;
}
@media screen and (min-width: 750px) {
  body.curPage_5 #fixHeader .logoWrap .sub img.white {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  #fixHeader .logoWrap .sub {
    width: 20vw;
  }
}
#fixHeader .logoWrapSP {
  pointer-events: all;
  height: auto;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
body.curPage_0 #fixHeader .logoWrapSP, body.headerNavOpen #fixHeader .logoWrapSP, body.formOpen #fixHeader .logoWrapSP {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  #fixHeader .logoWrapSP {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 4.375rem;
    -webkit-transform: translate(0, 4vw);
            transform: translate(0, 4vw);
  }
}
#fixHeader .logoWrapSP .logo {
  width: 100%;
  height: auto;
}
#fixHeader .logoWrapSP .logo img {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
body.darkMode #fixHeader .logoWrapSP .logo img, body.headerNavOpen #fixHeader .logoWrapSP .logo img {
  opacity: 0;
}
body.logoWhite #fixHeader .logoWrapSP .logo img.black {
  opacity: 0;
}
body.curPage_6 #fixHeader .logoWrapSP .logo img.black {
  opacity: 0;
}
#fixHeader .logoWrapSP .logo img.white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
body.curPage_6 #fixHeader .logoWrapSP .logo img.white {
  opacity: 1;
}
#fixHeader .menu {
  position: absolute;
  top: 1.875rem;
  right: 2.5rem;
  width: 6.6875rem;
  height: 1.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #030c17;
  pointer-events: all;
}
body.english #fixHeader .menu {
  width: 12.5rem;
}
body.formOpen #fixHeader .menu {
  opacity: 0 !important;
  pointer-events: none !important;
}
#fixHeader .menu:hover {
  background: #333;
}
@media screen and (max-width: 750px) {
  #fixHeader .menu {
    top: 4vw;
    right: 2.6666666667vw;
  }
  body.english #fixHeader .menu {
    width: 12.5rem;
  }
}
#fixHeader .menu .text {
  padding-left: 1.125rem;
  font-size: 0.6875rem;
  white-space: nowrap;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media screen and (max-width: 750px) {
  body.english #fixHeader .menu .text span {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
}
#fixHeader .menu .btn {
  position: absolute;
  top: 0;
  right: 0.75rem;
  width: 1.9375rem;
  height: 1.9375rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 750px) {
  #fixHeader .menu .btn {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#fixHeader .menu .btn .line {
  width: 0.9375rem;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#fixHeader .menu .btn .line:nth-of-type(1) {
  margin-top: -0.3125rem;
}
#fixHeader .menu .btn .line:nth-of-type(3) {
  margin-top: 0.3125rem;
}
body.headerNavOpen #fixHeader .menu .btn .line:nth-of-type(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
body.headerNavOpen #fixHeader .menu .btn .line:nth-of-type(2) {
  opacity: 0;
}
body.headerNavOpen #fixHeader .menu .btn .line:nth-of-type(3) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#siteMain {
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 1150px) {
  #siteMain {
    padding-bottom: 8.75rem;
  }
  body.english #siteMain {
    padding-bottom: 3.125rem !important;
  }
}
@media screen and (max-width: 750px) {
  #siteMain {
    padding-bottom: 27.5vw;
  }
}

/* 
================================================================================
fixFooter
================================================================================
*/
#fixFooter {
  width: 100%;
  background: #030c17;
  color: #fff;
  position: fixed;
  z-index: 7000;
  left: 0;
  bottom: 0;
  height: 4.375rem;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media screen and (max-width: 750px) {
  body.english #fixFooter {
    height: 3.125rem !important;
  }
}
body.english #fixFooter #sitelink .langChangeAbs {
  display: none;
}
@media screen and (max-width: 750px) {
  body.english #fixFooter .contentsWrap .gridItem:last-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
body#teaser #fixFooter {
  height: 7.5rem;
}
body.loadingFinish #fixFooter {
  visibility: visible;
}
body:not(#teaser).siteActive #fixFooter {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  opacity: 1;
}
body#teaser #fixFooter {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  opacity: 0;
}
body#teaser.siteActiveEnd #fixFooter {
  -webkit-transition-duration: 0ms !important;
          transition-duration: 0ms !important;
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}
body#teaser.siteActive #fixFooter {
  opacity: 0;
}
body#teaser.loadingFinish #fixFooter {
  -webkit-transition: all 1000ms ease 5500ms;
  transition: all 1000ms ease 5500ms;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  opacity: 1;
}
body.siteActive #fixFooter {
  pointer-events: all;
}
@media screen and (max-width: 1150px) {
  #fixFooter {
    height: 140px;
  }
  body.navOpen #fixFooter {
    height: 400px;
  }
}
@media screen and (max-width: 750px) {
  #fixFooter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 27.5vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  #fixFooter.teaser {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 73.3333333333vw !important;
  }
  #fixFooter.teaser .gridItem {
    opacity: 1 !important;
  }
  #fixFooter.teaser .gridItem.text {
    padding: 0;
    text-align: center;
  }
  #fixFooter.teaser .gridItem.text::before {
    display: none !important;
  }
}
#fixFooter .inFrame {
  position: relative;
  width: auto;
  padding: 1.25rem 0px;
  margin: auto 3.125rem;
}
@media screen and (max-width: 750px) {
  #fixFooter .inFrame {
    width: 80%;
    margin: auto;
  }
  body#teaser #fixFooter .inFrame {
    width: 80%;
    margin: auto;
  }
}
body#teaser #fixFooter .inFrame {
  width: 61.25rem;
  margin: auto;
}
@media screen and (max-width: 1150px) {
  body#teaser #fixFooter .inFrame {
    width: 84%;
  }
}
#fixFooter .inFrame#mailmagazine {
  padding: 15px 0 0 0;
  height: auto;
  -webkit-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}
body.english #fixFooter .inFrame#mailmagazine #mailmagazineForm {
  height: 2.5rem;
}
body#teaser #fixFooter .inFrame#mailmagazine {
  padding: 1.25rem 0 0 0;
  height: 3.75rem;
}
@media screen and (max-width: 750px) {
  body#teaser #fixFooter .inFrame#mailmagazine {
    padding-top: 0;
  }
}
body.loadingFinish #fixFooter .inFrame#mailmagazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1150px) {
  #fixFooter .inFrame#mailmagazine {
    height: 7.5rem;
  }
}
@media screen and (max-width: 750px) {
  #fixFooter .inFrame#mailmagazine {
    height: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding-top: 5vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.english #fixFooter .inFrame#mailmagazine {
    padding-top: 1.5vw;
  }
}
#fixFooter .inFrame #simpleFooter {
  width: 100%;
  height: 2.5rem;
  -ms-grid-columns: 70px 0.3125rem 50px 0.3125rem 150px 0.3125rem auto;
  grid-template-columns: 70px 50px 150px auto;
  grid-gap: 0.3125rem;
}
#fixFooter .inFrame #simpleFooter .gridItem:nth-of-type(2) .sub {
  -webkit-transform: translate(0, 20%);
          transform: translate(0, 20%);
}
#fixFooter .inFrame #simpleFooter .gridItem:nth-of-type(3) {
  padding-left: 1.25rem;
}
@media screen and (max-width: 750px) {
  #fixFooter .inFrame #simpleFooter {
    grid-gap: 0.3125rem;
    -ms-grid-columns: 15vw 0.3125rem 13vw 0.3125rem 26vw 0.3125rem auto !important;
    grid-template-columns: 15vw 13vw 26vw auto !important;
  }
  #fixFooter .inFrame #simpleFooter .gridItem {
    opacity: 1 !important;
  }
  #fixFooter .inFrame #simpleFooter .gridItem:nth-of-type(3) {
    padding-left: 0.3125rem;
  }
  #fixFooter .inFrame #simpleFooter .langChangeAbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#fixFooter .inFrame#sitelink {
  padding-top: 1.25rem;
  border-top: dotted 1px rgba(255, 255, 255, 0.25);
  margin-top: 1.25rem;
}
@media screen and (max-width: 750px) {
  #fixFooter .inFrame#sitelink {
    min-height: inherit;
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 750px) {
  #fixFooter .inFrame#sitelink .gridItem.logo {
    position: absolute;
    bottom: -5vw;
    right: 0;
  }
}
body.navOpen #fixFooter {
  height: 21.875rem;
}
@media screen and (max-width: 1150px) {
  body.navOpen #fixFooter {
    height: 26.25rem;
  }
}
@media screen and (max-width: 750px) {
  body.navOpen #fixFooter {
    height: 117vw !important;
  }
}
body.navOpen #fixFooter #mailmagazine {
  -webkit-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}
body.navOpen.english #fixFooter {
  height: 21.875rem;
}
@media screen and (max-width: 750px) {
  body.navOpen.english #fixFooter {
    max-height: 70vw !important;
    height: 70vw !important;
  }
}
#fixFooter .contentsWrap {
  font-size: 0.875rem;
  line-height: 1.4;
  -ms-grid-columns: auto 0.9375rem 13.75rem 0.9375rem auto 0.9375rem 12.5rem 0.9375rem 1fr;
  grid-template-columns: auto 13.75rem auto 12.5rem 1fr;
  grid-gap: 0.9375rem;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media screen and (max-width: 750px) {
  #fixFooter .contentsWrap {
    width: 100%;
    margin: auto;
  }
}
#fixFooter .contentsWrap#meiri {
  width: 100%;
  margin-bottom: 0.625rem !important;
  text-align: center;
}
#fixFooter .contentsWrap#meiri a {
  display: inline-block;
  width: 12.5rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #fixFooter .contentsWrap#meiri a {
    width: 40vw;
  }
}
@media screen and (max-width: 750px) {
  body#teaser #fixFooter .contentsWrap#meiri {
    margin-bottom: 4vw !important;
  }
}
#fixFooter .contentsWrap#mailmagazineForm {
  width: 100%;
}
#fixFooter .contentsWrap#mailmagazineForm .gridItem {
  border: solid 0px #c00;
}
@media screen and (max-width: 1150px) {
  #fixFooter .contentsWrap#mailmagazineForm {
    width: 550px;
    margin: 0;
    -ms-grid-columns: 20rem 0.9375rem 13.75rem;
    grid-template-columns: 20rem 13.75rem;
  }
  #fixFooter .contentsWrap#mailmagazineForm .gridItem {
    min-height: 2.5rem;
  }
  #fixFooter .contentsWrap#mailmagazineForm .gridItem.lang {
    position: absolute;
    top: 0;
    left: 100vw;
    -webkit-transform: translate(-150%, 0);
            transform: translate(-150%, 0);
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #fixFooter .contentsWrap#mailmagazineForm {
    width: 100%;
    grid-gap: 2.6666666667vw;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  #fixFooter .contentsWrap#mailmagazineForm .lang {
    display: none;
  }
}
body#teaser #fixFooter .contentsWrap#mailmagazineForm {
  width: 61.25rem;
  max-width: 100%;
}
body#teaser #fixFooter .contentsWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-grid-columns: auto 13.75rem auto 12.5rem;
  grid-template-columns: auto 13.75rem auto 12.5rem;
  margin: auto;
}
@media screen and (max-width: 1150px) {
  body#teaser #fixFooter .contentsWrap {
    width: auto !important;
    margin: auto;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
  body#teaser #fixFooter .contentsWrap#meiri {
    width: 100% !important;
  }
}
@media screen and (max-width: 750px) {
  body#teaser #fixFooter .contentsWrap {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#teaser #fixFooter .contentsWrap .gridItem {
    width: 100%;
  }
  body#teaser #fixFooter .contentsWrap .gridItem .inWrap {
    display: inline-block;
  }
  body#teaser #fixFooter .contentsWrap .gridItem.text {
    font-size: 3.7333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
    padding-bottom: 0.3125rem;
    text-indent: 1em;
  }
  body#teaser #fixFooter .contentsWrap .gridItem.inputDoui .inWrap {
    padding-left: 1.875rem;
  }
}
#fixFooter .contentsWrap .gridItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fixFooter .contentsWrap .gridItem:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  #fixFooter .contentsWrap .gridItem:not(.text) {
    opacity: 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  body.navOpen #fixFooter .contentsWrap .gridItem:not(.text) {
    opacity: 1;
  }
}
#fixFooter .contentsWrap .text {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-indent: 0.2em;
}
@media screen and (max-width: 750px) {
  #fixFooter .contentsWrap .text {
    white-space: nowrap;
    text-align: left;
    font-size: 0.875rem;
    padding: 1vw 0;
    height: 17.5vw !important;
  }
  #fixFooter .contentsWrap .text::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 90vw;
    height: 100%;
    background: #004988;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  body.navOpen #fixFooter .contentsWrap .text::before {
    background: transparent;
  }
  #fixFooter .contentsWrap .text::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(0%, -65%) rotate(-135deg);
            transform: translate(0%, -65%) rotate(-135deg);
    width: 0.5rem;
    height: 0.5rem;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  body.navOpen #fixFooter .contentsWrap .text::after {
    -webkit-transform: translate(0%, -15%) rotate(-225deg);
            transform: translate(0%, -15%) rotate(-225deg);
  }
  body#teaser #fixFooter .contentsWrap .text::after {
    display: none;
  }
}
#fixFooter .contentsWrap .inputMail input {
  border: 0;
}
#fixFooter .contentsWrap .inputMail input#email {
  width: 100%;
  height: 100%;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #fff;
}
#fixFooter .contentsWrap .inputMail input#email::-webkit-input-placeholder {
  -webkit-transform: translate(0.5em, 0);
          transform: translate(0.5em, 0);
}
#fixFooter .contentsWrap .inputMail input#email::-moz-placeholder {
  transform: translate(0.5em, 0);
}
#fixFooter .contentsWrap .inputMail input#email:-ms-input-placeholder {
  transform: translate(0.5em, 0);
}
#fixFooter .contentsWrap .inputMail input#email::-ms-input-placeholder {
  transform: translate(0.5em, 0);
}
#fixFooter .contentsWrap .inputMail input#email::placeholder {
  -webkit-transform: translate(0.5em, 0);
          transform: translate(0.5em, 0);
}
body.errorEmail #fixFooter .contentsWrap .inputMail input#email {
  border-color: #cc0000;
}
@media screen and (max-width: 1150px) {
  #fixFooter .contentsWrap .inputMail input#email {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #fixFooter .contentsWrap .inputMail input#email {
    width: 100%;
    height: 10.6666666667vw;
  }
}
#fixFooter .contentsWrap .inputDoui {
  letter-spacing: 0;
  font-size: 0.75rem;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  /*ボックス枠のCSS*/
  /*チェックマークの追加*/
  /*チェックボックスがチェックされた時に動作する内容*/
}
body.errorDoui #fixFooter .contentsWrap .inputDoui {
  border: solid 2px #cc0000;
}
#fixFooter .contentsWrap .inputDoui .inWrap {
  padding-left: 1.875rem;
}
@media screen and (max-width: 750px) {
  #fixFooter .contentsWrap .inputDoui {
    font-size: 3.2vw;
    padding: 1.3333333333vw 0;
  }
}
#fixFooter .contentsWrap .inputDoui input {
  display: none;
}
#fixFooter .contentsWrap .inputDoui .checkLabel {
  position: absolute;
  display: block;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 1.375rem;
  height: 1.375rem;
  margin: 0;
  cursor: pointer;
}
#fixFooter .contentsWrap .inputDoui .checkLabel:after, #fixFooter .contentsWrap .inputDoui .checkLabel:before {
  position: absolute;
  content: "";
  display: block;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixFooter .contentsWrap .inputDoui .checkLabel:after {
  background: url("../img/parts/btn_doui_bg.svg?v=open") center top no-repeat;
  background-size: contain;
}
#fixFooter .contentsWrap .inputDoui .checkLabel:before {
  background: url("../img/parts/btn_doui_check.svg?v=open") center top no-repeat;
  background-size: contain;
  z-index: 10;
  opacity: 0;
}
#fixFooter .contentsWrap .inputDoui input[type=checkbox]:checked + .checkLabel:before {
  opacity: 1;
}
#fixFooter .contentsWrap .inputDoui a {
  display: inline-block;
  padding: 0.0625rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  text-decoration: none;
}
#fixFooter .contentsWrap .inputSubmit button {
  background: #003a6d;
  border: 0;
  color: #fff;
  width: 12.5rem;
  height: 100%;
  font-size: 0.95rem;
  font-weight: bold;
  pointer-events: all;
}
#fixFooter .contentsWrap .inputSubmit button span {
  opacity: 0.5;
  display: inline-block;
  padding-left: 1em;
}
#fixFooter .contentsWrap .inputSubmit button span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1150px) {
  #fixFooter .contentsWrap .inputSubmit button {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #fixFooter .contentsWrap .inputSubmit button {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 4vw;
  }
}
body#teaser #fixFooter .contentsWrap .inputSubmit button {
  width: 12.5rem;
}
@media screen and (max-width: 750px) {
  body#teaser #fixFooter .contentsWrap .inputSubmit button {
    width: 100%;
  }
}
#fixFooter .contentsWrap .inputSubmit button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #004988;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#fixFooter .contentsWrap .inputSubmit button.active {
  pointer-events: all;
  background: #004988;
}
#fixFooter .contentsWrap .inputSubmit button.active span {
  opacity: 1;
}
#fixFooter .contentsWrap .langChange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#fixFooter .contentsWrap .langChange .lang {
  padding: 0 1em 0 0em;
}
#fixFooter .contentsWrap .langChange .lang.jp span {
  opacity: 0.5;
  pointer-events: none;
}
#fixFooter .contentsWrap .langChange .lang:last-child {
  padding: 0 0 0 0.5em;
}
#fixFooter .contentsWrap .langChange .lang:not(:last-child)::after {
  content: " / ";
  display: inline-block;
  position: absolute;
  right: 0;
}
#fixFooter .langSwich .lang {
  cursor: pointer;
}
#fixFooter .langSwich .lang a {
  text-decoration: none;
}
#fixFooter .langSwich .lang.jp span {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}
body.english #fixFooter .langSwich .lang.jp span {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
body.english #fixFooter .langSwich .lang.en span {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}
#fixFooter #sitelink .contentsWrap {
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#fixFooter #sitelink .contentsWrap .gridItem {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  #fixFooter #sitelink .contentsWrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#fixFooter #sitelink .link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
#fixFooter #sitelink .link.contents {
  margin-bottom: 1.25rem;
}
#fixFooter #sitelink .link.contents:last-child {
  margin-bottom: 0;
}
#fixFooter #sitelink .link.parent {
  font-size: 1.2em;
}
@media screen and (max-width: 750px) {
  #fixFooter #sitelink .link {
    display: block;
    margin-bottom: 4vw;
    font-size: 0.625rem;
  }
  #fixFooter #sitelink .link.home {
    display: none;
  }
  #fixFooter #sitelink .link.detail {
    display: none;
  }
  #fixFooter #sitelink .link.messages {
    display: none;
  }
}
#fixFooter #sitelink .link li {
  width: auto;
  margin-right: 2em;
}
@media screen and (max-width: 750px) {
  #fixFooter #sitelink .link li {
    width: 100%;
    margin-bottom: 0.3125rem;
  }
}
#fixFooter #sitelink .link li:not(:last-child)::after {
  content: " / ";
  display: inline-block;
  position: absolute;
  right: -1em;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
#fixFooter #sitelink .link li a {
  display: inline-block;
  padding: 0.0625rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  body.english #fixFooter #sitelink .link li a {
    border-bottom: 0;
  }
}
#fixFooter #sitelink .link li.icon span {
  display: none;
}
#fixFooter #sitelink .link li.icon::after {
  display: none;
}
#fixFooter #sitelink .link li.icon a {
  text-decoration: none;
  border: 0;
}
#fixFooter #sitelink .link li.icon a::before {
  content: "";
  display: block;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
}
#fixFooter #sitelink .link li.icon.instagram a::before {
  background: url("../img/parts/icon_instagram.svg") center center no-repeat;
  background-size: contain;
}
#fixFooter #sitelink .link li.icon.twitter a::before {
  background: url("../img/parts/icon_twitter.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #fixFooter #sitelink .link.site li::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #fixFooter #sitelink .link.share {
    display: inline-block;
    width: auto;
  }
  #fixFooter #sitelink .link.share li {
    width: auto;
    margin: 0;
  }
}
#fixFooter #sitelink .link.contents li {
  width: auto;
  display: inline-block;
}
#fixFooter #sitelink .link.messages {
  margin-bottom: 0;
}
#fixFooter #sitelink .logoWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  text-align: center;
  width: 11.25rem;
  height: inherit;
  padding-top: 0.625rem;
}
@media screen and (max-width: 750px) {
  #fixFooter #sitelink .logoWrap {
    width: 20vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#fixFooter #sitelink .logoWrap div {
  text-align: center;
}
#fixFooter #sitelink .logoWrap div img {
  margin: auto;
}
#fixFooter #sitelink .logoWrap .logo {
  margin-bottom: 3.4375rem;
}
#fixFooter #sitelink .logoWrap .logo .main {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 750px) {
  #fixFooter #sitelink .logoWrap .logo {
    width: 100%;
    margin-bottom: 0.3125rem;
  }
}
#fixFooter #sitelink .logoWrap .sub img {
  width: 6.25rem;
}
@media screen and (max-width: 750px) {
  #fixFooter #sitelink .logoWrap .sub {
    margin-bottom: 0.625rem;
  }
  #fixFooter #sitelink .logoWrap .sub img {
    width: 50%;
  }
}
#fixFooter .langChangeAbs {
  line-height: 1;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#fixFooter .langChangeAbs.middle {
  display: none;
}
@media screen and (max-width: 1150px) {
  #fixFooter .langChangeAbs.middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  #fixFooter .langChangeAbs.middle {
    display: none;
  }
}
#fixFooter .langChangeAbs .lang {
  padding: 0 1em 0 0em;
}
#fixFooter .langChangeAbs .lang:last-child {
  padding: 0 0 0 0.5em;
}
#fixFooter .langChangeAbs .lang:not(:last-child)::after {
  content: " / ";
  display: inline-block;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1150px) {
  #fixFooter #mailmagazine .langChangeAbs {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-top: 7px;
    margin-top: auto;
  }
}
@media screen and (max-width: 750px) {
  #fixFooter #mailmagazine .langChangeAbs {
    display: none;
  }
}
#fixFooter #sitelink .langChangeAbs {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 750px) {
  #fixFooter #sitelink .langChangeAbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#modalForm {
  position: fixed;
  display: block;
  z-index: 7900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #404040;
  color: #fff;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 0.6875rem;
}
body.formOpen #modalForm {
  display: block;
  opacity: 1;
  pointer-events: all;
}
#modalForm .closeBtn {
  position: absolute;
  top: 1.875rem;
  right: 2.5rem;
  width: 6.6875rem;
  height: 1.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  background: #030c17;
  pointer-events: all;
}
#modalForm .closeBtn:hover {
  background: #333;
}
@media screen and (max-width: 750px) {
  #modalForm .closeBtn {
    top: 4vw;
    right: 2.6666666667vw;
  }
}
#modalForm .closeBtn .text {
  padding-left: 1.125rem;
  font-size: 0.6875rem;
  white-space: nowrap;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media screen and (max-width: 750px) {
  body.english #modalForm .closeBtn .text span {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
}
#modalForm .closeBtn .btn {
  position: absolute;
  top: 0;
  right: 0.75rem;
  width: 1.9375rem;
  height: 1.9375rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 750px) {
  #modalForm .closeBtn .btn {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#modalForm .closeBtn .btn .line {
  width: 0.9375rem;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#modalForm .closeBtn .btn .line:nth-of-type(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#modalForm .closeBtn .btn .line:nth-of-type(2) {
  opacity: 0;
}
#modalForm .closeBtn .btn .line:nth-of-type(3) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#modalForm .inFrame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#modalForm .inFrame .contentsWrap p {
  font-size: 1.6em;
  margin-bottom: 1.25rem;
}
#modalForm .inFrame .contentsWrap .inputDoui {
  font-size: 1.4em;
  margin-bottom: 1.25rem;
}
#modalForm .inFrame .contentsWrap .inputMail {
  display: contents;
}
#modalForm .inFrame .contentsWrap .inputMail input {
  width: 100%;
  height: calc(100% - 2px);
  border: 0;
}
#modalForm .inFrame .contentsWrap .inputMail input#email_modal {
  width: 100%;
  height: 100%;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #fff;
}
#modalForm .inFrame .contentsWrap .inputMail input#email_modal::-webkit-input-placeholder {
  -webkit-transform: translate(0.5em, 0);
          transform: translate(0.5em, 0);
}
#modalForm .inFrame .contentsWrap .inputMail input#email_modal::-moz-placeholder {
  transform: translate(0.5em, 0);
}
#modalForm .inFrame .contentsWrap .inputMail input#email_modal:-ms-input-placeholder {
  transform: translate(0.5em, 0);
}
#modalForm .inFrame .contentsWrap .inputMail input#email_modal::-ms-input-placeholder {
  transform: translate(0.5em, 0);
}
#modalForm .inFrame .contentsWrap .inputMail input#email_modal::placeholder {
  -webkit-transform: translate(0.5em, 0);
          transform: translate(0.5em, 0);
}
body.errorEmailModal #modalForm .inFrame .contentsWrap .inputMail input#email_modal {
  border-color: #cc0000;
}
@media screen and (max-width: 1150px) {
  #modalForm .inFrame .contentsWrap .inputMail input#email_modal {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #modalForm .inFrame .contentsWrap .inputMail input#email_modal {
    width: 100%;
    height: 10.6666666667vw;
  }
}
#modalForm .inFrame .contentsWrap .grid.form {
  width: 18.75rem;
  margin: auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr;
}
#modalForm .inFrame .contentsWrap .grid.form > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#modalForm .inFrame .contentsWrap .grid.form > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#modalForm .inputSubmit button {
  background: #003a6d;
  border: 0;
  color: #fff;
  width: 12.5rem;
  height: 2.5rem;
  font-size: 0.95rem;
  font-weight: bold;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.formOpen #modalForm .inputSubmit button {
  pointer-events: all;
}
#modalForm .inputSubmit button span {
  opacity: 0.5;
  display: inline-block;
  padding-left: 1em;
  line-height: 1;
}
#modalForm .inputSubmit button span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1150px) {
  #modalForm .inputSubmit button {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #modalForm .inputSubmit button {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 4vw;
  }
}
body#teaser #modalForm .inputSubmit button {
  width: 12.5rem;
}
@media screen and (max-width: 750px) {
  body#teaser #modalForm .inputSubmit button {
    width: 100%;
  }
}
#modalForm .inputSubmit button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #004988;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#modalForm .inputSubmit button.active {
  pointer-events: all;
  background: #004988;
}
#modalForm .inputSubmit button.active span {
  opacity: 1;
}

#modalMenu {
  position: fixed;
  z-index: 8000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #404040;
  color: #fff;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 0.6875rem;
}
body.headerNavOpen #modalMenu {
  opacity: 1;
  pointer-events: all;
}
#modalMenu .inFrame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.english #modalMenu .inFrame {
  width: 90%;
  margin: auto;
}
#modalMenu .inFrame .contentsWrap {
  font-size: 1.2em;
}
@media screen and (max-width: 750px) {
  #modalMenu .inFrame .contentsWrap {
    width: 80vw;
  }
}
#modalMenu .inFrame .contentsWrap .link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}
#modalMenu .inFrame .contentsWrap .link.contents {
  margin-bottom: 1.25rem;
}
#modalMenu .inFrame .contentsWrap .link.contents:last-child {
  margin-bottom: 0;
}
#modalMenu .inFrame .contentsWrap .link.parent {
  font-size: 1.2em;
}
@media screen and (max-width: 750px) {
  #modalMenu .inFrame .contentsWrap .link {
    display: block;
    margin-bottom: 4vw;
    font-size: 1em;
  }
  #modalMenu .inFrame .contentsWrap .link.home {
    display: none;
  }
  #modalMenu .inFrame .contentsWrap .link.detail {
    display: none;
  }
  #modalMenu .inFrame .contentsWrap .link.messages {
    display: none;
  }
}
#modalMenu .inFrame .contentsWrap .link li {
  width: auto;
  margin-right: 2em;
}
@media screen and (max-width: 750px) {
  #modalMenu .inFrame .contentsWrap .link li {
    width: 100%;
    margin-bottom: 0.3125rem;
  }
}
#modalMenu .inFrame .contentsWrap .link li:not(:last-child)::after {
  content: " / ";
  display: inline-block;
  position: absolute;
  right: -1em;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
#modalMenu .inFrame .contentsWrap .link li a {
  display: inline-block;
  padding: 0.0625rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  text-decoration: none;
  line-height: 1.4;
}
#modalMenu .inFrame .contentsWrap .link li.icon span {
  display: none;
}
#modalMenu .inFrame .contentsWrap .link li.icon::after {
  display: none;
}
#modalMenu .inFrame .contentsWrap .link li.icon a {
  text-decoration: none;
  border: 0;
}
#modalMenu .inFrame .contentsWrap .link li.icon a::before {
  content: "";
  display: block;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
}
#modalMenu .inFrame .contentsWrap .link li.icon.instagram a::before {
  background: url("../img/parts/icon_instagram.svg") center center no-repeat;
  background-size: contain;
}
#modalMenu .inFrame .contentsWrap .link li.icon.twitter a::before {
  background: url("../img/parts/icon_twitter.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #modalMenu .inFrame .contentsWrap .link.site li::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #modalMenu .inFrame .contentsWrap .link.share {
    display: inline-block;
    width: auto;
  }
  #modalMenu .inFrame .contentsWrap .link.share li {
    width: auto;
    margin: 0;
  }
}
#modalMenu .inFrame .contentsWrap .link.contents li {
  width: auto;
  display: inline-block;
}
#modalMenu .inFrame .contentsWrap .link.messages {
  margin-bottom: 0;
}
#modalMenu .inFrame .langChange {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#modalMenu .inFrame .langChange .lang {
  padding: 0 1em 0 0em;
}
#modalMenu .inFrame .langChange .lang.jp span {
  opacity: 0.5;
  pointer-events: none;
}
#modalMenu .inFrame .langChange .lang:last-child {
  padding: 0 0 0 0.5em;
}
#modalMenu .inFrame .langChange .lang:not(:last-child)::after {
  content: " / ";
  display: inline-block;
  position: absolute;
  right: 0;
}
#modalMenu .inFrame .langSwich .lang {
  cursor: pointer;
}
#modalMenu .inFrame .langSwich .lang a {
  text-decoration: none;
}
#modalMenu .inFrame .langSwich .lang.jp span {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}
body.english #modalMenu .inFrame .langSwich .lang.jp span {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
body.english #modalMenu .inFrame .langSwich .lang.en span {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}

#modalDetail {
  position: fixed;
  z-index: 9100;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #404040;
  color: #fff;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 0.6875rem;
}
#modalDetail .yokoGaki {
  max-width: none;
}
#modalDetail::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
body.detailModalOpen #modalDetail {
  pointer-events: all;
  opacity: 1;
}
#modalDetail .closeBtn {
  position: absolute;
  top: 1.875rem;
  right: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  background: rgb(0, 0, 0);
  color: #000;
}
body.detailModalOpen #modalDetail .closeBtn {
  pointer-events: all;
}
#modalDetail .closeBtn:hover {
  background: rgb(30, 30, 30);
}
@media screen and (max-width: 750px) {
  #modalDetail .closeBtn {
    top: 4vw;
    right: 2.6666666667vw;
  }
}
#modalDetail .closeBtn .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#modalDetail .closeBtn .btn .line {
  width: 1.25rem;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#modalDetail .closeBtn .btn .line:nth-of-type(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#modalDetail .closeBtn .btn .line:nth-of-type(2) {
  opacity: 0;
}
#modalDetail .closeBtn .btn .line:nth-of-type(3) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  #modalDetail .inFrame .tateGaki {
    border: solid 0px #c00 !important;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    white-space: normal !important;
  }
  #modalDetail .inFrame .tateGaki .tateGakiUnit {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important;
  }
  #modalDetail .inFrame .tateGaki .clm {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  #modalDetail .inFrame .tateGaki h6 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 0.75rem !important;
    margin-bottom: 0.625rem !important;
    height: auto !important;
  }
  #modalDetail .inFrame .tateGaki h6::after {
    content: "";
    display: block;
    width: 100% !important;
    height: 1px !important;
    border-left: 0 !important;
    border-bottom: dotted 1px #fff !important;
    -webkit-transform: translate(0, 0em) !important;
            transform: translate(0, 0em) !important;
    top: auto !important;
    bottom: 0 !important;
  }
}
#modalDetail.message {
  background: url("../img/background/detail/message.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  body.english #modalDetail.message .inFrame {
    padding-top: 20vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#modalDetail.message .layoutColumn.message {
  display: -ms-grid !important;
  display: grid !important;
}
@media screen and (max-width: 750px) {
  #modalDetail.message .layoutColumn.message .column {
    height: auto !important;
    max-height: none !important;
  }
  #modalDetail.message .layoutColumn.message .column:nth-of-type(2) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body:not(.english) #modalDetail.message .layoutColumn.message .column:nth-of-type(2) {
    padding-bottom: 12.5rem !important;
  }
  #modalDetail.message .layoutColumn.message .column:nth-of-type(2) span:nth-of-type(1) {
    display: -ms-grid;
    display: grid;
  }
  #modalDetail.message .layoutColumn.message .column:nth-of-type(2) .tateGaki {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#modalDetail.rice {
  background: url("../img/background/detail/rice.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  body.english #modalDetail.rice .inFrame {
    padding-top: 20vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#modalDetail.rice .layoutColumn.rice {
  display: -ms-grid !important;
  display: grid !important;
}
@media screen and (max-width: 750px) {
  #modalDetail.rice .tateGaki {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#modalDetail.water {
  background: url("../img/background/detail/water.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  body.english #modalDetail.water .inFrame {
    padding-top: 20vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#modalDetail.water .layoutColumn.water {
  display: -ms-grid !important;
  display: grid !important;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #modalDetail.water .clm {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    height: 34.5em;
  }
}
#modalDetail.koubo {
  background: url("../img/background/detail/koubo.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  body.english #modalDetail.koubo .inFrame {
    padding-top: 20vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#modalDetail.koubo .layoutColumn.koubo {
  display: -ms-grid !important;
  display: grid !important;
}
#modalDetail.enjoy {
  background: url("../img/background/detail/enjoy.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  body.english #modalDetail.enjoy .inFrame {
    padding-top: 20vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#modalDetail.enjoy .layoutColumn.enjoy {
  display: -ms-grid !important;
  display: grid !important;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #modalDetail.enjoy .layoutColumn.enjoy .column:nth-of-type(2) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #modalDetail.enjoy .layoutColumn.enjoy .column:nth-of-type(2) span:nth-of-type(1) {
    display: -ms-grid;
    display: grid;
  }
  #modalDetail.enjoy .layoutColumn.enjoy .column:nth-of-type(2) .tateGaki {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #modalDetail.enjoy .layoutColumn.enjoy .column:nth-of-type(2) .tateGaki .tateGakiUnit:nth-of-type(1) {
    height: auto;
    white-space: nowrap;
  }
  #modalDetail.enjoy .layoutColumn.enjoy .column:nth-of-type(2) .tateGaki .tateGakiUnit:nth-of-type(2) {
    height: auto;
    white-space: nowrap;
  }
}
#modalDetail.bottle {
  background: url("../img/background/detail/bottle.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  body.english #modalDetail.bottle .inFrame {
    padding-top: 20vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#modalDetail.bottle .layoutColumn.bottle {
  display: -ms-grid !important;
  display: grid !important;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #modalDetail.bottle .layoutColumn.bottle .column:nth-of-type(2) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #modalDetail.bottle .layoutColumn.bottle .column:nth-of-type(2) span:nth-of-type(1) {
    display: -ms-grid;
    display: grid;
  }
  #modalDetail.bottle .layoutColumn.bottle .column:nth-of-type(2) .tateGaki {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #modalDetail.bottle .layoutColumn.bottle .column:nth-of-type(2) .tateGaki .tateGakiUnit:nth-of-type(1) {
    height: auto;
    margin-bottom: 2.5rem !important;
  }
  #modalDetail.bottle .layoutColumn.bottle .column:nth-of-type(2) .tateGaki .tateGakiUnit:nth-of-type(2) {
    height: 24em;
  }
}
body.modalDetailOpen #modalDetail {
  opacity: 1;
  pointer-events: all;
}
#modalDetail .inFrame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  #modalDetail .inFrame {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10vw;
  }
  body.english #modalDetail .inFrame {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.english #modalDetail .inFrame {
  width: 100%;
  margin: auto;
}
#modalDetail .inFrame .contentsWrap {
  font-size: 1.2em;
}
@media screen and (max-width: 750px) {
  #modalDetail .inFrame .contentsWrap {
    width: 86vw;
    padding-bottom: 10vw;
  }
}
#modalDetail .inFrame .contentsWrap .layoutColumn {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -ms-grid-columns: auto 2.5rem auto;
  grid-template-columns: auto auto;
  grid-gap: 2.5rem;
  width: inherit;
  font-size: 0.75rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.english #modalDetail .inFrame .contentsWrap .layoutColumn {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  max-width: none;
  width: 100%;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #modalDetail .inFrame .contentsWrap .layoutColumn {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#modalDetail .inFrame .contentsWrap .layoutColumn.active {
  display: -ms-grid;
  display: grid;
}
#modalDetail .inFrame .contentsWrap .layoutColumn .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80vh;
  max-height: 700px;
  font-size: 1rem;
}
body.english #modalDetail .inFrame .contentsWrap .layoutColumn .column {
  font-size: 0.75rem;
}
@media screen and (min-width: 1200px) and (max-width: 1800px) {
  body.english #modalDetail .inFrame .contentsWrap .layoutColumn .column {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1800px) {
  body.english #modalDetail .inFrame .contentsWrap .layoutColumn .column {
    font-size: 0.75rem;
  }
}
body.english #modalDetail .inFrame .contentsWrap .layoutColumn .column {
  height: auto;
  max-height: auto;
}
@media screen and (max-width: 750px) {
  #modalDetail .inFrame .contentsWrap .layoutColumn .column {
    font-size: clamp(0.6875rem, 2.1vh, 0.84375rem);
  }
}
#modalDetail .inFrame .contentsWrap .layoutColumn .column .tateGaki {
  white-space: normal;
  text-align: left;
  line-height: 2.2;
}
@media screen and (max-width: 750px) {
  body.english #modalDetail .inFrame .contentsWrap .layoutColumn .column .yokoGaki {
    width: 100%;
  }
}
#modalDetail .inFrame .contentsWrap .layoutColumn .column span {
  display: contents;
}
#modalDetail .inFrame .contentsWrap .layoutColumn .column span.sign {
  display: -ms-grid;
  display: grid;
  text-align: right;
}
#modalDetail .inFrame .contentsWrap .layoutColumn .column:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.english #modalDetail .inFrame .contentsWrap .layoutColumn .column:nth-of-type(1) {
  grid-row: auto;
  grid-column: auto;
}
@media screen and (max-width: 750px) {
  #modalDetail .inFrame .contentsWrap .layoutColumn .column:nth-of-type(1) {
    grid-row: auto;
    grid-column: auto;
  }
}
#modalDetail .inFrame .contentsWrap .layoutColumn .column:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
body.english #modalDetail .inFrame .contentsWrap .layoutColumn .column:nth-of-type(2) {
  grid-row: auto;
  grid-column: auto;
}
@media screen and (max-width: 750px) {
  #modalDetail .inFrame .contentsWrap .layoutColumn .column:nth-of-type(2) {
    grid-row: auto;
    grid-column: auto;
  }
}
#modalDetail .inFrame .contentsWrap .layoutColumn .column h2.col_3 img {
  width: 9.375rem;
}
#modalDetail .inFrame .contentsWrap .layoutColumn .column h2.col_2 img {
  width: 6.25rem;
}
#modalDetail .inFrame .contentsWrap .layoutColumn .column h6 {
  font-size: 1.3em;
  padding-left: 0.9375rem;
  margin-left: 0.625rem;
  height: 100%;
}
body.english #modalDetail .inFrame .contentsWrap .layoutColumn .column h6 {
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 0.75rem;
  margin-bottom: 0.625rem;
}
#modalDetail .inFrame .contentsWrap .layoutColumn .column h6::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1.5em);
  border-left: dotted 1px #fff;
  -webkit-transform: translate(0, -0.75em);
          transform: translate(0, -0.75em);
  position: absolute;
  top: 0;
  left: 0;
}
body.english #modalDetail .inFrame .contentsWrap .layoutColumn .column h6::after {
  width: 100%;
  height: 1px;
  border-left: 0;
  border-bottom: dotted 1px #fff;
  -webkit-transform: translate(0, 0em);
          transform: translate(0, 0em);
  top: auto;
  bottom: 0;
}
#modalDetail .inFrame .contentsWrap .layoutColumn.rice .column {
  height: auto;
}
#modalDetail .inFrame .contentsWrap .layoutColumn.water .column {
  height: auto;
}
#modalDetail .inFrame .contentsWrap .layoutColumn.koubo .column {
  height: auto;
}
#modalDetail .inFrame .contentsWrap .layoutColumn.enjoy .column {
  height: auto;
}
#modalDetail .inFrame .contentsWrap .layoutColumn.bottle .column {
  height: auto;
}
#modalDetail .inFrame .contentsWrap .layoutColumn.bottle .column .unit {
  width: 100%;
}
body.english #modalDetail .inFrame .contentsWrap .layoutColumn.bottle .column .unit:nth-of-type(1) {
  margin-bottom: 3.75rem;
}

/* 
================================================================================
msgArea
================================================================================
*/
#msgArea {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: none;
}
#msgArea .inWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#msgArea .inWrap .contents {
  display: inline-block;
  padding-bottom: 3.125rem;
}
#msgArea .inWrap .contents h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
#msgArea .inWrap .contents p {
  font-size: 0.875rem;
  line-height: 1.6;
}
#msgArea .inWrap .contents .close {
  font-size: 0.875rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  line-height: 1;
  text-decoration: none !important;
  padding: 0 0 0.0625rem 0.9375rem;
  border-bottom: solid 1px #ccc;
}
#msgArea .inWrap .contents .close::before {
  content: "×";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#msgArea .inWrap .contents a {
  color: #ed1c24;
  padding: 0 0 0.0625rem 0;
  border-bottom: solid 1px #ed1c24;
  text-decoration: none !important;
}
#msgArea.error .inWrap .contents h2 {
  color: #ed1c24;
}

/* 
================================================================================
sample
================================================================================
*/
div.sample {
  width: 200px;
  height: 200px;
}
body.sample div.sample {
  text-align: center;
}
div.sample:before {
  content: "";
  display: block;
  width: 300px;
  height: 150px;
  background: blue;
}
.sample-1 {
  width: 100px;
}

.sample-2 {
  width: 200px;
}

.sample-3 {
  width: 300px;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes anim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  25% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  50% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  100% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  25% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  50% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  100% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
kv
================================================================================
*/
#bgBase {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100svh;
  top: 0vh;
  left: 0;
  pointer-events: none;
  background: url("../img/background/bg_base.jpg") center center no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: top 2000ms ease-in-out 2500ms;
  transition: top 2000ms ease-in-out 2500ms;
}
body.bg3d #bgBase {
  width: 250vw;
  height: calc(var(--vh, 1vh) * 400);
  top: 0vh;
  left: 50%;
  border: solid 1px #c00;
  background: url("../img/background/bg.jpg") center center no-repeat;
  background-size: cover;
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translate3d(-50%, -38%, 0) rotateX(60deg);
          transform: translate3d(-50%, -38%, 0) rotateX(60deg);
}
body.bg3d #bgBase canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
}
body.loadingFinish #bgBase {
  opacity: 1;
}
body.introStart #bgBase {
  opacity: 1;
  top: 0vh;
}
body.rippleOut #bgBase {
  -webkit-transition: opacity 2000ms ease-in-out 200ms;
  transition: opacity 2000ms ease-in-out 200ms;
  opacity: 0 !important;
}

#container section#kv::before {
  background: url("../img/background/bg_base.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1150px) {
  #container section#kv::before {
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    height: 100svh;
  }
}
#container section#kv h1.logo {
  width: 12.5rem;
}
#container section#kv h1.logo .guide {
  visibility: hidden;
}
#container section#kv #logoIntro {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
#container section#kv #logoIntro div.logo {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  display: inline-block;
  opacity: 1;
}
#container section#kv #logoIntro div.logo .logo_guide {
  width: 6rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
#container section#kv #logoIntro div.logo .logo_yoko_guide {
  width: 100%;
  height: auto;
  opacity: 0;
}
#container section#kv #logoIntro div.logo .logo_anim {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  -webkit-transition: all 1300ms cubic-bezier(0.75, 0, 0.2, 1) 500ms;
  transition: all 1300ms cubic-bezier(0.75, 0, 0.2, 1) 500ms;
}
#container section#kv #logoIntro div.logo .logo_anim.logo_yoko_u {
  -webkit-transform: translate(26%, -67%);
          transform: translate(26%, -67%);
}
body.logoIn #container section#kv #logoIntro div.logo .logo_anim.logo_yoko_u {
  -webkit-transition: all 1300ms cubic-bezier(0.01, 0.14, 0.33, 0.99) 800ms;
  transition: all 1300ms cubic-bezier(0.01, 0.14, 0.33, 0.99) 800ms;
  -webkit-transform: translate(26%, -17%);
          transform: translate(26%, -17%);
  opacity: 1;
}
body.logoFix #container section#kv #logoIntro div.logo .logo_anim.logo_yoko_u {
  -webkit-transition: all 1300ms cubic-bezier(0.75, 0, 0.2, 1) 500ms;
  transition: all 1300ms cubic-bezier(0.75, 0, 0.2, 1) 500ms;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
#container section#kv #logoIntro div.logo .logo_anim.logo_yoko_ka {
  -webkit-transform: translate(-26%, 105%);
          transform: translate(-26%, 105%);
}
body.logoIn #container section#kv #logoIntro div.logo .logo_anim.logo_yoko_ka {
  -webkit-transition: all 1300ms cubic-bezier(0.01, 0.14, 0.33, 0.99) 800ms;
  transition: all 1300ms cubic-bezier(0.01, 0.14, 0.33, 0.99) 800ms;
  -webkit-transform: translate(-26%, 55%);
          transform: translate(-26%, 55%);
  opacity: 1;
}
body.logoFix #container section#kv #logoIntro div.logo .logo_anim.logo_yoko_ka {
  -webkit-transition: all 1300ms cubic-bezier(0.75, 0, 0.2, 1) 500ms;
  transition: all 1300ms cubic-bezier(0.75, 0, 0.2, 1) 500ms;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
#container section#kv #logoIntro div.logo .logo_anim.logo_yoko_english {
  -webkit-transform: translate(0%, -20%);
          transform: translate(0%, -20%);
}
body.logoFix #container section#kv #logoIntro div.logo .logo_anim.logo_yoko_english {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  opacity: 1;
}
#container section#kv #logoIntro div.logo .logo_anim.logo_yoko_sub {
  -webkit-transform: translate(0%, 20%);
          transform: translate(0%, 20%);
}
body.logoFix #container section#kv #logoIntro div.logo .logo_anim.logo_yoko_sub {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  opacity: 1;
}
#container section#general::before {
  background: url("../img/background/bg_general.jpg") center center no-repeat;
  background-size: cover;
}
#container section#general .column:nth-of-type(1) .inView {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
#container section#general .column:nth-of-type(2) .inView {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
#container section#method {
  color: #fff;
}
#container section#method::before {
  background: url("../img/background/bg_method.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #container section#method::before {
    background: url("../img/background/bg_method_sp.jpg?v=2") center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  #container section#method h2 img.title {
    max-width: 5.3vw;
  }
}
#container section#method .column:nth-of-type(1) .inView {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
#container section#method .column:nth-of-type(2) .inView {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
#container section#taste {
  color: #fff;
}
#container section#taste::before {
  background: url("../img/background/bg_taste.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #container section#taste::before {
    background: url("../img/background/bg_taste_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
#container section#taste .column:nth-of-type(1) .inView {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
#container section#taste .column:nth-of-type(2) .inView {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
#container section#products::before {
  background: url("../img/background/bg_products.jpg") left center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #container section#products::before {
    background: url("../img/background/bg_products_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
#container section#products .caution {
  font-size: 0.625rem;
}
#container section#products .caution .number {
  -webkit-transform: translate(0.05em, 0);
          transform: translate(0.05em, 0);
  letter-spacing: -0.05em;
}
#container section#products .layoutColumn {
  grid-gap: 0;
}
#container section#products h3 {
  font-size: 1.5625rem;
  margin-left: 1.25rem;
}
body.english #container section#products h3 {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  #container section#products h3 {
    margin-left: 0;
  }
}
#container section#products h3 .yomi {
  font-size: 0.5em;
  padding-top: 0.5em;
}
@media screen and (max-width: 750px) {
  #container section#products h3 {
    font-size: 1.125rem;
    margin-left: 0.3125rem;
  }
}
#container section#banners {
  background: #212121;
}
#container section#banners::before {
  background: #212121;
  min-height: 100vh !important;
}
@media screen and (max-width: 750px) {
  #container section#banners::before {
    background: #fff;
  }
}
@media screen and (max-width: 750px) {
  #container section#banners {
    background: #fff;
  }
}
#container section#banners.in.is-in li::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
body.english #container section#banners.in.is-in li h4 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
#container section#pageEnd {
  background: #212121;
  color: #fff;
}
#container section#pageEnd::before {
  background: #212121;
  min-height: 100vh !important;
}
#container section#pageEnd .layoutColumn {
  grid-gap: 7.8125rem;
  -ms-grid-columns: 11.25rem 7.8125rem 1fr;
  grid-template-columns: 11.25rem 1fr;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
body.english #container section#pageEnd .layoutColumn {
  max-width: 1000px;
}
#container section#pageEnd .layoutColumn .column {
  font-size: 1rem;
}
#container section#pageEnd .layoutColumn .column span {
  display: inline-block;
}
body.english #container section#pageEnd .layoutColumn .column {
  font-size: 0.75rem;
}
@media screen and (max-width: 750px) {
  #container section#pageEnd .layoutColumn {
    width: 100%;
    height: auto;
    grid-gap: 0.625rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0.625rem auto;
    grid-template-rows: auto auto;
  }
  #container section#pageEnd .layoutColumn > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #container section#pageEnd .layoutColumn > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #container section#pageEnd .layoutColumn .column {
    grid-row: auto;
    grid-column: auto;
  }
  #container section#pageEnd .layoutColumn .column:last-child {
    display: block;
  }
}
#container section#pageEnd .siteLinkContents {
  display: block;
}
#container section#pageEnd .siteLinkContents ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.english #container section#pageEnd .siteLinkContents ul li {
  margin-bottom: 0.625rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  #container section#pageEnd .siteLinkContents {
    padding-top: 20vw;
  }
  #container section#pageEnd .siteLinkContents .gridItem {
    display: -ms-grid;
    display: grid;
    grid-gap: 3vw;
    font-size: 0.625rem;
  }
  #container section#pageEnd .siteLinkContents .gridItem ul {
    margin-bottom: 0.625rem;
  }
  #container section#pageEnd .siteLinkContents .gridItem ul li {
    margin-bottom: 0.3125rem;
  }
  #container section#pageEnd .siteLinkContents .gridItem ul:nth-of-type(1) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  #container section#pageEnd .siteLinkContents .gridItem ul:nth-of-type(2) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    margin-bottom: 0;
    text-align: center;
  }
  #container section#pageEnd .siteLinkContents .gridItem ul:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  #container section#pageEnd .siteLinkContents .gridItem ul:nth-of-type(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
#container section#pageEnd .logoWrap {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 750px) {
  #container section#pageEnd .logoWrap {
    padding-top: 3vw;
    margin: auto;
    width: 25vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 750px) {
  #container section#pageEnd .meiri {
    margin: auto;
    width: 25vw;
  }
}
@media screen and (max-width: 750px) {
  #container section#pageEnd .langChange {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#container section#pageEnd .langChange .lang {
  padding: 0 1em 0 0em;
}
#container section#pageEnd .langChange .lang.jp span {
  opacity: 0.5;
  pointer-events: none;
}
#container section#pageEnd .langChange .lang:last-child {
  padding: 0 0 0 0.5em;
}
#container section#pageEnd .langChange .lang:not(:last-child)::after {
  content: " / ";
  display: inline-block;
  position: absolute;
  right: 0;
}
#container section#pageEnd .langSwich .lang {
  cursor: pointer;
}
#container section#pageEnd .langSwich .lang a {
  text-decoration: none;
}
#container section#pageEnd .langSwich .lang.jp span {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}
body.english #container section#pageEnd .langSwich .lang.jp span {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
body.english #container section#pageEnd .langSwich .lang.en span {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}