@charset "UTF-8";
/*
* base
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

RESET CSS

html5doctor.com Reset Stylesheet

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  font-family: "kinuta-maruminold-stdn", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #000;
  height: 100%;
  min-height: 100dvh;
  font-size: 24px;
  background-color: #d47929;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0;
  padding: 0;
}

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

hr {
  display: none;
}

table {
  margin: 0;
  padding: 0;
}

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

td {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
  padding: 0;
}

input.btn {
  margin: 0 0.5em;
  padding: 0 1em;
}

html {
  height: 100%;
}

a {
  outline: none;
}

p {
  line-height: 1.8;
}

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

a,
a:link,
a:visited {
  color: #0079d7;
  text-decoration: none;
}

a:active,
a:hover {
  color: #0079d7;
  text-decoration: none;
}

a:hover {
  color: #0079d7;
  text-decoration: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
div#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px auto;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  div#wrapper {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  div#wrapper {
    margin-bottom: auto;
  }
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

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

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

.tab-i {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab-i {
    display: block;
  }
}

.tab-sp-i {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab-sp-i {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tab-sp-i {
    display: block;
  }
}

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

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

margin

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.marT0 {
  margin-top: 0px !important;
}

.marR0 {
  margin-right: 0px !important;
}

.marB0 {
  margin-bottom: 0px !important;
}

.marL0 {
  margin-left: 0px !important;
}

.padT0 {
  padding-top: 0px !important;
}

.padR0 {
  padding-right: 0px !important;
}

.padB0 {
  padding-bottom: 0px !important;
}

.padL0 {
  padding-left: 0px !important;
}

.marT5 {
  margin-top: 5px !important;
}

.marR5 {
  margin-right: 5px !important;
}

.marB5 {
  margin-bottom: 5px !important;
}

.marL5 {
  margin-left: 5px !important;
}

.padT5 {
  padding-top: 5px !important;
}

.padR5 {
  padding-right: 5px !important;
}

.padB5 {
  padding-bottom: 5px !important;
}

.padL5 {
  padding-left: 5px !important;
}

.marT10 {
  margin-top: 10px !important;
}

.marR10 {
  margin-right: 10px !important;
}

.marB10 {
  margin-bottom: 10px !important;
}

.marL10 {
  margin-left: 10px !important;
}

.padT10 {
  padding-top: 10px !important;
}

.padR10 {
  padding-right: 10px !important;
}

.padB10 {
  padding-bottom: 10px !important;
}

.padL10 {
  padding-left: 10px !important;
}

.marT15 {
  margin-top: 15px !important;
}

.marR15 {
  margin-right: 15px !important;
}

.marB15 {
  margin-bottom: 15px !important;
}

.marL15 {
  margin-left: 15px !important;
}

.padT15 {
  padding-top: 15px !important;
}

.padR15 {
  padding-right: 15px !important;
}

.padB15 {
  padding-bottom: 15px !important;
}

.padL15 {
  padding-left: 15px !important;
}

.marT20 {
  margin-top: 20px !important;
}

.marR20 {
  margin-right: 20px !important;
}

.marB20 {
  margin-bottom: 20px !important;
}

.marL20 {
  margin-left: 20px !important;
}

.padT20 {
  padding-top: 20px !important;
}

.padR20 {
  padding-right: 20px !important;
}

.padB20 {
  padding-bottom: 20px !important;
}

.padL20 {
  padding-left: 20px !important;
}

.marT25 {
  margin-top: 25px !important;
}

.marR25 {
  margin-right: 25px !important;
}

.marB25 {
  margin-bottom: 25px !important;
}

.marL25 {
  margin-left: 25px !important;
}

.padT25 {
  padding-top: 25px !important;
}

.padR25 {
  padding-right: 25px !important;
}

.padB25 {
  padding-bottom: 25px !important;
}

.padL25 {
  padding-left: 25px !important;
}

.marT30 {
  margin-top: 30px !important;
}

.marR30 {
  margin-right: 30px !important;
}

.marB30 {
  margin-bottom: 30px !important;
}

.marL30 {
  margin-left: 30px !important;
}

.padT30 {
  padding-top: 30px !important;
}

.padR30 {
  padding-right: 30px !important;
}

.padB30 {
  padding-bottom: 30px !important;
}

.padL30 {
  padding-left: 30px !important;
}

.marT35 {
  margin-top: 35px !important;
}

.marR35 {
  margin-right: 35px !important;
}

.marB35 {
  margin-bottom: 35px !important;
}

.marL35 {
  margin-left: 35px !important;
}

.padT35 {
  padding-top: 35px !important;
}

.padR35 {
  padding-right: 35px !important;
}

.padB35 {
  padding-bottom: 35px !important;
}

.padL35 {
  padding-left: 35px !important;
}

.marT40 {
  margin-top: 40px !important;
}

.marR40 {
  margin-right: 40px !important;
}

.marB40 {
  margin-bottom: 40px !important;
}

.marL40 {
  margin-left: 40px !important;
}

.padT40 {
  padding-top: 40px !important;
}

.padR40 {
  padding-right: 40px !important;
}

.padB40 {
  padding-bottom: 40px !important;
}

.padL40 {
  padding-left: 40px !important;
}

.marT45 {
  margin-top: 45px !important;
}

.marR45 {
  margin-right: 45px !important;
}

.marB45 {
  margin-bottom: 45px !important;
}

.marL45 {
  margin-left: 45px !important;
}

.padT45 {
  padding-top: 45px !important;
}

.padR45 {
  padding-right: 45px !important;
}

.padB45 {
  padding-bottom: 45px !important;
}

.padL45 {
  padding-left: 45px !important;
}

.marT50 {
  margin-top: 50px !important;
}

.marR50 {
  margin-right: 50px !important;
}

.marB50 {
  margin-bottom: 50px !important;
}

.marL50 {
  margin-left: 50px !important;
}

.padT50 {
  padding-top: 50px !important;
}

.padR50 {
  padding-right: 50px !important;
}

.padB50 {
  padding-bottom: 50px !important;
}

.padL50 {
  padding-left: 50px !important;
}

.marT55 {
  margin-top: 55px !important;
}

.marR55 {
  margin-right: 55px !important;
}

.marB55 {
  margin-bottom: 55px !important;
}

.marL55 {
  margin-left: 55px !important;
}

.padT55 {
  padding-top: 55px !important;
}

.padR55 {
  padding-right: 55px !important;
}

.padB55 {
  padding-bottom: 55px !important;
}

.padL55 {
  padding-left: 55px !important;
}

.marT60 {
  margin-top: 60px !important;
}

.marR60 {
  margin-right: 60px !important;
}

.marB60 {
  margin-bottom: 60px !important;
}

.marL60 {
  margin-left: 60px !important;
}

.padT60 {
  padding-top: 60px !important;
}

.padR60 {
  padding-right: 60px !important;
}

.padB60 {
  padding-bottom: 60px !important;
}

.padL60 {
  padding-left: 60px !important;
}

.marT65 {
  margin-top: 65px !important;
}

.marR65 {
  margin-right: 65px !important;
}

.marB65 {
  margin-bottom: 65px !important;
}

.marL65 {
  margin-left: 65px !important;
}

.padT65 {
  padding-top: 65px !important;
}

.padR65 {
  padding-right: 65px !important;
}

.padB65 {
  padding-bottom: 65px !important;
}

.padL65 {
  padding-left: 65px !important;
}

.marT70 {
  margin-top: 70px !important;
}

.marR70 {
  margin-right: 70px !important;
}

.marB70 {
  margin-bottom: 70px !important;
}

.marL70 {
  margin-left: 70px !important;
}

.padT70 {
  padding-top: 70px !important;
}

.padR70 {
  padding-right: 70px !important;
}

.padB70 {
  padding-bottom: 70px !important;
}

.padL70 {
  padding-left: 70px !important;
}

.marT75 {
  margin-top: 75px !important;
}

.marR75 {
  margin-right: 75px !important;
}

.marB75 {
  margin-bottom: 75px !important;
}

.marL75 {
  margin-left: 75px !important;
}

.padT75 {
  padding-top: 75px !important;
}

.padR75 {
  padding-right: 75px !important;
}

.padB75 {
  padding-bottom: 75px !important;
}

.padL75 {
  padding-left: 75px !important;
}

.marT80 {
  margin-top: 80px !important;
}

.marR80 {
  margin-right: 80px !important;
}

.marB80 {
  margin-bottom: 80px !important;
}

.marL80 {
  margin-left: 80px !important;
}

.padT80 {
  padding-top: 80px !important;
}

.padR80 {
  padding-right: 80px !important;
}

.padB80 {
  padding-bottom: 80px !important;
}

.padL80 {
  padding-left: 80px !important;
}

.marT85 {
  margin-top: 85px !important;
}

.marR85 {
  margin-right: 85px !important;
}

.marB85 {
  margin-bottom: 85px !important;
}

.marL85 {
  margin-left: 85px !important;
}

.padT85 {
  padding-top: 85px !important;
}

.padR85 {
  padding-right: 85px !important;
}

.padB85 {
  padding-bottom: 85px !important;
}

.padL85 {
  padding-left: 85px !important;
}

.marT90 {
  margin-top: 90px !important;
}

.marR90 {
  margin-right: 90px !important;
}

.marB90 {
  margin-bottom: 90px !important;
}

.marL90 {
  margin-left: 90px !important;
}

.padT90 {
  padding-top: 90px !important;
}

.padR90 {
  padding-right: 90px !important;
}

.padB90 {
  padding-bottom: 90px !important;
}

.padL90 {
  padding-left: 90px !important;
}

.marT95 {
  margin-top: 95px !important;
}

.marR95 {
  margin-right: 95px !important;
}

.marB95 {
  margin-bottom: 95px !important;
}

.marL95 {
  margin-left: 95px !important;
}

.padT95 {
  padding-top: 95px !important;
}

.padR95 {
  padding-right: 95px !important;
}

.padB95 {
  padding-bottom: 95px !important;
}

.padL95 {
  padding-left: 95px !important;
}

.marT100 {
  margin-top: 100px !important;
}

.marR100 {
  margin-right: 100px !important;
}

.marB100 {
  margin-bottom: 100px !important;
}

.marL100 {
  margin-left: 100px !important;
}

.padT100 {
  padding-top: 100px !important;
}

.padR100 {
  padding-right: 100px !important;
}

.padB100 {
  padding-bottom: 100px !important;
}

.padL100 {
  padding-left: 100px !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

font-weigh

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.fontWB {
  font-weight: bold !important;
}

.fontWN {
  font-weight: normal !important;
}

.fontUL {
  text-decoration: underline !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

揃え位置・インデント clearfix

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.alignJ {
  text-align: justify;
}

.textIndent {
  margin-left: 1.3em !important;
  text-indent: -1.3em !important;
}

.textIndentNsp {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
* layout
*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
#header.is-active .header-cnt .header-logo {
  width: 156px;
  width: clamp(130px, 104.272px + 6.861vw, 236px);
  margin-left: 60px;
  margin-top: 50px;
}
#header.is-active .header-cnt .header-logo a {
  color: #fff;
}
#header.is-active .header-cnt .header-logo a img {
  width: 140px;
}
#header.is-active .header-cnt .header-logo span {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
  display: inline-block;
}

.header-cnt .header-logo {
  width: 236px;
  width: clamp(130px, 104.272px + 6.861vw, 236px);
  margin-left: 60px;
  margin-top: 50px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-cnt .header-logo a {
  color: #fff;
}
.header-cnt .header-logo a img {
  width: 236px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-cnt .header-logo span {
  font-size: 35px;
  font-size: clamp(20px, 16.359px + 0.971vw, 35px);
  line-height: 1.3;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  #header.is-active .header-cnt .header-logo {
    width: clamp(80px, 80px + 2.083vw, 90px);
    margin-left: 20px;
    margin-top: 20px;
  }
  #header.is-active .header-cnt .header-logo a {
    color: #fff;
  }
  #header.is-active .header-cnt .header-logo a img {
    width: 80px;
  }
  #header.is-active .header-cnt .header-logo span {
    font-size: clamp(12px, 12px + 0.417vw, 14px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
  #header .header-cnt .header-logo {
    width: clamp(80px, 80px + 2.083vw, 90px);
    margin-left: 20px;
    margin-top: 20px;
  }
  #header .header-cnt .header-logo span {
    font-size: clamp(12px, 12px + 0.417vw, 14px);
    line-height: 1.3;
    margin-bottom: 10px;
  }
  #header .header-cnt .header-logo img {
    width: 80px;
  }
}
.hambtn-base {
  position: absolute;
  top: 60px;
  right: 50px;
  z-index: 4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
}
.hambtn-base p {
  font-size: 60px;
  font-size: clamp(30px, 22.718px + 1.942vw, 60px);
  font-family: "garamond-premier-pro-caption", serif;
  line-height: 1;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 12px;
  width: 56px;
  height: 56px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.menu-button__line,
.menu-button::before,
.menu-button::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.menu-button.is-opened .menu-button__line {
  opacity: 0;
}

.menu-button.is-opened::before {
  -webkit-transform: translateY(20px) rotate(45deg);
          transform: translateY(20px) rotate(45deg);
}

.menu-button.is-opened::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

@-webkit-keyframes trigger {
  0% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@keyframes trigger {
  0% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hambtn-base {
    position: absolute;
    top: 15px;
    right: 12px;
    display: block;
  }
  .hambtn-base p {
    font-size: 13px;
    font-family: "garamond-premier-pro-caption", serif;
    line-height: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    text-align: center;
    margin-bottom: 6px;
  }
  .menu-button {
    row-gap: 6px;
    width: 32px;
    height: 16px;
  }
  .menu-button__line,
  .menu-button::before,
  .menu-button::after {
    content: "";
    width: 32px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .menu-button.is-opened::before {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  .menu-button.is-opened::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
.rightFix-base {
  position: absolute;
  top: 142px;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  color: #fff;
}
.rightFix-base a {
  color: #fff;
}

.sns-btn-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 24px;
}
.sns-btn-wrap li a {
  color: #fff;
  display: block;
  width: 54px;
}

@media screen and (max-width: 767px) {
  .rightFix-base {
    position: absolute;
    top: 64px;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    color: #fff;
  }
  .rightFix-base a {
    color: #fff;
  }
  .sns-btn-wrap {
    display: none;
  }
}
.onlineshop-btn a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-radius: 12px;
  border: 1px solid #fff;
  padding: 14px 0;
  font-size: 24px;
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.onlineshop-btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.onlineshop-btn a:hover {
  color: #d47929;
}
.onlineshop-btn a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 767px) {
  .onlineshop-btn a {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 12px 0;
    font-size: 12px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .onlineshop-btn a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .onlineshop-btn a:hover {
    color: #d47929;
  }
  .onlineshop-btn a:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#currentTime {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #currentTime {
    font-size: 12px;
  }
}
footer {
  width: 100%;
  margin: 0px auto 0;
  display: block;
  padding: 0px;
  position: relative;
  position: sticky;
  top: 100%;
}

@media screen and (max-width: 1440px) {
  footer {
    padding: 0 3%;
  }
}
.footer-cnt {
  max-width: 1440px;
  margin: 0 auto;
}

.copyright {
  text-align: left;
  margin-bottom: 20px;
}

#floatingGoTop {
  position: fixed;
  right: 4.16vw;
  bottom: 4.7vw;
  z-index: 1002;
  cursor: pointer;
  display: none;
  width: clamp(50px, 3.645vw, 68px);
  height: clamp(50px, 3.645vw, 68px);
  border-radius: 50%;
  background: #000;
  border: 1px solid #fff;
  z-index: 10000;
}
#floatingGoTop::before, #floatingGoTop::after {
  content: "";
  position: absolute;
  top: 30%;
  left: calc(50% - 2px);
  width: 4px;
  height: 1.2vw;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: 50% 2px;
          transform-origin: 50% 2px;
}
#floatingGoTop::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#floatingGoTop::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #floatingGoTop {
    position: fixed;
    right: 4.16vw;
    bottom: 4.7vw;
    z-index: 1002;
    cursor: pointer;
    display: none;
    width: clamp(50px, 3.645vw, 68px);
    height: clamp(50px, 3.645vw, 68px);
    border-radius: 50%;
    background: #000;
    border: 1px solid #fff;
    z-index: 10000;
  }
  #floatingGoTop::before, #floatingGoTop::after {
    content: "";
    position: absolute;
    top: 30%;
    left: calc(50% - 2px);
    width: 4px;
    height: 4.2vw;
    border-radius: 9999px;
    background-color: #fff;
    -webkit-transform-origin: 50% 2px;
            transform-origin: 50% 2px;
  }
  #floatingGoTop::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #floatingGoTop::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.checkAge {
  font-size: 16px;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .checkAge {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
main {
  margin-bottom: 0px;
}

section {
  padding: 0;
}

.cnt {
  max-width: 1440px;
  margin-inline: auto;
}

.cnt2 {
  max-width: 1200px;
  margin-inline: auto;
}

.container {
  width: 100%;
}

.bg-lightgray {
  background-color: rgb(244, 244, 244);
}

@media screen and (max-width: 1440px) {
  .cnt {
    width: 100%;
    margin-inline: auto;
    padding: 0px 3%;
  }
  .cnt2 {
    width: 100%;
    margin-inline: auto;
    padding: 0px 3%;
  }
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 0px;
    margin-bottom: 0px;
  }
  section {
    padding: 0;
  }
  .cnt {
    width: 100%;
    padding: 0 5%;
  }
  .container {
    width: 100%;
  }
  main.ver-2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
#globalNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#globalNavi ul a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1000;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#globalNavi ul a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #141414;
  bottom: -6px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#globalNavi ul a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#globalNavi ul a span {
  font-size: 12px;
  display: block;
  padding: 10px;
}
#globalNavi ul > li {
  padding-bottom: 20px;
}
#globalNavi .gnav-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 34px;
}
#globalNavi .gnav-sns a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#globalNavi .gnav-sns a img {
  width: 34px;
}
#globalNavi .gnav-sns a::after {
  display: none;
}
#globalNavi .gnav-sns a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #globalNavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #globalNavi ul a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1000;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  #globalNavi ul a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #141414;
    bottom: -6px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  #globalNavi ul a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #globalNavi ul a span {
    font-size: 12px;
    display: block;
    padding: 10px;
  }
  #globalNavi ul > li {
    padding-bottom: 0px;
  }
  #globalNavi .gnav-sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 34px;
  }
  #globalNavi .gnav-sns a img {
    width: 24px;
  }
}
#globalNavi-base {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background-color: #d47929;
}

#globalNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  gap: 40px;
}
#globalNavi ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#globalNavi ul a {
  color: #141414;
}

.gnav-open #globalNavi-base {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*
* module
*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  margin-bottom: 0px;
}
.btn-area.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-area.p-t-75 {
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
  .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .btn-area.left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-area.p-t-75 {
    padding-top: 30px;
  }
}
a.btn {
  min-width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #d47929;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
a.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #7abd37;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
a.btn:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
a.btn.btn--primary {
  min-width: 240px;
}
a.btn.btn--primary::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #ffffff; /* 好みで色を変えてください */
}
a.btn.btn--primary:hover::after {
  right: 16px;
}
a.btn.btn--ft_contact {
  min-width: 380px;
}
a.btn.btn--ft_contact img {
  width: 18px;
  margin-right: 8px;
}
a.btn.btn--ft_contact::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #ffffff; /* 好みで色を変えてください */
}
a.btn.btn--ft_contact:hover::after {
  right: 16px;
}
a.btn.contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 40px 10px 70px;
}
a.btn.phone-btn {
  padding: 10px 40px 10px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 40px 10px 70px;
}
a.btn.contact-btn, a.btn.phone-btn {
  min-width: 420px;
  min-height: 75px;
  line-height: inherit;
  font-weight: bold;
  font-size: 20px;
}
a.btn.contact-btn .icon-mail, a.btn.phone-btn .icon-mail {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: inline-block;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("../img/icon/icon-mail.svg");
          mask-image: url("../img/icon/icon-mail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
a.btn.contact-btn .icon-paper, a.btn.phone-btn .icon-paper {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: inline-block;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("../img/icon/icon-paper.svg");
          mask-image: url("../img/icon/icon-paper.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
a.btn.contact-btn .icon-phone, a.btn.phone-btn .icon-phone {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: inline-block;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("../img/icon/icon-phone.svg");
          mask-image: url("../img/icon/icon-phone.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
a.btn.contact-btn .phone-hours, a.btn.phone-btn .phone-hours {
  padding: 8px 0 0 0;
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  a.btn {
    min-width: 320px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #d47929;
    position: relative;
    z-index: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a.btn:hover {
    opacity: 0.8;
  }
}
.btn-send-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  margin-bottom: 40px;
}
.btn-send-wrap.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-send-wrap.p-t-75 {
  padding-top: 75px;
}
.btn-send-wrap input[type=submit].btn-send {
  cursor: pointer;
  width: 300px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #d47929;
  position: relative;
  z-index: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  letter-spacing: 0.1em;
  border: none;
  padding: 0;
}
.btn-send-wrap input[type=submit].btn-send:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .btn-send-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
    margin-bottom: 40px;
  }
  .btn-send-wrap.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .btn-send-wrap.p-t-75 {
    padding-top: 75px;
  }
  .btn-send-wrap input[type=submit].btn-send {
    cursor: pointer;
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #d47929;
    position: relative;
    z-index: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    letter-spacing: 0.1em;
    border: none;
    padding: 0;
  }
  .btn-send-wrap input[type=submit].btn-send:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  a.btn.btn--ft_contact {
    min-width: 300px;
  }
  a.btn.contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 40px 10px 70px;
  }
  a.btn.phone-btn {
    padding: 10px 40px 10px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 40px 10px 70px;
  }
  a.btn.contact-btn, a.btn.phone-btn {
    min-width: 300px;
    min-height: 75px;
    line-height: inherit;
    font-weight: bold;
    font-size: 20px;
  }
  a.btn.contact-btn .icon-mail, a.btn.phone-btn .icon-mail {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background-color: #fff;
    -webkit-mask-image: url("../img/icon/icon-mail.svg");
            mask-image: url("../img/icon/icon-mail.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
  }
  a.btn.contact-btn .icon-paper, a.btn.phone-btn .icon-paper {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background-color: #fff;
    -webkit-mask-image: url("../img/icon/icon-paper.svg");
            mask-image: url("../img/icon/icon-paper.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
  }
  a.btn.contact-btn .icon-phone, a.btn.phone-btn .icon-phone {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background-color: #fff;
    -webkit-mask-image: url("../img/icon/icon-phone.svg");
            mask-image: url("../img/icon/icon-phone.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
  }
  a.btn.contact-btn .phone-hours, a.btn.phone-btn .phone-hours {
    padding: 8px 0 0 0;
    display: block;
    font-size: 14px;
  }
}
/**************************************
	見出し
**************************************/
.ttl-001 {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 70px;
}

.ttl-002 {
  font-size: 42px;
  line-height: 1.8;
  margin-bottom: 70px;
}

.ttl-003 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.ttl-004 {
  font-size: 82px;
  line-height: 1.4;
  margin-bottom: 40px;
  font-family: "garamond-premier-pro-caption", serif;
}

.ttl-005 {
  font-size: 120px;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "garamond-premier-pro-caption", serif;
}

.ttl-006 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "garamond-premier-pro-caption", serif;
  border-bottom: 1px solid #000;
}

.ttl-007 {
  font-size: 30px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.ttl-008 {
  font-size: 38px;
  line-height: 1.4;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .ttl-001 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 70px;
  }
  .ttl-002 {
    font-size: 32px;
    line-height: 1.8;
    margin-bottom: 70px;
  }
  .ttl-003 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .ttl-004 {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 40px;
    font-family: "garamond-premier-pro-caption", serif;
  }
}
@media screen and (max-width: 767px) {
  .ttl-001 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .ttl-002 {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 70px;
  }
  .ttl-003 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .ttl-004 {
    font-size: 38px;
    margin-bottom: 0px;
    text-align: right;
  }
  .ttl-005 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
    font-family: "garamond-premier-pro-caption", serif;
  }
  .ttl-006 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: "garamond-premier-pro-caption", serif;
    border-bottom: 1px solid #000;
  }
  .ttl-007 {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .ttl-008 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
/**************************************
	リスト
**************************************/
.oListDefault h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.oListDefault li {
  line-height: 1.5;
  list-style-type: decimal;
  margin-left: 23px;
  margin-bottom: 50px;
}

.oListDefault li ul li {
  list-style-type: disc;
  margin-left: 23px;
  margin-bottom: 30px;
}

.oListDefault li ol {
  margin-top: 10px;
  margin-bottom: 20px;
}

.oListDefault li ol li {
  list-style-type: upper-roman;
}

/************************************
form
*************************************/
/*
reset
***********************/
button,
option,
select,
textarea,
input[type=button],
input[type=submit],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=text],
input[type=select],
input[type=option],
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
}

/* デフォルトのradio、checkboxは非表示 */
/* for firefox */
select {
  text-indent: 0.01px;
  text-overflow: "";
}

/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */
/*
input[type="text"] textarea
input[type="●●●"] 適宜追加
*/
textarea,
select,
input[type=number],
input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

textarea {
  height: 100px; /* お好みの高さに */
}

/* フォーカス時の色変更 */
textarea:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus {
  border: 1px solid #333;
}

/* チェックボックス */
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=submit],
input[type=button] {
  width: 100%;
  height: 44px;
  padding: 10px 20px;
  display: block;
  position: relative;
  background: #111;
  color: #fff;
  text-align: center;
  border: 1px solid #111;
  cursor: pointer;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 12px;
  font-size: 1.2rem;
}

.formBoxzip1 {
  width: 70px;
}

.formBoxzip2 {
  width: 80px;
}

.formBoxPref {
  width: 222px;
}

.address-form {
  margin-top: 1em;
}

.formBox500 {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .formBox500 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .formBox500 {
    width: 100%;
  }
}

.form-txtarea-L {
  width: 100%;
  height: 300px;
}

#searchAddress {
  border-radius: 3px;
  background: #f8f8f8;
  border: #d8d8d8 1px solid;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  #searchAddress {
    margin-left: 0;
    display: block;
    margin: 10px 0;
  }
}
.visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

