@charset "UTF-8";
/*============================================
responsive
============================================*/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

html, body {
  overflow-x: hidden; }

body, table, input, textarea, select, option {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

a, a:link {
  color: #707070;
  text-decoration: none; }

a:visited {
  color: #707070; }

a:hover {
  color: #707070; }

a:active {
  color: #707070; }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1200px;
  color: #E2DFDC;
  background: #152431;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

#container {
  text-align: left; }

#main {
  display: block; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }

@media all and (min-width: 897px) {
  .sp {
    display: none !important; } }
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.3rem; }

  a:hover, a:hover img {
    opacity: 1 !important; }

  .pc {
    display: none !important; }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto; }

  #container {
    /* padding-top: 84px;*/ } }
/*ナビのスタイル*/
nav.NavMenu {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  height: 100%;
  display: none; }

nav.NavMenu ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

nav.NavMenu ul li {
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px; }

nav.NavMenu ul li:last-child {
  padding-bottom: 0; }

nav.NavMenu ul li a {
  display: block;
  color: #222;
  padding: 10px 0;
  font-size: 2.0rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal; }

.Toggle {
  position: fixed;
  right: 15px;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 13;
  display: block;
  background: #fff;
  padding: 5px 5px 10px 10px;
  margin: 15px 0 20px 20px;
  border-radius: 200px; }

.Toggle p {
  margin: 0 auto;
  position: absolute;
  bottom: -2px;
  font-size: 1.2rem;
  text-align: center !important;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.bk .Toggle {
  /*border: 1px solid #222;*/ }

.Toggle span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 2px #ED9630;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 15px; }

.Toggle span:nth-child(1) {
  top: 20px; }

.Toggle span:nth-child(2) {
  top: 31px; }

.Toggle span:nth-child(3) {
  top: 41px; }

.Toggle.active span:nth-child(1) {
  top: 29px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 2px #ED9630; }

.Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
  top: 29px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 1px #ED9630; }

@media all and (max-width: 767px) {
  /*ボタンのスタイル*/
  .Toggle {
    position: fixed;
    right: 15px;
    top: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 13;
    display: block;
    background: #fff;
    padding: 5px 5px 10px 10px;
    margin: 10px 0 20px 20px;
    border-radius: 200px; }

  .Toggle p {
    margin: 0 auto;
    position: absolute;
    bottom: -2px;
    font-size: 1.2rem;
    text-align: center !important;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }

  .bk .Toggle {
    /*border: 1px solid #222;*/ }

  .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 2px #ED9630;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 10px; }

  .Toggle span:nth-child(1) {
    top: 13px; }

  .Toggle span:nth-child(2) {
    top: 24px; }

  .Toggle span:nth-child(3) {
    top: 34px; }

  .Toggle.active span:nth-child(1) {
    top: 23px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 2px #ED9630; }

  .Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #ED9630; } }
.header-icon {
  display: flex;
  margin-right: 120px; }

.header-maru a {
  display: block;
  width: 67px;
  height: 47px;
  border-radius: 100px;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 0 0 15px;
  padding: 20px 0 0 0; }

.bk .header-maru a {
  display: block;
  width: 67px;
  height: 47px;
  border-radius: 100px;
  border: 1px solid #222;
  text-align: center;
  margin: 0 0 0 15px;
  padding: 20px 0 0 0;
  background: #222; }

.header-maru a:hover {
  background: #666; }

/*============================================
header
============================================*/
header {
  padding: 30px 30px 40px 7%;
  border-top: 10px solid #752B49; }
  @media screen and (max-width: 897px) {
    header {
      padding: 0; } }

#gHeader .hd_logo {
  height: auto;
  display: block;
  position: absolute;
  left: 4.5%;
  top: 40px;
  text-align: center;
  z-index: 10;
  width: 115px; }
  @media screen and (max-width: 897px) {
    #gHeader .hd_logo {
      margin: 2%;
      width: 72px;
      top: 0; } }
  #gHeader .hd_logo img {
    width: auto;
    height: auto;
    display: block; }

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
@media screen and (max-width: 897px) {
  #gHeader .hBox {
    display: none;
    background-color: #323232;
    margin-top: 0;
    padding: 5px 0 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 9999;
    height: 100vh;
    overflow: auto; } }
@media screen and (max-width: 897px) {
  #gHeader .hBox .naviUl ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
#gHeader .hBox .linkList {
  text-align: right;
  margin-left: auto; }
  @media screen and (max-width: 897px) {
    #gHeader .hBox .linkList {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90%;
      transform: translateY(-50%) translateX(-50%); } }
  #gHeader .hBox .linkList li {
    margin-left: 38px;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 897px) {
      #gHeader .hBox .linkList li {
        border-top: 1px solid #505050;
        display: block;
        line-height: 70px;
        text-align: center;
        margin-left: 0;
        width: 47%; }
        #gHeader .hBox .linkList li + li {
          border-top: 1px solid #505050; } }
    #gHeader .hBox .linkList li a {
      font-size: 1.8rem;
      letter-spacing: 1px;
      font-family: angie-sans, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #fff;
      display: table; }
      @media screen and (max-width: 897px) {
        #gHeader .hBox .linkList li a {
          font-size: 2.5rem;
          text-align: center;
          display: table;
          margin: 0 auto; } }
      #gHeader .hBox .linkList li a img {
        display: inline-table;
        vertical-align: middle; }
      #gHeader .hBox .linkList li a:hover {
        opacity: 0.7; }
