/**, *::before, *::after {
    box-sizing: border-box;
}

*::before, *::after {
    content: '';
}

*::before, *::after {
    content: '';
}
*/

img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
  backface-visibility: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  background: #fff;
  word-wrap: break-word;
  text-size-adjust: 100%;
  overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  background: #fff;
  padding-bottom: 0 !important;
}

p, dt, dd, li, a {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  /* font-weight: 500; */
  font-style: normal;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

#content {
  overflow: hidden;
}

.innerBox {
  position: relative;
  width: calc(100% - 18.5px * 2);
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .innerBox {
    width: 1200px;
  }
}

.header.active {
  transform: translateY(-100%);
  transition: all 0.4s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #fffcf5ed;
  transition: all 0.4s cubic-bezier(0.32, 0.625, 0.58, 1) 0.9s;
  z-index: 990;
}

.header .menuIcon {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto 7px;
  text-align: center;
  font-size: 15px;
  fill: #c14e75;
}

@media screen and (min-width: 415px) {
  .header {
    height: 85px;
    transition: all 0.4s cubic-bezier(0.32, 0.625, 0.58, 1) 0.8s;
  }
}

.header__logo {
  width: 50%;
  margin-top: 0;
  margin-left: 10px;
}

@media screen and (min-width: 415px) {
  .header__logo {
    max-width: 350px;
    width: 50%;
    margin-top: 0;
    margin-left: 18px;
  }
}


/*@media screen and (min-width: 769px){
  .header__logo {
      width: 8rem;
      margin-top: 1.3rem;
      margin-left: 3.5rem;
  }
}
*/

.header__nav {
  position: absolute;
  top: 0;
  right: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  margin: 0;
}

@media screen and (min-width: 415px) {
  .header__nav {
    right: 100px;
  }
}

@media screen and (min-width: 769px) {
  .header__nav__item {
    width: 130px;
  }
}

.header__nav__item:nth-last-child(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 2.7rem;
  background: rgba(255, 255, 255, 0.34);
}

.header__nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
  text-decoration: none;
}

.header__nav__icon {
  margin-bottom: 1rem;
  font-size: 1.9rem;
}

.icon-pen:before {
  content: "\e929";
  color: #fff;
}

.header__nav__item:nth-last-child(1) {
  display: block;
}

@media screen and (min-width: 415px) {
  .header__nav__item {
    position: relative;
    width: 90px;
  }
}

@media screen and (min-width: 415px) {
  .header__nav__icon {
    margin-bottom: 0.8rem;
  }
}

.header__logo, .header__nav {
  transition: all 0.4s cubic-bezier(0.32, 0.625, 0.58, 1) 0.3s;
}

.icon-map:before {
  content: "\e926";
  color: #fff;
}

.header__nav__text {
  color: #c14e75;
  font-size: 14px;
  letter-spacing: 1.2px;
}

.navBtn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: #c14e75;
  z-index: 999;
  cursor: pointer;
}

.navBtn.active .navBtn__border {
  height: 0;
}

.navBtn.active .navBtn__border::before {
  top: 0;
  transform: rotate(45deg);
}

.navBtn.active .navBtn__border::after {
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (min-width: 415px) {
  .navBtn {
    width: 85px;
    height: 85px;

  }
}

@media screen and (min-width: 769px) {
  .navBtn .navBtn__border, .navBtn .navBtn__border::before, .navBtn .navBtn__border::after {
    width: 2.9rem;
    height: 0.2rem;
  }
}

@media screen and (min-width: 415px) {
  .navBtn .navBtn__border, .navBtn .navBtn__border::before, .navBtn .navBtn__border::after {
    width: 2.4rem;
  }
}

.navBtn .navBtn__border, .navBtn .navBtn__border::before, .navBtn .navBtn__border::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.navBtn .navBtn__border::before {
  position: absolute;
  top: 10px;
}

.navBtn .navBtn__border::after {
  position: absolute;
  top: -10px;
}

.navBtn__border {
  position: relative;
}

.gnav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 7rem 1.85rem 0;
  background: #fffcf5;
  z-index: 980;
  transform: translate3d(0, -105%, 0);
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1) 0.3s;
  overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  /* overflow: scroll; */
  box-sizing: border-box;
}

@media screen and (min-width: 415px) {
  .gnav {
    padding: 6.5rem 1.85rem 0;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 769px) {
  .gnav {
    padding: 8.5rem 1.85rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .gnav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
  }
}

.gnav .nav_warp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gnav .nav_warp .menuBox {
  color: #fff;
}

.gnav .nav_warp .gnav-topMenu {
  position: relative;
  display: inline-block;
  width: 300px;
  padding-right: 60px;
  padding-bottom: 0;
  border-bottom: 0;
  box-sizing: border-box;
}

.gnav .nav_warp .gnav-topMenu .menuBox {
  display: block;
  width: calc(100% / 3);
  border-left: solid 0.1rem #c14e7582;
}

.gnav .nav_warp .gnav-topMenu .menuBox:nth-of-type(1) {
  border-left: unset;
}

.gnav .nav_warp .gnav-topMenu .menuBox a {
  display: block;
  width: 100%;
  padding: 30px 0 40px;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}

.gnav .nav_warp .gnav-topMenu .menuBox .menuIcon {
  width: 20px;
  height: 20px;
  fill: #c14e75;
}

.gnav .nav_warp .gnav-topMenu .menuBox p {
  text-align: center;
}

.gnav .nav_warp .gnav-topMenu .menuBox .text-en {
  color: #c14e75;
  margin-bottom: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .gnav .nav_warp .gnav-topMenu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding: 0 0 10px;
    border-bottom: solid 0.1rem rgba(255, 255, 255, 0.5);
  }

  .gnav .nav_warp .gnav-topMenu .menuBox a {
    padding: 5px 0;
  }
}

@media screen and (min-width: 415px) {
  .gnav .nav_warp .gnav-topMenu .menuBox .text-en {
    font-size: 22px;
  }
}

@media screen and (min-width: 769px) {
  .gnav .nav_warp .gnav-topMenu .menuBox .text-en {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .gnav .nav_warp .gnav-topMenu:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 90%;
    background: #c14e7582;
  }

  .gnav .nav_warp .gnav-topMenu .menuBox {
    width: 100%;
    border-left: 0;
    border-top: solid 0.1rem #c14e7582;
  }

  .gnav .nav_warp .gnav-topMenu .menuBox:nth-of-type(1) {
    border-top: unset;
  }

  .gnav .nav_warp .gnav-topMenu .menuBox .menuIcon {
    width: 25px;
    height: 25px;
    fill: #c14e75;
  }

  .gnav .nav_warp .gnav-topMenu .menuBox .text-en {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .gnav .nav_warp {
    justify-content: center;
  }
}

.gnav .nav_warp .gnav-topMenu .menuBox .text-jp {
  color: #c14e75;
  font-size: 11px;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .gnav .nav_warp .gnav-topMenu .menuBox .text-jp {
    font-size: 13px;
  }
}

.gnav .nav_warp .gnav-mainMenu {
  padding: 40px 0 35px 7px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
  .gnav .nav_warp .gnav-mainMenu {
    padding: 0 0 0 60px;
    border-bottom: 0;
  }
}

.gnav .nav_warp .gnav-mainMenu a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
}