label:has(input[type=checkbox]) {
  position: relative;
  cursor: pointer;
}
label:has(input[type=checkbox])::before, label:has(input[type=checkbox])::after {
  content: "";
  display: block;
  position: absolute;
}
label:has(input[type=checkbox])::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #c1c1c1;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
label:has(input[type=checkbox])::after {
  border-bottom: 3px solid #60d790;
  border-left: 3px solid #60d790;
  opacity: 0;
  height: 10px;
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0px;
  left: 8px;
}
label:has(input[type=checkbox]) span {
  padding-left: 40px;
}

label:has(input[type=radio]) {
  position: relative;
  cursor: pointer;
}
label:has(input[type=radio])::before, label:has(input[type=radio])::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
label:has(input[type=radio])::before {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  left: 5px;
}
label:has(input[type=radio])::after {
  background-color: #60d790;
  border-radius: 50%;
  opacity: 0;
  width: 20px;
  height: 20px;
  left: 7px;
}
label:has(input[type=radio]) span {
  padding-left: 40px;
}

label:has(input:checked)::after {
  opacity: 1;
}

.last-checkBox {
  margin-top: 4em;
  line-height: 1.6;
}
.last-checkBox label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.last-checkBox span {
  display: inline-block;
}
.last-checkBox label:has(input[type=checkbox])::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #c1c1c1;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.last-checkBox label:has(input[type=checkbox])::after {
  border-bottom: 3px solid #60d790;
  border-left: 3px solid #60d790;
  opacity: 0;
  height: 10px;
  width: 20px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 40%;
  left: 10px;
}
.last-checkBox label:has(input:checked)::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .last-checkBox {
    width: 70%;
    margin-top: 2em;
    margin-left: auto;
  }
}
.est {
  color: #ba0000;
  padding-left: 10px;
}

