@charset "UTF-8";
#kv {
 background: url(../img/add2509/bg_kv.png) no-repeat center center;
 background-size: cover;
 overflow: hidden;
 margin-top: 76px;
}
#kv:before {
 content: "";
 display: block;
 padding-top: 40%;
}
#kv:after {
 content: "";
 display: block;
 width: 100%;
 background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
 height: 6vw;
 position: absolute;
 bottom: 0;
 left: 0;
 pointer-events: none;
 z-index: 5;
}
#kv .products {
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 4;
 width: 50vw;
}
#kv .products img.bk {
 position: absolute;
 bottom: -6vw;
 left: 7vw;
 z-index: 3;
 max-width: none;
 width: 21vw;
}
#kv .products img.w {
 position: absolute;
 bottom: -6vw;
 left: 22vw;
 z-index: 4;
 max-width: none;
 width: 21vw;
}
#kv .cont {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 text-align: center;
 color: #fcfcfc;
 z-index: 10;
 font-size: 1.1vw;
 width: 50vw;
 padding: 0 8vw 0 0;
 left: 50vw;
}
#kv .cont .copy {
 font-family: "Noto Serif JP", serif;
}
#kv .cont .copy em {
 display: inline-block;
 margin: 0 1em;
 position: relative;
 color: #393432;
 letter-spacing: 0;
 font-weight: 700;
}
#kv .cont .copy em:after {
 content: "";
 display: block;
 width: 2.8em;
 height: 2.8em;
 background-image: linear-gradient(45deg, #f3dc9f 49%, #b69452 50%);
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%)translateX(-50%)rotate(45deg);
 z-index: -1;
}
#kv .cont h1 {
 width: 37vw;
 margin: 2vw auto 2.5vw;
 position: relative;
 padding-bottom: 3.5vw;
}
#kv .cont h1:after {
 content: "";
 height: 2px;
 width: 55%;
 margin: 0 auto;
 background-image: linear-gradient(90deg, #b69452, #f3dc9f);
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
}
#kv .cont .subCatch {
 font-family: "Noto Serif JP", serif;
}
#kv .cont ul {
 display: flex;
 align-content: stretch;
 justify-content: space-between;
 width: 44vw;
 margin: 1.5vw auto 0;
}
#kv .cont ul li {
 flex: 1 0 calc(33.333% - 1.5vw);
 max-width: calc(33.333% - 1.5vw);
 background-image: linear-gradient(90deg, #e7e3c4, #fbfbf8);
 color: #393432;
 text-align: center;
 height: 7vw;
 position: relative;
 line-height: 1;
 animation: Grad 2s ease infinite;
}
@keyframes Grad {
 0% {
  background-position: 0% 50%
 }
 50% {
  background-position: 100% 50%
 }
 100% {
  background-position: 0% 50%
 }
}
#kv .cont ul li span {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%)translateX(-50%);
 display: block;
 z-index: 5;
 font-size: 170%;
 letter-spacing: 0.025em;
 font-weight: 600;
 font-family: "Noto Serif JP", serif;
 white-space: nowrap;
}
#kv .cont ul li span em {
 display: block;
 font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
 font-weight: 600;
 font-size: 60%;
 margin-bottom: 0.4em;
}
#kv .cont ul li span em strong {
 font-size: 130%;
 font-weight: 500;
}
#kv .cont ul li span small {
 font-size: 80%;
 font-weight: 600;
}
#kv .cont ul li span .ab {
 position: absolute;
 font-size: 35%;
 left: 0;
 right: 0;
 margin: 0 auto;
 bottom: -1.5em;
}
@media screen and (max-width: 1000px) {
 #kv {
  margin-top: 6rem;
 }
 #kv:before {
  padding-top: 70%;
 }
 #kv .products {
  left: 0;
  right: 0;
  width: 100%;
 }
 #kv .products img.bk {
  bottom: -1.5rem;
  left: -5vw;
  width: 22vw;
 }
 #kv .products img.w {
  bottom: -1.5rem;
  left: 84vw;
  width: 22vw;
 }
 #kv .cont {
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 2.5vw;
  width: 80%;
	 padding: 0;
 }
 #kv .cont h1 {
  width: 60vw;
  margin: 4vw auto;
  padding-bottom: 6vw;
 }
 #kv .cont ul {
  width: 84vw;
  margin: 2.5vw auto 0;
 }
 #kv .cont ul li {
  height: 14vw;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 }
}
.appeal {
 text-align: center;
 position: relative;
 padding: 4% 5%;
 z-index: 4;
 margin-bottom: -2vw;
}
.appeal:before {
 content: "";
 background-image: linear-gradient(-180deg, #b69452, #f3dc9f);
 height: 0.5vw;
 width: 100%;
 position: absolute;
 bottom: -1.8vw;
 left: 0;
 transform: rotate(-3deg);
 z-index: 2;
}
.appeal:after {
 content: "";
 height: 120%;
 width: 200vw;
 margin: 0 -50%;
 background: linear-gradient(0deg, #fcfcfc, #f6f6f6);
 animation: Grad 2s ease infinite;
 position: absolute;
 top: 50%;
 transform: translateY(-50%)rotate(-3deg);
 right: 0;
 left: 0;
 bottom: 0;
}
.appeal h2 {
 font-size: 1.7vw;
 font-weight: 700;
 line-height: 1.5;
 font-family: "Noto Serif JP", serif;
 position: relative;
 z-index: 3;
}
.appeal h2 strong {
 font-size: 150%;
 display: block;
 font-weight: 600;
}
@media screen and (max-width: 1000px) {
 .appeal {
  padding: 5% 1.5rem 7.5%;
  margin-bottom: -2vw;
 }
 .appeal:before {
  height: 1vw;
  bottom: -2.2vw;
 }
 .appeal h2 {
  font-size: 3.2vw;
 }
 .appeal h2 strong {
  font-size: 130%;
 }
}
.cp_arrows {
 position: absolute;
 display: flex;
 height: 120px;
 justify-content: center;
 align-items: center;
 z-index: 10;
 left: 0;
 right: 0;
 bottom: -50px;
}
.cp_arrows .cp_arrow {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateX(-50%);
 width: 60px;
 height: 10px;
 opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
 animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2) {
 animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
 position: absolute;
 content: '';
 top: 0;
 width: 30px;
 height: 4px;
 background: #b69452;
}
.cp_arrows .cp_arrow:before {
 left: 3px;
 transform: rotate(30deg);
 background-color: #D4B577;
}
.cp_arrows .cp_arrow:after {
 right: 3px;
 transform: rotate(-30deg);
}
@keyframes arrow-move08 {
 0% {
  opacity: 0;
  top: 40%;
 }
 70% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
#voice {
 background: url("../img/add2509/bg_bk.svg") repeat-y #131313;
 background-size: 100% auto;
 padding: 10% 0 7.5%;
 z-index: 3;
 color: #fff;
 text-align: center;
}
#voice:before {
 content: "";
 background-image: linear-gradient(-180deg, #b69452, #f3dc9f);
 height: 0.2vw;
 width: 100%;
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 2;
}
#voice h2 {
 font-weight: 500;
 font-family: "Noto Serif JP", serif;
 font-size: 2.6vw;
 line-height: 1.6;
 position: relative;
 padding-bottom: 1.25em;
 margin-bottom: 1.25em;
 display: inline-block;
}
#voice h2:after {
 content: "";
 height: 2px;
 width: 55%;
 margin: 0 auto;
 background-image: linear-gradient(90deg, #b69452, #f3dc9f);
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
}
#voice h2 span {
 display: block;
 font-size: 70%;
}
#voice h2 em {
 display: inline-block;
 font-size: 60%;
 font-weight: 600;
}
#voice h2 strong {
 font-weight: 500;
 display: inline-block;
}
#voice p {
 font-size: 1vw;
 color: #ccc;
}
#voice .point {
 display: flex;
 align-items: stretch;
 justify-content: center;
 margin: 7.5vw auto 4.5vw;
 text-align: center;
}
#voice .point li {
 flex: 1 0 17vw;
 max-width: 17vw;
 text-align: center;
 margin: 0 1em;
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
}
#voice .point li:before {
 content: "";
 display: block;
 width: 100%;
 padding-top: 100%;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 margin: 0 auto;
 left: 0;
 right: 0;
 border-radius: 50%;
 background: linear-gradient(-45deg, #b69452, #f3dc9f);
 z-index: 1;
}
#voice .point li:after {
 content: "";
 padding-top: calc(100% - 8px);
 width: calc(100% - 8px);
 border-radius: 50%;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 right: 0;
 margin: 0 auto;
 z-index: 2;
 background: linear-gradient(0deg, #fcfcfc, #f6f6f6);
}
#voice .point li span {
 position: relative;
 font-family: "Noto Serif JP", serif;
 color: #393432;
 font-size: 1.5vw;
 font-weight: 600;
 line-height: 1.5;
 z-index: 5;
}
#voice .point li span strong {
 font-size: 120%;
 font-weight: 700;
}
#voice h3 {
 background: linear-gradient(-45deg, #b69452, #f3dc9f);
 color: transparent;
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 text-fill-color: transparent;
 font-size: 1.6vw;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1.6;
 text-align: center;
 margin: 4vw 0 1.75em;
 display: inline-block;
}
.voiceVideo ul {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.voiceVideo ul li {
 flex: 1 0 calc(33.333% - 2em);
 max-width: calc(33.333% - 2em);
 position: relative;
}
@media screen and (max-width: 1000px) {
 #voice {
  padding: 10% 0 7.5%;
 }
 #voice:before {
  height: 2px;
 }
 #voice h2 {
  font-size: 5.4vw;
  padding-bottom: 1em;
  margin-bottom: 1em;
 }
 #voice p {
  font-size: 1.2rem;
 }
 #voice .point {
  margin: 10vw auto;
 }
 #voice .point li {
  flex: 1 0 30%;
  max-width: 30%;
  margin: 0 0.35em;
 }
 #voice .point li span {
  font-size: 2.5vw;
 }
 #voice .point li:after {
  padding-top: calc(100% - 6px);
  width: calc(100% - 6px);
 }
 #voice h3 {
  font-size: 3.8vw;
  margin: 3.5vw 0 1.75em;
 }
 .voiceVideo ul {
  display: block;
 }
 .voiceVideo ul li {
  flex: none;
  max-width: 75%;
  margin: 0 auto 1.5em;
 }
 .voiceVideo ul li:last-child {
  margin: 0 auto;
 }
}
.no1 {
 background: url("../img/add2509/bg_mensclear01.jpg") no-repeat;
 background-size: cover;
 background-attachment: fixed;
 position: relative;
 z-index: 5;
 text-align: center;
 color: #fff;
 padding: 3.5% 0;
 font-family: "Noto Serif JP", serif;
 overflow: hidden;
 white-space: nowrap;
}
.no1:before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.65);
 z-index: 2;
}
.no1:after {
 content: '';
 background: inherit;
 -webkit-filter: blur(4px);
 -moz-filter: blur(4px);
 -o-filter: blur(4px);
 -ms-filter: blur(4px);
 filter: blur(4px);
 position: absolute;
 top: -15px;
 left: -15px;
 right: -15px;
 bottom: -15px;
 z-index: 1;
}
.no1 .inner {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0;
}
.no1 .inner:before {
 content: "";
 display: block;
 background: url("../img/add2509/ph_mensclear01.png") no-repeat;
 background-size: 100% 100%;
 flex: 1 0 18%;
 max-width: 18%;
 padding-top: 18%;
}
.no1 .inner:after {
 content: "";
 display: block;
 background: url("../img/add2509/ph_mensclear02.png") no-repeat;
 background-size: 100% 100%;
 flex: 1 0 18%;
 max-width: 18%;
 padding-top: 18%;
}
.no1 p {
 margin: 0 1em;
 font-size: 2.9vw;
 font-weight: 500;
 line-height: 1;
 font-style: italic;
 transform: translateY(-0.65em);
}
.no1 p span {
 display: block;
 font-style: italic;
 margin-bottom: -0.5em;
}
.no1 p em {
 font-size: 60%;
 font-style: italic;
 padding: 0 0.1em;
}
.no1 p img {
 display: inline-block;
 height: 7.1vw;
 width: auto;
 transform: translateY(0.85em);
 margin-right: 0.1em;
}
.no1 p strong {
 display: inline-block;
 font-size: 140%;
 font-style: italic;
}
@media screen and (max-width: 1000px) {
 .no1 {
  padding: 7.5% 0;
  background-attachment: inherit;
 }
 .no1 .inner:before {
  position: absolute;
  left: -3%;
  bottom: -60%;
  flex: none;
  max-width: 25%;
  width: 25%;
  padding-top: 25%;
 }
 .no1 .inner:after {
  position: absolute;
  right: -3%;
  bottom: -60%;
  flex: none;
  max-width: 25%;
  width: 25%;
  padding-top: 25%;
 }
 .no1 p {
  margin: 0 1em;
  font-size: 4.2vw;
  white-space: nowrap;
 }
}
.fvCta {
 padding: 65px 0 50px;
 position: relative;
 z-index: 5;
}
.fvCta .contact-wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
.fvCta .contact-wrap .contact-box h3 {
 font-family: 'Noto Serif JP', serif;
 font-weight: 500;
 display: inline-block;
 position: absolute;
 padding: 0 10px;
 left: 50%;
 top: -20px;
 background-color: #fff;
 color: #635200;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 white-space: nowrap;
}
.fvCta .contact-wrap .contact-box {
 -ms-flex-item-align: stretch;
 align-self: stretch;
 width: 50%;
 max-width: 570px;
 border: 1px solid #666666;
 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;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 40px 0 30px;
 font-size: 1.8rem;
}
.fvCta .contact-wrap .contact-box .box-inner {
 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;
 width: 100%;
}
.fvCta .contact-wrap .contact-box .box-inner a {
 width: 100%;
 max-width: 400px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 height: 70px;
 line-height: 70px;
 color: #fff;
 padding-left: 30px;
 position: relative;
 background: #635200;
}
.fvCta .contact-wrap .contact-box .box-inner a:after {
 content: '';
 width: 50px;
 height: 8px;
 background-image: url("../img/add2509/arrow-white.svg");
 background-size: 50px 8px;
 background-repeat: no-repeat;
 background-position: 100% 0;
 position: absolute;
 right: 20px;
 top: 50%;
 margin-top: -4px;
 -webkit-transition: .3s;
 transition: .3s;
 z-index: 5;
}
@media screen and (max-width: 1000px) {
 .fvCta {
  padding: 5% 0 3.5% !important;
 }
 .fvCta .contact-wrap .contact-box h3 {
  padding: 0 5px;
  top: -15px;
 }
 .fvCta .contact-wrap .contact-box {
  width: 85%;
  max-width: 570px;
  padding: 20px 15px 15px;
  font-size: 1.4rem;
 }
 .fvCta .contact-wrap .contact-box .box-inner a {
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
 }
 .fvCta .contact-wrap .contact-box .box-inner a:after {
  width: 40px;
  height: 8px;
  background-size: 40px 8px;
 }
}
.price {
 background: url("../img/add2509/bg_bk.svg") repeat-y #131313;
 background-size: 100% auto;
 padding: 0.5% 0;
 color: #fcfcfc;
}
.price .inner {
 display: flex;
 align-items: center;
 justify-content: center;
}
.price .inner:before {
 content: "";
 display: block !important;
 background: url("../img/add2509/top_photo_02-1.webp") no-repeat left center;
 background-size: auto 100%;
 flex: 1 0 30%;
 max-width: 30%;
 padding-top: 30%;
 position: relative;
 z-index: 5;
}
.price .cont {
 flex: 1 0 50%;
 max-width: 50%;
 padding-left: 5%;
}
.price .cont .copy {
 font-family: "Noto Serif JP", serif;
 text-align: center;
}
.price .cont .copy em {
 display: inline-block;
 margin: 0 1em;
 position: relative;
 color: #393432;
 letter-spacing: 0;
 font-weight: 700;
}
.price .cont .copy em:after {
 content: "";
 display: block;
 width: 2.8em;
 height: 2.8em;
 background-image: linear-gradient(45deg, #f3dc9f 49%, #b69452 50%);
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%)translateX(-50%)rotate(45deg);
 z-index: -1;
}
.price .cont h1 {
 text-align: center;
 margin: 0.75vw auto 2vw;
 position: relative;
 padding-bottom: 1.5vw;
 font-size: 5vw;
 font-family: "Noto Serif JP", serif;
 white-space: nowrap;
 line-height: 1;
 font-weight: 800;
 background: linear-gradient(0deg, #b69452 35%, #f3dc9f 65%, #b69452);
 color: transparent;
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 text-fill-color: transparent;
}
.price .cont h1 em {
 font-size: 50%;
 position: relative;
 display: inline-block;
 background: linear-gradient(0deg, #b69452 35%, #f3dc9f 65%, #b69452);
 color: transparent;
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 text-fill-color: transparent;
}
.price .cont h1 em small {
 font-size: 33%;
 position: absolute;
 left: 0;
 right: 0;
 top: -1em;
 background: linear-gradient(0deg, #b69452 35%, #f3dc9f 65%, #b69452);
 color: transparent;
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 text-fill-color: transparent;
}
.price .cont h1 span {
 display: inline-block;
 font-size: 35%;
 border: solid 1px #ccc;
 padding: 0.2em 0.25em 0.25em 0.15em;
 margin-left: 0.25em;
 transform: translateY(-0.4em);
 background: linear-gradient(0deg, #ccc 35%, #ccc 65%, #ccc);
 color: transparent;
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 text-fill-color: transparent;
}
.price .cont h1:after {
 content: "";
 height: 2px;
 width: 95%;
 border-radius: 50%;
 margin: 0 auto;
 background-image: linear-gradient(90deg, #b69452, #f3dc9f);
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
}
.price .cont .btn {
 display: block;
 text-align: center;
}
.price .cont .btn a {
 display: inline-block;
 color: #fff;
 line-height: 1.2;
 padding: 1em 3em;
 position: relative;
 height: auto;
 background: #635200;
 font-size: 1.6rem;
 font-weight: 500;
 width: auto;
}
@media screen and (max-width: 1000px) {
 .price {
  display: block;
  padding: 7.5% 0 5%;
 }
 .price .inner {
  display: block;
 }
 .price .inner:before {
  background: url(../img/add2509/top_photo_02-1.webp) no-repeat center top;
  background-size: 100% auto;
  max-width: 50%;
  padding-top: 50%;
  margin: 0 auto 0.5em;
 }
 .price .cont {
  flex: none;
  max-width: 100%;
  padding: 0;
 }
 .price .cont .copy {
  font-size: 13px;
  white-space: nowrap;
 }
 .price .cont h1 {
  margin: 3.5vw auto 4vw;
  padding-bottom: 4vw;
  font-size: 12vw;
 }
 .price .cont .btn a {
  padding: 1em 3em;
  font-size: 1.5rem;
 }
}
#omakase {
 background: url("../img/add2509/bg_gold.png") no-repeat;
 background-size: cover;
 text-align: center;
 padding: 5%;
}
#omakase:after {
 content: "";
 display: block;
 height: 10vw;
 width: 100%;
 position: absolute;
 bottom: 0;
 left: 0;
 background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
#omakase .inner {
 background: #fff;
 padding: 5% 10%;
 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 border-radius: 2px;
 color: #625200;
}
#omakase h2 {
 font-size: 160%;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1.6;
 text-align: center;
 margin: 0 0 1.75em;
 display: inline-block;
}
#omakase h2 em {
 display: block;
}
#omakase .plans {
 display: flex;
 justify-content: space-between;
 position: relative;
 margin-bottom: 2.5em;
 padding-bottom: 2.4em;
}
#omakase .plans:after {
 content: "";
 display: block;
 width: 24%;
 height: 2px;
 background-image: linear-gradient(90deg, #d5ca90, #fbf5ef, #d5ca90);
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 margin: 0 auto;
}
#omakase .plans > li {
 flex: 1 0 calc(33.333% - 1.5em);
 max-width: calc(33.333% - 1.5em);
}
#omakase .plans > li .ph {
 position: relative;
 overflow: hidden;
}
#omakase .plans > li .ph:before {
 content: "";
 display: block;
 padding-top: 60%;
}
#omakase .plans > li .ph img {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateX(-50%)translateY(-50%);
}
#omakase .plans > li h3 {
 line-height: 1.5;
 font-weight: 500;
 margin-top: 1em;
}
#omakase .copy {
 font-size: 140%;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1.6;
 margin: 0 0 1em;
}
#omakase p {
 line-height: 1.5;
 font-weight: 400;
}
@media screen and (max-width: 1000px) {
 #omakase {
  padding: 1.5rem;
 }
 #omakase:after {
  height: 20vw;
 }
 #omakase .inner {
  padding: 1.5em;
 }
 #omakase h2 {
  font-size: 120%;
  margin: 0 0 1em;
 }
 #omakase .plans {
  display: block;
  margin-bottom: 1em;
  padding-bottom: 1em;
 }
 #omakase .plans:after {
  width: 33%;
 }
 #omakase .plans > li {
  flex: none;
  max-width: 75%;
  margin: 0 auto 1.5em;
 }
 #omakase .plans > li:last-child {
  margin: 0 auto;
 }
 #omakase .plans > li h3 {
  margin-top: 0.75em;
 }
 #omakase .copy {
  font-size: 110%;
  margin: 0 0 0.75em;
 }
 #omakase p {
  font-size: 1.3rem;
 }
}
#point {
 background: #f2f1ed;
 padding: 5%;
}
#point:before {
 content: "";
 display: block;
 height: 10vw;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
