@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tinos:wght@400;700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/* wrap */
/*	textcolor
---------------------------------*/
.clOrange {
  color: #FD5A2A !important;
}

.clBlue {
  color: #2053E0 !important;
}

.clPurple {
  color: #9A70CB !important;
}

.clGreen {
  color: #48BCC6 !important;
}

.clGreen2 {
  color: #51DE72 !important;
}

.clGreen3 {
  color: #3E865A !important;
}

.clRed {
  color: #E84A5C !important;
}

.clBlack {
  color: #000 !important;
}

/*	bgcolor
---------------------------------*/
.bgOrange {
  background: #FD5A2A !important;
}

.bgBlue {
  background: #2053E0 !important;
}

.bgPurple {
  background: #9A70CB !important;
}

.bgGreen {
  background: #48BCC6 !important;
}

.bgGreen2 {
  background: #51DE72 !important;
}

.bgGreen3 {
  color: #3E865A !important;
}

.bgGreen4 {
  background: #4CAF43 !important;
}

.bgGreen5 {
  background: #40835a !important;
}

.bgRed {
  background: #E84A5C !important;
}

.bgRed2 {
  background: #b81c22 !important;
}

.bgWhite {
  background: #fff !important;
}

.bgGold {
  background: #a0842c !important;
}

.bgBlack {
  background: #000 !important;
}

.bgGray {
  background: #DEDEDE !important;
}

.bgBrown {
  background: #756458 !important;
}

/*	bgGrade
---------------------------------*/
.bgGradeWhite {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 26%, rgba(255, 255, 255, 0.45) 40%, rgba(255, 255, 255, 0.24) 73%, rgba(255, 255, 255, 0) 100%);
}

.bgGradePink {
  background: rgb(252, 92, 179);
  background: linear-gradient(180deg, rgb(252, 92, 179) 0%, rgb(211, 85, 5) 100%) !important;
}

.bgGreenBlue {
  background: rgb(167, 224, 173);
  background: linear-gradient(180deg, rgb(167, 224, 173) 0%, rgb(32, 159, 190) 100%) !important;
}

/*	radius
---------------------------------*/
.noRadius {
  border-radius: 0 !important;
}

.radius10 {
  border-radius: 10px !important;
  overflow: hidden !important;
}
/*	common
---------------------------------*/
body {
  max-width: 1920px;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 1.875;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  body {
    font-size: 14px;
  }
}

/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  transition: 0.4s;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 850px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

a:active, a:focus {
  outline: none;
}

sup, sub {
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #000;
  line-height: inherit;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.2em;
}

sub {
  vertical-align: bottom;
}

/* figure */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* heading */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fadein */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

/*	clearfix
---------------------------------*/
/* add parent object */
.cl:before, .cl:after {
  content: " ";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  *zoom: 1;
  display: block;
}

.block_p {
  display: block !important;
}
@media screen and (max-width: 850px) {
  .block_p {
    display: none !important;
  }
}

.block_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .block_s {
    display: block !important;
  }
}

.inline_p {
  display: inline !important;
}
@media screen and (max-width: 850px) {
  .inline_p {
    display: none !important;
  }
}

.inline_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .inline_s {
    display: inline !important;
  }
}

.inline-block_p {
  display: inline-block !important;
}
@media screen and (max-width: 850px) {
  .inline-block_p {
    display: none !important;
  }
}

.inline-block_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .inline-block_s {
    display: inline-block !important;
  }
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}
.hide {
  display: none !important;
}

@media screen and (max-width: 850px) {
  .show-pc {
    display: none !important;
  }
}

.show-sp {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .show-sp {
    display: block !important;
  }
}

.main {
  overflow: hidden;
  padding-top: var(--page-header-height);
  padding-top: 135px;
}
@media screen and (max-width: 850px) {
  .main {
    padding-top: 65px;
  }
}

.inner {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1100px;
  margin: auto;
}

.btn-gold {
  cursor: pointer;
  position: relative;
  display: block;
  width: fit-content;
  font-family: "Tinos", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 10px 30px 10px 20px;
  background-color: #a4872a;
  color: #fff;
}
.btn-gold::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("../img/common/icon_btn-arw.svg");
  background-size: cover;
  width: 6.5px;
  height: 13px;
}