/*
* pages
*/
.main-visual {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.main-visual .swiper-slide img {
  height: auto;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.read-text-01 {
  padding-left: 120px;
  padding-top: 120px;
  padding-bottom: 140px;
}
.read-text-01 p span {
  font-family: "garamond-premier-pro-caption", serif;
  font-size: 183px;
  font-size: clamp(133px, 120.864px + 3.236vw, 183px);
  line-height: 1.2;
  overflow: clip;
  opacity: 0;
}
.read-text-01 p span.is-active {
  -webkit-animation: readText 0.4s ease-in-out forwards;
          animation: readText 0.4s ease-in-out forwards;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .read-text-01 {
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 140px;
  }
  .read-text-01 p span {
    font-family: "garamond-premier-pro-caption", serif;
    font-size: 60px;
    line-height: 1.2;
    overflow: clip;
    opacity: 0;
  }
  .read-text-01 p span.is-active {
    -webkit-animation: readText 0.4s ease-in-out forwards;
            animation: readText 0.4s ease-in-out forwards;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .read-text-01 {
    padding-left: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .read-text-01 p span {
    font-family: "garamond-premier-pro-caption", serif;
    font-size: 36px;
    line-height: 1.2;
    overflow: clip;
    opacity: 0;
  }
  .read-text-01 p span.is-active {
    -webkit-animation: readText 0.4s ease-in-out forwards;
            animation: readText 0.4s ease-in-out forwards;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@-webkit-keyframes readText {
  0% {
    clip-path: inset(0% 100% 0% 0%);
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes readText {
  0% {
    clip-path: inset(0% 100% 0% 0%);
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
#sec-01 {
  background: url(../img/bkg/bg_01.png) no-repeat;
  background-position: right top;
}

@media screen and (max-width: 767px) {
  #sec-01 {
    background: none;
  }
}
#sec-02 img {
  width: 100%;
}

#sec-03 .text-area p {
  margin-bottom: 70px;
}
#sec-03 .catchText {
  margin-top: 200px;
  font-size: 60px;
  font-family: "garamond-premier-pro-caption", serif;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  #sec-03 .text-area p {
    margin-bottom: 40px;
  }
  #sec-03 .catchText {
    margin-top: 10px;
    font-size: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#sec-04 .read-text-02 {
  font-size: 119px;
  font-family: "garamond-premier-pro-caption", serif;
  margin-bottom: 110px;
}
#sec-04 .row-base {
  margin-top: 200px;
}
#sec-04 .img-area figcaption {
  padding-top: 22px;
  text-align: right;
  font-size: 19px;
}

@media screen and (max-width: 768px) {
  #sec-04 .read-text-02 {
    font-size: 50px;
    font-family: "garamond-premier-pro-caption", serif;
    margin-bottom: 60px;
  }
  #sec-04 .row-base {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #sec-04 {
    margin-top: 70px;
  }
  #sec-04 .read-text-02 {
    font-size: 38px;
    font-family: "garamond-premier-pro-caption", serif;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  #sec-04 .row-base {
    margin-top: 60px;
  }
  #sec-04 .img-area {
    margin-top: 16px;
  }
  #sec-04 .img-area figcaption {
    padding-top: 22px;
    text-align: right;
    font-size: 15px;
  }
}
#sec-05 {
  padding-top: 180px;
  background: url(../img/bkg/bg_02.png) no-repeat;
  background-position: left top;
}