#point .inner {
 background: #fff;
 padding: 5% 10%;
 text-align: center;
 border-radius: 2px;
 color: #625200;
 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#point h2 {
 font-size: 160%;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1.6;
 text-align: center;
 margin: 0 0 1.75em;
 display: inline-block;
}
#point h2 em {
 font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
 display: inline-block;
 background: #625200;
 border-radius: 20rem;
 padding: 0.15em 1.75em;
 line-height: 1.2;
 color: #f3f3f3;
 margin-bottom: 1em;
}
#point h2 span {
 display: block;
 font-weight: 700;
}
#point .flex {
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 3em;
}
#point .flex .cont {
 flex: 1 0 50%;
 max-width: 50%;
 padding-right: 5%;
 text-align: left;
}
#point .flex .cont h3 {
 font-size: 150%;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1.6;
 margin: 0 0 1.75em;
}
#point .flex .cont p {
 font-size: 1.4rem;
}
#point .flex:after {
 content: "";
 display: block;
 background: url("../img/add2509/ph_point.png") no-repeat;
 background-size: cover;
 flex: 1 0 50%;
 max-width: 50%;
 padding-top: calc(65.99% * 0.5);
}
#point .tokuten {
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 6.5em auto 0;
}
#point .tokuten:before {
 content: "";
 display: block;
 background: url("../img/add2509/img_pc.png") no-repeat;
 background-size: cover;
 flex: 1 0 40%;
 max-width: 40%;
 padding-top: calc(46.034% * 0.4);
}
#point .tokuten .cont {
 text-align: left;
 padding-left: 5%;
}
#point .tokuten .cont h3 {
 font-size: 150%;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1.6;
 margin: 0 0 1.75em;
 text-align: left;
}
#point .tokuten .cont p {
 font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
 #point {
  padding: 1.5rem;
 }
 #point:before {
  height: 20vw;
 }
 #point .inner {
  padding: 1.5em;
 }
 #point h2 {
  font-size: 140%;
  margin: 0 0 1em;
 }
 #point h2 em {
  margin-bottom: 0.5em;
 }
 #point .flex {
  display: block;
  margin-bottom: 1.5em;
 }
 #point .flex .cont {
  flex: none;
  max-width: 100%;
  padding: 0 0 1.5em;
  text-align: center;
 }
 #point .flex .cont h3 {
  font-size: 130%;
  margin: 0 0 0.75em;
 }
 #point .flex .cont p {
  font-size: 1.3rem;
  text-align: left;
 }
 #point .flex:after {
  flex: none;
  max-width: 100%;
  padding-top: calc(65.99% * 1);
 }
 #point .tokuten {
  display: block;
  margin: 2.5em auto 0;
 }
 #point .tokuten:before {
  display: none;
 }
 #point .tokuten .cont {
  text-align: left;
  padding-left: 5%;
 }
 #point .tokuten .cont h3 {
  font-size: 140%;
  margin: 0 0 0.75em;
  text-align: center;
 }
 #point .tokuten .cont h3:after {
  content: "";
  display: block;
  background: url("../img/add2509/img_pc.png") no-repeat;
  background-size: cover;
  max-width: 64%;
  padding-top: calc(46.034% * 0.64);
  margin: 1em auto;
 }
 #point .tokuten .cont p {
  font-size: 1.3rem;
 }
}
#anshin {
 background: url(../img/add2509/bg_kv.png) no-repeat center center;
 background-size: cover;
 overflow: hidden;
 color: #fff;
 padding: 5% 5% 15%;
 text-align: center;
}
#anshin:before {
 content: "";
 display: block;
 background: url("../img/add2509/bg_anshin_upper.png") no-repeat center center;
 background-size: cover;
 width: 100%;
 padding-top: 15%;
 position: absolute;
 top: 0;
 left: 0;
}
#anshin:after {
 content: "";
 display: block;
 background: url("../img/add2509/bg_anshin_lower.png") no-repeat center center;
 background-size: cover;
 width: 100%;
 padding-top: 15%;
 position: absolute;
 bottom: 0;
 left: 0;
}
#anshin h2 {
 font-size: 150%;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1.6;
 margin: 0 0 1.75em;
}
#anshin h2 em {
 display: block;
}
#anshin .cont {
 padding: 2.5% 0;
 position: relative;
}
#anshin .cont:after {
 content: "";
 display: block;
 background: url("../img/add2509/img_tuyomi.png") no-repeat;
 background-size: cover;
 width: 74%;
 padding-top: calc(48.74% * 0.74);
 margin: 2.5em auto 0;
}
#anshin .cont h3 {
 font-size: 200%;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1;
 margin: 0 0 1.5em;
 font-style: italic;
 position: relative;
 display: inline-block;
 padding-bottom: 0.5em;
}
#anshin .cont h3 strong {
 font-size: 190%;
 display: inline-block;
 font-style: italic;
}
#anshin .cont h3 strong small {
 display: block;
 font-size: 30%;
 line-height: 1.2;
 font-weight: 500;
}
#anshin .cont h3 strong em {
 font-size: 60%;
 font-weight: 600;
 padding-left: 0.15em;
}
#anshin .cont h3:after {
 content: "";
 height: 2px;
 width: 95%;
 border-radius: 50%;
 margin: 0 auto;
 background-image: linear-gradient(90deg, #b69452, #f3dc9f);
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
}
#anshin .cont .lead {
 font-size: 2rem;
 font-weight: 600;
}
#anshin .cont .lead em {
 display: block;
 font-size: 84%;
}
#anshin .cont .lead span {
 display: inline-block;
 background: #fff;
 color: #111;
 line-height: 1.2;
 font-weight: 600;
 margin: 0 0.15em;
}
@media screen and (max-width: 1000px) {
 #anshin {
  padding: 2rem 1.5rem 25%;
 }
 #anshin:before {
  padding-top: 35%;
 }
 #anshin:after {
  padding-top: 25%;
 }
 #anshin h2 {
  font-size: 120%;
  margin: 0 0 1.75em;
 }
 #anshin .cont {
  padding: 2.5% 0;
  position: relative;
 }
 #anshin .cont:after {
  width: 100%;
  padding-top: calc(48.74% * 1);
  margin: 1.25em auto 0;
 }
 #anshin .cont h3 {
  font-size: 170%;
  margin: 0 0 1em;
  padding-bottom: 0.5em;
 }
 #anshin .cont .lead {
  font-size: 1.8rem;
 }
}
#hikaku {
 background: url("../img/add2509/bg_table.png") repeat-y;
 background-size: 100% auto;
 text-align: center;
 padding: 5%;
}
#hikaku h2 {
 font-size: 170%;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1;
 margin: 0 0 1.5em;
 color: #625200;
}
#hikaku table {
 margin: 0 auto;
 line-height: 1.5;
 color: #1c1c1c;
 font-size: 1.4rem;
 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#hikaku table th {
 background: #fff;
 padding: 0.5em 1em;
 border-bottom: solid 1px #f2e6cc;
 border-right: solid 1px #f2e6cc;
 font-weight: 600;
 vertical-align: middle;
 text-align: center;
 white-space: nowrap;
}
#hikaku table tr:first-child th {
 background: #765f2d;
 color: #fff;
 border-right: solid 1px #9c875c;
}
#hikaku table td {
 background: #f6f6f4;
 padding: 1em 1em;
 border-bottom: solid 1px #f2e6cc;
 border-right: solid 1px #f2e6cc;
 font-weight: 600;
 vertical-align: middle;
 text-align: center;
 white-space: nowrap;
 width: 19.5%;
}
#hikaku table tr:nth-child(even) td:nth-child(odd) {
 background: #f1eee5;
}
#hikaku table tr:nth-child(odd) td:nth-child(even) {
 background: #f1eee5;
}
#hikaku table td:first-of-type {
 background: rgba(245, 210, 145, 1.00);
}
#hikaku table tr:nth-child(odd) td:first-of-type {
 background-color: rgba(243, 198, 121, 1.00);
}
#hikaku table td em {
 display: block;
}
@media screen and (max-width: 1000px) {
 #hikaku {
  padding: 2.5rem 0;
 }
 #hikaku .inner {
  padding: 0;
 }
 #hikaku h2 {
  font-size: 140%;
  margin: 0 0 0.75em;
 }
 .table-scroll {
  overflow-x: auto;
 }
 .table-scroll table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
 }
 #hikaku table {
  font-size: 1.3rem;
  margin: 0 1rem;
 }
}
#reason {
 background: url("../img/add2509/bg_bk.svg") repeat-y #131313;
 background-size: 100% auto;
 padding: 5%;
 color: #fff;
 text-align: center;
}
#reason .en {
 left: -4.45em;
}
#reason:before {
 content: "";
 background-image: linear-gradient(-180deg, #b69452, #f3dc9f);
 height: 0.2vw;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2;
}
#reason:after {
 content: "";
 background-image: linear-gradient(-180deg, #b69452, #f3dc9f);
 height: 0.2vw;
 width: 100%;
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 2;
}
#reason h2 {
 font-weight: 500;
 font-family: "Noto Serif JP", serif;
 font-size: 2.6vw;
 line-height: 1.6;
 position: relative;
 padding-bottom: 1.25em;
 margin-bottom: 1.25em;
 display: inline-block;
}
#reason h2 em {
 display: inline-block;
 font-size: 64%;
 position: relative;
}
#reason h2 em:before {
 content: "＼";
 font-size: 80%;
 display: inline-block;
 transform: rotate(15deg);
 opacity: 0.8;
}
#reason h2 em:after {
 content: "／";
 font-size: 80%;
 display: inline-block;
 transform: rotate(-15deg);
 opacity: 0.8;
}
#reason h2:after {
 content: "";
 height: 2px;
 width: 55%;
 background-image: linear-gradient(90deg, rgb(182, 148, 82), rgb(243, 220, 159));
 position: absolute;
 bottom: 0px;
 left: 0px;
 right: 0px;
 margin: 0px auto;
}
#reason h3 {
 font-size: 160%;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1.6;
 text-align: center;
 margin: 0 0 1.75em;
 display: block;
}
#reason h3 em {
 font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
 display: inline-block;
 background: #625200;
 border-radius: 20rem;
 padding: 0.15em 1.75em;
 line-height: 1.2;
 color: #f3f3f3;
 margin-bottom: 0.5em;
}
#reason h3 span {
 display: block;
 font-weight: 700;
}
#reason .flex {
 display: flex;
 align-items: stretch;
 justify-content: space-between;
}
#reason .flex .cont {
 flex: 1 0 50%;
 max-width: 50%;
 text-align: left;
}
#reason #reason01 h4, #reason #reason02 h4 {
 font-size: 150%;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1.6;
 margin: 0 0 0.75em;
 background: linear-gradient(-45deg, #b69452, #f3dc9f);
 color: transparent;
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 text-fill-color: transparent;
}
#reason .flex .cont p {
 font-size: 1.4rem;
 margin-bottom: 2.5em;
}
/*#reason .youtube li {
 position: relative;
 overflow: hidden;
 }
 #reason .youtube li:before {
  content: "";
  display: block;
  padding-top: 56.25%;
 }
 #reason .youtube li iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
 }*/