.btn-green {
  cursor: pointer;
  position: relative;
  display: block;
  width: fit-content;
  font-family: "Tinos", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 10px 30px 10px 20px;
  background-color: #40835a;
  color: #fff;
}
.btn-green::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("../img/common/icon_btn-arw.svg");
  background-size: cover;
  width: 6.5px;
  height: 13px;
}

.btn-red {
  cursor: pointer;
  position: relative;
  display: block;
  width: fit-content;
  font-family: "Tinos", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 10px 30px 10px 20px;
  background-color: #b81c22;
  color: #fff;
}
.btn-red::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("../img/common/icon_btn-arw.svg");
  background-size: cover;
  width: 6.5px;
  height: 13px;
}

.btnTap {
  display: none;
}
@media screen and (max-width: 850px) {
  .btnTap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 3px 0;
    margin-top: 10px;
  }
}

.btnCont {
  margin-top: 150px;
  margin-bottom: 50px;
}
.btnCont__box {
  max-width: 700px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.btnCont .commonBtn {
  margin: 0 10px 20px;
}
.btnCont__ttl {
  width: 100%;
  display: block;
  font-weight: 600;
  margin: 0 0 20px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
}

.commonBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #CCC;
  font-size: 25px;
  min-width: 230px;
  min-height: 60px;
}
.commonBtn__inner {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  color: #FFF;
}
.commonBtn__inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}

.commonBtn-type_s {
  font-size: 12px;
  min-width: 130px;
  min-height: 35px !important;
}
.commonBtn-type_s .commonBtn__inner:before {
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
}

.commonBtn2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
  padding: 0 60px;
  min-height: 180px;
  min-width: 690px;
  background: #CCC;
  box-sizing: border-box;
  position: relative;
}
.commonBtn2:after {
  content: "";
  position: absolute;
  right: 60px;
  top: calc(50% - 22.5px);
  width: 45px;
  height: 45px;
  background: url("../img/common/icon_arrow_common.svg") no-repeat;
  background-size: 45px;
}
.commonBtn2__inner {
  font-size: 32px;
  color: #FFF;
  font-weight: 600;
  line-height: 1.375;
}

/* footer */
/* image caption */
.img-caption {
  z-index: 0;
  position: relative;
}
.img-caption::before {
  content: attr(data-caption);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #000;
  padding: 3px 10px;
}
.img-caption img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-caption.left::before {
  right: auto;
  left: 0;
}
.img-caption.rightout::before {
  bottom: auto;
  top: 100%;
}

.img-caption-white {
  z-index: 0;
  position: relative;
}
.img-caption-white::before {
  content: attr(data-caption);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #000;
  padding: 3px 10px;
}
.img-caption-white img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-caption-white.left::before {
  right: auto;
  left: 0;
}
.img-caption-white.rightout::before {
  bottom: auto;
  top: 100%;
}
.img-caption-white::before {
  color: #fff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.8));
}