.gnav .nav_warp .gnav-mainMenu .text-en {
  margin-right: 13px;
  font-family: "Raleway", sans-serif;
  color: #c14e75;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (min-width: 415px) {
  .gnav .nav_warp .gnav-mainMenu .text-en {
    font-size: 48px;
  }
}

@media screen and (min-width: 769px) {
  .gnav .nav_warp .gnav-mainMenu .text-en {
    font-size: 36px;
  }
}

@media screen and (min-width: 1025px) {
  .gnav .nav_warp .gnav-mainMenu .text-en {
    font-size: 54px;
  }
}

.gnav .nav_warp .gnav-mainMenu .text-jp {
  position: relative;
  top: -4px;
  color: #c14e75;
  font-size: 12px;
  line-height: 1;
}

.gnav .nav_warp .gnav-mainMenu .menuBox {
  margin-top: 30px;
}

.gnav .nav_warp .gnav-mainMenu .menuBox:nth-of-type(1) {
  margin-top: 0;
}

@media screen and (min-width: 415px) {
  .gnav .nav_warp .gnav-mainMenu .text-jp {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .gnav .nav_warp .gnav-mainMenu .text-jp {
    font-size: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .gnav .nav_warp .gnav-mainMenu .text-jp {
    top: -7px;
    font-size: 16px;
  }

  .gnav .nav_warp .gnav-mainMenu .menuBox:nth-of-type(1) {
    margin-top: 30px;
  }

  .gnav .nav_warp .gnav-mainMenu .menuBox a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 4px;
    background: #c14e75;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.32, 0.625, 0.58, 1);
  }

  .gnav .nav_warp .gnav-mainMenu .menuBox a:hover::after {
    width: 100%;
    transition: all 0.5s cubic-bezier(0.32, 0.625, 0.58, 1);
  }
}

.gnav .nav_warp .gnav-bottomMenu {
  padding: 40px 0 0 7px;
}

@media screen and (min-width: 1025px) {
  .gnav .nav_warp .gnav-bottomMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    width: 100%;
    padding: 50px 0 0;
  }
}

.gnav .nav_warp .gnav-bottomMenu .menuBox {
  display: inline-block;
  width: calc((100% - 7px)/2);
  padding-bottom: 30px;
}

.gnav .nav_warp .gnav-bottomMenu .menuBox a {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .gnav .nav_warp .gnav-bottomMenu .menuBox {
    width: auto;
    margin: 30px;
  }
}

.gnav .nav_warp .gnav-bottomMenu .menuBox .text-en {
  font-family: "Raleway", sans-serif;
  color: #c14e75;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .04em;
  margin-bottom: 10px;
  line-height: 1;
}

@media screen and (min-width: 361px) {
  .gnav .nav_warp .gnav-bottomMenu .menuBox .text-en {
    font-size: 16px;
  }
}

@media screen and (min-width: 415px) {
  .gnav .nav_warp .gnav-bottomMenu .menuBox .text-en {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .gnav .nav_warp .gnav-bottomMenu .menuBox .text-en {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .gnav .nav_warp .gnav-bottomMenu .menuBox .text-en {
    font-size: 20px;
  }
}

.gnav .nav_warp .gnav-bottomMenu .menuBox .text-jp {
  color: #c14e75;
  font-size: 10px;
  letter-spacing: .14em;
}

.gnav.active {
  transform: translate3d(0, 0, 0);
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

#s-mv {
  width: 100%;
  height: 108.4vh;
  background: url(img/img_mv_sp_ripped.webp) no-repeat center top/100% #333;
}

@media screen and (min-width: 768px) {
  #s-mv {
    height: 54.5vw;
    background: url(img/img_mv_pc_ripped.webp) no-repeat center top/100%;
  }
}

.s-mv__heading {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.caution_btn {
  margin: 0 auto;
  background-color: #1d2151;
  border: none;
  padding: 1.5vw;
  width: 100%;
}

.caution_btn a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 769px) {
  .header__nav {
    right: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 0;
  }
}


/*@media screen and (min-width: 769px){
.header__nav {
  right: 10.5rem;
  width: 26rem;
}
}
*/

@media screen and (min-width: 769px) {
  .header__nav__item {
    width: 120px;
  }
}

@media screen and (min-width: 769px) {
  .header__nav__icon {
    margin-bottom: 1rem;
    font-size: 1.9rem;
  }
}


/*@media screen and (min-width: 769px){
  .navBtn {
      width: 8.5rem;
      height: 8.5rem;
  }
}*/

.blk.caution_btn {
  background-color: #222;
}

@media screen and (min-width: 415px) {
  .header__nav__item:nth-last-child(1)::after {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 1px;
    height: 27px;
    background: rgba(255, 255, 255, 0.34);
  }
}

.eventBox {
  width: 100%;
}

.eventBox p {
  width: fit-content;
  margin: 0 auto 70px;
  padding: 0 3%;
}

@media screen and (min-width: 769px) {
  .eventBox p {
    margin: 0 auto 100px;
    padding: 0;
  }
}


/*============================== ABOUT - 私たちの想い  /  REASON - 選ばれる理由 -  共通CSS ===========================================*/

.about_wrap,
.reason_wrap {
  padding-top: 80px;
}

.about_wrap>div,
.reason_wrap>div,
.featues_wrap>div {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {

  .about_wrap,
  .reason_wrap {
    padding-top: 150px;
  }

}

@media screen and (min-width: 1025px) {

  .about_wrap>div,
  .reason_wrap>div,
  .featues_wrap>div {
    padding: 0 3%;
  }

  .about_wrap>div,
  .featues_wrap>div {
    max-width: 1200px;
  }

  .reason_wrap>div {
    max-width: 1024px;
    margin-bottom: 120px;
  }

}

.about_title,
.reason_title,
.featues_title {
  position: relative;
  top: 0;
  left: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  letter-spacing: .04em;
  line-height: 1;
  transform-origin: 0 0;
  /* transform: rotate(90deg); */
  z-index: -1;
  color: #c14e75;
}

.featues_title {
  text-align: center;
}

@media screen and (min-width: 769px) {

  .about_title,
  .reason_title,
  .featues_title {
    font-size: 72px;
    text-align: center;
  }

}

.about_txt,
.reason_txt,
.featues_txt {
  left: 155px;
  margin: 0;
  margin-top: 1%;
  margin-bottom: 34px;
  padding-right: 0px;
  color: #363636;
  text-align: left;
  font-size: 15px;
  line-height: 1.9;
}

.featues_txt {
  text-align: center;
}

@media screen and (min-width: 769px) {

  .about_txt,
  .reason_txt,
  .featues_txt {
    left: 155px;
    margin-bottom: 47px;
    color: #363636;
    font-size: 20px;
    line-height: 1.9;
    text-align: center;
  }

  .about_txt {
    margin-bottom: 15px;
  }

  .txt-center,
  .txt-center p {
    text-align: center;
  }

}


/* ========================== ABOUT - 私たちの想い - ================================== */

@media screen and (min-width: 769px) {

  .about_wrap>div>div {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    width: 50%;
    margin: 0 auto;
    padding: 30px;
  }

  .about_wrap {
    position: relative;
  }

  .about_wrap::before,
  .about_wrap::after {
    content: "";
    position: absolute;
    top: 10px;
    z-index: -2;
  }

  .about_wrap::before {
    left: 0;
    background-image: url("img/about_01.png");
    width: 360px;
    height: 622px;
  }

  .about_wrap::after {
    right: 0;
    background-image: url("img/about_02.png");
    width: 418px;
    height: 708px;
  }

}


/*======================== REASON - 選ばれる理由 - ====================================================*/

.reason_wrap ul {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}

.reason_wrap ul li {
  padding: 0 50px;
}

.reason_wrap ul li figure {
  max-width: 200px;
  margin: 0 auto;
}

.reason_wrap ul li>div {
  margin-top: 30px;
}

.reason_wrap ul li>div h4 {
  color: #c14e75;
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
}

.reason_wrap ul li>div p {
  text-align: center;
}

@media screen and (min-width: 769px) {

  .reason_wrap ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }

  .reason_wrap ul li {
    padding: 0;
  }

}


/*================= FEATUES - 強み - =================================================*/

.featues_wrap {
  margin: 0 0 80px;
}

.featues_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.featues_wrap ul li figure {
  max-width: 100px;
  margin: 0 auto;
}

.featues_wrap ul li p {
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {

  .featues_wrap {
    margin-bottom: 180px;
  }

  .featues_wrap ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 0;
  }

}


/*================= CTA - =================================================*/

.cta_cover {
  position: relative;
  background-image: url("img/cta_bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  padding-top: 80px;
}

.lead {
  position: relative;
  text-align: center;
  color: #FFF;
  padding: 3px 10px;
  background-color: #c14e75;
  max-width: 370px;
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
}

.lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) rotate(180deg);
  border-right: 7px solid transparent;
  border-bottom: 12.6025px solid #c14e75;
  border-left: 7px solid transparent;

}