#reason .flex .youtube {
 flex: 1 0 50%;
 /*max-width: 50%;*/
 padding-left: 5%;
 grid-template-columns: auto;
 gap: inherit;
 position: relative;
 display: block;
}
#reason .flex .youtube .yt {
 position: relative;
 width: 100%;
}
#reason .flex .youtube .yt:before {
 content: "";
 display: block;
 padding-top: 56.25%;
}
#reason .flex .youtube .yt iframe {
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 margin: 0 auto;
}
#reason #reason02, #reason #reason03 {
 margin-top: 7.5%;
}
#reason #reason02 #move {
 padding: 0;
 background: none;
}
#reason #reason02 #move .item .text {
 color: #333;
 font-size: 1.4rem;
}
#reason #reason02 #move h3 {
 font-size: 160%;
 letter-spacing: 0.01em;
 font-weight: 500;
 white-space: nowrap;
}
#reason #reason02 #move h3 span {
 display: inline-block;
 color: #635004;
 transform: rotate(-5deg);
 font-size: 130%;
 line-height: 1;
 font-weight: 500;
 padding-left: 0.1em;
}
#reason #reason02 p {
 font-size: 1.4rem;
}
#reason #reason02 .caution {
 font-size: 1.3rem;
}
.bizTrip_link {
 font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
 font-weight: 500;
}
.bizTrip {
 top: 56% !important;
}
.bizTrip_wrap {
 padding: 25px 0 !important;
}
#reason #reason03 ul {
 padding-bottom: 1.5em;
 background: #fff;
 border-radius: 2px;
}
#reason #reason03 ul li {
 padding: 1.5% 2.5%;
 text-align: center;
}
#reason #reason03 ul li:last-child {
 padding: 1.5% 5% 5%;
}
#reason #reason03 ul li h4 {
 color: #635200;
 font-size: 160%;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1.6;
 text-align: center;
 margin: 1.5em 0 1em;
 display: block;
}
#reason #reason03 ul li .lead {
 color: #333;
 line-height: 1.6;
 margin-bottom: 1em;
}
#reason #reason03 ul li .flex {
 display: flex;
 align-items: center;
}
#reason #reason03 ul li .flex h5 {
 flex: 1 0 18rem;
 max-width: 18rem;
 text-align: center;
 line-height: 1;
 position: relative;
}
#reason #reason03 ul li .flex h5:after {
 content: "";
 display: block;
 width: 7em;
 height: 7em;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%)translateX(-50%)rotate(45deg);
 transform-origin: center center;
 pointer-events: none;
 border: solid 1px #b7a37d;
}
#reason #reason03 ul li .flex h5 span {
 color: #625200;
 font-family: "Noto Serif JP", serif;
 font-weight: 500;
 font-size: 150%;
}
#reason #reason03 ul li .flex h5 span em {
 display: block;
 font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
 background: #bda380;
 color: #fff;
 width: 4em;
 margin: 0.75em auto 0;
 font-weight: 400;
 letter-spacing: 0.2em;
 padding: 0.25em;
 line-height: 1.2;
 font-size: 60%;
}
#reason #reason03 ul li .flex dl {
 display: flex;
 line-height: 1.2;
 padding: 1em 1.25em;
}
#reason #reason03 ul li .flex dl dt, #reason #reason03 ul li .flex dl dd {
 position: relative;
}
#reason #reason03 ul li .flex dl dd {
 margin: 1em 0 0 -1em;
 z-index: 3;
}
#reason #reason03 ul li .flex dl .ph {
 position: relative;
}
#reason #reason03 ul li .flex dl .ph span {
 display: inline-block;
 background: #111;
 color: #fff;
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 2;
 font-family: "Noto Serif JP", serif;
 padding: 0.25em 0.75em;
}
@media screen and (max-width: 1000px) {
 #reason {
  padding: 3.5rem 0.5rem;
 }
 #reason h2 {
  font-size: 5.4vw;
  padding-bottom: 1em;
  margin-bottom: 1em;
 }
 #reason h3 {
  font-size: 140%;
  margin: 0 0 0.75em;
 }
 #reason .flex {
  display: block;
  padding-bottom: 1.5em;
 }
 #reason .flex .cont {
  flex: none;
  max-width: 100%;
  text-align: left;
 }
 #reason #reason01 h4, #reason #reason02 h4 {
  font-size: 130%;
  margin: 0 0 0.5em;
  text-align: center;
 }
 #reason .flex .cont p {
  font-size: 1.3rem;
 }