#gHeader .menu {
  height: 25px;
  width: 31px;
  position: fixed;
  top: 25px;
  right: 12px;
  z-index: 9999; }
  #gHeader .menu span {
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ccc;
    transition: all .35s ease;
    cursor: pointer; }
    #gHeader .menu span:nth-of-type(2) {
      top: 11px; }
    #gHeader .menu span:nth-of-type(3) {
      top: 22px; }
  #gHeader .menu.active span {
    background: #fff; }
  #gHeader .menu.active .top {
    transform: translateY(11px) rotate(-45deg); }
  #gHeader .menu.active .middle {
    opacity: 0; }
  #gHeader .menu.active .bottom {
    transform: translateY(-10px) rotate(45deg); }

/*------------------------------------------------------------
	ttl
------------------------------------------------------------*/
.ttl {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.16em; }
  .ttl .en {
    font-family: angie-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.02em;
    line-height: 1; }
  .ttl.ttl001 {
    font-size: 11rem;
    margin-bottom: 60px;
    line-height: 1; }
    @media screen and (max-width: 1290px) {
      .ttl.ttl001 {
        font-size: 6vw; } }
    @media screen and (max-width: 897px) {
      .ttl.ttl001 {
        font-size: 12vw;
        margin-bottom: 30px; } }
  .ttl.ttl002 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: 400; }
    @media screen and (max-width: 1290px) {
      .ttl.ttl002 {
        font-size: 1.6vw; } }
    @media screen and (max-width: 897px) {
      .ttl.ttl002 {
        font-size: 4vw;
        margin-bottom: 25px; } }
  .ttl.ttl003 {
    font-size: 6rem;
    margin-bottom: 50px;
    font-weight: 400; }
    @media screen and (max-width: 897px) {
      .ttl.ttl003 {
        font-size: 8vw;
        margin-bottom: 25px; } }
  .ttl.ttl_ct {
    text-align: center; }

/*------------------------------------------------------------
	.comBox
------------------------------------------------------------*/
.comBox {
  margin: 0 auto;
  box-sizing: border-box; }