.cta_cover h4 {
  text-align: center;
  margin-top: 30px;
  font-size: 23px;
  font-weight: bold;
  color: #c14e75;
}

.cta_cover>div {
  width: 80%;
  margin: 0 auto;
}

.cta_cover>div p {
  margin-top: 25px;
}

.cta_cover figure {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}

/*
.cta_cover::before {
  content: "";
  display: block;
  padding-top: 247.5%;
}
*/
.cta_cover ul {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 410px;
  width: 90%;
}

@media screen and (min-width: 769px) {

  .cta_cover {
    background-image: url("img/cta_bg_pc.png");
    margin-bottom: 0;
    padding: 90px 0 90px;
  }

  .lead {
    margin: 0 auto;
    font-size: 25px;
    max-width: 500px;
  }

  .cta_cover h4 {
    font-size: 35px;
  }

  .cta_cover>div p {
    text-align: center;
  }

  .cta_cover figure {
    max-width: initial;
    width: 50%;
    margin: 0 auto;
  }

  .cta_cover ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    bottom: 110px;
    position: initial;
    transform: initial;
    max-width: initial;
    width: 60%;
    margin: 0 auto;
    margin-top: 90px;
  }

  .cta_cover ul li a {
    transition: 0.5s;
    opacity: 1;
  }

  .cta_cover ul li a:hover {
    opacity: 0.7;
  }

}

/*================= バナー（固定） =================================================*/

.bnr {
  position: fixed;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}

.bnr ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 75px;
}

.bnr ul li a {
  transition: 0.5s;
  opacity: 1;
}

.bnr ul li a:hover {
  opacity: 0.7;
}







.personalWrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  width: 100%;
  padding: 80px 0 250px;
}

.personalWrap .btnBox {
  margin-top: 35px;
}

@media screen and (min-width: 769px) {
  .personalWrap {
    padding: 100px 0 270px;
  }

  .personalWrap .btnBox {
    margin-top: 75px;
  }
}

.personalWrap .innerBox {
  width: 94%;
  margin-bottom: 10px;
}

@media screen and (min-width: 415px) {
  .personalWrap .innerBox {
    width: 100%;
    padding: 0 3%;
  }
}

@media screen and (min-width: 767px) {
  .personalWrap .innerBox {
    width: 100%;
    padding: 0 3%;
  }
}

@media screen and (min-width: 1201px) {
  .personalWrap .innerBox {
    max-width: 650px;
    width: 46%;
    margin: 0;
    color: #363636;
    padding: 0 73px 0 0;
    padding-top: 36px;
    box-sizing: border-box;
  }
}

.personalTitle {
  position: relative;
  top: 0;
  left: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  letter-spacing: .04em;
  line-height: 1;
  transform-origin: 0 0;
  /* transform: rotate(90deg); */
  z-index: -1;
  color: #c14e75;
  margin-bottom: 34px;
}

@media screen and (min-width: 415px) {
  .personalTitle {
    margin-bottom: 47px;
    font-size: 72px;
  }
}

.personalText {
  left: 155px;
  margin: 0;
  padding-right: 0px;
  color: #363636;
  text-align: left;
  font-size: 15px;
  line-height: 1.9;
}

@media screen and (min-width:767px) {
  .personalText {
    left: 155px;
    margin: 0 0 5px;
    text-align: left;
    color: #363636;
    font-size: 20px;
    line-height: 1.9;
  }
}

.personalTextrow p {
  margin-bottom: 20px;
  color: #363636;
  font-size: 15px;
}

.personalImage {
  max-width: 100%;
  padding: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: flex-start; */
  /* align-items: flex-start; */
}

@media screen and (min-width: 415px) {
  .personalImage {
    max-width: 100%;
    padding: 0;
    z-index: 10;
    overflow: hidden;
  }
}

@media screen and (min-width: 767px) {
  .personalImage {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .personalImage {
    max-width: 50%;
  }
}

.personalWrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 57vw;
  height: 100%;
  background: #fffcf5;
  z-index: -2;
}