@media screen and (max-width: 767px) {
  #sec-05 {
    padding-top: 90px;
    background: none;
  }
}
#sec-06 {
  background: url(../img/bkg/bg_01.png) no-repeat;
  background-position: right top;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  #sec-06 {
    margin-top: -30px;
    background: none;
    padding-top: 0px;
    padding-bottom: 100px;
  }
  #sec-06 img {
    margin-top: 40px;
  }
}
#sec-07 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  #sec-07 {
    padding-top: 30px;
  }
}
#sec-08 {
  background: url(../img/bkg/bg_03.png) no-repeat;
  background-position: left top;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  #sec-08 {
    background: none;
    padding-top: 30px;
    margin-top: -60px;
  }
}
#sec-09 {
  padding-top: 200px;
}

@media screen and (max-width: 767px) {
  #sec-09 {
    padding-top: 60px;
  }
}
#sec-10 {
  background: url(../img/bkg/bg_01.png) no-repeat;
  background-position: right top;
  padding-top: 70px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  #sec-10 {
    background: none;
    margin-top: -60px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.width100Img img {
  width: 100%;
}

.btn-01 {
  margin-top: 60px;
}
.btn-01 a {
  position: relative;
  color: #000;
  border: 1px solid #000;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-01 a::after {
  content: "";
  position: absolute;
  background: #141414;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-01 a:hover {
  color: #d47929;
}
.btn-01 a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 767px) {
  .btn-01 {
    margin-top: 30px;
  }
  .btn-01 a {
    position: relative;
    color: #000;
    border: 1px solid #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .btn-01 a::after {
    content: "";
    position: absolute;
    background: #141414;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .btn-01 a:hover {
    color: #d47929;
  }
  .btn-01 a:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 10;
}