#reason .flex .youtube {
  flex: none;
  
  padding: 0;
  margin: 1.5em auto 2.5em;
 }
 #reason #reason02, #reason #reason03 {
  margin-top: 2.5em;
 }
 #reason #reason02 p {
  font-size: 1.3rem;
  text-align: left;
 }
 .bizTrip {
  top: 50% !important;
 }
 .bizTrip_wrap {
  padding: 25px 0 !important;
 }
 .bizTrip_heading {
  text-align: center !important;
 }
 #reason #reason02 .caution {
  font-size: 1.1rem;
  text-align: left;
 }
 #reason #reason03 ul {
  padding-bottom: 1em;
  background: #fff;
  border-radius: 2px;
 }
 #reason #reason03 ul li {
  padding: 0em 1.5em;
  overflow: hidden;
 }
 #reason #reason03 ul li:last-child {
  padding: 1em 1rem 2.5em;
 }
 #reason #reason03 ul li h4 {
  font-size: 130%;
  margin: 0 0 0.75em;
 }
 #reason #reason03 ul li h4 {
  font-size: 140%;
  margin: 1em 0;
 }
 #reason #reason03 ul li .table-scroll {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 2.5em;
 }
 #reason #reason03 ul li .flex {
  min-width: 1000px;
  border-collapse: collapse;
 }
 #reason #reason03 ul li .flex h5 {
  flex: 1 0 14rem;
  max-width: 14rem;
 }
 #reason #reason03 ul li .flex h5:after {
  width: 11rem;
  height: 11rem;
 }
 #reason #reason03 ul li .flex h5 span {
  font-size: 140%;
 }
 #reason #reason03 ul li .flex dl {
  padding: 1em 1.25em;
 }
 #reason #reason03 ul li .flex dl dt {
  flex: 1 0 15rem;
 }
 #reason #reason03 ul li .flex dl dd {
  flex: 1 0 15rem;
 }
}
#support {
 background: url(../img/add2509/bg_gold.png) no-repeat;
 background-size: cover;
 text-align: center;
 padding: 5%;
}
#support:after {
 content: "";
 display: block;
 height: 90%;
 width: 100%;
 position: absolute;
 bottom: 0;
 left: 0;
 background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