@media screen and (min-width: 415px) {
  .personalWrap::after {
    width: 35vw;
  }
}

.s-message {
  position: relative;
  margin: 0 0 80px;
  padding: 0 0 60px;
  background: #c14e75;
}

@media screen and (min-width:769px) {
  .s-message {
    padding: 140px 0 140px;
  }
}

@media screen and (min-width:1024px) {
  .s-message {
    padding: 260px 0 140px;
  }
}

@media screen and (min-width:1024px) {
  .s-message {
    padding: 140px 0 140px;
    margin: 0 0 150px;
  }

  .message_eria {
    top: -45%;
  }
}

.s-message .l-inner.innerBox {
  position: relative;
}

@media screen and (min-width: 415px) {
  .s-message .l-inner.innerBox {
    text-shadow: 0 0 20px #ffffff6e;
  }
}

@media screen and (min-width: 769px) {
  .s-message .l-inner.innerBox {
    margin-top: 0;
    text-shadow: 0 0 20px #00000073;
  }
}

@media screen and (min-width: 1200px) {
  .s-message .l-inner.innerBox {
    text-shadow: unset;
  }
}

.message_title {
  position: absolute;
  top: -15px;
  left: -12px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 44px;
  letter-spacing: 0.04em;
  z-index: 2;
}

@media screen and (min-width: 415px) {
  .message_title {
    top: -61px;
    left: 170px;
    font-size: 65px;
  }
}

@media screen and (min-width: 769px) {
  .message_title {
    left: 290px;
  }
}

@media screen and (min-width: 1025px) {
  .message_title {
    top: -21px;
    left: 394px;
    font-size: 72px;
    mix-blend-mode: normal;
  }
}

@media screen and (min-width: 1201px) {
  .message_title {
    left: 614px;
  }
}

.message_eria {
  position: absolute;
  z-index: 0;
  top: -15%;
  left: 0;
  box-shadow: 40px 40px 49px rgb(255 255 255 / 9%);
  width: 340px;
}

@media screen and (min-width: 415px) {
  .message_eria {
    width: 380px;
  }
}

@media screen and (min-width: 769px) {
  .message_eria {
    width: 450px;
    margin-top: -23vw;
  }
}

@media screen and (min-width: 1025px) {
  .message_eria {
    width: 520px;
    margin-top: -200px;
  }
}

.message_text_warp {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1025px) {
  .message_text_warp {
    margin-left: 400px;
  }
}

@media screen and (min-width: 1201px) {
  .message_text_warp {
    margin-left: 620px;
  }
}

.s-message .message_lead01, .s-message .message_lead02 {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-style: initial;
}

.message_text {
  color: #fff;
}

.message_lead01 {
  width: 100%;
  padding: 70px 0 40px;
  font-size: 1.8rem;
  line-height: 1.75;
}

.s-message .message_lead01, .s-message .message_lead02 {
  color: #fff;
  font-weight: bold;
  font-style: initial;
}

.s-message .s-message__leadBorder {
  border-bottom: solid 1px #fff;
}

.message_lead02 {
  position: relative;
  padding-left: 0;
  font-size: 14px;
  font-style: normal !important;
  line-height: 2.45;
}

.s-message .s-message__leadBorder {
  border-bottom: solid 01px #fff;
}

.s-message .message_decoimg01, .s-message .message_decoimg-02 {
  display: block;
  position: absolute;
  width: 152px;
  z-index: 2;
  box-shadow: 25px 25px 25px rgb(0 0 0 / 10%);
}

.message_decoimg-02 {
  right: 220px;
  bottom: -65px;
}

.message_decoimg01 {
  right: 354px;
  bottom: -90px;
}



@media screen and (min-width:1024px) {
  .message_lead02::before {
    content: "“";
    position: absolute;
    top: -8px;
    left: -6px;
  }

  .message_lead02::after {
    content: "”";
    position: relative;
    top: -1px;
    right: 5px;
  }
}

@media screen and (max-width:768px) {
  #s-mv {
    width: 100%;
    height: 89.4vh;
    background: url(img/img_mv_sp_ripped.webp) no-repeat center top/100%;
  }

  .header__nav__item:nth-last-child(1) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .message_eria {
    /* position: relative; */
    top: -20%;
    /* left: 5%; */
    /* width: 55%; */
  }

  .message_text_warp {
    padding: 200px 0 0;
    position: static;
    width: 100%;
  }

  .message_title {
    top: 10%;
    right: 4%;
    left: auto;
    font-size: 15vw;
    mix-blend-mode: normal;
    line-height: 1;
    text-shadow: 0 1px 20px #7a7a7a63;
  }

  .s-message .message_lead01,
  .s-message .message_lead02 {
    padding: 10px 15px;
    padding-left: 145px;
    font-size: 20px;
    box-sizing: border-box;
  }

  .message_text {
    max-width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    padding: 0px 15px;

  }

  .message_lead02::before {
    content: unset;
    left: 5px;
  }

  .message_decoimg01 {
    display: none !important;
  }

  .message_decoimg-02 {
    display: none !important;
  }
}

@media screen and (max-width:415px) {
  .message_title {
    top: 18%;
    left: 4%;
  }

  .s-message .message_lead01,
  .s-message .message_lead02 {
    padding: 10px 15px;
  }

  .message_lead01 {
    margin-bottom: 20px;
  }
}

.s-message .message_lead01,
.s-message .message_lead02 {
  color: #fff;
  font-weight: bold;
  font-style: initial;
  box-sizing: border-box;
}

.message_lead01 {
  width: 103%;
  padding: 70px 0 40px;
  font-size: 23px;
  line-height: 1.75;
}

@media screen and (min-width: 415px) {
  .message_lead01 {
    position: relative;
    padding: 50px 0 50px 180px;
    font-size: 26px;
    line-height: 1.8;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) {
  .message_lead01 {
    padding: 50px 0 50px 300px;
  }
}

@media screen and (min-width: 1025px) {
  .message_lead01 {
    padding: 94px 0 40px;
    font-size: 29px;
    line-height: 1.8;
  }
}

.message_lead02 {
  margin-top: 30px;
  font-size: 19.5px;
  line-height: 2;
}

@media screen and (min-width: 415px) {
  .message_lead02 {
    margin-top: 50px;
    padding-left: 180px;
    font-size: 22px;
  }
}

@media screen and (min-width: 769px) {
  .message_lead02 {
    padding-left: 300px;
  }
}

@media screen and (min-width: 1025px) {
  .message_lead02 {
    position: relative;
    padding-left: 0;
    font-size: 24px;
    font-style: normal !important;
    line-height: 2.45;
  }
}


.s-message__leadBorder {
  padding-bottom: 4px;
}

@media screen and (min-width: 769px) {
  .s-message__leadBorder {
    padding-bottom: 6px;
  }
}

.s-message .s-message__leadBorder {
  border-bottom: solid 1px #fff;
  text-shadow: 0 1px 20px #7a7a7a63;
}
}