.btn_area {
  width: 800px;
  width: clamp(600px, 466.667px + 17.361vw, 800px);
  height: 200px;
  padding: 0 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_area .ttl {
  font-weight: bold;
  font-size: 20px;
}

.btn_area p {
  font-size: 18px;
}

.check-age-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.btn_area button,
.noage {
  margin: 0 auto;
  background: #f00000;
  color: #fff;
  display: flex block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  min-width: 280px;
  font-size: 20px;
  align-items: center;
  border-radius: 20px;
  font-size: 16px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn_area button:hover {
  background: #d47929;
  color: #000;
}

button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 768px) {
  .btn_area {
    width: 90%;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: s0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn_area .ttl {
    font-weight: bold;
    font-size: 20px;
  }
  .btn_area p {
    font-size: 16px;
  }
  .check-age-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .btn_area button,
  .noage {
    margin: 0 auto;
    background: #f00000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    min-width: 280px;
    font-size: 20px;
    align-items: center;
    border-radius: 20px;
    font-size: 16px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    line-height: 36px;
  }
}
/**************************************
	汎用
**************************************/
#sec-product-01 {
  margin-top: 440px;
  overflow: hidden;
  background: url(../img/bkg/bkg_product_01.png) no-repeat top center;
}
#sec-product-01 p.readText {
  font-size: clamp(16px, 13.087px + 0.777vw, 28px);
  line-height: 2;
  margin-bottom: 140px;
}
#sec-product-01 .row-base-product {
  max-width: 1200px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 1800px;
}
#sec-product-01 .row-base-product .text-area {
  min-width: 540px;
  padding-right: clamp(20px, 10.291px + 2.589vw, 60px);
  margin-left: 0%;
}
#sec-product-01 .row-base-product .text-area .pos-001 {
  display: none;
  position: absolute;
  left: -390px;
  bottom: 140px;
  z-index: -1;
}
#sec-product-01 .row-base-product .text-area .pos-001 img {
  max-width: 931px;
  width: 48.4375vw;
}
#sec-product-01 .row-base-product .img-area {
  display: none;
  width: 1050px;
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
}
#sec-product-01 .row-base-product .img-area img {
  max-width: none;
}