.img-caption-bg {
  z-index: 0;
  position: relative;
}
.img-caption-bg::before {
  content: attr(data-caption);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #000;
  padding: 3px 10px;
}
.img-caption-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-caption-bg.left::before {
  right: auto;
  left: 0;
}
.img-caption-bg.rightout::before {
  bottom: auto;
  top: 100%;
}
.img-caption-bg::before {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

@media screen and (max-width: 850px) {
  *:has(> .pinch-to-zoom) {
    position: relative;
    padding-top: 70px;
  }
}
*:has(> .pinch-to-zoom) .pinch-to-zoom {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 75px;
}
@media screen and (max-width: 850px) {
  *:has(> .pinch-to-zoom) .pinch-to-zoom {
    display: block;
  }
}

/* animations */
.fadeUp {
  opacity: 0;
  transform: translate3d(0, 0.2rem, 0);
  transition-duration: 0.7s;
  transition-delay: 0.3s;
  transition-property: opacity, transform;
}
.fadeUp.scrollIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.blurIn {
  opacity: 0;
  filter: blur(5px);
  transition-duration: 0.7s;
  transition-delay: 0.3s;
  transition-property: opacity, filter;
}
.blurIn.scrollIn {
  opacity: 1;
  filter: blur(0px);
}

.slideIn {
  mask-image: linear-gradient(to right, black 0%, black 50%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 300% 100%;
  mask-position: 300% 0;
}
.slideIn.scrollIn {
  animation: reveal-mask 2s forwards ease-out;
}
@keyframes reveal-mask {
  to {
    mask-position: 0 0;
  }
}

.revealOut {
  overflow: hidden;
  position: relative;
}
.revealOut::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d2cec6;
  width: 100%;
  height: 100%;
  translate: 0 0 0;
  transition: translate 1s ease;
}
.revealOut.scrollIn::after {
  translate: 100% 0 0;
}

/* size */
@keyframes blob_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-blobs {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(270deg, #d0c5b5, #fff);
  background-size: 200% 200%;
  animation: Grad01 4s ease infinite;
}
.bg-blobs .blob {
  position: absolute;
  left: 50%;
  top: 50%;
  animation-name: blob_rotate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bg-blobs .blob:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
}
.bg-blobs .blob:nth-child(1) {
  left: 80%;
  top: 60%;
  animation-duration: 8000ms;
}
.bg-blobs .blob:nth-child(1):before {
  left: -150px;
  top: 150px;
  width: 600px;
  height: 600px;
  background: radial-gradient(rgba(171, 155, 131, 0.9) 0%, rgba(171, 155, 131, 0) 70%);
}
.bg-blobs .blob:nth-child(2) {
  left: 30%;
  top: 40%;
  animation-duration: 8000ms;
  animation-direction: reverse;
}
.bg-blobs .blob:nth-child(2):before {
  left: 250px;
  top: -250px;
  width: 600px;
  height: 600px;
  background: radial-gradient(#cfbfa8 0%, rgba(207, 191, 168, 0) 70%);
}
.bg-blobs .blob:nth-child(3) {
  animation-duration: 10000ms;
}
.bg-blobs .blob:nth-child(3):before {
  left: 550px;
  top: 300px;
  width: 700px;
  height: 700px;
  background: radial-gradient(white 0%, rgba(255, 255, 255, 0) 70%);
}

@keyframes Grad01 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .zoomIn {
    transform: scale(1.2);
    transition: 1.2s;
  }
  .zoomIn.scrollIn {
    transform: scale(1);
  }
  .blurIn {
    opacity: 0;
    filter: blur(15px);
    transition: 1.6s;
    transition-property: opacity, filter;
  }
  .blurIn.scrollIn {
    opacity: 1;
    filter: blur(0);
  }
  .fadeUp {
    opacity: 0;
    transform: translate3d(0, 0.6rem, 0);
    transition: 1.2s;
    transition-property: opacity, transform;
  }
  .fadeUp.scrollIn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .delay01 {
    transition-delay: 0.1s !important;
  }
  .delay02 {
    transition-delay: 0.2s !important;
  }
  .delay03 {
    transition-delay: 0.3s !important;
  }
  .delay04 {
    transition-delay: 0.4s !important;
  }
  .delay05 {
    transition-delay: 0.5s !important;
  }
  .delay06 {
    transition-delay: 0.6s !important;
  }
  .delay07 {
    transition-delay: 0.7s !important;
  }
  .delay08 {
    transition-delay: 0.8s !important;
  }
  .delay09 {
    transition-delay: 0.9s !important;
  }
  .delay10 {
    transition-delay: 1s !important;
  }
}
.page_premium {
  color: #362a05;
}

.image {
  position: relative;
}
.image figcaption {
  position: absolute;
  bottom: 2%;
  right: 2%;
  font-size: 12px;
}
@media screen and (max-width: 850px) {
  .image figcaption {
    font-size: 10px;
  }
}
.image figcaption.white {
  color: #fff;
}

.mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .mv .image {
    height: 450px;
  }
  .mv .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.mv .ttlWrap {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
}
.mv .ttl {
  font-size: min(40px, 3vw);
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .mv .ttl {
    font-size: 20px;
  }
}
.mv .en {
  font-family: "Tinos", serif;
  font-size: min(140px, 10vw);
  color: #e4d8c6;
  position: absolute;
  top: 8%;
  left: -1.5%;
  mix-blend-mode: soft-light;
  line-height: 0.9;
}
@media screen and (max-width: 850px) {
  .mv .en {
    font-size: 60px;
  }
}

.bg_beige {
  padding: 140px 0 170px;
}
@media screen and (max-width: 850px) {
  .bg_beige {
    padding: 80px 0 100px;
  }
}

.wrap {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.sec_about {
  position: relative;
  z-index: 10;
}
.sec_about .h3_ttl {
  font-family: "Tinos", serif;
  color: #997630;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .sec_about .h3_ttl {
    font-size: 25px;
  }
}
.sec_about .catch {
  text-align: center;
  font-size: min(20px, 2vw);
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .sec_about .catch {
    font-size: 16px;
    margin-top: 30px;
  }
}
.sec_about .box_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  .sec_about .box_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 60px;
  }
}
.sec_about .box_wrap .box {
  background: linear-gradient(90deg, rgb(173, 141, 77) 0%, rgb(113, 80, 23) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  position: relative;
  text-align: center;
  font-size: min(30px, 2.5vw);
  line-height: 1.2;
}
@media screen and (max-width: 850px) {
  .sec_about .box_wrap .box {
    font-size: 20px;
    height: 110px;
  }
}
.sec_about .box_wrap .box:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 4px;
  left: 4px;
}
.sec_about .box_wrap .box em {
  font-size: min(50px, 4vw);
  font-style: normal;
  font-family: "Tinos", serif;
  line-height: 1;
}
@media screen and (max-width: 850px) {
  .sec_about .box_wrap .box em {
    font-size: 30px;
  }
}
.sec_about .box_wrap .box sup {
  vertical-align: super;
  color: #fff;
}

.sec_view {
  margin-top: 150px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .sec_view {
    margin-top: 100px;
  }
}
.sec_view .h3_ttl {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  .sec_view .h3_ttl {
    font-size: 20px;
  }
}
.sec_view .image {
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  .sec_view .image {
    margin-top: 30px;
  }
}
.sec_view .image figcaption {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.7) 100%);
  bottom: 0;
  right: 0;
  padding: 5px 10px 5px 100px;
}
@media screen and (max-width: 850px) {
  .sec_view .image figcaption {
    padding: 5px 0;
    width: 100%;
    text-align: right;
  }
}

.sec_equipment {
  margin-top: 130px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .sec_equipment {
    margin-top: 100px;
  }
}
.sec_equipment .kazari {
  position: absolute;
  bottom: -530px;
  right: 0;
  width: 100%;
  mix-blend-mode: darken;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .sec_equipment .kazari {
    bottom: -9%;
  }
}
.sec_equipment .wrap {
  max-width: 1000px;
  z-index: 2;
  position: relative;
}
.sec_equipment .ttl_wrap {
  text-align: center;
}
.sec_equipment .ttl_wrap .en {
  font-family: "Tinos", serif;
  color: #997630;
  letter-spacing: 3px;
}
@media screen and (max-width: 850px) {
  .sec_equipment .ttl_wrap .en {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.sec_equipment .ttl_wrap .jp {
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  .sec_equipment .ttl_wrap .jp {
    font-size: 23px;
  }
}
.sec_equipment .grid_wrap {
  margin-top: 80px;
}
@media screen and (max-width: 850px) {
  .sec_equipment .grid_wrap {
    margin-top: 50px;
  }
}
.sec_equipment .ttl_border {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #997630;
  border-bottom: 1px solid;
}
.sec_equipment .ttl_border em {
  font-size: min(40px, 4vw);
  font-family: "Tinos", serif;
  font-style: normal;
  letter-spacing: 2px;
}
@media screen and (max-width: 850px) {
  .sec_equipment .ttl_border em {
    font-size: 25px;
  }
}
.sec_equipment .grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 850px) {
  .sec_equipment .grid {
    margin-top: 30px;
    gap: 40px 20px;
  }
}
.sec_equipment .grid .ttl {
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  .sec_equipment .grid .ttl {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
  }
}
.sec_equipment .grid_wrap.--02 {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 850px) {
  .sec_equipment .grid_wrap.--02 {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}
.sec_equipment .grid_wrap.--02 .grid {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 850px) {
  .sec_equipment .grid_wrap.--02 .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sec_plan {
  background: url(../img/premium/bg_02.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding: 170px 0;
}
@media screen and (max-width: 850px) {
  .sec_plan {
    padding: 80px 0 100px;
  }
}
.sec_plan .plan_wrap {
  display: grid;
  grid-template-columns: auto 41%;
  gap: 7%;
}
@media screen and (min-width: 851px) {
  .sec_plan .plan_wrap .order1 {
    order: 1;
  }
  .sec_plan .plan_wrap .order2 {
    order: 2;
  }
  .sec_plan .plan_wrap.reverse {
    grid-template-columns: 41% auto;
    margin-top: 140px;
  }
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .sec_plan .plan_wrap.reverse {
    margin-top: 100px;
  }
}
.sec_plan .plan_wrap .cont {
  color: #fff;
}
.sec_plan .plan_wrap .type {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .type {
    gap: 20px;
  }
}
.sec_plan .plan_wrap .type .box {
  background: linear-gradient(90deg, rgb(173, 141, 77) 0%, rgb(113, 80, 23) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 13vw;
  height: 13vw;
  max-width: 150px;
  max-height: 150px;
  font-family: "Tinos", serif;
  font-size: min(25px, 2vw);
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .type .box {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
}
.sec_plan .plan_wrap .type .box:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 4px;
  left: 4px;
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .type .box:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 3px;
    left: 3px;
  }
}
.sec_plan .plan_wrap .type .box em {
  display: block;
  font-style: normal;
  font-size: min(50px, 4vw);
  line-height: 1;
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .type .box em {
    font-size: 30px;
  }
}
.sec_plan .plan_wrap .type .detail {
  flex: 1;
  font-size: min(25px, 2vw);
  line-height: 1.5;
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .type .detail {
    font-size: 14px;
  }
}
.sec_plan .plan_wrap .type .detail em {
  font-size: min(50px, 4vw);
  font-style: normal;
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .type .detail em {
    font-size: 30px;
  }
}
.sec_plan .plan_wrap .type .detail span {
  font-size: min(35px, 3vw);
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .type .detail span {
    font-size: 20px;
  }
}
.sec_plan .plan_wrap .size {
  margin-top: 30px;
  border-top: 1px solid rgba(164, 135, 42, 0.5);
  border-bottom: 1px solid rgba(164, 135, 42, 0.5);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2vw;
  padding: 0 0 10px;
}
.sec_plan .plan_wrap .size sup {
  vertical-align: super;
  color: #fff;
}
.sec_plan .plan_wrap .size em {
  font-style: normal;
  margin-left: 10px;
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .size em {
    margin-left: 5px;
  }
}
.sec_plan .plan_wrap .size .--01 {
  font-size: min(20px, 1.8vw);
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .size .--01 {
    font-size: 14px;
  }
}
.sec_plan .plan_wrap .size .--01 .num {
  font-size: min(30px, 2.5vw);
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .size .--01 .num {
    font-size: 16px;
  }
}
.sec_plan .plan_wrap .size .--01 .num em {
  font-size: min(50px, 4vw);
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .size .--01 .num em {
    font-size: 25px;
  }
}
.sec_plan .plan_wrap .size .--01 .num small {
  font-size: min(35px, 3vw);
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .size .--01 .num small {
    font-size: 20px;
  }
}
.sec_plan .plan_wrap .size .--02 {
  font-size: min(16px, 1.5vw);
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .size .--02 {
    font-size: 12px;
  }
}
.sec_plan .plan_wrap .size .--02 em {
  font-size: min(30px, 2.5vw);
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .size .--02 em {
    font-size: 18px;
  }
}
.sec_plan .plan_wrap .size .--02 small {
  font-size: min(25px, 2vw);
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .size .--02 small {
    font-size: 14px;
  }
}
.sec_plan .plan_wrap .text {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .text {
    font-size: 12px;
    margin-top: 30px;
  }
}
.sec_plan .plan_wrap .grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .grid {
    margin-top: 30px;
  }
}
.sec_plan .plan_wrap .grid .box {
  background: rgba(255, 241, 150, 0.3);
  text-align: center;
  padding: 1.5vw 0;
  font-size: min(16px, 1.5vw);
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .grid .box {
    font-size: 12px;
    padding: 10px 0;
  }
}
.sec_plan .plan_wrap .note {
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .note {
    margin-top: 30px;
  }
}
.sec_plan .plan_wrap .image {
  position: relative;
}
.sec_plan .plan_wrap .image .badge {
  position: absolute;
  top: -2%;
  left: 0;
  width: 10vw;
  max-width: 110px;
}
@media screen and (max-width: 850px) {
  .sec_plan .plan_wrap .image .badge {
    top: -10px;
    width: 80px;
  }
}

.footer__top,
.footer__bottom,
.footer__otherLinks {
  background: #fff;
}/*# sourceMappingURL=premium.css.map */