#support h2 {
 font-size: 260%;
 font-weight: 600;
 font-family: "Noto Serif JP", serif;
 line-height: 1.2;
 text-align: center;
 margin: 0 0 1.75em;
 display: inline-block;
}
#support h2 em {
 display: block;
 color: #c3b266;
 font-family: "Lusitana", serif;
 line-height: 1;
 font-weight: 400;
 font-size: 50%;
 margin-top: 0.5em;
}
#support .item {
 margin-top: 1.5em;
}
#support .text {
 text-align: left;
}
#support .text .point {
 font-size: 300%;
 font-family: "Lusitana", serif;
 margin: 0;
 line-height: 1;
 color: #c3b266;
 font-weight: 500;
 white-space: nowrap;
}
#support .text .point em {
 font-size: 45%;
 font-weight: 700;
 display: inline-block;
 margin-right: 0.15em;
}
#support .text p {
 font-size: 1.4rem !important;
}
#support .item.item_03 .photo, #support .item.item_04 .photo {
 position: relative;
 overflow: hidden;
}
#support .item.item_03 .photo:before, #support .item.item_04 .photo:before {
 content: "";
 display: block;
 padding-top: 100%;
}
#support .item.item_03 .photo img, #support .item.item_04 .photo img {
 position: absolute;
 top: 0;
}
#support .btn {
 margin: 3em auto 0;
 display: block;
}
#support .btn a {
 display: inline-block;
 color: rgb(255, 255, 255);
 line-height: 1.2;
 position: relative;
 padding: 1em 3em;
 background: rgb(99, 82, 0);
 height: auto;
 width: auto;
 font-size: 1.6rem;
 border: none;
}
#support .item.item_04 {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
}
#support .item.item_04 .text {
 margin-right: 0;
 margin-left: 4%;
}
@media screen and (max-width: 1000px) {
 #support {
  padding: 3.5rem 1.5rem;
 }
 #support h2 {
  font-size: 190%;
  margin: 0 0 0.75em;
 }
 #support h2 em {
  font-size: 60%;
 }
 #support .text {
  font-size: 1.3rem;
 }
 #support .text .point {
  font-size: 280%;
  margin: 0 auto;
 }
 #support .text .point em {
  display: block;
  margin: 0 0 0.15em;
  font-size: 27%;
 }
 #support .text p {
  font-size: 1.3rem !important;
 }
 #support .btn {
  margin: 1.5em auto 0;
 }
 #support .btn a {
  font-size: 1.5rem;
 }
}
.customer .customer_item img {
 width: 300px;
}
@media screen and (max-width: 1000px) {
 .customer .customer_item img {
  width: 100%;
 }
}
#maintenance {
 background: url("../img/add2509/bg_maintenance.jpg") no-repeat;
 background-size: cover;
 color: #fff;
}
#maintenance .inner {
 display: flex;
 align-items: center;
 flex-direction: row-reverse;
}
#maintenance .inner:after {
 content: "";
 display: block;
 background: url("../img/add2509/support_photo_03-1.jpg") no-repeat center bottom;
 background-size: cover;
 flex: 1 0 50%;
 max-width: 50%;
 padding-top: calc(100% * 0.5);
}
#maintenance .cont {
 flex: 1 0 50%;
 padding: 0 5%;
}
#maintenance h2 {
 font-size: 160%;
 font-weight: 600;
 font-family: "Noto Serif JP", serif;
 line-height: 1.2;
 margin: 0 0 1.5em;
}
#maintenance p {
 font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
 #maintenance:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 }
 #maintenance .inner {
  padding: 3.5rem 1.5rem;
  display: block;
 }
 #maintenance .inner:after {
  flex: none;
  margin: 1.5em auto 0;
 }
 #maintenance h2 {
  font-size: 140%;
  margin: 0 0 0.75em;
  text-align: center;
 }
 #maintenance p {
  font-size: 1.3rem;
 }
}
#payment {
 text-align: center;
 background-attachment: fixed;
 padding: 5%;
}
#payment h2 {
 font-size: 260%;
 font-weight: 600;
 font-family: "Noto Serif JP", serif;
 line-height: 1.2;
 text-align: center;
 margin: 0 0 1.25em;
 display: inline-block;
}
#payment h2 em {
 display: block;
 color: #c3b266;
 font-family: "Lusitana", serif;
 line-height: 1;
 font-weight: 400;
 font-size: 50%;
 margin-top: 0.5em;
}
#payment .flex {
 display: flex;
 align-items: stretch;
 justify-content: space-between;
}
#payment .flex .flexBox {
 flex: 1 0 calc(33.333% - 1.5em);
 max-width: calc(33.333% - 1.5em);
 background: #fff;
 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 border-radius: 2px;
 overflow: hidden;
}
#payment .flex .flexBox h3 {
 color: #fff;
 padding: 0.5em;
 line-height: 1.3;
 font-size: 170%;
 font-weight: 600;
 font-family: "Noto Serif JP", serif;
 background-image: linear-gradient(135deg, rgba(195, 178, 102, 1.00) 0%, rgba(189, 168, 72, 1.00) 100%);
}
#payment .flex .flexBox h3 span {
 font-weight: 600;
}
#payment .flex .flexBox h3 span.point {
 display: block;
 font-weight: 500;
 font-size: 100%;
 font-family: "Lusitana", serif;
 line-height: 1;
}
#payment .flex .flexBox h3 span.point em {
 font-size: 45%;
 font-weight: 700;
 display: inline-block;
 margin-right: 0.15em;
}
#payment .flex .flexBox .ph {
 position: relative;
 padding-top: 55%;
 overflow: hidden;
}
#payment .flex .flexBox .ph img {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 right: 0;
 margin: 0 auto;
}
#payment .flex .flexBox .text {
 padding: 1em;
 text-align: left;
 line-height: 1.6;
 font-size: 1.5rem;
}
#payment .flex .flexBox .text ul li {
 margin-top: 0.5em;
 line-height: 1.5;
}
#payment .flex .flexBox .text ul li:first-child {
 margin-top: 0;
}
#payment .flex .flexBox .text ul li strong {
 font-weight: bold;
}
#payment .flex .flexBox .text p {
 padding-left: 0.65em;
 font-size: 1.4rem;
}
#payment .flex .flexBox .ex {
 padding: 1em 0 0;
}
#payment .flex .flexBox .ex .gold {
 color: #c3b266;
 font-weight: 500;
 display: inline-block;
 padding-right: 0.1em;
}
#payment .flex .flexBox .ex strong {
 display: block;
 font-size: 220%;
 font-weight: 600;
 font-family: "Noto Serif JP", serif;
 letter-spacing: 0;
}
#payment .flex .flexBox .ex strong em {
 font-size: 60%;
 display: inline-block;
 padding: 0 0.2em;
}
#payment .flex .flexBox .koukan {
 font-size: 180%;
 font-weight: 800;
 font-family: "Noto Serif JP", serif;
 line-height: 1;
}
#payment .flex .flexBox .koukan em {
 font-size: 60%;
 display: inline-block;
 padding: 0 0.2em;
 font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
}
#payment .flex .flexBox .koukan em:last-of-type {
 font-size: 50%;
 font-weight: 500;
}
#payment .flex .flexBox .detail {
 margin-top: 1.5em;
}
#payment .flex .flexBox .detail dt span {
 display: inline-block;
 background: #c3b266;
 color: #fff;
 line-height: 1;
 padding: 0.5em 1em;
}
#payment .flex .flexBox .detail dd {
 font-size: 180%;
 font-weight: 600;
 font-family: "Noto Serif JP", serif;
 line-height: 1.2;
 padding-top: 1rem;
}
#payment .flex .flexBox .detail dd em {
 font-size: 50%;
 display: inline-block;
 padding: 0 0 0 0.2em;
 font-weight: 400;
 font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
}
@media screen and (max-width: 1000px) {
 #payment {
  padding: 3.5rem 1.5rem;
 }
 #payment h2 {
  font-size: 190%;
  margin: 0 0 0.75em;
 }
 #payment h2 em {
  font-size: 60%;
 }
 #payment .flex {
  display: block;
 }
 #payment .flex .flexBox {
  flex: none;
  max-width: 100%;
  margin-bottom: 1em;
 }
 #payment .flex .flexBox h3 {
  color: #fff;
  padding: 0.5em;
  line-height: 1.3;
  font-size: 170%;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  background-image: linear-gradient(135deg, rgba(195, 178, 102, 1.00) 0%, rgba(189, 168, 72, 1.00) 100%);
 }
 #payment .flex .flexBox h3 span {
  font-weight: 600;
 }
 #payment .flex .flexBox h3 span.point {
  display: block;
  font-weight: 500;
  font-size: 100%;
  font-family: "Lusitana", serif;
  line-height: 1;
 }
 #payment .flex .flexBox h3 span.point em {
  font-size: 45%;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.15em;
 }
 #payment .flex .flexBox .ph {
  position: relative;
  padding-top: 55%;
  overflow: hidden;
 }
 #payment .flex .flexBox .ph img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
 }
 #payment .flex .flexBox .text {
  padding: 1em;
  text-align: left;
  line-height: 1.6;
  font-size: 1.5rem;
 }
 #payment .flex .flexBox .text ul li {
  margin-top: 0.5em;
  line-height: 1.5;
 }
 #payment .flex .flexBox .text ul li:first-child {
  margin-top: 0;
 }
 #payment .flex .flexBox .text ul li strong {
  font-weight: bold;
 }
 #payment .flex .flexBox .text p {
  padding-left: 0.65em;
  font-size: 1.4rem;
 }
 #payment .flex .flexBox .ex {
  padding: 1em 0 0;
 }
 #payment .flex .flexBox .ex .gold {
  color: #c3b266;
  font-weight: 500;
  display: inline-block;
  padding-right: 0.1em;
 }
 #payment .flex .flexBox .ex strong {
  display: block;
  font-size: 220%;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
 }
 #payment .flex .flexBox .ex strong em {
  font-size: 60%;
  display: inline-block;
  padding: 0 0.2em;
 }
 #payment .flex .flexBox .koukan {
  font-size: 180%;
  font-weight: 800;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
 }
 #payment .flex .flexBox .koukan em {
  font-size: 60%;
  display: inline-block;
  padding: 0 0.2em;
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
 }
 #payment .flex .flexBox .koukan em:last-of-type {
  font-size: 50%;
  font-weight: 500;
 }
 #payment .flex .flexBox .detail {
  margin-top: 1.5em;
 }
 #payment .flex .flexBox .detail dt span {
  display: inline-block;
  background: #c3b266;
  color: #fff;
  line-height: 1;
  padding: 0.5em 1em;
 }
 #payment .flex .flexBox .detail dd {
  font-size: 180%;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  padding-top: 1rem;
 }
 #payment .flex .flexBox .detail dd em {
  font-size: 50%;
  display: inline-block;
  padding: 0 0 0 0.2em;
  font-weight: 400;
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
 }
}
#faq {
 text-align: center;
 padding: 5%;
 color: #625200;
}
#faq:after {
 content: "";
 display: block;
 width: 100%;
 height: 2px;
 background-image: linear-gradient(90deg, #d5ca90, #fbf5ef, #d5ca90);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 margin: 0 auto;
}
#faq h2 {
 font-size: 170%;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1;
 margin: 0 0 1.5em;
}
#faq ul.accordion {
 text-align: left;
}
#faq ul.accordion li {
 border-top: solid 1px #f4f3ec;
 border-bottom: solid 1px #e3e1d1;
 padding: 1.5em 0;
 line-height: 1.5;
}
#faq ul.accordion li:first-child {
 border-top: none;
}
#faq ul.accordion li:last-child {
 border-bottom: none;
}
#faq input.toggle {
 display: none;
}
#faq label { /*タイトル*/
 position: relative;
 padding: 0 2.5em 0 3.5em;
 cursor: pointer;
 display: block;
 width: 100%;
}
#faq label:before {
 content: "Q";
 display: block;
 font-family: "Lusitana", serif;
 line-height: 1;
 font-weight: 400;
 width: 2.5em;
 height: 2.5em;
 background: #625200;
 color: #fff;
 border-radius: 50%;
 position: absolute;
 top: -0.5em;
 left: 0;
 text-align: center;
 padding-top: 0.75em;
 box-sizing: border-box;
}
#faq label:after {
 content: "+";
 line-height: 1;
 top: 50%;
 right: 0;
 transform: translateY(-50%);
 position: absolute;
 font-size: 150%;
 font-weight: 300;
}
#faq label, #faq .content {
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 transform: translateZ(0);
 transition: all 0.3s;
}
#faq .content {
 height: 0;
 padding: 0 2.5em 0 3.5em;
 overflow: hidden;
}
#faq .content .btn {
 text-align: center;
 display: block;
 margin: 1em auto 0;
}
#faq .content .btn em {
 display: block;
 color: #111;
 font-weight: 600;
 font-size: 80%;
 padding-bottom: 0.35em;
}
#faq .content .btn a {
 display: inline-block;
 color: rgb(255, 255, 255);
 line-height: 1.2;
 position: relative;
 padding: 1em 3em;
 background: rgb(99, 82, 0);
 height: auto;
 width: auto;
 font-size: 1.6rem;
 border: none;
}
#faq .toggle:checked + .Label + .content {
 height: auto;
 padding: 1.25em 2.5em 0.75em 3.5em;
 transition: all .3s;
}
#faq .toggle:checked + .Label:after {
 content: "-";
 font-size: 200%;
 font-weight: 200;
 transform: translateY(-60%);
}
@media screen and (max-width: 1000px) {
 #faq {
  padding: 3.5rem 1.5rem;
 }
 #faq h2 {
  font-size: 140%;
  margin: 0 0 0.75em;
 }
 #faq ul.accordion li {
  padding: 1.25em 0;
 }
}
#demo {
 background: url("../img/add2509/bg_demo.jpg") no-repeat;
 background-size: cover;
 padding: 5%;
 text-align: center;
}
#demo h2 {
 font-size: 260%;
 font-weight: 600;
 font-family: "Noto Serif JP", serif;
 line-height: 1.2;
 text-align: center;
 margin: 0 0 1em;
 display: inline-block;
}
#demo h2 em {
 display: block;
 color: #c3b266;
 font-family: "Lusitana", serif;
 line-height: 1;
 font-weight: 400;
 font-size: 50%;
 margin-top: 0.5em;
}
#demo .text {
 text-align: left;
}
@media screen and (max-width: 1000px) {
 #demo {
  padding: 3.5rem 1.5rem;
 }
 #demo .inner {
  margin: 0;
 }
 #demo h2 {
  font-size: 190%;
  margin: 0 0 0.75em;
 }
 #demo h2 em {
  font-size: 60%;
 }
 #demo .text {
  font-size: 1.3rem;
 }
 #demo .photo {
  margin-bottom: 2.5em;
 }
 #demo .photo.demo-sp {
  margin: 1em auto;
 }
 .demo_btn {
  margin: 1.5em auto 0;
 }
}
#feature-bottom {
 background: url("../img/add2509/feature_bottom_bg-scaled.jpg") no-repeat;
 background-size: cover;
 padding: 5%;
 text-align: center;
}
#feature-bottom .inner {
 max-width: 1300px;
}
#feature-bottom h2 {
 font-size: 260%;
 font-weight: 600;
 font-family: "Noto Serif JP", serif;
 line-height: 1.2;
 text-align: center;
 margin: 0 0 1em;
 display: inline-block;
}
#feature-bottom h2 small {
 display: block;
 font-size: 60%;
 font-weight: 600;
}
#feature-bottom h2 em {
 display: block;
 color: #c3b266;
 font-family: "Lusitana", serif;
 line-height: 1;
 font-weight: 400;
 font-size: 50%;
 margin-top: 0.5em;
}
#feature-bottom .feature-bottom-item .item {
 display: block;
 text-align: left;
}
#feature-bottom .feature-bottom-item .item .feature_number {
 padding-left: 0;
}
@media screen and (max-width: 1000px) {
 #feature-bottom {
  padding: 3.5rem 1.5rem;
 }
 #feature-bottom h2 {
  font-size: 190%;
  margin: 0 0 0.75em;
 }
 #feature-bottom h2 em {
  font-size: 60%;
 }
 #feature-bottom .inner {
  padding: 0;
 }
 #feature-bottom .feature-bottom-item .item .feature_number .feature_number {
  text-align: left;
  font-size: 1.4rem;
 }
 #feature-bottom .feature-bottom-textBottom {
  text-align: left;
  font-size: 1.3rem;
  margin-top: 1.5em;
 }
}
#offer_hojo {
 background: url("../img/add2509/offer_hojo_pc2.png") center 0 no-repeat;
 background-size: cover;
 padding: 5% !important;
}
#offer_hojo .inner {
 max-width: 100rem;
 margin: 0 auto;
}
#offer_hojo h2 {
 font-family: 'Noto Serif JP', serif;
 font-size: 3.7rem;
 font-weight: 500;
 color: #fff;
 text-shadow: 2px 1px 1px #000;
 border-bottom: 1px solid #fff;
 display: inline-block;
}
#offer_hojo .text {
 font-family: 'Noto Sans JP';
 font-style: normal;
 font-weight: 600;
 font-size: 2.2rem;
 line-height: 1.4;
 color: #fff;
 margin: 20px 0;
}
#offer_hojo .note {
 font-size: 15px;
 margin: 20px 0;
 font-weight: 400;
}
@media screen and (max-width: 1000px) {
 #offer_hojo {
  padding: 3.5rem 1.5rem 0 !important;
  background: url("../img/add2509/offer_hojo_pc2.png") no-repeat left top !important;
  background-size: auto 100%;
 }
 #offer_hojo:after {
  content: "";
  display: block;
  background: url(../img/add2509/top_photo_02-1.webp) no-repeat left center;
  background-size: cover;
  width: 34%;
  padding-top: calc(95.95% * 0.34);
  position: absolute;
  z-index: 5;
  right: 0.5rem;
  bottom: 1.5rem;
 }
 #offer_hojo .inner {
  display: block !important;
 }
 #offer_hojo h2 {
  font-size: 190% !important;
 }
 #offer_hojo .text {
  font-size: 4vw !important;
  margin: 1em 0 !important;
 }
 #offer_hojo .note {
  font-size: 2.7vw !important;
  margin: 2em 0 !important;
  font-weight: 400;
 }
}
#videoSection {
 background: url(../img/add2509/bg_kv.png) no-repeat center center;
 background-size: cover;
 overflow: hidden;
 padding: 5%;
 color: #fff;
 text-align: center;
}
#videoSection h2 {
 font-size: 160%;
 font-weight: 700;
 font-family: "Noto Serif JP", serif;
 line-height: 1.6;
 text-align: center;
 padding-bottom: 1.25em;
 margin-bottom: 1.25em;
 position: relative;
 display: inline-block;
}
#videoSection h2:after {
 content: "";
 height: 2px;
 width: 55%;
 background-image: linear-gradient(90deg, rgb(182, 148, 82), rgb(243, 220, 159));
 position: absolute;
 bottom: 0px;
 left: 0px;
 right: 0px;
 margin: 0px auto;
}
#videoSection .flex {
 display: flex;
 align-items: center;
}
#videoSection .flex .youtube {
 flex: 1 0 50%;
 max-width: 50%;
 grid-template-columns: auto;
 gap: auto;
	display: block;
}
#videoSection .flex .cont {
 flex: 1 0 50%;
 padding-left: 5%;
 text-align: left;
}
#videoSection .flex .cont h3 {
 font-size: 150%;
 font-weight: 600;
 font-family: "Noto Serif JP", serif;
 line-height: 1.2;
 margin: 0 0 1em;
}
#videoSection .flex .cont p {
 font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
 #videoSection {
  padding: 3.5rem 1.5rem;
 }
 #videoSection h2 {
  font-size: 140%;
  padding-bottom: 1em;
  margin-bottom: 1em;
 }
 #videoSection .flex {
  display: block;
 }
 #videoSection .flex .youtube {
  flex: none;
  max-width: 100%;
 }
 #videoSection .flex .cont {
  flex: none;
  padding: 2em 0 0;
  text-align: left;
 }
 #videoSection .flex .cont h3 {
  font-size: 140%;
  text-align: center;
  margin: 0 0 1em;
 }
 #videoSection .flex .cont p {
  font-size: 1.3rem;
 }
}
#column {
 padding: 5% 5% 0;
 text-align: center;
}
#news {
 padding: 5%;
 text-align: center;
}
#news .news-list {
 text-align: left;
}
#news .news-list li .item-date, #news .news-list li .item-txt a {
 font-size: 1.6rem;
}
#column .Column__flex__main__inner {
 display: flex;
 flex-wrap: wrap;
}
#column .Column__flex__main__inner > a {
 flex: 1 0 calc(33.333% - 1.5em);
 max-width: calc(33.333% - 1.5em);
 margin: 0 calc(4.5em / 2) calc(4.5em / 2) 0;
 text-align: left;
 color: #333;
 position: relative;
}
#column .Column__flex__main__inner > a:nth-child(3n) {
 margin: 0 0 calc(4.5em / 2) 0;
}
#column h2, #news h2 {
 display: block;
 color: #c3b266;
 font-family: "Lusitana", serif;
 line-height: 1;
 font-weight: 500;
 font-size: 260%;
 margin-bottom: 1em;
}
#column h2 em, #news h2 em {
 display: block;
 color: #6c6c6c;
 font-weight: 400;
 font-size: 50%;
 font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
 margin-top: 0.5em;
}
.Post__column__img {
 width: 100%;
 position: relative;
 margin-bottom: 1rem;
 overflow: hidden;
 background: #eee;
}
.Post__column__img:before {
 content: "";
 display: block;
 padding-top: 50%;
}
.Post__column__img img {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 right: 0;
 margin: 0 auto;
}
.Post__column .category_post {
 position: absolute;
 top: 2em;
 right: 1rem;
 border-radius: 2rem;
 background: #C3B266;
 color: #fff;
 font-size: 1.2rem;
 padding: 0.2rem 1.6rem;
 font-weight: bold;
}
.Post__column__title {
 font-size: 1.8rem !important;
 line-height: 1.4 !important;
 font-weight: 500 !important;
 margin-bottom: 0.75em !important;
 color: #333 !important;
 font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif !important;
}
.Post__column p {
 font-size: 1.4rem;
 line-height: 2.2rem;
 color: #333;
}
#contact-page .item-tel img {
 width: 40rem !important;
 margin: 0 auto 0.5em;
}
.next#form .item-tel, .next#demoform .item-tel {
 margin-bottom: 2.5em;
}
.number img {
 width: revert-layer !important;
 margin: 0 auto;
}
#column .more, #news .more {
 text-align: right;
 display: block;
}
#column .more a, #news .more a {
 color: #333;
 display: block;
 font-weight: 500;
 font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif !important;
}
@media screen and (max-width: 1000px) {
 #column {
  padding: 2.5rem 1.5rem;
 }
 #news {
  padding: 2.5rem 1.5rem;
 }
 #news .news-list li .item-date, #news .news-list li .item-txt a {
  font-size: 1.5rem;
 }
 #column .Column__flex__main__inner {
  display: block;
 }
 #column .Column__flex__main__inner > a {
  flex: none;
  max-width: 100%;
  margin: 0 auto 1.5em;
 }
 #column .Column__flex__main__inner > a:nth-child(3n) {
  margin: 0 auto 1.5em;
 }
 #column h2, #news h2 {
  font-size: 190%;
  margin-bottom: 0.75em;
 }
 #column h2 em, #news h2 em {
  font-size: 60%;
 }
 #news .news-list li .item-date, #news .news-list li .item-txt a {
  line-height: 1.6;
  margin-top: 0.5em;
 }
 .Post__column__title {
  font-size: 1.7rem !important;
 }
 .Post__column p {
  font-size: 1.3rem;
 }
 #contact-page .item-tel img {
  width: 25rem !important;
 }
 .next#form .item-tel, .next#demoform .item-tel {
  margin-bottom: 1.75em;
 }
}