@media screen and (max-width: 1440px) {
  #sec-product-01 .row-base-product {
    width: 100%;
    margin-inline: auto;
    padding: 0px 3%;
  }
  #sec-product-01 .row-base-product .text-area .pos-001 {
    z-index: 1;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .w100 {
    width: 106%;
    margin: 0px -3%;
  }
  .w100 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sec-product-01 {
    margin-top: 180px;
    overflow: hidden;
    background: none;
  }
  #sec-product-01 p.readText {
    font-size: clamp(16px, 13.087px + 0.777vw, 28px);
    line-height: 2;
    margin-bottom: 0px;
  }
  #sec-product-01 .row-base-product {
    max-width: 100%;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: auto;
  }
  #sec-product-01 .row-base-product .text-area {
    min-width: 100%;
    padding-right: 0;
    margin-left: 0%;
  }
  #sec-product-01 .row-base-product .text-area .marT-un {
    margin-top: -40px;
  }
  #sec-product-01 .row-base-product .img-area {
    display: none;
    width: 1050px;
    -webkit-transform: translateY(-140px);
            transform: translateY(-140px);
  }
  #sec-product-01 .row-base-product .img-area img {
    max-width: none;
  }
}
#sec-product-02 {
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  #sec-product-02 {
    margin-top: 20px;
  }
  #sec-product-02 .img-area {
    margin-top: 16px;
  }
}
#sec-product-03 {
  margin-top: 200px;
}
#sec-product-03 .width100Img {
  margin-top: 100px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #sec-product-03 {
    margin-top: 40px;
  }
  #sec-product-03 .width100Img {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