@media screen and (min-width: 1025px) {
  .s-message .s-message__leadBorder {
    border-width: 2px;
  }
}

@media screen and (min-width: 1025px) {
  .message_lead02 .s-message__leadBorder {
    padding: 0 11px 7px;
  }
}

@media screen and (min-width: 1025px) {
  .message_lead02 .text-space {
    padding-left: 11px;
  }
}

.message_text {
  margin-bottom: 1em;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 415px) {
  .message_text {
    padding-left: 145px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 2;
  }
}

@media screen and (min-width: 769px) {
  .message_text {
    padding-left: 260px;
  }
}

@media screen and (min-width: 1025px) {
  .message_text {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: .14em;
  }
}


.message_decoimg01 {
  right: 958px;
  bottom: -80px;
}

.message_decoimg-02 {
  right: 680px;
  bottom: -5px;
}

.s-message .message_decoimg01,
.s-message .message_decoimg-02 {
  display: none;
}

@media screen and (min-width: 1201px) {

  .s-message .message_decoimg01,
  .s-message .message_decoimg-02 {
    display: block;
    position: absolute;
    width: 242px;
    z-index: 1;
    box-shadow: 25px 25px 25p rgb(0 0 0 / 10%);
  }
}

.whyWrap {
  padding: 70px 0px;
}


/*@media screen and (min-width: 1025px) {
  .whyWrap {
      padding: 320px 0 0;
  }
}*/

.why {
  position: relative;
  padding-bottom: 250px;
  overflow: hidden;
}

.why:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57vw;
  height: 100%;
  background: #fffcf5;
  z-index: -2;
}

.whyWrap h3 {
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (min-width: 415px) {
  .whyWrap h3 {
    width: 450px;
    margin: 0 auto 70px;
  }
}

@media screen and (min-width: 1025px) {
  .whyWrap h3 {
    width: 620px;
    margin: 0 auto 70px;
  }
}

@media screen and (min-width: 1025px) {
  .why:after {
    width: 42.4vw;
  }
}

.why .whyInner {
  position: relative;
  max-width: 1200px;
}

.why .whyInner:nth-of-type(1) {
  margin-bottom: 221px;
}

@media screen and (min-width: 1025px) {
  .why .whyInner {
    height: 35.6vw;
  }

  .why .whyInner {
    position: relative;
  }

  .why .whyInner:nth-of-type(1) {
    margin: 0 auto 174px;
  }
}

.why .whyInner .whyBox p.whyNo {
  position: absolute;
  width: 41px;
  top: -5px;
  left: -1px;
}

@media screen and (min-width: 1025px) {
  .why .whyInner .whyBox p.whyNo {
    width: 78px;
    top: -5px;
    left: -5px;
  }
}

.why .whyInner .whyImg {
  width: 100%;
}

@media screen and (min-width: 1201px) {
  .why .whyInner .whyImg {
    position: absolute;
    top: 0;
    width: 88vw;
  }
}

@media screen and (min-width: 1025px) {
  .why .whyInner:nth-of-type(1) .whyImg {
    right: 120px;
  }
}

@media screen and (min-width: 1281px) {
  .why .whyInner .whyImg {
    width: 83.5vw;
  }
}

.why .whyInner .whyBox {
  position: absolute;
  top: 73%;
  width: 84%;
  padding: 37px 0 31px;
  background: #fff;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  z-index: 2;
}

@media screen and (min-width: 415px) {
  .why .whyInner .whyBox {
    top: 70%;
    width: 60%;
  }
}

@media screen and (min-width: 1025px) {
  .why .whyInner .whyBox {
    top: 31%;
    width: 580px;
    padding: 71px 0;
  }
}

.why .whyInner:nth-of-type(1) .whyBox {
  right: 0;
}

.why .whyInner:nth-of-type(2) .whyBox {
  left: 0;
}

@media screen and (min-width: 1441px) {
  .why .whyInner .whyBox {
    top: 45%;
  }

  .why .whyInner:nth-of-type(1) .whyBox {
    right: -40px;
    top: 38%;
  }

  .why .whyInner:nth-of-type(2) .whyBox {
    left: -40px;
  }
}

.why .whyInner .whyBox .whyTitle {
  text-align: center;
  color: #c14e75;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.5;
}

.underline {
  width: fit-content;
  margin: 0 auto;
  padding: 0 7px 0 2px;
  border-bottom: 1px solid;
  background: #fffbf4;
}

@media screen and (min-width: 1025px) {
  .why .whyInner .whyBox .whyTitle {
    font-size: 30px;
    line-height: 1.8;
  }
}

.why .whyInner .whyBox a.whyBtn {
  display: block;
  margin: 30px auto 0;
}

.why .whyInner .whyBox a.whyBtn {
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0.12em;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.why .whyInner .whyBox a.whyBtn {
  width: 180px;
  margin-top: 30px;
  padding: 9px 0;
  border: solid 1px #c14e75;
  color: #fff;
  background: #c14e75;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
}

.why .whyInner .whyBox a.whyBtn:hover {
  color: #c14e75;
  background: #fff;
}

.why .whyInner .whyBox a.whyBtn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: block;
  width: 1px;
  height: 4px;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 3px solid transparent;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.why .whyInner .whyBox a.whyBtn:hover:after {
  border-bottom: 6px solid #c14e75;
}

@media screen and (min-width: 1025px) {
  .why .whyInner .whyBox a.whyBtn {
    width: 280px;
    margin-top: 40px;
    padding: 20px 0;
    font-size: 18px;
  }
}

.movieWrap {
  position: relative;
  padding-bottom: 95px;
  background: #fffcf5;
}

@media screen and (min-width: 1025px) {
  .movieWrap {
    width: calc(100% - 30px * 2);
    padding-bottom: 202px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1201px) {
  .movieWrap {
    width: 1200px;
  }
}

@media screen and (min-width: 1025px) {
  .movieWrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25%;
    width: 200vw;
    height: 100%;
    background: #fffcf5;
  }
}

@media screen and (min-width: 1441px) {
  .movieWrap:before {
    left: -60%;
    width: 300vw;
  }
}

.movieWrap .movieInner {
  width: 100%;
  padding-top: 77px;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .movieWrap .movieInner {
    padding-top: 130px;
  }
}

.movieTitle, .movieWrap:after {
  content: "";
  position: absolute;
  top: -29px;
  left: 57px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  letter-spacing: 0.04em;
  line-height: 1;
  transform-origin: 0 0;
  transform: rotate(90deg);
}

.movieWrap:after {
  content: 'MOVIE';
  color: #c14e75;
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .movieTitle, .movieWrap:after {
    top: -47px;
    left: 63px;
    font-size: 72px;
  }
}

.movieTitle {
  color: #c14e75;
  z-index: 0;
}

.movieLead {
  position: relative;
  left: 14px;
  width: 230px;
  margin: 0 auto 50px;
  text-align: center;
  color: #c14e75;
  font-size: 13px;
  line-height: 2;
}

@media screen and (min-width: 1025px) {
  .movieLead {
    left: 155px;
    width: 440px;
    margin: 0 0 57px;
    text-align: left;
    font-size: 20px;
    line-height: 1.9;
  }
}

.movieListWrap {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}

.movieListWrap .swiper-container {
  width: 100%;
}

.swiper-slide {
  transform: scale(0.72);
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.movieListWrap li {
  border: 4px solid #c14e75;
}

@media screen and (min-width: 1025px) {
  .swiper-slide {
    transform: scale(0.8);
  }
}

.swiper-slide {
  display: inline-block;
  width: 264px;
  margin: 0 -7.5px;
  transform: scale(1);
  opacity: .6;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

@media screen and (min-width: 415px) {
  .swiper-slide {
    width: 400px;
  }
}

@media screen and (min-width: 1025px) {
  .swiper-slide {
    width: 720px;
    margin: 0;
  }
}

@media screen and (min-width: 1441px) {
  .swiper-slide {
    width: 920px;
    margin: 0;
  }
}

.swiper-wrapper .swiper-slide {
  z-index: 0;
  transform: scale(.8);
}

.swiper-wrapper .swiper-slide-active {
  transform: scale(1);
  opacity: 1 !important;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 0;
  width: calc(var(--swiper-navigation-size)/ 44 * 150);
  height: 100%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #c14e7591;
  justify-content: center;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
  justify-content: flex-end;
  width: 10vw;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  justify-content: flex-start;
  width: 10vw;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 24px;
}

@media screen and (min-width: 415px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
    width: 15vw;
    justify-content: flex-start;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
    width: 15vw;
    justify-content: flex-end;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    margin: 0 30px;
    font-size: 44px;
  }
}

@media screen and (min-width: 1025px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -160px;
    width: calc(var(--swiper-navigation-size)/ 44 * 150);
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -160px;
    width: calc(var(--swiper-navigation-size)/ 44 * 150);
  }
}

#main .swiper-pagination {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 415px) {
  #main .swiper-pagination {
    bottom: -40px;
  }
}

