@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap");
@media print, screen and (min-width: 992px) {
  .no_pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 992px) {
  .no_sp {
    display: none !important;
  }
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

.c_main {
  color: #603C31;
}

.allstop_scroll {
  overflow: hidden;
}

.countdown_box {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.countdown_box > h5 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-shadow: 0px 0px 1px #E7DECB, 0px 0px 10px #E7DECB;
  margin-bottom: 10px;
}
.countdown_box > h5 > span {
  font-size: 22px;
}
.countdown_box > p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
}
.countdown_box > .countdown_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.2;
  margin: 0px 0 7px;
}
.countdown_box > .countdown_flex > span {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 50px;
}
.countdown_box > .countdown_flex > span.txt {
  display: inline-block;
  font-size: 20px;
  line-height: 1.7;
  margin: 0 2px;
}
.countdown_box.c03_color > h5 {
  color: #6C97A3;
  text-shadow: none;
}
.countdown_box.c03_color > p {
  color: #6C97A3;
}
.countdown_box.c03_color > .countdown_flex > span {
  color: #6C97A3;
}

body {
  position: relative;
  font-family: "Zen Old Mincho", serif;
}
@media print, screen and (min-width: 992px) {
  body {
    background: url(../images/bg_main.png) no-repeat 0% 0px/cover, #D9D9D9;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}
body main .container {
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 992px) {
  body main .container {
    max-width: 100%;
    padding-right: 20%;
  }
}
@media print, screen and (max-width: 992px) {
  body main .container {
    max-width: 100% !important;
  }
}
body main .left_box {
  position: fixed;
  bottom: 1%;
  left: 19%;
  z-index: 2;
  width: 22vw;
}
body main .content_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
body main .content_flex .right_box {
  position: relative;
  overflow: hidden;
  z-index: 5;
  width: 375px;
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box {
    width: 100%;
  }
}
body main .content_flex .right_box .fv_box {
  position: relative;
  overflow: hidden;
  text-align: center;
}
body main .content_flex .right_box .fv_box > .fv_title {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150px;
}
body main .content_flex .right_box .fv_box > .fv_title > img {
  width: 100%;
}
body main .content_flex .right_box .fv_box > .fv_txt {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 328px;
}
body main .content_flex .right_box .fv_box > .fv_txt > img {
  width: 247px;
  transform: translate(50%, 0);
  opacity: 0;
  transition: 1s;
}
body main .content_flex .right_box .fv_box > .fv_txt > img.is_show {
  transform: translate(0, 0);
  opacity: 1;
}
body main .content_flex .right_box .fv_box > .fv_txt > p {
  color: #603C31;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
body main .content_flex .right_box .fv_box > .fv_txt > p:first-of-type {
  margin-top: 20px;
}
body main .content_flex .right_box .fv_box > .fv_txt > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .fv_box > .fv_txt > p > span {
  font-weight: 500;
  font-size: 18px;
}
body main .content_flex .right_box .c00_box {
  position: relative;
}
body main .content_flex .right_box .c00_box > div {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 90%;
}
body main .content_flex .right_box .c00_box > div > h1 {
  font-family: "Josefin Slab", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.2;
  background: linear-gradient(127.1deg, #B8A785 16.29%, #8E8472 50.11%, #B8A785 83.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 40px;
}
body main .content_flex .right_box .c00_box > div > h2 {
  color: #603C31;
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 15px;
}
body main .content_flex .right_box .c00_box > div > p {
  text-align: center;
  color: #603C31;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c00_box > div > p > span {
  font-size: 18px;
}
body main .content_flex .right_box .c00_box > div > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .c01_box {
  position: relative;
  text-align: center;
  background: linear-gradient(161.2deg, #E7DECB 0.85%, #F4F4F4 57.1%, #E7DECB 100%);
  padding: 40px 20px 50px;
}
body main .content_flex .right_box .c01_box > img {
  transform: translateX(3px);
}
body main .content_flex .right_box .c01_box > h1 {
  color: #603C31;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.3;
  margin: 20px 0 15px;
}
body main .content_flex .right_box .c01_box > p {
  color: #603C31;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c01_box > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .c01_box > ul {
  text-align: left;
  list-style: none;
  max-width: 282px;
  margin: 0 auto 10px;
  padding: 5px 20px;
  border: 1px solid #603C31;
}
body main .content_flex .right_box .c01_box > ul > li {
  color: #603C31;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
body main .content_flex .right_box .c02_box {
  position: relative;
  background-image: url(../images/bg_c02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 20px 50px;
  text-align: center;
}
body main .content_flex .right_box .c02_box > h1 {
  position: relative;
  z-index: 1;
  font-family: "Josefin Slab", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.2;
  background: linear-gradient(121.58deg, #EDE6D6 24.14%, #FFFFFF 53.46%, #EDE6D6 82.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 25px;
}
body main .content_flex .right_box .c02_box > h1 > span {
  display: block;
  font-size: 20px;
}
body main .content_flex .right_box .c02_box > p {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
body main .content_flex .right_box .c02_box > .c02_sub {
  background: #323A43;
  box-shadow: 5px 5px 15px rgba(9, 9, 9, 0.6), -3px -3px 5px rgba(255, 255, 255, 0.1);
  padding: 30px 20px;
  margin-top: 30px;
}
body main .content_flex .right_box .c02_box > .c02_sub > h2 {
  color: #E7DECB;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: "Josefin Slab", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 35px;
  line-height: 0.9;
  border-bottom: 0.5px solid #EDE6D6;
}
body main .content_flex .right_box .c02_box > .c02_sub > h2 > span {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
}
body main .content_flex .right_box .c02_box > .c02_sub > p {
  color: #E7DECB;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
body main .content_flex .right_box .c02_box > .c02_sub > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body main .content_flex .right_box .c02_box > .c02_sub > ul > li {
  width: 46%;
}
body main .content_flex .right_box .c02_box > .c02_sub > ul > li > span {
  display: inline-block;
  color: #FFFFFF;
  font-family: "Josefin Slab", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
}
body main .content_flex .right_box .c02_box > .c02_sub > .c02_price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  column-gap: 10px;
  margin: 15px 0 15px;
}
body main .content_flex .right_box .c02_box > .c02_sub > .c02_price > p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}
body main .content_flex .right_box .c02_box > .c02_sub > .c02_price > p > span {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
body main .content_flex .right_box .c02_box > .c02_sub > .c02_price > p > span::before {
  content: "";
  background-color: #BE3452;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-15deg);
  z-index: 1;
}
body main .content_flex .right_box .c02_box > .c02_sub > .c02_price > h4 {
  background: linear-gradient(127.1deg, #EDE6D6 16.29%, #FFFFFF 50.11%, #EDE6D6 83.93%);
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  color: #323A43;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  padding: 5px;
  margin-right: auto;
  margin-bottom: 0;
  padding: 5px 12px 6px 7px;
}
body main .content_flex .right_box .c02_box > .c02_sub > .c02_price > h4 > span {
  font-size: 18px;
}
body main .content_flex .right_box .c02_box > .c02_sub > .c02_price > h3 {
  position: relative;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 0;
}
body main .content_flex .right_box .c02_box > .c02_sub > .c02_price > h3 > span {
  font-size: 18px;
}
body main .content_flex .right_box .c02_box > .c02_sub > .c02_price > h3::after {
  text-align: right;
  display: block;
  content: "（税込）";
  font-size: 8px;
}
body main .content_flex .right_box .c02_box > .c02_sub > a {
  display: block;
  color: #000000;
  background: linear-gradient(127.1deg, #B8A785 16.29%, #FFF7E9 50.11%, #B8A785 83.93%);
  border: 3px solid #E9D2A6;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  padding: 5px 0;
}
body main .content_flex .right_box .c03_box {
  position: relative;
  background: linear-gradient(109.92deg, #E8E9F0 5.66%, #FFFFFF 49.32%, #E8E9F0 92.98%);
  padding: 40px 20px 50px;
  text-align: center;
}
body main .content_flex .right_box .c03_box::before {
  content: "";
  background-image: url(../images/bg_c03_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1.5%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 140px;
}
body main .content_flex .right_box .c03_box::after {
  content: "";
  background-image: url(../images/bg_c03_02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 4%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 140px;
}
body main .content_flex .right_box .c03_box > h1 {
  position: relative;
  z-index: 1;
  font-family: "Josefin Slab", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.2;
  background: linear-gradient(282.15deg, #95BEC9 -1.2%, #65929E 48.41%, #95BEC9 98.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 15px;
}
body main .content_flex .right_box .c03_box > p {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  background: linear-gradient(282.15deg, #95BEC9 -1.2%, #65929E 48.41%, #95BEC9 98.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
body main .content_flex .right_box .c03_box > .c03_sub {
  background: linear-gradient(109.92deg, #E8E9F0 5.66%, #FFFFFF 49.32%, #E8E9F0 92.98%);
  box-shadow: 5px 5px 15px rgba(9, 9, 9, 0.2), -3px -3px 5px rgba(255, 255, 255, 0.1);
  padding: 30px 20px;
  margin-top: 30px;
}
body main .content_flex .right_box .c03_box > .c03_sub > h2 {
  color: #6C97A3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: "Josefin Slab", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 35px;
  line-height: 0.9;
  border-bottom: 0.5px solid #6C97A3;
}
body main .content_flex .right_box .c03_box > .c03_sub > h2.ls {
  letter-spacing: -0.05em;
}
body main .content_flex .right_box .c03_box > .c03_sub > h2 > span {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
}
body main .content_flex .right_box .c03_box > .c03_sub > p {
  color: #6C97A3;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
body main .content_flex .right_box .c03_box > .c03_sub > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body main .content_flex .right_box .c03_box > .c03_sub > ul > li {
  width: 100%;
}
body main .content_flex .right_box .c03_box > .c03_sub > ul > li > span {
  display: inline-block;
  color: #6C97A3;
  font-family: "Josefin Slab", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
}
body main .content_flex .right_box .c03_box > .c03_sub > .c03_price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  column-gap: 10px;
  margin: 15px 0 15px;
}
body main .content_flex .right_box .c03_box > .c03_sub > .c03_price > p {
  color: #6C97A3;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}
body main .content_flex .right_box .c03_box > .c03_sub > .c03_price > p > span {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
body main .content_flex .right_box .c03_box > .c03_sub > .c03_price > p > span::before {
  content: "";
  background-color: #BE3452;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-15deg);
  z-index: 1;
}
body main .content_flex .right_box .c03_box > .c03_sub > .c03_price > h4 {
  background: linear-gradient(282.15deg, #95BEC9 -1.2%, #65929E 48.41%, #95BEC9 98.01%);
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  padding: 5px;
  margin-right: auto;
  margin-bottom: 0;
  padding: 5px 12px 6px 7px;
}
body main .content_flex .right_box .c03_box > .c03_sub > .c03_price > h4 > span {
  font-size: 18px;
}
body main .content_flex .right_box .c03_box > .c03_sub > .c03_price > h3 {
  position: relative;
  color: #6C97A3;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 0;
}
body main .content_flex .right_box .c03_box > .c03_sub > .c03_price > h3 > span {
  font-size: 18px;
}
body main .content_flex .right_box .c03_box > .c03_sub > .c03_price > h3::after {
  text-align: right;
  display: block;
  content: "（税込）";
  font-size: 8px;
}
body main .content_flex .right_box .c03_box > .c03_sub > a {
  display: block;
  color: #FFFFFF;
  background: linear-gradient(282.15deg, #48717C -1.2%, #89B7C3 48.41%, #48717C 98.01%);
  border: 2px solid #9FAFB4;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  padding: 5px 0;
}
body main .content_flex .right_box .c04_box {
  position: relative;
  text-align: center;
}
body main .content_flex .right_box .c04_box .c04_txt {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
body main .content_flex .right_box .c04_box .c04_txt > h1 {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 15px;
}
body main .content_flex .right_box .c04_box .c04_txt > h1 > span {
  display: block;
  font-family: "Josefin Slab", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 38px;
  background: linear-gradient(127.1deg, #B8A785 16.29%, #FFF7E9 50.11%, #B8A785 83.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
body main .content_flex .right_box .c04_box .c04_txt > p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
body main .content_flex .right_box .c05_box {
  position: relative;
  text-align: center;
  background: linear-gradient(161.2deg, #E7DECB 0.85%, #F4F4F4 57.1%, #E7DECB 100%);
  padding: 40px 20px 40px;
}
body main .content_flex .right_box .c05_box > h1 {
  color: #603C31;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 20px;
}
body main .content_flex .right_box .c05_box > p {
  color: #603C31;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c05_box > p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .c05_box > h2 {
  color: #89898A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border: 0.5px solid #89898A;
  padding: 7px 0;
  margin-top: 20px;
}
body main .content_flex .right_box .c05_box > img {
  margin: 5px 0 20px;
}
body main .content_flex .right_box .c06_box {
  position: relative;
  text-align: center;
}
body main .content_flex .right_box .c06_box > .c06_01 {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
body main .content_flex .right_box .c06_box > .c06_01 > h1 {
  color: #603C31;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 15px;
}
body main .content_flex .right_box .c06_box > .c06_02 {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 90%;
}
body main .content_flex .right_box .c06_box > .c06_02 > h2 {
  color: #603C31;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c06_box p {
  color: #603C31;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
body main .content_flex .right_box .c06_box p:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .c07_box {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(109.92deg, #E8E9F0 5.66%, #FFFFFF 49.32%, #E8E9F0 92.98%);
}
body main .content_flex .right_box .c07_box > h1 {
  color: #603C31;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 15px;
}
body main .content_flex .right_box .c07_box > p {
  color: #603C31;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
body main .content_flex .right_box .c07_box > span {
  display: block;
  color: #603C31;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 30px;
}
body main .content_flex .right_box footer {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  background: #DE98AB;
}
body main .content_flex .right_box footer > img {
  width: 116px;
}
body main .content_flex .right_box footer > ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
body main .content_flex .right_box footer > ul > li {
  line-height: 1.2;
}
body main .content_flex .right_box footer > ul > li > a {
  display: inline-block;
  color: #231815;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
}
body main .fix_box {
  text-align: center;
  position: fixed;
  bottom: 3%;
  right: 3%;
  transform: translate(0%, 0%);
  width: 15vw;
  z-index: 99;
  transition: 0.5s;
}
body main .fix_box.hide {
  transform: translate(0%, -80px);
}
@media print, screen and (max-width: 992px) {
  body main .fix_box {
    right: auto;
    left: 3%;
    width: 110px;
  }
}
body main .fix_box > a {
  display: inline-block;
  width: 100%;
  transform: translateX(5px);
  transition: 0.5s;
}
body main .fix_box > a:hover {
  opacity: 0.7;
  transform: translateX(5px) scale(1.04);
}
body main .fix_box > a > p {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -100%);
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.01em;
  color: #174a2c;
  width: 90%;
  margin-bottom: 0;
}
body main .fix_box > a > p > span {
  color: #00A544;
}