#sec-product-04 {
  margin-top: 100px;
}
#sec-product-04 img {
  margin-top: 80px;
}
#sec-product-04 p {
  margin-top: 70px;
}
#sec-product-04 .row-base {
  gap: 0;
}

@media screen and (max-width: 767px) {
  #sec-product-04 {
    margin-top: 40px;
  }
  #sec-product-04 img {
    margin-top: 0px;
  }
  #sec-product-04 p {
    margin-top: 20px;
  }
  #sec-product-04 .row-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  #sec-product-04 .row-base .img-area {
    margin-bottom: 0;
  }
}
#sec-product-05 {
  padding-top: 140px;
  padding-bottom: 200px;
}
#sec-product-05 .header-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec-product-05 .width100Img img {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  #sec-product-05 {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  #sec-product-05 .header-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #sec-product-05 .header-base .ttl-005 {
    margin-bottom: 10px;
    font-size: 50px;
  }
  #sec-product-05 .width100Img img {
    margin-bottom: 70px;
  }
}
.readText-box span {
  font-size: 34px;
  background-color: #000;
  color: #d47929;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding: 4px;
}
.readText-box span::after {
  content: "";
  display: block;
  inset: 0;
  background-color: #000;
  position: absolute;
}
.readText-box.is-active span::after {
  -webkit-animation: black-bar 0.8s cubic-bezier(0.76, 0, 0.24, 1) forwards;
          animation: black-bar 0.8s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

@media screen and (max-width: 767px) {
  .readText-box span {
    font-size: 24px;
    background-color: #000;
    color: #d47929;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    padding: 4px;
  }
  .readText-box span::after {
    content: "";
    display: block;
    inset: 0;
    background-color: #000;
    position: absolute;
  }
  .readText-box.is-active span::after {
    -webkit-animation: black-bar 0.8s cubic-bezier(0.76, 0, 0.24, 1) forwards;
            animation: black-bar 0.8s cubic-bezier(0.76, 0, 0.24, 1) forwards;
  }
}
@-webkit-keyframes black-bar {
  0% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 100%);
  }
}
@keyframes black-bar {
  0% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 100%);
  }
}
.btn-02 {
  margin-top: 60px;
}
.btn-02 a {
  margin-left: auto;
  color: #000;
  border: 1px solid #000;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0px;
  font-size: 28px;
  position: relative;
  overflow: hidden;
}
.btn-02 a::after {
  content: "";
  position: absolute;
  background: #141414;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-02 a:hover {
  color: #d47929;
}
.btn-02 a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 767px) {
  .btn-02 {
    margin-top: 30px;
  }
  .btn-02 a {
    margin-left: auto;
    color: #000;
    border: 1px solid #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 30px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
  }
  .btn-02 a::after {
    content: "";
    position: absolute;
    background: #141414;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .btn-02 a:hover {
    color: #d47929;
  }
  .btn-02 a:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/**************************************
	row-base
**************************************/
.row-base {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
.row-base .text-area {
  width: 50%;
}
.row-base .img-area {
  width: 50%;
}
.row-base .img-area img {
  width: 100%;
  height: auto;
}
.row-base .img-area figcaption {
  padding: 10px 0;
  text-align: center;
}
.row-base.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .row-base {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .row-base {
    margin-top: 40px;
    display: block;
    gap: 20px;
    margin-bottom: 40px;
  }
  .row-base .text-area {
    width: 100%;
  }
  .row-base .img-area {
    width: 100%;
    margin-bottom: 20px;
  }
}
.link-Blank {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.link-Blank:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */