@charset "UTF-8";
/*=================================================================================
    変数
=================================================================================*/
/*=================================================================================
    全体設定
=================================================================================*/
*, *:before, *:after {
  box-sizing: border-box; }

body {
  margin: 0;
  /*
      background-image:url(../../img/komorebi/bg.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
  */ }
  body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../../img/komorebi/bg.png) center top no-repeat;
    z-index: -1;
    background-size: cover; }
    @media screen and (max-width: 576px) {
      body:before {
        background-size: cover; } }

body.non-active {
  height: 100%;
  overflow: hidden; }

h1, h2, h3, h4, p, li {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Shippori Mincho B1", serif; }

p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: "ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
  @media screen and (max-width: 576px) {
    p {
      font-size: 14px; } }

ul {
  margin-top: 0;
  margin-bottom: 0; }

li {
  font-family: "ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }

img {
  max-width: 100%; }

.wrap {
  display: flex; }

a:hover {
  opacity: 0.75;
  transition: opacity 0.3s ease-out; }

a img:hover {
  opacity: 0.75;
  transition: opacity 0.3s ease-out; }

.btn__primary {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.4);
  background-color: #FEFEFE;
  outline: 1px solid rgba(193, 157, 103, 0.7);
  outline-offset: -8px;
  border-radius: 41px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .btn__primary p {
    color: #000;
    text-align: center;
    font-size: 18px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.1em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1em;
    text-indent: 0.4em; }
    .btn__primary p:before {
      content: '';
      background-image: url(../../img/komorebi/arrow.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 52px;
      height: 10px;
      position: absolute;
      top: 20%;
      left: -70px; }
      @media screen and (max-width: 576px) {
        .btn__primary p:before {
          width: 45px;
          height: 8px;
          left: -60px; } }
  .btn__primary a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.pc {
  display: block; }
  @media screen and (max-width: 992px) {
    .pc {
      display: none; } }

.u_tb {
  display: block; }
  @media screen and (max-width: 576px) {
    .u_tb {
      display: none; } }

.tb {
  display: none; }
  @media screen and (max-width: 992px) {
    .tb {
      display: block; } }
  @media screen and (max-width: 576px) {
    .tb {
      display: none; } }

.d_tb {
  display: none; }
  @media screen and (max-width: 992px) {
    .d_tb {
      display: block; } }

.sp {
  display: none; }
  @media screen and (max-width: 576px) {
    .sp {
      display: block; } }

/*=================================================================================
    セクション共通設定
=================================================================================*/
.section {
  margin-top: 160px; }
  .section .title {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 992px) {
      .section .title {
        width: calc(100% - 80px); } }
    @media screen and (max-width: 576px) {
      .section .title {
        width: calc(100% - 80px); } }
    .section .title .icon {
      width: 100px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 576px) {
        .section .title .icon {
          width: 80px; } }
    .section .title .en-title {
      color: #F0CB92;
      letter-spacing: 0.8em;
      font-size: 14px;
      line-height: 2.785;
      text-align: center;
      font-family: "EB Garamond", serif; }
    .section .title h2 {
      letter-spacing: 0.4em;
      font-size: 32px;
      line-height: 1.21875;
      text-align: center;
      font-weight: 100; }
      @media screen and (max-width: 576px) {
        .section .title h2 {
          font-size: 24px; } }
    .section .title .txt-read {
      margin-top: 80px;
      font-size: 18px; }
      @media screen and (max-width: 576px) {
        .section .title .txt-read {
          margin-top: 40px; } }

/*=================================================================================
    header
=================================================================================*/
.header {
  padding-top: 24px;
  padding-left: 24px;
  position: relative;
  height: 86px;
  /*
      .wrap{
          
          justify-content: space-between;
  
          @media screen and (max-width: 992px) {
              justify-content: right;
          }
  */ }
  @media screen and (max-width: 992px) {
    .header {
      height: 95px; } }
  .header .page__logo {
    width: 142.25px;
    height: auto;
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 100; }
    @media screen and (max-width: 992px) {
      .header .page__logo {
        top: 21px;
        left: 21px; } }
    @media screen and (max-width: 576px) {
      .header .page__logo {
        width: 100px;
        top: 24px;
        left: 24px; } }
  .header .page__navi {
    position: absolute;
    top: 40px;
    right: 240px; }
    .header .page__navi ul {
      display: flex; }
      @media screen and (max-width: 992px) {
        .header .page__navi ul {
          display: none; } }
      .header .page__navi ul li {
        list-style: none;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        font-family: 'Shippori Mincho B1', serif;
        margin-right: 64px;
        letter-spacing: 0.1em;
        position: relative; }
        @media screen and (max-width: 1280px) {
          .header .page__navi ul li {
            margin-right: 40px; } }
        .header .page__navi ul li span {
          font-size: 10px;
          text-align: center;
          color: #F0CB92;
          font-family: "EB Garamond", serif;
          letter-spacing: 0.4em;
          font-weight: 100; }
        .header .page__navi ul li a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .header .present__btn {
    background-image: url(../../img/komorebi/bg-present__btn.png);
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 34px 0 0 34px;
    background-size: cover;
    cursor: pointer;
    position: fixed;
    top: 24px;
    right: 0;
    z-index: 100; }
    @media screen and (max-width: 992px) {
      .header .present__btn {
        padding-right: 5px;
        border-radius: 34px;
        top: 21px;
        right: 124px; } }
    @media screen and (max-width: 576px) {
      .header .present__btn {
        display: none; } }
    .header .present__btn p {
      color: #233024;
      padding-left: 21px;
      padding-right: 22px;
      padding-top: 8px;
      padding-bottom: 8px;
      background-color: #FEFEFE;
      border-radius: 34px;
      font-size: 18px;
      font-size: 16px;
      font-family: 'Shippori Mincho B1', serif;
      font-weight: 700; }
    .header .present__btn a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .header .modal-navi__open {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(35, 48, 36, 0.4);
    border-radius: 0 0 0 24px; }
    @media screen and (max-width: 992px) {
      .header .modal-navi__open {
        width: 98px;
        height: 95px;
        display: block; } }
    @media screen and (max-width: 576px) {
      .header .modal-navi__open {
        display: block;
        width: 88px;
        height: 75px; } }
    .header .modal-navi__open img {
      width: 50px;
      height: 21px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
      @media screen and (max-width: 576px) {
        .header .modal-navi__open img {
          width: 40px;
          height: 16.8px; } }

/*=================================================================================
    hero-section
=================================================================================*/
.hero {
  height: 100%;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative; }
  .hero.section {
    padding-top: 72px;
    margin-top: 0; }
    @media screen and (max-width: 1280px) {
      .hero.section {
        padding-top: 64px; } }
    @media screen and (max-width: 992px) {
      .hero.section {
        padding-top: 0px; } }
  .hero .wrap {
    height: 100%; }
    @media screen and (max-width: 992px) {
      .hero .wrap {
        flex-wrap: wrap; } }
    .hero .wrap .logo {
      width: 40.53%;
      position: relative; }
      @media screen and (max-width: 992px) {
        .hero .wrap .logo {
          width: 100%; } }
      .hero .wrap .logo img {
        width: 42.15%;
        max-width: 328px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); }
        @media screen and (max-width: 1280px) {
          .hero .wrap .logo img {
            max-width: 248px; } }
        @media screen and (max-width: 992px) {
          .hero .wrap .logo img {
            max-width: 328px;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%); } }
        @media screen and (max-width: 576px) {
          .hero .wrap .logo img {
            width: 62.82%;
            top: 0%;
            left: 50%;
            transform: translateY(10%) translateX(-50%); } }
    .hero .wrap .img {
      width: 59.47%;
      height: auto;
      position: relative;
      z-index: 200; }
      @media screen and (max-width: 992px) {
        .hero .wrap .img {
          width: 39.06%;
          position: absolute;
          right: 0;
          bottom: 0;
          z-index: -1; } }
      @media screen and (max-width: 576px) {
        .hero .wrap .img {
          width: 76.92%; } }
      .hero .wrap .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left top;
        border-radius: 100px 0 0 0; }

/*=================================================================================
    modal-navi
=================================================================================*/
.modal-navi {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  background-color: #233024;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-out; }
  .modal-navi.is-open {
    z-index: 500;
    opacity: 1; }
  .modal-navi .page__logo {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 142.25px;
    height: auto; }
    @media screen and (max-width: 576px) {
      .modal-navi .page__logo {
        width: 100px; } }
  .modal-navi .modal-navi__close {
    position: absolute;
    top: 40px;
    right: 24px; }
    @media screen and (max-width: 576px) {
      .modal-navi .modal-navi__close {
        width: 40px;
        height: 16.8px;
        top: 32px; } }
  .modal-navi .navi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    .modal-navi .navi ul li {
      list-style: none;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      font-family: 'Shippori Mincho B1', serif;
      margin-right: 64px;
      letter-spacing: 0.1em;
      text-align: left;
      margin-bottom: 48px;
      position: relative; }
      @media screen and (max-width: 576px) {
        .modal-navi .navi ul li {
          margin-right: 0px; } }
      .modal-navi .navi ul li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .modal-navi .navi ul li span {
        font-size: 10px;
        text-align: center;
        color: #F0CB92;
        font-family: "EB Garamond", serif;
        letter-spacing: 0.4em;
        font-weight: 100; }
    .modal-navi .navi .present__btn {
      background-image: url(../../img/komorebi/bg-present__btn.png);
      padding-right: 5px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
      border-radius: 34px;
      background-size: cover;
      margin-top: 80px;
      position: relative; }
      .modal-navi .navi .present__btn p {
        color: #233024;
        padding-left: 21px;
        padding-right: 22px;
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #FEFEFE;
        border-radius: 34px;
        font-size: 18px;
        font-family: 'Shippori Mincho B1', serif;
        font-weight: 700;
        text-align: center; }
      .modal-navi .navi .present__btn a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

/*=================================================================================
    side-nav
=================================================================================*/
.side-nav {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 40%; }
  @media screen and (max-width: 992px) {
    .side-nav {
      display: none; } }
  .side-nav ul {
    padding-left: 0; }
    .side-nav ul li {
      list-style: none;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      font-family: 'Shippori Mincho B1', serif;
      letter-spacing: 0.1em;
      text-align: right;
      line-height: 1em;
      margin-bottom: 40px;
      position: relative;
      margin-right: 48px;
      color: rgba(254, 254, 254, 0.4); }
      .side-nav ul li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .side-nav ul li:after {
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #FEFEFE;
        position: absolute;
        top: 20%;
        right: -1.5em; }
      .side-nav ul li span {
        font-size: 10px;
        text-align: right;
        color: rgba(240, 203, 146, 0.4);
        font-family: "EB Garamond", serif;
        letter-spacing: 0.4em;
        font-weight: 100; }
      .side-nav ul li.active {
        color: #fefefe; }
        .side-nav ul li.active:after {
          background-color: #F0CB92; }
        .side-nav ul li.active span {
          color: #f0cb92; }

/*=================================================================================
    concept-section
=================================================================================*/
.concept .content {
  margin-top: 148px;
  max-width: 1624px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .concept .content .wrap {
    justify-content: center; }
    @media screen and (max-width: 992px) {
      .concept .content .wrap {
        flex-wrap: wrap; } }
    .concept .content .wrap .column-1 {
      width: 440px; }
      @media screen and (max-width: 1600px) {
        .concept .content .wrap .column-1 {
          max-width: 336px; } }
      @media screen and (max-width: 992px) {
        .concept .content .wrap .column-1 {
          width: 100%;
          max-width: 100%; } }
      @media screen and (max-width: 576px) {
        .concept .content .wrap .column-1 {
          padding-left: 24px;
          padding-right: 24px; } }
      .concept .content .wrap .column-1 .logo {
        position: relative;
        height: 76.16px; }
        .concept .content .wrap .column-1 .logo img {
          width: 400px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%); }
          @media screen and (max-width: 992px) {
            .concept .content .wrap .column-1 .logo img {
              width: 333px; } }
      .concept .content .wrap .column-1 .txt {
        margin-top: 48px; }
        @media screen and (max-width: 992px) {
          .concept .content .wrap .column-1 .txt {
            max-width: 440px;
            margin-left: auto;
            margin-right: auto; } }
      .concept .content .wrap .column-1 .btn a {
        width: 309px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        border-radius: 36px;
        border: 1px solid #fff;
        font-weight: 700;
        display: block;
        margin-top: 56px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 16px;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 576px) {
          .concept .content .wrap .column-1 .btn a {
            max-width: 100%; } }
    .concept .content .wrap .column-2 {
      width: 336px;
      position: relative; }
      @media screen and (max-width: 1600px) {
        .concept .content .wrap .column-2 {
          max-width: 214px; } }
      @media screen and (max-width: 992px) {
        .concept .content .wrap .column-2 {
          width: 80px;
          height: 80px;
          margin-top: 80px;
          margin-bottom: 80px;
          margin-left: auto;
          margin-right: auto; } }
      .concept .content .wrap .column-2 img {
        width: 121.38px;
        height: 121.38px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); }
        @media screen and (max-width: 992px) {
          .concept .content .wrap .column-2 img {
            width: 100%;
            height: auto;
            position: static;
            transform: translateY(0%) translateX(0%); } }
    .concept .content .wrap .column-3 {
      width: 440px; }
      @media screen and (max-width: 1280px) {
        .concept .content .wrap .column-3 {
          max-width: 336px; } }
      @media screen and (max-width: 992px) {
        .concept .content .wrap .column-3 {
          width: 100%;
          max-width: 100%; } }
      @media screen and (max-width: 576px) {
        .concept .content .wrap .column-3 {
          padding-left: 48px;
          padding-right: 48px; } }
      .concept .content .wrap .column-3 .logo {
        position: relative;
        height: 76.16px; }
        @media screen and (max-width: 992px) {
          .concept .content .wrap .column-3 .logo {
            width: 333px;
            margin-left: auto;
            margin-right: auto; } }
        @media screen and (max-width: 576px) {
          .concept .content .wrap .column-3 .logo {
            width: 286px;
            max-width: 100%; } }
        .concept .content .wrap .column-3 .logo img {
          width: 280px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%); }
      .concept .content .wrap .column-3 .txt {
        margin-top: 48px; }
        @media screen and (max-width: 992px) {
          .concept .content .wrap .column-3 .txt {
            max-width: 440px;
            margin-left: auto;
            margin-right: auto; } }
        .concept .content .wrap .column-3 .txt .line-2 {
          background: rgba(35, 48, 36, 0.4);
          padding: 24px;
          border-radius: 10px;
          font-size: 14px;
          line-height: 1.5;
          margin-top: 24px; }
  .concept .content .d-txt {
    position: absolute; }
    .concept .content .d-txt p {
      font-size: 400px;
      line-height: 1.1;
      color: rgba(255, 255, 255, 0.1);
      margin: 0;
      font-family: "Shippori Mincho B1", serif;
      font-weight: 400;
      display: flex;
      flex-direction: column;
      line-height: 1em;
      letter-spacing: 0; }
      .concept .content .d-txt p span {
        display: block; }
      @media screen and (max-width: 992px) {
        .concept .content .d-txt p {
          font-size: 300px; } }
      @media screen and (max-width: 576px) {
        .concept .content .d-txt p {
          font-size: 100px; } }
    .concept .content .d-txt.position1 {
      top: -50%;
      left: 0;
      z-index: -1; }
      @media screen and (max-width: 992px) {
        .concept .content .d-txt.position1 {
          top: -15%;
          left: 0; } }
      @media screen and (max-width: 576px) {
        .concept .content .d-txt.position1 {
          top: 38%;
          left: 0; } }
    .concept .content .d-txt.position2 {
      top: -50%;
      right: 0;
      z-index: -1;
      overflow: hidden; }
      @media screen and (max-width: 992px) {
        .concept .content .d-txt.position2 {
          top: 55%;
          right: 0; } }
      @media screen and (max-width: 576px) {
        .concept .content .d-txt.position2 {
          top: 50%;
          right: 0; } }

/*=================================================================================
    theme-section
=================================================================================*/
.theme.section {
  margin-top: 360px; }
  @media screen and (max-width: 1280px) {
    .theme.section {
      margin-top: 320px; } }
  @media screen and (max-width: 576px) {
    .theme.section {
      margin-top: 160px; } }
.theme .novel {
  background-color: rgba(35, 48, 36, 0.4);
  padding-top: 48px;
  padding-bottom: 103px;
  margin-top: 80px;
  position: relative;
  padding-left: 40px;
  padding-right: 40px; }
  .theme .novel h3 {
    font-size: 52px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 576px) {
      .theme .novel h3 {
        font-size: 32px; } }
  .theme .novel p {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 992px) {
      .theme .novel p {
        max-width: 688px; } }
  .theme .novel .btn__primary {
    position: absolute;
    margin-top: 62px;
    width: 448px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 18px;
    border-radius: 48px; }
    @media screen and (max-width: 576px) {
      .theme .novel .btn__primary {
        width: calc(100% - 96px); } }
    .theme .novel .btn__primary p {
      letter-spacing: 0.4em;
      line-height: 1.2em; }
      @media screen and (max-width: 576px) {
        .theme .novel .btn__primary p {
          font-size: 16px; } }
      .theme .novel .btn__primary p span {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1em; }
        @media screen and (max-width: 576px) {
          .theme .novel .btn__primary p span {
            font-size: 11px; } }
.theme .author {
  padding-left: 40px;
  padding-right: 40px; }
  .theme .author .wrap {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px; }
    @media screen and (max-width: 992px) {
      .theme .author .wrap {
        max-width: 568px; } }
    @media screen and (max-width: 576px) {
      .theme .author .wrap {
        flex-wrap: wrap; } }
  .theme .author h3 {
    font-size: 22px;
    letter-spacing: 0.4em;
    line-height: 1.772;
    text-align: center;
    margin-bottom: 40px; }
  .theme .author .img {
    width: 140px; }
    @media screen and (max-width: 576px) {
      .theme .author .img {
        width: 100%;
        text-align: center; } }
    .theme .author .img img {
      width: 100px;
      height: 100px; }
    .theme .author .img p {
      margin-top: 24px;
      text-align: center;
      width: 100px;
      font-size: 18px;
      letter-spacing: 0.4em;
      font-family: "Shippori Mincho B1", serif;
      font-weight: 400; }
      @media screen and (max-width: 576px) {
        .theme .author .img p {
          width: 100%;
          margin-top: 0px;
          margin-bottom: 16px; } }
  .theme .author .txt {
    width: 520px; }
    @media screen and (max-width: 576px) {
      .theme .author .txt {
        width: 100%; } }
    .theme .author .txt p {
      margin-bottom: 48px; }
.theme .other {
  margin-top: 120px; }
  @media screen and (max-width: 992px) {
    .theme .other {
      margin-top: 80px; } }
  .theme .other .wrap {
    justify-content: center; }
    @media screen and (max-width: 992px) {
      .theme .other .wrap {
        flex-wrap: wrap;
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (max-width: 576px) {
      .theme .other .wrap {
        padding-left: 24px;
        padding-right: 24px; } }
    .theme .other .wrap .theme__img {
      width: 480px; }
      @media screen and (max-width: 1600px) {
        .theme .other .wrap .theme__img {
          width: 300px; } }
      @media screen and (max-width: 992px) {
        .theme .other .wrap .theme__img {
          width: 100%;
          text-align: center; } }
      @media screen and (max-width: 992px) {
        .theme .other .wrap .theme__img img {
          width: 300px; } }
    .theme .other .wrap .author__prof {
      width: 660px;
      margin-left: 80px; }
      @media screen and (max-width: 1600px) {
        .theme .other .wrap .author__prof {
          width: 624px;
          margin-left: 64px; } }
      @media screen and (max-width: 992px) {
        .theme .other .wrap .author__prof {
          width: 100%;
          max-width: 608px;
          margin-top: 106px;
          margin-left: auto;
          margin-right: auto; } }
      .theme .other .wrap .author__prof .comment {
        position: relative;
        padding: 32px; }
        @media screen and (max-width: 576px) {
          .theme .other .wrap .author__prof .comment {
            padding: 36px 24px 24px 24px; } }
        .theme .other .wrap .author__prof .comment:before {
          content: '';
          height: 57px;
          width: 70px;
          background-image: url(../../img/komorebi/quote.png);
          background-size: 80%;
          background-repeat: no-repeat;
          background-position: top left;
          position: absolute;
          top: -24px;
          left: -24px; }
          @media screen and (max-width: 992px) {
            .theme .other .wrap .author__prof .comment:before {
              width: 40px;
              height: 29.02px;
              top: -12px;
              left: -12px; } }
        .theme .other .wrap .author__prof .comment:after {
          content: '';
          height: 57px;
          width: 70px;
          background-image: url(../../img/komorebi/quote.png);
          background-size: 80%;
          background-repeat: no-repeat;
          background-position: top left;
          position: absolute;
          transform: rotate(180deg);
          bottom: -24px;
          right: -24px; }
          @media screen and (max-width: 992px) {
            .theme .other .wrap .author__prof .comment:after {
              width: 40px;
              height: 29.02px;
              bottom: -12px;
              right: -12px; } }
        .theme .other .wrap .author__prof .comment h4 {
          font-size: 24px;
          color: #F0CB92;
          letter-spacing: 0.8em;
          margin-bottom: 32px;
          text-align: center;
          font-family: "EB Garamond", serif;
          text-indent: 0.8em;
          font-weight: 400; }
        .theme .other .wrap .author__prof .comment p {
          font-family: "Shippori Mincho B1", serif;
          font-weight: 400; }
        .theme .other .wrap .author__prof .comment p.sub-title {
          font-size: 20px;
          line-height: 1em;
          margin-bottom: 24px; }
        .theme .other .wrap .author__prof .comment p.name {
          font-size: 14px;
          text-align: right; }
        .theme .other .wrap .author__prof .comment .border-top {
          position: absolute;
          width: 90%;
          height: 100%;
          border-top: 1px solid #FEFEFE;
          top: 0;
          right: 0; }
          @media screen and (max-width: 992px) {
            .theme .other .wrap .author__prof .comment .border-top {
              width: 93%; } }
        .theme .other .wrap .author__prof .comment .border-bottom {
          position: absolute;
          width: 90%;
          height: 100%;
          border-bottom: 1px solid #FEFEFE;
          top: 0;
          left: 0; }
          @media screen and (max-width: 992px) {
            .theme .other .wrap .author__prof .comment .border-bottom {
              width: 93%; } }
        .theme .other .wrap .author__prof .comment .border-left {
          position: absolute;
          width: 100%;
          height: 90%;
          border-left: 1px solid #FEFEFE;
          bottom: 0;
          left: 0; }
          @media screen and (max-width: 992px) {
            .theme .other .wrap .author__prof .comment .border-left {
              height: 93%; } }
        .theme .other .wrap .author__prof .comment .border-right {
          position: absolute;
          width: 100%;
          height: 90%;
          border-right: 1px solid #FEFEFE;
          top: 0;
          left: 0; }
          @media screen and (max-width: 992px) {
            .theme .other .wrap .author__prof .comment .border-right {
              height: 93%; } }
    .theme .other .wrap .profile {
      margin-top: 34px;
      padding: 32px; }
      .theme .other .wrap .profile h4 {
        font-size: 16px;
        font-weight: 100;
        letter-spacing: 0.4em; }
        .theme .other .wrap .profile h4 span {
          margin-left: 24px; }
      .theme .other .wrap .profile p {
        margin-top: 16px;
        font-size: 14px; }

/*=================================================================================
    product-section
=================================================================================*/
.product .img {
  margin-top: 80px;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
.product .title {
  max-width: 880px;
  margin-top: 46px;
  margin-bottom: 88px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 576px) {
    .product .title {
      padding-left: 40px;
      padding-right: 40px;
      width: 100%;
      margin-bottom: 32px;
      margin-top: 24px; } }
  .product .title .wrap {
    justify-content: space-between; }
    @media screen and (max-width: 992px) {
      .product .title .wrap {
        flex-wrap: wrap;
        justify-content: center; } }
    .product .title .wrap h2 {
      font-size: 42px;
      letter-spacing: 0.1em;
      line-height: 0.928em; }
      @media screen and (max-width: 576px) {
        .product .title .wrap h2 {
          font-size: 24px;
          width: 100%; } }
      .product .title .wrap h2 .brand {
        font-size: 33px;
        font-family: "EB Garamond", serif; }
        @media screen and (max-width: 576px) {
          .product .title .wrap h2 .brand {
            font-size: 20px;
            display: block;
            width: 100%;
            text-align: center;
            margin-bottom: 16px; } }
      .product .title .wrap h2 .txt-set {
        font-size: 30px; }
        @media screen and (max-width: 576px) {
          .product .title .wrap h2 .txt-set {
            font-size: 16px; } }
    .product .title .wrap p .txt-price-note {
      font-size: 16px; }
      @media screen and (max-width: 576px) {
        .product .title .wrap p .txt-price-note {
          font-size: 12px; } }
    .product .title .wrap p .txt-price {
      font-size: 32px;
      font-family: "EB Garamond", serif;
      font-weight: 400; }
      @media screen and (max-width: 576px) {
        .product .title .wrap p .txt-price {
          font-size: 18px; } }
.product .set {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }
  @media screen and (max-width: 992px) {
    .product .set {
      padding-left: 40px;
      padding-right: 40px; } }
  .product .set .wrap {
    align-items: center; }
    @media screen and (max-width: 992px) {
      .product .set .wrap {
        flex-wrap: wrap;
        width: 100%;
        max-width: 448px;
        margin-left: auto;
        margin-right: auto; } }
    .product .set .wrap .txt {
      width: 50%; }
      @media screen and (max-width: 992px) {
        .product .set .wrap .txt {
          width: 100%;
          order: 2; } }
      .product .set .wrap .txt h3 {
        font-family: "ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 24px; }
        @media screen and (max-width: 992px) {
          .product .set .wrap .txt h3 {
            margin-top: 24px; } }
        @media screen and (max-width: 576px) {
          .product .set .wrap .txt h3 {
            font-size: 16px; } }
      .product .set .wrap .txt ul {
        padding-left: 1em; }
        .product .set .wrap .txt ul li {
          font-size: 16px;
          letter-spacing: 0.1em;
          color: #FEFEFE;
          list-style: none;
          position: relative;
          margin-left: 1.5em;
          margin-bottom: 24px; }
          @media screen and (max-width: 576px) {
            .product .set .wrap .txt ul li {
              font-size: 12px;
              margin-bottom: 16px; } }
          .product .set .wrap .txt ul li:before {
            content: '●';
            color: #F0CB92;
            display: inline-block;
            position: absolute;
            top: 0;
            left: -1.5em; }
    .product .set .wrap .img {
      width: 50%;
      margin-top: 0; }
      @media screen and (max-width: 992px) {
        .product .set .wrap .img {
          width: 100%;
          order: 1; } }
      @media screen and (max-width: 576px) {
        .product .set .wrap .img {
          text-align: center; } }
      @media screen and (max-width: 576px) {
        .product .set .wrap .img img {
          width: 63.07%;
          min-width: 246px; } }
.product .item {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(254, 254, 254, 0.3);
  border-radius: 10px;
  padding: 64px 110px; }
  @media screen and (max-width: 992px) {
    .product .item {
      width: calc(100% - 80px);
      padding: 64px 80px; } }
  @media screen and (max-width: 576px) {
    .product .item {
      width: calc(100% - 48px);
      padding: 32px 24px; } }
  .product .item .img {
    margin-top: 0; }
  .product .item h2 {
    font-size: 52px;
    font-weight: 100;
    margin-top: 32px;
    margin-bottom: 32px; }
    @media screen and (max-width: 992px) {
      .product .item h2 {
        font-size: 36px; } }
    @media screen and (max-width: 576px) {
      .product .item h2 {
        margin-top: 20px;
        margin-bottom: 20px; } }
    .product .item h2 .brand {
      font-size: 40px;
      font-family: "EB Garamond", serif;
      font-weight: 100;
      letter-spacing: 0.1em;
      margin-right: 16px; }
      @media screen and (max-width: 992px) {
        .product .item h2 .brand {
          font-size: 30px; } }
      @media screen and (max-width: 576px) {
        .product .item h2 .brand {
          font-size: 20px; } }
    .product .item h2 .txt-en-note {
      font-size: 18px;
      font-family: "EB Garamond", serif;
      font-weight: 100;
      letter-spacing: 0.4em;
      margin-left: 16px; }
      @media screen and (max-width: 576px) {
        .product .item h2 .txt-en-note {
          font-size: 12px; } }
  .product .item p.sub-title {
    font-size: 22px;
    margin-bottom: 24px;
    font-family: "Shippori Mincho B1", serif; }
    @media screen and (max-width: 576px) {
      .product .item p.sub-title {
        font-size: 18px; } }
  .product .item .triangle {
    margin-top: 80px; }
    @media screen and (max-width: 992px) {
      .product .item .triangle {
        margin-top: 36px; } }
    .product .item .triangle .wrap {
      align-items: center; }
      .product .item .triangle .wrap .img {
        width: 50%;
        margin-top: 0; }
      .product .item .triangle .wrap .txt {
        width: 50%;
        height: 100%;
        padding: 27px 0px 27px 30px; }
        .product .item .triangle .wrap .txt .wrap {
          flex-flow: column; }
          .product .item .triangle .wrap .txt .wrap .inner:nth-child(2) {
            margin-top: 10%;
            margin-bottom: 12%; }
          .product .item .triangle .wrap .txt .wrap .inner h3 {
            color: #F0CB92;
            font-family: "EB Garamond", serif;
            font-size: 16px;
            letter-spacing: 0.1em;
            font-weight: 500;
            letter-spacing: 0.4em; }
            @media screen and (max-width: 576px) {
              .product .item .triangle .wrap .txt .wrap .inner h3 {
                font-size: 10px; } }
          .product .item .triangle .wrap .txt .wrap .inner p {
            line-height: 1.5em; }
            @media screen and (max-width: 576px) {
              .product .item .triangle .wrap .txt .wrap .inner p {
                font-size: 10px; } }
.product .evaluator {
  margin-top: 80px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(35, 48, 36, 0.4);
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 10px; }
  @media screen and (max-width: 992px) {
    .product .evaluator {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 576px) {
    .product .evaluator {
      width: calc(100% - 48px); } }
  .product .evaluator .title {
    text-align: center;
    margin-bottom: 48px;
    margin-top: 0; }
    .product .evaluator .title p.line1 {
      font-size: 18px;
      font-family: "Shippori Mincho B1", serif;
      font-weight: 700;
      margin-bottom: 16px;
      letter-spacing: 0.4em; }
      @media screen and (max-width: 576px) {
        .product .evaluator .title p.line1 {
          font-size: 14px; } }
    .product .evaluator .title h3 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 24px;
      letter-spacing: 0.4em; }
      @media screen and (max-width: 576px) {
        .product .evaluator .title h3 {
          font-size: 18px; } }
    .product .evaluator .title p.line2 {
      font-size: 13px; }
      @media screen and (max-width: 576px) {
        .product .evaluator .title p.line2 {
          font-size: 12px;
          text-align: left; } }
  .product .evaluator .content {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 992px) {
      .product .evaluator .content {
        width: calc(100% - 160px); } }
    @media screen and (max-width: 576px) {
      .product .evaluator .content {
        width: calc(100% - 48px); } }
    .product .evaluator .content h4 {
      position: relative;
      font-size: 18px;
      margin-top: 80px;
      margin-bottom: 32px;
      padding-left: 1em;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 576px) {
        .product .evaluator .content h4 {
          font-size: 16px; } }
      .product .evaluator .content h4:first-child {
        margin-top: 0px; }
      .product .evaluator .content h4:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 1.5em;
        background-image: url(../../img/komorebi/bg-evaluator__title.png);
        top: 0;
        left: 0; }
    .product .evaluator .content p {
      margin-bottom: 48px; }
      .product .evaluator .content p:last-child {
        margin-bottom: 0px; }
.product .manager {
  padding-top: 70px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 992px) {
    .product .manager {
      width: calc(100% - 160px); } }
  @media screen and (max-width: 576px) {
    .product .manager {
      width: calc(100% - 96px); } }
  .product .manager h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 0.4em; }
    @media screen and (max-width: 576px) {
      .product .manager h3 {
        font-size: 18px; } }

/*=================================================================================
    shop-section
=================================================================================*/
.section.shop .title .txt-read p {
  text-align: center; }
  @media screen and (max-width: 576px) {
    .section.shop .title .txt-read p {
      text-align: left; } }
.section.shop .title .txt-read .sale-date {
  margin-top: 0; }
  .section.shop .title .txt-read .sale-date .wrap {
    justify-content: center;
    column-gap: 3%;
    flex-wrap: wrap; }
    .section.shop .title .txt-read .sale-date .wrap .inner {
      width: 40%;
      background: rgba(35, 48, 36, 0.4);
      border-radius: 10px;
      padding: 24px;
      margin-top: 32px; }
      @media screen and (max-width: 576px) {
        .section.shop .title .txt-read .sale-date .wrap .inner {
          width: 100%; } }
      .section.shop .title .txt-read .sale-date .wrap .inner h3 {
        font-weight: 700;
        font-size: 16px;
        position: relative;
        padding-left: 1em;
        margin-bottom: 20px;
        text-align: left;
        margin-top: 0;
        letter-spacing: 0.2em; }
        .section.shop .title .txt-read .sale-date .wrap .inner h3:before {
          content: '';
          position: absolute;
          width: 6px;
          height: 3em;
          background-image: url(../../img/komorebi/bg-evaluator__title.png);
          top: 0;
          left: 0; }
      .section.shop .title .txt-read .sale-date .wrap .inner p {
        text-align: left;
        line-height: 1.2em;
        letter-spacing: 0.1em;
        font-size: 14px; }

.shop h3 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.4em;
  margin-top: 80px;
  margin-bottom: 32px;
  text-align: center; }
.shop p {
  text-align: center; }
.shop .tab-panel {
  margin-top: 40px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 992px) {
    .shop .tab-panel {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 576px) {
    .shop .tab-panel {
      width: calc(100% - 48px); } }
  .shop .tab-panel .tab-group {
    justify-content: space-around;
    padding-left: 0; }
    @media screen and (max-width: 576px) {
      .shop .tab-panel .tab-group {
        flex-wrap: wrap;
        justify-content: center; } }
    .shop .tab-panel .tab-group li {
      text-emphasis: none;
      list-style: none;
      border-radius: 10px 10px 0 0;
      padding: 16px 20px;
      cursor: pointer; }
      @media screen and (max-width: 576px) {
        .shop .tab-panel .tab-group li {
          border-radius: 17px; } }
      .shop .tab-panel .tab-group li.is-active {
        background-color: rgba(35, 48, 36, 0.4); }
  .shop .tab-panel .panel-group {
    background-color: rgba(35, 48, 36, 0.4);
    border-radius: 10px;
    padding: 58px 0px; }
    @media screen and (max-width: 992px) {
      .shop .tab-panel .panel-group {
        padding: 32px 0px; } }
    .shop .tab-panel .panel-group .panel {
      display: none; }
      .shop .tab-panel .panel-group .panel.is-show {
        display: block; }
      .shop .tab-panel .panel-group .panel .wrap {
        flex-wrap: wrap;
        row-gap: 80px; }
        @media screen and (max-width: 576px) {
          .shop .tab-panel .panel-group .panel .wrap {
            row-gap: 32px; } }
        .shop .tab-panel .panel-group .panel .wrap .inner {
          width: 50%;
          padding: 0 38px 0 40px;
          box-sizing: border-box; }
          @media screen and (max-width: 576px) {
            .shop .tab-panel .panel-group .panel .wrap .inner {
              width: 100%;
              padding: 0 24px; } }
          .shop .tab-panel .panel-group .panel .wrap .inner h4 {
            font-weight: 700;
            font-size: 18px;
            position: relative;
            padding-left: 1em;
            margin-bottom: 20px; }
            .shop .tab-panel .panel-group .panel .wrap .inner h4:before {
              content: '';
              position: absolute;
              width: 6px;
              height: 1.5em;
              background-image: url(../../img/komorebi/bg-evaluator__title.png);
              top: 0;
              left: 0; }
          .shop .tab-panel .panel-group .panel .wrap .inner .wrap {
            row-gap: 0px;
            justify-content: space-between; }
            @media screen and (max-width: 992px) {
              .shop .tab-panel .panel-group .panel .wrap .inner .wrap {
                flex-wrap: wrap; } }
            @media screen and (max-width: 576px) {
              .shop .tab-panel .panel-group .panel .wrap .inner .wrap {
                justify-content: space-between; } }
            .shop .tab-panel .panel-group .panel .wrap .inner .wrap .txt {
              width: 240px; }
              @media screen and (max-width: 992px) {
                .shop .tab-panel .panel-group .panel .wrap .inner .wrap .txt {
                  width: 100%; } }
              @media screen and (max-width: 576px) {
                .shop .tab-panel .panel-group .panel .wrap .inner .wrap .txt {
                  width: 62.58%; } }
              .shop .tab-panel .panel-group .panel .wrap .inner .wrap .txt p {
                font-weight: 100;
                font-size: 12px;
                line-height: 1.666em;
                text-align: left; }
            .shop .tab-panel .panel-group .panel .wrap .inner .wrap .btn {
              width: 100px;
              position: relative;
              cursor: pointer; }
              .shop .tab-panel .panel-group .panel .wrap .inner .wrap .btn:hover {
                opacity: 0.75;
                transition: opacity 0.3s ease-out; }
              @media screen and (max-width: 992px) {
                .shop .tab-panel .panel-group .panel .wrap .inner .wrap .btn {
                  margin-left: auto;
                  margin-top: 8px; } }
              @media screen and (max-width: 576px) {
                .shop .tab-panel .panel-group .panel .wrap .inner .wrap .btn {
                  width: 83px; } }
              .shop .tab-panel .panel-group .panel .wrap .inner .wrap .btn p {
                font-size: 13px;
                border: 1px solid #FEFEFE;
                border-radius: 36px;
                padding: 4px 12px; }
                @media screen and (max-width: 576px) {
                  .shop .tab-panel .panel-group .panel .wrap .inner .wrap .btn p {
                    font-size: 10px; } }
              .shop .tab-panel .panel-group .panel .wrap .inner .wrap .btn a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; }

.management-store .store {
  margin-top: 120px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 992px) {
    .management-store .store {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 576px) {
    .management-store .store {
      width: 100%; } }
  .management-store .store h4 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.4em; }
  .management-store .store .inner .wrap {
    align-items: center; }
    .management-store .store .inner .wrap .img {
      width: 120px;
      flex-shrink: 0; }
      @media screen and (max-width: 576px) {
        .management-store .store .inner .wrap .img {
          width: 80px; } }
    .management-store .store .inner .wrap .txt {
      width: 540px;
      padding-left: 40px; }
      @media screen and (max-width: 576px) {
        .management-store .store .inner .wrap .txt {
          width: 100%;
          word-break: break-all; } }
      .management-store .store .inner .wrap .txt p {
        text-align: left; }
        @media screen and (max-width: 576px) {
          .management-store .store .inner .wrap .txt p {
            font-size: 14px; } }
      .management-store .store .inner .wrap .txt p.adress {
        margin-top: 24px; }
        @media screen and (max-width: 576px) {
          .management-store .store .inner .wrap .txt p.adress {
            font-size: 13px; } }
      .management-store .store .inner .wrap .txt a {
        color: #F0CB92;
        text-decoration: underline; }
        @media screen and (max-width: 576px) {
          .management-store .store .inner .wrap .txt a {
            font-size: 13px; } }
  .management-store .store .inner .btn__primary {
    margin-top: 32px; }
    @media screen and (max-width: 576px) {
      .management-store .store .inner .btn__primary {
        width: calc(100% - 48px); } }
@media screen and (max-width: 576px) {
  .management-store .lilwagon .btn__primary p:before {
    left: -36px; } }

/*=================================================================================
    event-section
=================================================================================*/
.event .img {
  max-width: 912px;
  margin-top: 40px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 992px) {
    .event .img {
      width: 100%;
      max-width: 100%; } }
.event .txt {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 992px) {
    .event .txt {
      width: calc(100% - 80px);
      max-width: 688px; } }
  @media screen and (max-width: 576px) {
    .event .txt {
      width: calc(100% - 48px); } }
  .event .txt .line1 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif; }
    @media screen and (max-width: 576px) {
      .event .txt .line1 {
        font-size: 18px; } }
  .event .txt .line2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.61em; }
    @media screen and (max-width: 992px) {
      .event .txt .line2 {
        font-size: 32px; } }
    @media screen and (max-width: 576px) {
      .event .txt .line2 {
        font-size: 24px;
        text-align: left; } }
  .event .txt .line3 {
    text-align: left; }
    @media screen and (max-width: 576px) {
      .event .txt .line3 {
        font-size: 16px; } }
.event .modal__event__btn {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.4);
  background-color: #233024;
  border: 1px solid #C19D67;
  border-radius: 36px;
  width: 309px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 48px;
  margin-bottom: 56px;
  cursor: pointer; }
  .event .modal__event__btn p {
    text-align: center;
    font-weight: 700; }
.event .btn__primary-note {
  font-size: 14px;
  margin-bottom: 16px; }
.event .btn__primary {
  width: 660px; }
  @media screen and (max-width: 992px) {
    .event .btn__primary {
      width: calc(100% - 80px);
      max-width: 688px; } }

/*=================================================================================
    modal__event
=================================================================================*/
.modal__event {
  display: block;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(35, 48, 36, 0.5);
  padding: 80px;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-out; }
  @media screen and (max-width: 576px) {
    .modal__event {
      padding: 24px; } }
  .modal__event.is-open {
    z-index: 500;
    opacity: 1; }
  .modal__event .inner__area {
    background-color: #233024;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding: 64px 40px 0 40px;
    border-radius: 10px;
    height: 100%;
    overflow-y: scroll;
    position: relative; }
    @media screen and (max-width: 992px) {
      .modal__event .inner__area {
        max-width: 688px; } }
    @media screen and (max-width: 576px) {
      .modal__event .inner__area {
        max-width: 688px;
        padding: 56px 16px 0 16px; } }
    .modal__event .inner__area .modal-event__close {
      position: absolute;
      top: 24px;
      right: 24px;
      width: 50px;
      height: auto; }
    .modal__event .inner__area .title .sub-title {
      text-align: center;
      margin-bottom: 16px; }
    .modal__event .inner__area .title h3 {
      text-align: center;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 34px;
      margin-top: 0; }
    .modal__event .inner__area p.readtxt {
      text-align: left; }
      @media screen and (max-width: 576px) {
        .modal__event .inner__area p.readtxt {
          font-size: 14px; } }
    .modal__event .inner__area .inner {
      margin-top: 40px; }
      .modal__event .inner__area .inner h4 {
        font-size: 16px;
        font-weight: 700;
        display: flex;
        align-items: center;
        margin-bottom: 32px; }
        .modal__event .inner__area .inner h4:before {
          border-top: 1px solid rgba(254, 254, 254, 0.3);
          content: "";
          margin-right: 64px;
          flex-grow: 1; }
        .modal__event .inner__area .inner h4:after {
          border-top: 1px solid rgba(254, 254, 254, 0.3);
          content: "";
          margin-left: 64px;
          flex-grow: 1; }
      .modal__event .inner__area .inner p {
        text-align: center; }
      .modal__event .inner__area .inner ul {
        padding-left: 0; }
        .modal__event .inner__area .inner ul li {
          list-style: none;
          position: relative;
          margin-left: 1.5em;
          font-size: 14px;
          line-height: 2em; }
          .modal__event .inner__area .inner ul li:before {
            content: '※';
            display: inline-block;
            position: absolute;
            top: 0;
            left: -1.5em; }
          .modal__event .inner__area .inner ul li ul li {
            list-style: disc; }
            .modal__event .inner__area .inner ul li ul li:before {
              content: none; }
      .modal__event .inner__area .inner .wrap {
        justify-content: space-between; }
        @media screen and (max-width: 576px) {
          .modal__event .inner__area .inner .wrap {
            flex-wrap: wrap;
            justify-content: center;
            column-gap: 500px; } }
        .modal__event .inner__area .inner .wrap .step {
          width: 140px;
          position: relative; }
          @media screen and (max-width: 576px) {
            .modal__event .inner__area .inner .wrap .step {
              width: 214px;
              margin-bottom: 35px; } }
          .modal__event .inner__area .inner .wrap .step:nth-child(1):after, .modal__event .inner__area .inner .wrap .step:nth-child(2):after, .modal__event .inner__area .inner .wrap .step:nth-child(3):after {
            content: '→';
            position: absolute;
            top: 25%;
            right: -28px;
            color: #FEFEFE; }
            @media screen and (max-width: 992px) {
              .modal__event .inner__area .inner .wrap .step:nth-child(1):after, .modal__event .inner__area .inner .wrap .step:nth-child(2):after, .modal__event .inner__area .inner .wrap .step:nth-child(3):after {
                right: -16px; } }
            @media screen and (max-width: 576px) {
              .modal__event .inner__area .inner .wrap .step:nth-child(1):after, .modal__event .inner__area .inner .wrap .step:nth-child(2):after, .modal__event .inner__area .inner .wrap .step:nth-child(3):after {
                content: '↓';
                position: absolute;
                top: 110%;
                right: 45%;
                color: #FEFEFE; } }
          .modal__event .inner__area .inner .wrap .step .circle {
            height: 140px;
            border: 1px solid #fefefe;
            border-radius: 50%;
            padding-top: 16px; }
            @media screen and (max-width: 576px) {
              .modal__event .inner__area .inner .wrap .step .circle {
                height: 34px;
                border-radius: 0%;
                padding-top: 8px;
                padding-bottom: 8px;
                position: relative; } }
            .modal__event .inner__area .inner .wrap .step .circle p.number {
              font-size: 33px;
              text-align: center;
              font-family: "EB Garamond", serif; }
              @media screen and (max-width: 576px) {
                .modal__event .inner__area .inner .wrap .step .circle p.number {
                  position: absolute;
                  top: 4px;
                  left: 8px;
                  line-height: 1em;
                  font-size: 24px; } }
            .modal__event .inner__area .inner .wrap .step .circle p.txt {
              font-size: 18px;
              text-align: center;
              line-height: 1em; }
          .modal__event .inner__area .inner .wrap .step .step-note {
            font-size: 12px;
            letter-spacing: 0.04em;
            line-height: 1.75em;
            margin-top: 16px;
            text-align: left; }
            @media screen and (max-width: 576px) {
              .modal__event .inner__area .inner .wrap .step .step-note {
                margin-top: 16px; } }
    .modal__event .inner__area .btn__primary {
      margin-top: 40px;
      width: 309px;
      /*
                  @media screen and (max-width: 992px) {
                      width: 100%;
                      max-width: 688px;
                  }
      */ }
    .modal__event .inner__area .modal-event__close-btn {
      width: 309px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 16px;
      padding-bottom: 16px;
      margin-top: 40px;
      margin-bottom: 32px;
      border-radius: 36px;
      border: 1px solid #fefefe; }
      .modal__event .inner__area .modal-event__close-btn p {
        text-align: center; }

/*=================================================================================
    special-section
=================================================================================*/
.special .img {
  max-width: 912px;
  margin-top: 40px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 992px) {
    .special .img {
      width: 100%;
      max-width: 100%; } }
.special .content1 {
  margin-top: 80px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 992px) {
    .special .content1 {
      width: calc(100% - 80px);
      max-width: 688px; } }
  @media screen and (max-width: 576px) {
    .special .content1 {
      width: calc(100% - 48px); } }
  .special .content1 h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px; }
  .special .content1 .inner {
    border-radius: 10px;
    border: 1px solid #F0CB92;
    background-color: #C19D67;
    height: 220px; }
    @media screen and (max-width: 576px) {
      .special .content1 .inner {
        height: auto; } }
    @media screen and (max-width: 576px) {
      .special .content1 .inner.wrap {
        flex-wrap: wrap; } }
    .special .content1 .inner .img {
      width: 44.6%;
      height: 100%;
      margin: 0; }
      @media screen and (max-width: 576px) {
        .special .content1 .inner .img {
          width: 100%; } }
      .special .content1 .inner .img img {
        object-fit: cover;
        height: 100%;
        border-radius: 10px 0 0 10px; }
    .special .content1 .inner .txt {
      width: 55.4%;
      padding-left: 32px;
      padding-right: 32px;
      padding-top: 32px;
      padding-bottom: 32px; }
      @media screen and (max-width: 576px) {
        .special .content1 .inner .txt {
          width: 100%; } }
      .special .content1 .inner .txt h4 {
        font-size: 26px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 16px;
        font-family: "ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        line-height: 1.384em;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 576px) {
          .special .content1 .inner .txt h4 {
            font-size: 18px; } }
      .special .content1 .inner .txt p.sub-title {
        margin-bottom: 20px;
        line-height: 1em;
        letter-spacing: 0.1em;
        text-align: center; }
        @media screen and (max-width: 576px) {
          .special .content1 .inner .txt p.sub-title {
            font-size: 12px; } }
    .special .content1 .inner .btn {
      position: relative;
      width: 158px;
      border-radius: 36px;
      border: #FEFEFE solid 1px;
      margin-left: auto;
      margin-right: auto; }
      .special .content1 .inner .btn p {
        text-align: center; }
      .special .content1 .inner .btn a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
.special .content2 {
  margin-top: 80px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 992px) {
    .special .content2 {
      width: calc(100% - 80px);
      max-width: 688px; } }
  @media screen and (max-width: 576px) {
    .special .content2 {
      width: calc(100% - 48px); } }
  @media screen and (max-width: 576px) {
    .special .content2 .inner.wrap {
      flex-wrap: wrap; } }
  .special .content2 h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px; }
  .special .content2 .img {
    width: 44.6%;
    margin: 0; }
    @media screen and (max-width: 576px) {
      .special .content2 .img {
        width: calc(100% - 96px);
        margin-left: auto;
        margin-right: auto; } }
  .special .content2 .txt {
    width: 55.4%;
    padding-left: 44px; }
    @media screen and (max-width: 576px) {
      .special .content2 .txt {
        width: calc(100% - 48px);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        margin-top: 24px; } }
  .special .content2 p.link-txt {
    text-align: center;
    margin-top: 40px;
    font-family: "EB Garamond", serif; }
    .special .content2 p.link-txt a {
      color: #F0CB92; }

/*=================================================================================
    to-jscent
=================================================================================*/
.to-jscent {
  background-color: rgba(35, 48, 36, 0.4);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 200px;
  position: relative; }
  @media screen and (max-width: 576px) {
    .to-jscent {
      margin-top: 100px; } }
  .to-jscent.wrap {
    justify-content: center;
    flex-wrap: wrap; }
  .to-jscent img {
    width: 100%;
    text-align: center;
    width: 217.31px; }
  .to-jscent p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.4em;
    margin-top: 24px;
    line-height: 1em; }
  .to-jscent a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

/*=================================================================================
    ftr
=================================================================================*/
#ftr .contents .icon {
  display: flex;
  column-gap: 40px;
  margin-top: 48px;
  margin-bottom: 48px;
  justify-content: center;
  align-items: center; }
  #ftr .contents .icon a {
    padding: 0 0px;
    border-left: 0px solid #999;
    font-size: 14px;
    letter-spacing: 0px; }
    #ftr .contents .icon a:last-child {
      border-right: 0px solid #999; }
    #ftr .contents .icon a img {
      width: 40px;
      height: auto; }