@media screen and (min-width: 1025px) {
  #main .swiper-pagination {
    bottom: -50px;
  }
}

#main .swiper-pagination span {
  width: 36px;
  height: 2px;
  margin: 0 0.5rem;
  background: #e1e1e1;
  opacity: .9;
  transition: all 0.3s cubic-bezier(0.32, 0.625, 0.58, 1);
  cursor: pointer;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  border-radius: unset;
}

@media screen and (min-width: 769px) {
  #main .swiper-pagination span {
    width: 94px;
    height: 4px;
    margin: 0 8px;
  }
}

#main .swiper-pagination span.swiper-pagination-bullet-active {
  background: #c14e75;
  transition: all 0.3s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.movieListWrap .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: solid 1px #fff;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-40%);
  transition: all 0.3s cubic-bezier(0.32, 0.625, 0.58, 1);
  z-index: 2;
}

@media screen and (min-width: 1025px) {
  .movieListWrap .icon {
    width: 112px;
    height: 112px;
  }
}

.movieListWrap .swiper-slide.swiper-slide-active .icon {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s cubic-bezier(0.32, 0.625, 0.58, 1) 0.5s;
}

.icon-play {
  position: relative;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (min-width: 1025px) {
  .icon-play {
    border-width: 15px 0 15px 20px;
  }
}

.movieListWrap a:hover::after {
  opacity: 1;
}

.movieListWrap a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}


/* コース */

.course_title {
  margin-bottom: 40px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: .04em;
}

.course_lead {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

.course_inner {
  max-width: 1000px;
  margin: auto;
}

.courseFeature_wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}

.s-courseFeature__title {
  position: relative;
  padding: 30px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .12em;
  background: #111;
}

.s-courseFeature__title {
  padding: 20px 0;
  font-size: 22px;
}

.s-courseFeature__cont {
  padding: 3rem 0 4rem;
}

.s-courseFeature__price {
  font-style: italic;
  color: #111;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  font-size: 17px;
}

.s-courseFeature__price .yen {
  padding-right: 0.8rem;
  font-size: 3.6rem;
}

.s-courseFeature__price .yen {
  position: relative;
  top: 3px;
  padding-right: 8px;
  font-style: italic;
  font-size: 38px;
}

.s-courseFeature__price .taxin {
  position: relative;
  top: 2px;
  font-size: 18px;
}

.s-courseFeature__price .price {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-style: italic;
  letter-spacing: .01em;
  font-size: 50px;
}

.s-courseFeature__description {
  font-size: 15px;
  margin: 20px 15px;
}

.s-courseFeature__example {
  margin: 15px 10px;
}

.s-courseFeature__example__title {
  margin-bottom: 20px;
  background: unset;
  padding: 0;
  color: unset;
  font-size: unset;
  line-height: unset;
  height: unset;
}

.s-courseFeature__example .s-courseFeature__example__title span, .s-courseFeature__example .s-courseFeature__example__title--initial span {
  padding: 0.2rem 0.9rem 0.3rem;
  background: #444;
  color: #fff;
}

.s-courseFeature:nth-of-type(2), .s-courseFeature:nth-of-type(3) {
  width: calc((100% - 50px)/2);
  margin-top: 0;
}

.s-courseFeature:nth-of-type(2) {
  margin-right: 40px;
}

.s-courseFeature {
  margin-top: 30px;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.6);
}

.s-course__note {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  ;
}

@media screen and (max-width:520px) {
  .s-course__note {
    text-align: left;
    ;
  }
}

.c-button_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-button_wrap svg {
  position: relative;
  top: 3px;
  width: 20px;
  margin-right: 4px;
  fill: #fff;
}

.c-button--fillBrown {
  border: solid 0.1rem #1d2151;
  color: #fff;
  background: #1d2151;
  padding: 40px 20px;
  margin-top: 28px;
  font-size: 20px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .s-courseFeature:nth-of-type(2), .s-courseFeature:nth-of-type(3) {
    width: 95%;
    margin: 20px 0px;
  }

  .s-courseFeature:nth-of-type(2) {
    margin-right: 0px;
  }

  .whyWrap {
    padding: 54px 0 40px;
  }
}


/* Q&A */

.qaWrap {
  padding: 80px 0 100px;
  background: #ffffff;
}

@media screen and (min-width: 1025px) {
  .qaWrap {
    padding: 120px 0 180px;
  }
}

.titleWrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: calc(100% - 18.5px * 2);
  margin: 0 auto 60px;
}

@media screen and (min-width: 1025px) {
  .titleWrap {
    display: inline-block;
    text-align: center;
  }
}

.qaTitle_en {
  margin-left: 1rem;
  font-family: "Raleway", sans-serif;
  color: #c14e75;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .qaTitle_en {
    margin-bottom: 28px;
    margin-left: 0;
    font-size: 72px;
    color: #c14e75;
  }
}

.qaTitle_jp {
  margin-left: 30px;
  color: #c14e75;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .qaTitle_jp {
    margin-left: 0;
    color: #c14e75;
    font-size: 24px;
  }
}

.qa {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.qaBox {
  margin-top: 20px;
}

.qaBox:nth-of-type(1) {
  margin-top: 0;
}

.question {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 40px 11px 11px;
  margin-top: 10px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  background: #c14e75;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .question {
    padding: 25px 60px 26px 50px;
    font-size: 20px;
  }
}

.question .no {
  margin-right: 7px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}

@media screen and (min-width: 1025px) {
  .question .no {
    margin-right: 25px;
    font-size: 32px;
    letter-spacing: .1em;
  }
}

.question:before, .question:after {
  content: "";
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 20px;
  background: #fff;
  transition: all 0.5s cubic-bezier(0.32, 0.625, 0.58, 1) 0.3s;
}

.question:after {
  transform: translateY(-50%) rotate(-90deg);
}

.question.active:after {
  transform: translateY(-50%) rotate(0deg);
}

.answerBox {
  max-height: 0;
  border: solid 1px rgb(255 252 245);
  color: #363636;
  font-size: 13px;
  line-height: 1.8;
  background: #fffbf2;
  overflow: hidden;
  transition: max-height .8s ease-in-out;
}

@media screen and (min-width: 1025px) {
  .answerBox {
    font-size: 18px;
  }
}

.question.active+.answerBox {
  max-height: 300px;
  transition: max-height .8s ease-in-out;
}

.answer {
  margin: 28px 9px;
}

@media screen and (min-width: 1025px) {
  .answer {
    margin: 40px 50px;
  }
}

.answer .strong {
  font-size: 15px;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .answer .strong {
    font-size: 20px;
    line-height: 2;
  }
}

.shopWrap {
  position: relative;
  padding-bottom: 95px;
}

@media screen and (min-width: 1025px) {
  .shopWrap {
    width: calc(100% - 30px * 2);
    padding-bottom: 180px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1201px) {
  .shopWrap {
    width: 1000px;
  }
}

@media screen and (min-width: 1025px) {
  .shopWrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25%;
    width: 200vw;
    height: 50%;
    background: #c14e75;
  }
}

@media screen and (min-width: 1441px) {
  .shopWrap:before {
    left: -60%;
    width: 300vw;
  }
}

.shopWrap .shopInner {
  max-width: 1000px;
  width: 100%;
  padding-top: 55px;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .shopWrap .shopInner {
    padding-top: 130px;
  }
}

.shopTitle, .shopWrap:before {
  content: "";
  position: absolute;
  top: -29px;
  left: 57px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  letter-spacing: 0.04em;
  line-height: 1;
  transform-origin: 0 0;
  transform: rotate(90deg);
  background: unset;
}

.shopWrap:before {
  content: 'SHOP';
  color: #c14e75;
  z-index: 0;
}

@media screen and (min-width: 1025px) {
  .shopTitle, .shopWrap:before {
    top: -40px;
    left: 63px;
    font-size: 72px;
  }
}

.shopWrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: #c14e75;
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .shopWrap:after {
    left: -25%;
    width: 200vw;
    height: 580px;
  }
}

@media screen and (min-width: 1441px) {
  .shopWrap:after {
    left: -80%;
    width: 300vw;
  }
}

.shopTitle {
  color: #fff;
  z-index: 1;
}

.shopLead {
  position: relative;
  left: 14px;
  width: calc(100% - 110px);
  margin: 0 auto 40px;
  color: #fff;
  font-size: 13px;
  line-height: 2;
}

@media screen and (min-width: 1025px) {
  .shopLead {
    left: 155px;
    width: 560px;
    margin: 0 0 57px;
    text-align: left;
    font-size: 20px;
    line-height: 1.9;
  }
}

.shopListWrap {
  position: relative;
  width: 320px;
  margin: 0 auto 70px;
}

@media screen and (min-width: 415px) {
  .shopListWrap {
    width: 100%;
    margin: 0 auto 120px;
  }
}

@media screen and (min-width: 1025px) {
  .shopListWrap {
    margin: 0 auto 135px;
  }
}

@media screen and (min-width: 1201px) {
  .shopListWrap {
    left: -100px;
    width: 1200px
  }
}

.shopListWrap .swiper-container {
  width: 100%;
}

.btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.btnBox .more_Btn {
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0.12em;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.btnBox .moreBtn2 {
  border: solid 1px #c14e75;
  width: 240px;
  padding: 17px 0;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

.btnBox .moreBtn2 span {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .btnBox .moreBtn2 {
    width: 280px;
    padding: 19.5px 0;
  }
}

.btnBox .more_Btn {
  position: relative;
  display: block;
  margin: 0;
  color: #c14e75;
  text-align: center;
  letter-spacing: 0.12em;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .btnBox .more_Btn {}
}

.btnBox .more_Btn:hover {
  color: #fff;
}

.btnBox .more_Btn:hover {
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.btnBox .more_Btn:hover: span {
  color: #fff;
}

.btnBox .more_Btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  margin-top: 0.05rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #c14e75;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.btnBox .more_Btn:hover:before {
  border-color: transparent transparent transparent #fff;
}

.btnBox .more_Btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translate3d(100%, 0, 0);
  animation: released-fill 0.6s cubic-bezier(0.32, 0.625, 0.58, 1) forwards;
}

.btnBox .more_Btn:after {
  background: #c14e75;
}

.btnBox .more_Btn:hover:after {
  animation: hover-fill 0.4s cubic-bezier(0.32, 0.625, 0.58, 1) forwards;
}

@keyframes hover-fill {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes released-fill {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(100%, 0, 0);
  }
}


/* TOPICS */

.topicsWrap {
  position: relative;
  padding-bottom: 95px;
}

@media screen and (min-width: 1025px) {
  .topicsWrap {
    padding: 0 0 144px;
  }
}

.topicsInner {
  max-width: 1000px;
  margin: 0 auto;
}

.topicsInner h3.topicsTitle {
  margin-bottom: 26px;
  text-align: center;
  color: #c14e75;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  line-height: 1;
  letter-spacing: .04em;
}

@media screen and (min-width: 1025px) {
  .topicsInner h3.topicsTitle {
    text-align: left;
    font-size: 72px;
    color: #c14e75;
  }
}

.topicsListWrap {
  margin-bottom: 30px;
}

.topicsListWrap li {
  border-bottom: 1px solid #538F1E;
}

.topicsListWrap .date, .topicsListWrap h4 {
  transition: all 0.3s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.topicsListWrap .date {
  background: #c14e75;
  padding: 1.5px 2px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 1025px) {
  .topicsListWrap .date {
    margin-right: 40px;
    padding: 5px 10px 6px;
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}

.topicsListWrap h4 {
  color: #363636;
}

.topicsListWrap a {
  position: relative;
  display: block;
  padding: 20px 35px 17px 10px;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .topicsListWrap a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 33px 60px 28px 30px;
  }
}

.topicsListWrap a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #c14e75;
}

.topicsListWrap a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #c14e75;
  transition: all 0.4s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.topicsListWrap a:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c14e75;
  transition: all 0.4s cubic-bezier(0.32, 0.625, 0.58, 1);
}