/*------------------------------------------------------------
	.bg
------------------------------------------------------------*/
.bg {
  padding: 30px; }
  @media screen and (max-width: 897px) {
    .bg {
      padding: 4%; } }
  .bg .comBox {
    width: 100%;
    border: 1px solid;
    padding: 80px; }
    @media screen and (max-width: 897px) {
      .bg .comBox {
        width: auto;
        padding: 20px; } }
  .bg.bg_wt {
    background-color: #fff; }
  .bg.bg_lgr {
    background-color: #EFEFEF;
    color: #1B2C3C !important;
    border-color: #8E7B5B; }
  .bg.bg_navy {
    background: none; }
    .bg.bg_navy .comBox {
      padding: 0;
      border-color: #E2DFDC; }
      .bg.bg_navy .comBox .btnlinestretches4 {
        border-color: #636C74;
        color: #FFFFFF; }
        .bg.bg_navy .comBox .btnlinestretches4:hover::after {
          background-color: #575757; }

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer {
  border-top: 10px solid #752B49;
  padding: 100px 0 62px;
  color: #FFFFFF; }
  @media screen and (max-width: 897px) {
    footer {
      padding: 0 0 30px; } }
  footer a, footer a:hover, footer a:visited {
    color: #FFFFFF; }
  footer .comBox {
    width: 1140px; }
    @media screen and (max-width: 897px) {
      footer .comBox {
        width: auto; } }
    footer .comBox #contact .contact__box {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      padding-bottom: 120px; }
      @media screen and (max-width: 897px) {
        footer .comBox #contact .contact__box {
          padding-bottom: 60px;
          display: inherit;
          flex-wrap: wrap;
          text-align: center; } }
      footer .comBox #contact .contact__box > div {
        width: calc(100%/2 - 40px); }
        @media screen and (max-width: 897px) {
          footer .comBox #contact .contact__box > div {
            width: auto; } }
        @media screen and (max-width: 897px) {
          footer .comBox #contact .contact__box > div h3 {
            text-align: center;
            font-size: 5vw; } }
        @media screen and (max-width: 897px) {
          footer .comBox #contact .contact__box > div.form {
            margin-top: 30px; } }
        footer .comBox #contact .contact__box > div.form a.btnlinestretches4:hover, footer .comBox #contact .contact__box > div.form a.btnlinestretches4:visited {
          color: #1B2C3C; }
        @media screen and (max-width: 897px) {
          footer .comBox #contact .contact__box > div.form a.btnlinestretches4 {
            text-align: left;
            width: 80%;
            height: 60px;
            line-height: 60px; } }
        @media screen and (max-width: 897px) {
          footer .comBox #contact .contact__box > div.form a.btnlinestretches4::after, footer .comBox #contact .contact__box > div.form a.btnlinestretches4::before {
            top: 50%;
            left: 170px;
            transform: translateY(-50%); } }
    footer .comBox #contact .readmore a.btnlinestretches4 {
      margin-top: 50px;
      background: #FFFFFF;
      width: 334px;
      height: 90px;
      line-height: 90px; }
      @media screen and (max-width: 897px) {
        footer .comBox #contact .readmore a.btnlinestretches4 {
          margin-top: 30px; } }
      footer .comBox #contact .readmore a.btnlinestretches4:visited span {
        color: #1B2C3C; }
      footer .comBox #contact .readmore a.btnlinestretches4::before, footer .comBox #contact .readmore a.btnlinestretches4::after {
        left: 380px; }
  footer .num {
    margin-top: 50px;
    font-size: 7.4rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-family: angie-sans, sans-serif;
    font-weight: 600;
    font-style: normal; }
    footer .num a, footer .num a:hover, footer .num a:visited {
      color: #BDB8B3; }
  footer .footer__nav {
    border-top: solid 1px #707070;
    padding: 116px 0 0;
    width: 98%;
    margin: 0 auto; }
    @media screen and (max-width: 897px) {
      footer .footer__nav {
        padding: 58px 0 60px;
        width: auto; } }
    footer .footer__nav .footer__nav__list {
      display: flex;
      justify-content: center;
      text-align: center;
      flex-wrap: wrap;
      margin-bottom: 50px; }
      footer .footer__nav .footer__nav__list li {
        padding: 2%; }
        footer .footer__nav .footer__nav__list li a, footer .footer__nav .footer__nav__list li a:hover, footer .footer__nav .footer__nav__list li a:visited {
          color: #BDB8B3;
          font-size: 1.7rem; }
  footer .footer__logo {
    margin: 0 auto 50px;
    display: table; }
    @media screen and (max-width: 897px) {
      footer .footer__logo {
        width: 30%;
        max-width: 300px;
        margin-bottom: 25px; } }
  footer .nav2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    z-index: 9999;
    position: relative; }
    footer .nav2 ul.contactBox {
      background-color: #752B49;
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      z-index: 99; }
      footer .nav2 ul.contactBox li {
        border: none;
        width: calc(100%/2);
        position: relative;
        text-align: center; }
        footer .nav2 ul.contactBox li::before {
          content: "";
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 8px;
          width: 6px;
          height: 6px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          transform: rotate(45deg);
          z-index: 10; }
        footer .nav2 ul.contactBox li + li a {
          border-left: 1px solid #fff; }
        footer .nav2 ul.contactBox li a {
          font-size: 1.3rem;
          line-height: 25px;
          height: 25px;
          position: relative;
          text-align: center;
          padding: 6% 3%;
          display: block;
          font-weight: 600;
          color: #fff; }
  footer .credit {
    text-align: center;
    color: #E2DFDC; }
  footer .goTop {
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 10px;
    /*  background-color: $top_gray;*/
    padding: 5px 20px;
    /*  color: $top_navy;*/
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px; }
  @media screen and (max-width: 897px) {
    footer .goTop {
      right: 0;
      bottom: 73px;
      padding: 5px 10px;
      font-size: 1rem; } }
  footer .goTop:link, footer .goTop:hover, footer .goTop:visited {
    color: #FFFFFF; }
  footer a {
    color: #323232;
    text-decoration: none;
    transition: all .3s; }

/*============================================
columnBox  
============================================*/
.columnList {
  display: flex; }
  @media screen and (max-width: 897px) {
    .columnList {
      display: inherit; } }
  .columnList.column2 {
    justify-content: space-between; }
    .columnList.column2 .columnBox {
      width: calc(100%/2); }
      @media screen and (max-width: 897px) {
        .columnList.column2 .columnBox {
          width: auto; } }

/*------------------------------------------------------------
	btn
------------------------------------------------------------*/
/*== 線の上を別の線が伸びる */
.btnlinestretches4 {
  height: 60px;
  display: table;
  border: 1px solid #131B28;
  border-radius: 60px;
  padding: 0 170px 0 24px;
  line-height: 60px;
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  color: #1B2C3C;
  font-weight: 500;
  font-size: 1.8rem;
  display: inline-block;
  text-decoration: none;
  outline: none; }
  @media screen and (max-width: 897px) {
    .btnlinestretches4 {
      width: 100%;
      font-size: 1.3rem;
      padding: 0; }
      .btnlinestretches4 span {
        padding-left: 20px; } }

/*線の設定*/
.btnlinestretches4::before,
.btnlinestretches4::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 170px;
  transform: translateY(-50%);
  /*線の形状*/
  background: #BDB8B3;
  width: 122px;
  height: 1px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 897px) {
    .btnlinestretches4::before,
    .btnlinestretches4::after {
      width: 80px; } }

/*hover時に伸びる線の形状*/
.btnlinestretches4::after {
  width: 0;
  background: #1B2C3C; }

/*hover時に100%に伸びる*/
.btnlinestretches4:hover::after {
  width: 122px; }
  @media screen and (max-width: 897px) {
    .btnlinestretches4:hover::after {
      width: 80px; } }

.btn_ct .btnlinestretches4 {
  margin-right: auto;
  margin-left: auto;
  display: table; }

.soldout {
  position: relative; }

.soldout::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 5em solid transparent;
  border-left: 5em solid #c12748;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100; }

.soldout::after {
  font-size: 1.2rem;
  content: "SOLD OUT";
  display: block;
  top: 18px;
  transform: rotate(-45deg);
  color: #fff;
  /* 文字色はここで変更 */
  left: 0;
  position: absolute;
  z-index: 101; }
  @media screen and (max-width: 897px) {
    .soldout::after {
      top: 15px;
      left: -1px;
      font-size: 1.0rem; } }

.footer__bnr {
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0; }
  .footer__bnr__item {
    margin: 0 8px; }