#ftr .contents .company-info p.name {
  color: #fefefe;
  font-size: 12px;
  letter-spacing: 0.1em; }
#ftr .contents .company-info p.adress {
  color: #fefefe !important;
  font-size: 14px; }
#ftr .contents .link {
  margin-top: 40px; }
  #ftr .contents .link a {
    color: #fefefe !important;
    text-decoration: none;
    font-size: 14px; }
#ftr .contents .copy p {
  color: #fefefe !important;
  font-size: 14px;
  font-family: "EB Garamond", serif; }

/*=================================================================================
    変更分12/1以降
=================================================================================*/
.application__close {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }
  @media screen and (max-width: 992px) {
    .application__close {
      width: calc(100% - 80px);
      max-width: 688px; } }
  @media screen and (max-width: 576px) {
    .application__close {
      width: calc(100% - 48px); } }
  .application__close p {
    text-align: center;
    border: 1px solid #fefefe;
    color: #fefefe;
    padding-top: 16px;
    padding-bottom: 16px; }
    .application__close p.small {
      padding-top: 0px;
      padding-bottom: 0px;
      font-size: 13px;
      border: 0px solid #fefefe; }
      @media screen and (max-width: 992px) {
        .application__close p.small {
          font-size: 12px; } }
      @media screen and (max-width: 576px) {
        .application__close p.small {
          font-size: 10px; } }

.original {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.4);
  background-color: #233024;
  border: 1px solid #C19D67;
  border-radius: 36px;
  width: 309px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 48px;
  margin-bottom: 56px;
  cursor: pointer;
  text-align: center; }
  .original a {
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    color: #fefefe;
    font-family: "Shippori Mincho B1", serif; }