/* フッター */

.new-footer {
  background-color: #c14e75;
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
}

@media screen and (min-width:768px) {
  .footer-inner {
    padding: 40px 0px;
  }
}

ul.l-footer__cvNav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 8rem;
}

.l-footer__cvNav__item {
  width: calc((100% - 4rem)/2);
  margin-left: 2rem;
  border: solid 1px #fff;
}

.l-footer__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}

.l-footer__nav__item:nth-of-type(2)::after,
.l-footer__nav__item:nth-of-type(4)::after {
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.1rem;
  height: 1rem;
  background: #fff;
  opacity: .56;
}

.l-footer__copyright {
  padding: 0.5rem 1rem;
  background: #090707;
}

.footer-box {
  display: flex;
  justify-content: space-around;
}

.foote-ovh {
  border: solid 1px #fff;
  padding: 15px 10px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  position: relative;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.nagare-text01 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
  font-family: "Raleway", sans-serif;
}

.nagare-text02 {
  color: #ffffffeb;
  font-size: 13px;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.foot-inner {
  width: 100%;
}

.foot-inner a {
  text-decoration: none;
}

.nagare-left {
  width: 35px;
  fill: #fff;
  display: inherit;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.nagare-right {
  width: 58%;
}

.foote-ovh:after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 9px;
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.foote-ovh:hover {
  background: rgb(255 255 255 / 90%);
}

.foote-ovh:hover .nagare-text01,
.foote-ovh:hover .nagare-text02 {
  color: #c14e75;
}

.foote-ovh:hover .nagare-left {
  fill: #c14e75;
}

.foote-ovh:hover:after {
  border-color: transparent transparent #c14e75 transparent;
}

footer .footer-inner .foote-ovh .shop-box {
  display: inherit;
  width: 30px !important;
}

.reserve-box {
  width: 40px;
  display: inherit;
  transition: all 0.6s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.footer_nav {
  display: flex;
  flex-wrap: wrap;
}

.footer_nav li {
  margin: 0px 18px;
  position: relative;
}

.footer_nav li a {
  color: #fff;
  text-decoration: none;
}

.footer_nav li:after {
  content: "";
  position: absolute;
  border-right: solid 1px #fff;
  top: 7px;
  width: 17px;
  height: 14px;
}

.footer_nav li:last-child:after {
  content: unset;
}

.insta {
  display: flex;
  justify-content: flex-end;
}

.footer_insta {
  width: 21px;
  background-color: #fff;
  border-radius: 50%;
  padding: 6px 7px 3px 7px;
  margin: 0 5px;
}

.footer_insta .icon-insta {
  vertical-align: bottom;
}

@media screen and (max-width:768px) {
  .footer_insta {
    margin: 0 5px 20px;
  }
}

.footer_copyright {
  padding: 5px 10px;
  background: #2e8a71;
}

.copyright {
  color: #fff;
  max-width: 1500px;
  display: block;
  margin: auto;
  text-align: center;
}

.copyright a {
  color: #fff;
}

.copy-inner {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 11px;
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .copy-inner {
    padding: 15px 0;
    font-size: 12px;
  }
}

.new-footer {
  padding: 27px 0px 0px 0px;
  margin-bottom: 60px;
}

@media screen and (min-width:768px) {
  .new-footer {
    padding: 50px 0px 0px 0px;
    margin-bottom: 0;
  }
}

.footer_nav {
  margin-bottom: 25px;
}

@media screen and (min-width:768px) {
  .footer_nav {
    justify-content: flex-end;
    max-width: 65%;
    margin-left: auto;
  }
}


.copyright a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer-box {
    display: none;
  }

  .none-ftop {
    display: none;
  }
}



.footPop {
  position: fixed;
  bottom: -100px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  z-index: 970;
  /* transform: translate3d(0, 70px, 0); */
  transition: all 0.4s cubic-bezier(0.32, 0.625, 0.58, 1);
}

.footPop.fixed {
  position: fixed;
  bottom: 0;
}

.footPop li {
  width: 50%;
}

.footPop li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 0 10px;
  text-decoration: none;
}

.footPop li:nth-of-type(1) a {
  background: #c14e75;
}

.footPop li:nth-of-type(2) a {
  background: #26420E;
}

.footPop li a svg {
  max-width: 20px;
  max-height: 20px;
  fill: #fff;
  margin: 0px 15px;
}

.footPop li p {
  color: #fff;
}

.footPop li p.enText {
  margin-bottom: 2px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.3px;
}

.footPop li p.jpText {
  font-size: 11px;
  opacity: .6;
}

@media screen and (min-width:768px) {
  .footPop {
    display: none;
  }
}


/* cta */

.ctaWrap {
  padding: 80px 0 0;
  background: #ffffff;
}

@media screen and (min-width: 1025px) {
  .ctaWrap {
    padding: 50px 0;
  }
}

.ctaTitle_en {
  margin-left: 1rem;
  font-family: "Raleway", sans-serif;
  color: #c14e75;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .ctaTitle_en {
    margin-bottom: 28px;
    margin-left: 0;
    font-size: 72px;
    color: #c14e75;
  }
}

.ctaTitle_jp {
  margin-left: 30px;
  color: #c14e75;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .ctaTitle_jp {
    margin-left: 0;
    color: #c14e75;
    font-size: 24px;
  }
}

.cta {
  max-width: 960px;
  margin: 0 auto 50px;
}

/*追加*/
.price-campaign img {
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .price-campaign img {
    width: 90%;
  }
}

.swiper-wrapper {
  height: fit-content !important;
}

.challenge {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3b3b3b;
  font-family: "Raleway", sans-serif;
  color: #f7ce04;
  font-weight: 700;
  font-style: normal;
  font-size: 74px;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .challenge {
    font-size: 34px;
  }
}