@charset "UTF-8";
:root {
  --vw: 1vw;
}

/*----------------------------
    common
-----------------------------*/
html {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
.inblock {
  display: inline-block;
}

#takaramono div, #takaramono span, #takaramono iframe, #takaramono h1, #takaramono h2, #takaramono h3, #takaramono h4, #takaramono h5, #takaramono h6, #takaramono p, #takaramono small, #takaramono ul, #takaramono li, #takaramono section, #takaramono details, #takaramono button {
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
}

#takaramono .sec-inquiry .sec_text p,
#takaramono .sec-inquiry .asterisk,
#takaramono .sec-inquiry .sec_text-l p {
  font-family: "Noto Sans JP", sans-serif !important;
}

summary {
  display: block;
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

.l-main {
  color: #645741;
}

.link-line-blue {
  color: #75c1c4;
  font-size: calc(3.2 * var(--vw));
  line-height: 1.25;
  padding-bottom: calc(1.0666666667 * var(--vw));
  padding-right: calc(3.4666666667 * var(--vw));
  border-bottom: calc(0.2666666667 * var(--vw)) solid #75c1c4;
  position: relative;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .link-line-blue {
    font-size: 2.2rem;
    padding-bottom: 6px;
    padding-right: 30px;
    border-bottom: 2px solid #75c1c4;
  }
}
.link-line-blue::before {
  content: "";
  width: calc(2.1333333333 * var(--vw));
  height: calc(2.6666666667 * var(--vw));
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #75c1c4;
  position: absolute;
  right: calc(0.2666666667 * var(--vw));
  top: calc(1.0666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .link-line-blue::before {
    width: 1.6rem;
    height: 2rem;
    top: 0.5rem;
    right: 0.7rem;
  }
}

.link {
  position: relative;
  font-size: calc(3.7333333333 * var(--vw));
  color: #fff;
  border-radius: calc(14.4 * var(--vw));
  display: block;
  margin: auto;
  text-align: center;
  line-height: 1.1875;
  padding: calc(2.6666666667 * var(--vw)) calc(5.0666666667 * var(--vw));
  min-height: calc(11.7333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .link {
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 7rem;
    min-height: 7rem;
    padding: 0 25px;
    line-height: 1.1;
  }
}
.link-orange {
  background: #f5ab2d;
  width: calc(67.7333333333 * var(--vw));
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 751px) {
  .link-orange {
    width: 270px;
    min-height: 5.2rem;
  }
}
.link-pink {
  background: #ed7a94;
  width: calc(75.2 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .link-pink {
    max-width: 347px;
    margin-left: 3.6014405762%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.1rem;
    padding-bottom: 1px;
  }
}
.link-pink.icon_chitoseame {
  border: calc(0.5333333333 * var(--vw)) solid #f5ab2d;
}
@media only screen and (min-width: 751px) {
  .link-pink.icon_chitoseame {
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    max-width: 357px;
    margin-left: auto;
    padding: 10px 0;
  }
}
.link-pink.icon_chitoseame::before {
  content: "";
  width: calc(8.8 * var(--vw));
  height: calc(9.6 * var(--vw));
  background: url(../img/icon_chitoseame.svg) center/100% no-repeat;
  position: absolute;
  left: calc(6.4 * var(--vw));
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .link-pink.icon_chitoseame::before {
    width: 4.1rem;
    height: 4.4rem;
    left: 26px;
  }
}
.link-instagram {
  background: #ed7a94;
  width: calc(72.5333333333 * var(--vw));
  display: flex;
  align-items: center;
  gap: calc(4.5333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .link-instagram {
    width: 353px;
    gap: 17px;
  }
}
.link-instagram::before {
  content: "";
  width: calc(8.5333333333 * var(--vw));
  height: calc(8.5333333333 * var(--vw));
  background: url(../img/icon_instagram.svg) center/100% no-repeat;
}
@media only screen and (min-width: 751px) {
  .link-instagram::before {
    width: 42px;
    height: 42px;
  }
}
.link::after {
  content: "";
  width: calc(3.2 * var(--vw));
  height: calc(4.5333333333 * var(--vw));
  background: #fff;
  right: calc(2.9333333333 * var(--vw));
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .link::after {
    width: 12px;
    height: 17px;
    right: 11px;
  }
}

.sec_text-instagram {
  line-height: 1.25 !important;
  margin-bottom: calc(4 * var(--vw)) !important;
}
@media only screen and (min-width: 751px) {
  .sec_text-instagram {
    line-height: 1.5 !important;
    margin-bottom: 17px !important;
  }
}

.list {
  font-size: calc(4.2666666667 * var(--vw));
  line-height: 1.25;
  width: calc(85.8666666667 * var(--vw));
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .list {
    font-size: 2rem;
    line-height: 1.5625;
    max-width: 485px;
  }
}
.list_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 calc(1.6 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .list_item {
    gap: 0 8px;
  }
  .list_item .text {
    line-height: 1.25;
  }
}
.list_item + .list_item {
  margin-top: calc(5.3333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .list_item + .list_item {
    margin-top: 30px;
  }
}
.list_item picture {
  margin-top: calc(-1.8666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .list_item picture {
    margin-top: 1px;
    flex-shrink: 0;
    width: 123.8589211618%;
    margin-left: -28px;
  }
}
.list .circle, .list .title {
  text-align: center;
  color: #fff;
  background: #75c1c4;
  border-radius: 50%;
  width: calc(8.5333333333 * var(--vw));
  height: calc(8.5333333333 * var(--vw));
  font-size: calc(2.9333333333 * var(--vw));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
}
@media only screen and (min-width: 751px) {
  .list .circle, .list .title {
    font-size: 2rem;
    width: 5.7rem;
    height: 5.7rem;
  }
}
.list .circle.orange, .list .title.orange {
  background: #f5ab2d;
}
.list .title {
  width: calc(16.5333333333 * var(--vw));
  height: calc(8.5333333333 * var(--vw));
  border-radius: calc(8.5333333333 * var(--vw));
  letter-spacing: -0.1em;
}
@media only screen and (min-width: 751px) {
  .list .title {
    width: 11rem;
    height: 5.7rem;
    border-radius: 5.7rem;
    line-height: 1.172316599;
  }
}
.list .title + .text_wrap {
  width: calc(100% - 18.1333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .list .title + .text_wrap {
    width: calc(100% - (11rem + 8px));
  }
}
.list .text_wrap {
  width: calc(100% - 10.1333333333 * var(--vw));
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 751px) {
  .list .text_wrap {
    width: calc(100% - (5.7rem + 8px));
  }
}
.list .text + .asterisk {
  margin-top: calc(1.8666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .list .text + .asterisk {
    margin-top: 8px;
  }
}
.list .asterisk {
  font-size: calc(2.9333333333 * var(--vw));
  line-height: 1.3636363636;
}
@media only screen and (min-width: 751px) {
  .list .asterisk {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
.list .fs-small {
  font-size: calc(2.9333333333 * var(--vw));
  margin-left: 0.5em;
}
@media only screen and (min-width: 751px) {
  .list .fs-small {
    font-size: 1.6rem;
  }
}

.list-tag {
  font-size: calc(4.2666666667 * var(--vw));
  width: calc(48.5333333333 * var(--vw));
  margin: calc(4.2666666667 * var(--vw)) auto;
}
@media only screen and (min-width: 751px) {
  .list-tag {
    font-size: 2.5rem;
    max-width: 33rem;
    margin: 18px 0;
  }
}
.list-tag_item {
  font-weight: 700 !important;
  background: #75c1c4;
  color: #fff;
  border-radius: calc(1.3333333333 * var(--vw));
  text-align: center;
  padding: calc(0.8 * var(--vw)) 0 calc(1.0666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .list-tag_item {
    border-radius: 9px;
    padding: 7px;
  }
}
.list-tag_item + .list-tag_item {
  margin-top: calc(1.0666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .list-tag_item + .list-tag_item {
    margin-top: 9px;
  }
}

.asterisk {
  position: relative;
  padding-left: 1em;
}
.asterisk::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.period {
  font-size: calc(4.2666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .period {
    font-size: 2.3rem;
  }
}
.period em {
  font-size: calc(5.6 * var(--vw));
  line-height: 1;
}
@media only screen and (min-width: 751px) {
  .period em {
    font-size: 3.7rem;
  }
}
.period .week {
  font-size: calc(2.6666666667 * var(--vw));
  background: #645741;
  color: #fff;
  border-radius: 50%;
  width: calc(4 * var(--vw));
  height: calc(4 * var(--vw));
  display: inline-block;
  text-align: center;
  position: relative;
  bottom: calc(0.8 * var(--vw));
  line-height: 1.3636363636;
}
@media only screen and (min-width: 751px) {
  .period .week {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.6rem;
    line-height: 1;
    padding-top: 5px;
    position: relative;
    bottom: 7px;
  }
}
.period .week2 {
  font-size: calc(2.6666666667 * var(--vw));
  color: #fff;
  height: calc(4 * var(--vw));
  display: inline-block;
  text-align: center;
  position: relative;
  bottom: calc(0.8 * var(--vw));
  line-height: 1.3636363636;
  z-index: 1;
  padding: 0 calc(0.5333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .period .week2 {
    height: 2.8rem;
    font-size: 1.6rem;
    line-height: 1;
    padding-top: 5px;
    position: relative;
    bottom: 7px;
  }
}
.period .week2::before, .period .week2::after {
  content: "";
  width: calc(4 * var(--vw));
  height: calc(4 * var(--vw));
  background: #645741;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (min-width: 751px) {
  .period .week2::before, .period .week2::after {
    width: 2.8rem;
    height: 2.8rem;
    bottom: 0;
  }
}
.period .week2::before {
  left: 0;
}
@media only screen and (min-width: 751px) {
  .period .week2::before {
    left: 3px;
  }
}
.period .week2::after {
  right: 0;
}
@media only screen and (min-width: 751px) {
  .period .week2::after {
    right: 3px;
  }
}

.bg-blue {
  background: #75c1c4;
  color: #fff;
}

.bg-lightblue {
  background: #eef6f6;
}

.bg-beige {
  background: #fdf6ec;
}

.bg-orange {
  background: #f9e5c5;
}

.line {
  background: linear-gradient(to top, #fffbc7 calc(1.6 * var(--vw)), transparent calc(1.8666666667 * var(--vw)), transparent 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (min-width: 751px) {
  .line {
    background: linear-gradient(to top, #fffbc7 7px, transparent 8px, transparent 100%);
  }
}

.c-orange {
  color: #f5ab2d;
}

.c-blue {
  color: #75c1c4;
}

.space {
  letter-spacing: -0.5em;
}

.indent {
  margin-left: -0.5em;
}

.breadCrumb {
  -webkit-box-sizing: border-box;
  zoom: 1;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  min-height: 50px;
  padding: 0 60px 5px 3.333%;
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .breadCrumb {
    border-bottom: none;
    min-height: auto;
    padding: 15px 100px 15px 35px;
  }
}
.breadCrumb::after {
  clear: both;
  content: "";
  display: block;
}
.breadCrumb li {
  float: left;
  font-size: 1rem;
  letter-spacing: -0.7px;
  padding-right: 10px;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .breadCrumb li {
    font-size: 1.2rem;
    line-height: 1;
    padding-right: 40px;
  }
}
.breadCrumb li:hover {
  text-decoration: none;
}
.breadCrumb li::after {
  background: url(../../../../../common/img/arrow_breadCrumb.png) no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  margin: auto;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 4px;
}
@media only screen and (min-width: 751px) {
  .breadCrumb li::after {
    right: 20px;
  }
}
.breadCrumb li:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 1000px) {
  .breadCrumb li:first-child .breadCrumb li:first-child {
    padding-left: 20px;
  }
}
.breadCrumb li:last-child {
  padding-right: 0;
}
.breadCrumb li:last-child::after {
  display: none;
}
.breadCrumb li a {
  color: #f67b8c;
  font-size: 1rem;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .breadCrumb li a {
    font-size: 1.2rem;
  }
}

/*----------------------------
    テンプレート一部非表示
-----------------------------*/
.request, .shop-search {
  display: none;
}

/*----------------------------
    LP
-----------------------------*/
.kv-swiper {
  margin-bottom: calc(8 * var(--vw));
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .kv-swiper {
    margin-bottom: 111px;
  }
}

.sec {
  margin-left: auto;
  margin-right: auto;
  scroll-margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .sec {
    scroll-margin-top: 74px;
  }
}
.sec_title {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .sec_title {
    margin-bottom: calc(5.3333333333 * var(--vw));
  }
}
.sec_text {
  text-align: center;
  font-size: calc(4.2666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec_text {
    font-size: 2rem;
  }
}
.sec_text.align-l {
  text-align: left;
}
@media only screen and (min-width: 751px) {
  .sec .sec_inner {
    max-width: 1644px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 751px) {
  .sec-intro {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 20;
    background: url(../img/bg_kv_l.png) top 98px left 73px/auto no-repeat, url(../img/bg_kv_r.png) top 67px right 47px/auto no-repeat;
  }
}
.sec-intro .sec_title {
  margin-bottom: 0;
}
@media only screen and (min-width: 751px) {
  .sec-intro .sec_title {
    position: relative;
    max-width: 1644px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-intro .sec_title::before, .sec-intro .sec_title::after {
    content: "";
    position: absolute;
  }
  .sec-intro .sec_title::before {
    width: 126px;
    height: 118px;
    left: 4px;
    top: 7px;
    background: url(../img/bg_main_l.png) center/100% no-repeat;
  }
  .sec-intro .sec_title::after {
    width: 94px;
    height: 200px;
    right: -49px;
    background: url(../img/bg_main_r.png) center/100% no-repeat;
  }
}
.sec-intro .sec_title img {
  width: calc(76.5333333333 * var(--vw));
  max-width: 762px;
}

.sec-about {
  padding-top: calc(1.8666666667 * var(--vw));
  background: linear-gradient(to bottom, #fff, #fdf6ec calc(92.2666666667 * var(--vw)), #fdf6ec 100%);
}
@media only screen and (min-width: 751px) {
  .sec-about {
    padding-top: 0;
    position: relative;
    z-index: 1;
    background: #fdf6ec;
  }
  .sec-about::before {
    content: "";
    width: 100%;
    height: 364px;
    background: linear-gradient(to bottom, #fff, #fdf6ec 50%, #fdf6ec 100%);
    position: absolute;
    left: 0;
    top: -104px;
  }
}
.sec-about .sec_inner {
  background: url(../img/bg_intro_sp.png) top calc(2.9333333333 * var(--vw)) center/100% no-repeat;
}
@media only screen and (min-width: 751px) {
  .sec-about .sec_inner {
    padding-top: 61px;
    position: relative;
    background: url(../img/bg_intro_l.png) top 13px left 5px/auto no-repeat, url(../img/bg_intro_r.png) top 23px right 1px/auto no-repeat;
    padding-bottom: 70px;
  }
}
.sec-about .sec_title {
  margin-bottom: calc(2.9333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-about .sec_title {
    margin-bottom: 20px;
  }
}
.sec-about .sec_title img {
  width: calc(46.6666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-about .sec_title img {
    max-width: 219px;
  }
}
.sec-about .sec_text p + p {
  margin-top: calc(3.4666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-about .sec_text p + p {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 751px) {
  .sec-about .sec_text p:last-child {
    margin-top: 35px;
  }
}
.sec-about .img {
  overflow: hidden;
  width: 100%;
}
.sec-about .img-inner {
  display: flex;
  gap: calc(5.3333333333 * var(--vw));
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (min-width: 751px) {
  .sec-about .img-inner {
    gap: 43px;
  }
}
.sec-about .img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-about .img-r {
  margin-top: calc(5.0666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-about .img-r {
    margin-top: 0;
  }
}
.sec-about .img-r .img-inner {
  animation: scroll-right 120s linear infinite;
}
.sec-about .img-r .img-inner img {
  width: calc(306.6666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-about .img-r .img-inner img {
    width: 2481px;
  }
}
.sec-about .img-l {
  margin-top: calc(4.8 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-about .img-l {
    margin-top: 59px;
  }
}
.sec-about .img-l .img-inner {
  animation: scroll-left 120s linear infinite;
}
.sec-about .img-l .img-inner img {
  width: calc(306.6666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-about .img-l .img-inner img {
    width: 2481px;
  }
}
.sec-about {
  /* アニメーション　右へ流れる */
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.sec-about {
  /* 左へ流れる */
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.sec-details {
  padding-top: calc(8.8 * var(--vw));
  background: #fdf6ec;
}
@media only screen and (min-width: 751px) {
  .sec-details {
    padding-top: 71px;
  }
  .sec-details .sec_inner {
    background: url(../img/bg_details_l.png) left top 41px/auto no-repeat, url(../img/bg_details_r.png) right top 42px/auto no-repeat;
  }
}
@media only screen and (min-width: 751px) {
  .sec-details .sec_title {
    margin-bottom: 53px;
  }
}
.sec-details .sec_title img {
  width: calc(76.2666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-details .sec_title img {
    width: 572px;
  }
}
.sec-details .list {
  margin-bottom: calc(3.2 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-details .list {
    margin-bottom: 20px;
  }
}

.sec-campaign {
  background: #fdf6ec;
  padding-top: calc(7.7333333333 * var(--vw));
  padding-bottom: calc(6.1333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-campaign {
    padding-top: 0;
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-campaign .sec-campaign_inner {
    background: url(../img/bg_campaign_sp.png) bottom calc(18.6666666667 * var(--vw)) center/100% no-repeat;
  }
}
@media only screen and (min-width: 751px) {
  .sec-campaign .sec_inner {
    padding-top: 95px;
    background: url(../img/bg_campaign_l-t.png) left 20px top 35px/auto no-repeat, url(../img/bg_campaign_r-t.png) right 10px center/auto no-repeat;
  }
}
@media only screen and (min-width: 751px) {
  .sec-campaign .bg-pc {
    max-width: 1644px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .sec-campaign .bg-pc::before, .sec-campaign .bg-pc::after {
    content: "";
    position: absolute;
  }
  .sec-campaign .bg-pc::before {
    background: url(../img/bg_campaign_l-b.png) bottom left/100% no-repeat;
    width: 325px;
    height: 153px;
    left: 41px;
    top: -37px;
  }
  .sec-campaign .bg-pc::after {
    background: url(../img/bg_campaign_r-b.png) bottom right/100% no-repeat;
    right: 133px;
    top: -31px;
    width: 172px;
    height: 128px;
  }
}
.sec-campaign .bg-bubble {
  position: relative;
  background: #fdf6ec;
  padding-bottom: calc(6.4 * var(--vw));
  z-index: 1;
  margin-bottom: calc(2.1333333333 * var(--vw));
  line-height: 1.375;
}
@media only screen and (min-width: 751px) {
  .sec-campaign .bg-bubble {
    padding-bottom: 27px;
    margin-bottom: 27px;
    line-height: 1.5;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-campaign .bg-bubble .bg-beige {
  padding-bottom: calc(1.0666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-campaign .bg-bubble .bg-beige {
    padding-bottom: 4px;
  }
}
.sec-campaign .bg-bubble .mb {
  display: inline-block;
  margin-bottom: calc(1.0666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-campaign .bg-bubble .mb {
    margin-bottom: 4px;
  }
}
.sec-campaign .bg-bubble::after {
  content: "";
  width: calc(31.4666666667 * var(--vw));
  height: calc(12 * var(--vw));
  background: url(../img/bubble.svg) center/100% no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media only screen and (min-width: 751px) {
  .sec-campaign .bg-bubble::after {
    width: 147px;
    height: 57px;
  }
}
.sec-campaign .bg-bubble .flex {
  position: relative;
  padding-left: calc(12 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-campaign .bg-bubble .flex {
    padding-left: 52px;
  }
}
.sec-campaign .bg-bubble .flex img {
  position: absolute;
  left: calc(2.1333333333 * var(--vw));
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(8.5333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-campaign .bg-bubble .flex img {
    left: 6px;
    width: 40px;
  }
}
.sec-campaign .sec_title {
  margin-bottom: calc(6.6666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-campaign .sec_title {
    margin-bottom: 49px;
  }
}
.sec-campaign .sec_title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sec-campaign .sec_title img:nth-child(1) {
  width: calc(80 * var(--vw));
  margin-bottom: calc(2.4 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-campaign .sec_title img:nth-child(1) {
    width: 572px;
    margin-bottom: 16px;
  }
}
.sec-campaign .sec_title img:nth-child(2) {
  width: calc(62.4 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-campaign .sec_title img:nth-child(2) {
    max-width: 442px;
  }
}
.sec-campaign .list {
  margin-bottom: calc(7.4666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-campaign .list {
    margin-bottom: 47px;
  }
}
.sec-campaign .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(89.6 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-campaign .swiper-slide {
    width: 500px;
  }
}
.sec-campaign .swiper-slide .bn_outer {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/bn_campaign_bg.png) center/100% no-repeat;
  border: solid 1px #9fa0a0;
}
.sec-campaign .swiper-slide .bn_img {
  aspect-ratio: 790/590;
  width: calc(65.3333333333 * var(--vw));
  margin: calc(25.8666666667 * var(--vw)) auto calc(4 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-campaign .swiper-slide .bn_img {
    width: 365px;
    margin: 144px auto 23px;
  }
}
.sec-campaign .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  filter: drop-shadow(3px 3px 0 #c9c0b8);
}
@media only screen and (min-width: 751px) {
  .sec-campaign .swiper-slide img {
    filter: drop-shadow(4px 4px 0 #c9c0b8);
  }
}
.sec-campaign .swiper-slide .bn_title {
  width: calc(66.9333333333 * var(--vw));
  height: calc(7.2 * var(--vw));
  margin: auto;
  border: solid 1px #b1a99c;
  position: relative;
  text-align: center;
  font-size: calc(3.4666666667 * var(--vw));
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 751px) {
  .sec-campaign .swiper-slide .bn_title {
    width: 372px;
    height: 40px;
    font-size: 2rem;
  }
}
.sec-campaign .swiper-slide .bn_title::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: solid 1px #b1a99c;
  position: absolute;
  top: -3px;
  left: -3px;
}
.sec-campaign .swiper-slide .bn_title small {
  font-size: calc(2.4 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-campaign .swiper-slide .bn_title small {
    font-size: 1.3rem;
  }
}
.sec-campaign .swiper-slide .bn_title span {
  width: calc(3.2 * var(--vw));
  height: calc(3.2 * var(--vw));
  color: #fff;
  font-size: calc(2.4 * var(--vw));
  border-radius: 50%;
  background: #645741;
  display: inline-block;
  line-height: 1.3333333333;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .sec-campaign .swiper-slide .bn_title span {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}
.sec-campaign .swiper-pagination {
  position: static;
  margin-top: calc(2.1333333333 * var(--vw));
  margin-bottom: calc(6.4 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-campaign .swiper-pagination {
    margin-top: 21px;
    margin-bottom: 44px;
  }
}
.sec-campaign .swiper-pagination-bullet {
  opacity: 1;
  width: calc(3.2 * var(--vw));
  height: calc(3.2 * var(--vw));
  border: solid 1px #645741;
  background: transparent;
  margin: 0 calc(1.8666666667 * var(--vw)) !important;
}
@media only screen and (min-width: 751px) {
  .sec-campaign .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 10px !important;
  }
}
.sec-campaign .swiper-pagination-bullet-active {
  background: #f5ab2d;
  border: none;
}

.sec-results {
  background: #fdf6ec;
}
.sec-results .sec_inner {
  padding-bottom: calc(13.8666666667 * var(--vw));
}
@media only screen and (max-width: 750px) {
  .sec-results .sec_inner {
    background: url(../img/bg_results_sp.png) top calc(8.2666666667 * var(--vw)) center/100% no-repeat;
  }
}
@media only screen and (min-width: 751px) {
  .sec-results .sec_inner {
    padding-bottom: 179px;
    background: url(../img/bg_results_l.png) bottom 58px left/auto no-repeat, url(../img/bg_results_r.png) bottom 37px right 27px/auto no-repeat;
  }
}
.sec-results .sec_title_outer {
  width: calc(77.8666666667 * var(--vw));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(2.1333333333 * var(--vw));
  border-bottom: calc(0.5333333333 * var(--vw)) dotted #f5ab2d;
  padding-bottom: calc(1.0666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-results .sec_title_outer {
    max-width: 570px;
    border-width: 2px;
    margin-bottom: 19px;
    padding-bottom: 10px;
  }
}
.sec-results .sec_title {
  font-size: calc(4.2666666667 * var(--vw));
  font-weight: 700 !important;
  padding: 0 calc(6.4 * var(--vw));
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .sec-results .sec_title {
    font-size: 2rem;
    padding: 0 50px;
  }
}
.sec-results .sec_title::before, .sec-results .sec_title::after {
  content: "";
  position: absolute;
  background: url(../img/icon_present.svg) center/100% no-repeat;
  width: calc(4.5333333333 * var(--vw));
  height: calc(4.2666666667 * var(--vw));
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .sec-results .sec_title::before, .sec-results .sec_title::after {
    width: 2.7rem;
    height: 2.6rem;
  }
}
.sec-results .sec_title::before {
  left: 0;
}
.sec-results .sec_title::after {
  right: 0;
}
.sec-results .sec_text {
  width: calc(77.8666666667 * var(--vw));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(6.4 * var(--vw));
  line-height: 1.4375;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 751px) {
  .sec-results .sec_text {
    width: 576px;
    margin-bottom: 42px;
    text-align: center;
  }
}

.sec-movie {
  padding-top: calc(11.7333333333 * var(--vw));
  padding-bottom: calc(17.0666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-movie {
    padding-top: 89px;
    padding-bottom: 66px;
  }
}
.sec-movie .sec_text {
  margin-bottom: calc(7.4666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-movie .sec_text {
    margin-bottom: 43px;
    background: url(../img/bg_movie.png) top 62px left 51.4%/auto no-repeat;
  }
}
.sec-movie .sec_subtitle {
  width: calc(61.0666666667 * var(--vw));
  margin: 0 auto calc(8 * var(--vw));
  max-width: 550px;
}
@media only screen and (min-width: 751px) {
  .sec-movie .sec_subtitle {
    margin-bottom: 39px;
  }
}
.sec-movie .sec_subtitle img {
  width: 100%;
}
.sec-movie .sec_title {
  width: calc(72.2666666667 * var(--vw));
  margin: 0 auto calc(7.4666666667 * var(--vw));
  max-width: 584px;
}
@media only screen and (min-width: 751px) {
  .sec-movie .sec_title {
    margin-bottom: 48px;
  }
}
.sec-movie .sec_title img {
  width: 100%;
}
.sec-movie .link_outer-753 img {
  display: block;
  width: calc(58.6666666667 * var(--vw));
  margin: 0 auto calc(2.6666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-movie .link_outer-753 img {
    max-width: 273px;
    margin-bottom: 16px;
  }
}
.sec-movie .movie-swiper {
  margin-bottom: calc(10.1333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-movie .movie-swiper {
    margin-bottom: 73px;
  }
}
.sec-movie .movie-swiper .js-modal-open {
  border: calc(0.8 * var(--vw)) solid #f5ab2d;
  border-radius: calc(4.5333333333 * var(--vw));
  overflow: hidden;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 751px) {
  .sec-movie .movie-swiper .js-modal-open {
    border-width: 5px;
    border-radius: 25px;
  }
}
.sec-movie .movie-swiper .swiper-slide {
  overflow: hidden;
  width: calc(72 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-movie .movie-swiper .swiper-slide {
    width: 420px;
  }
}
.sec-movie .movie-swiper .img-movie_outer {
  position: relative;
}
.sec-movie .movie-swiper .img-movie_outer::after {
  content: "";
  width: calc(37.6 * var(--vw));
  height: calc(37.3333333333 * var(--vw));
  background: url(../img/icon_movie.png) center/100% no-repeat;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .sec-movie .movie-swiper .img-movie_outer::after {
    width: 174px;
    height: 173px;
  }
}
.sec-movie .movie-swiper .img-movie_outer img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-movie .movie-swiper .title {
  text-align: center;
  padding: calc(2.4 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
  color: #645741;
  font-size: calc(4.2666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-movie .movie-swiper .title {
    font-size: 2.5rem;
    padding: 15px 0;
  }
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 10000;
}
.modal.is-open {
  display: block;
}
.modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-content {
  position: fixed;
  inset: 0;
  width: 71.2%;
  max-height: calc(85dvh - 72px);
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .modal-content {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.modal-body {
  aspect-ratio: 315/560;
  margin: auto;
  width: 100%;
  height: 100%;
}
.modal-body iframe {
  width: 100%;
  height: 100%;
}
.modal-close {
  color: #fff;
  position: relative;
  display: block;
  margin-left: auto;
  padding: calc(4 * var(--vw)) calc(8.5333333333 * var(--vw)) calc(4 * var(--vw)) 0;
  font-size: calc(4.2666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .modal-close {
    font-size: 1.6rem;
    padding: 20px 5rem;
  }
}
.modal-close::before, .modal-close::after {
  content: "";
  width: calc(8.5333333333 * var(--vw));
  height: calc(0.8 * var(--vw));
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .modal-close::before, .modal-close::after {
    width: 4.8rem;
    height: 0.5rem;
  }
}
.modal-close::before {
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(-45deg);
}

.sec-entry .bg-blue {
  padding: calc(6.9333333333 * var(--vw)) 0;
}
@media only screen and (min-width: 751px) {
  .sec-entry .bg-blue {
    padding: 53px 0 38px;
  }
}
.sec-entry .bg-blue .sec_title {
  font-size: calc(4.2666666667 * var(--vw));
  font-weight: 700 !important;
  color: #fff;
  line-height: 1.5625;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto calc(4.2666666667 * var(--vw));
  padding: 0 calc(5.3333333333 * var(--vw));
  position: relative;
}
@media only screen and (min-width: 751px) {
  .sec-entry .bg-blue .sec_title {
    font-size: 2.5rem;
    padding: 0 2.8rem;
    margin-bottom: 29px;
  }
}
.sec-entry .bg-blue .sec_title::before, .sec-entry .bg-blue .sec_title::after {
  content: "";
  width: calc(0.5333333333 * var(--vw));
  height: calc(6.4 * var(--vw));
  background: #fff;
  position: absolute;
  top: calc(1.0666666667 * var(--vw));
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .sec-entry .bg-blue .sec_title::before, .sec-entry .bg-blue .sec_title::after {
    width: 0.2rem;
    height: 4.3rem;
    top: 0.5rem;
  }
}
.sec-entry .bg-blue .sec_title::before {
  left: 0;
  transform: rotate(-24deg);
}
.sec-entry .bg-blue .sec_title::after {
  right: 1.5rem;
  transform: rotate(24deg);
}
.sec-entry .bg-blue .sec_text {
  color: #fff;
  line-height: 1.5625;
}
@media only screen and (min-width: 751px) {
  .sec-entry .bg-blue .sec_text {
    line-height: 1.75;
  }
}
.sec-entry .bg-lightblue {
  padding-top: calc(5.3333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-entry .bg-lightblue {
    padding-top: 80px;
  }
}

.contents {
  position: relative;
  z-index: 1;
  width: calc(80 * var(--vw));
  margin: auto;
  font-size: calc(4.2666666667 * var(--vw));
  line-height: 1.5625;
}
@media only screen and (min-width: 751px) {
  .contents {
    max-width: 833px;
    font-size: 2rem;
    line-height: 1.55;
  }
}
.contents::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: calc(1.3333333333 * var(--vw));
  left: calc(1.3333333333 * var(--vw));
  z-index: -1;
  border-radius: calc(1.3333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .contents::before {
    top: 10px;
    left: 10px;
    border-radius: 10px;
  }
}
.contents-inner {
  border-radius: calc(1.3333333333 * var(--vw));
  border: calc(0.2666666667 * var(--vw)) solid #75c1c4;
  padding: calc(9.6 * var(--vw)) calc(5.3333333333 * var(--vw)) calc(3.7333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .contents-inner {
    border-radius: 10px;
    border-width: 2px;
    padding: 62px 100px 56px;
  }
}
.contents-inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: calc(22.6666666667 * var(--vw));
  height: calc(6.1333333333 * var(--vw));
  background: #75c1c4;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 50%, 0 100%);
}
@media only screen and (min-width: 751px) {
  .contents-inner::before {
    width: 170px;
    height: 45px;
  }
}
.contents:nth-child(3) .contents-inner {
  padding-bottom: calc(10.6666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .contents:nth-child(3) .contents-inner {
    padding: 62px 83px 42px;
  }
}
.contents .text + .text {
  margin-top: calc(2.6666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .contents .text + .text {
    margin-top: 22px;
  }
}
.contents + .sec_text {
  margin-top: calc(5.8666666667 * var(--vw));
  margin-bottom: calc(6.6666666667 * var(--vw));
  line-height: 1.8125;
}
@media only screen and (min-width: 751px) {
  .contents + .sec_text {
    margin-top: 42px;
    margin-bottom: 74px;
    line-height: 1.75;
  }
}
.contents img {
  display: block;
  margin: calc(2.6666666667 * var(--vw)) auto 0;
  width: calc(47.2 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .contents img {
    max-width: 323px;
    width: 38.7755102041%;
    position: absolute;
    top: -5px;
    right: 39px;
  }
}
.contents_title {
  color: #75c1c4;
  font-size: calc(4.2666666667 * var(--vw));
  font-weight: 700 !important;
  line-height: 1.5625;
  text-align: center;
  padding-bottom: calc(1.0666666667 * var(--vw));
  border-bottom: calc(0.2666666667 * var(--vw)) solid #75c1c4;
  margin-bottom: calc(3.2 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .contents_title {
    font-size: 2.5rem;
    line-height: 1.84;
    padding-bottom: 4px;
    border-width: 2px;
    margin-bottom: 16px;
  }
}
.contents_text {
  max-width: calc(55.4666666667 * var(--vw));
  margin: 0 auto calc(5.3333333333 * var(--vw));
  line-height: 1.625;
}
@media only screen and (min-width: 751px) {
  .contents_text {
    text-align: center;
    margin-bottom: 37px;
  }
}
.contents .list-check {
  max-width: calc(66.6666666667 * var(--vw));
  margin: auto;
}
.contents .list-check_item {
  padding-left: calc(6.9333333333 * var(--vw));
  position: relative;
  letter-spacing: -0.07em;
  text-align: justify;
  line-height: 1.625;
}
@media only screen and (min-width: 751px) {
  .contents .list-check_item {
    padding-left: 55px;
    line-height: 1.75;
  }
}
.contents .list-check_item::before {
  content: "";
  width: calc(4.8 * var(--vw));
  height: calc(3.2 * var(--vw));
  background: url(../img/icon_check.svg) center/100% no-repeat;
  position: absolute;
  left: 0;
  top: calc(2.1333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .contents .list-check_item::before {
    width: 2.7rem;
    height: 1.7rem;
    top: 0.9rem;
    left: 0.9rem;
  }
}
.contents .list-check_item + .list-check_item {
  margin-top: calc(3.4666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .contents .list-check_item + .list-check_item {
    margin-top: 30px;
  }
}

.contents-period {
  padding-top: calc(14.1333333333 * var(--vw));
  width: calc(75.4666666667 * var(--vw));
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .contents-period {
    padding-top: 51px;
    max-width: 565px;
  }
}
.contents-period .contents_title_outer {
  border-bottom: calc(0.5333333333 * var(--vw)) dotted #75c1c4;
  margin-bottom: calc(1.3333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .contents-period .contents_title_outer {
    border-width: 2px;
    margin-bottom: 16px;
  }
}
.contents-period .contents_title {
  color: #645741;
  padding: 0 calc(5.0666666667 * var(--vw)) calc(1.8666666667 * var(--vw));
  line-height: 1.3125;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  border-bottom: none;
}
@media only screen and (min-width: 751px) {
  .contents-period .contents_title {
    padding: 0 3rem 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.contents-period .contents_title::before, .contents-period .contents_title::after {
  content: "";
  width: calc(4 * var(--vw));
  height: calc(6.9333333333 * var(--vw));
  background: url(../img/icon_phone.svg) center/100% no-repeat;
  position: absolute;
  top: calc(-0.2666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .contents-period .contents_title::before, .contents-period .contents_title::after {
    width: 2rem;
    height: 3.4rem;
  }
}
.contents-period .contents_title::before {
  left: 0;
}
.contents-period .contents_title::after {
  right: 0;
}
.contents-period .period {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto calc(10.6666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .contents-period .period {
    margin-bottom: 37px;
  }
}
.contents-period .sec_text-instagram {
  margin-bottom: calc(5.3333333333 * var(--vw)) !important;
}
@media only screen and (min-width: 751px) {
  .contents-period .sec_text-instagram {
    margin-bottom: 15px !important;
  }
}

.contents-entry {
  padding-top: calc(17.6 * var(--vw));
  padding-bottom: calc(13.3333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .contents-entry {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.title-ribbon {
  font-size: calc(4.2666666667 * var(--vw));
  line-height: 2;
  font-weight: 700 !important;
  text-align: center;
  color: #75c1c4;
  aspect-ratio: 300/56;
  width: calc(49.3333333333 * var(--vw));
  margin: 0 auto calc(2.9333333333 * var(--vw));
  background: url(../img/bg_title_blue.svg) center/100% no-repeat;
}
@media only screen and (min-width: 751px) {
  .title-ribbon {
    font-size: 2.5rem;
    margin-bottom: 24px;
    width: 29.4rem;
  }
}
.title-ribbon.orange {
  color: #f5ab2d;
  background: url(../img/bg_title_orange.svg) center/100% no-repeat;
}
@media only screen and (min-width: 751px) {
  .title-ribbon.orange {
    margin-bottom: 27px;
  }
}

.tab {
  position: relative;
  z-index: 1;
  width: calc(83.7333333333 * var(--vw));
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .tab {
    max-width: 833px;
  }
}
.tab::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: calc(1.3333333333 * var(--vw));
  left: calc(1.3333333333 * var(--vw));
  z-index: -1;
}
@media only screen and (min-width: 751px) {
  .tab::before {
    top: 5px;
    left: 5px;
  }
}
.tab-inner {
  border: calc(0.2666666667 * var(--vw)) solid #75c1c4;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .tab-inner {
    border-width: 2px;
  }
}
.tab-inner::after {
  content: "";
  width: calc(24.2666666667 * var(--vw));
  height: calc(3.2 * var(--vw));
  background: #75c1c4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 751px) {
  .tab-inner::after {
    width: 182px;
    height: 25px;
  }
}
.tab .list-tab {
  display: flex;
  margin-left: calc(-0.2666666667 * var(--vw));
  margin-top: calc(-0.2666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .tab .list-tab {
    margin-left: -2px;
    margin-top: -2px;
  }
}
.tab .list-tab_item {
  margin-top: calc(1.8666666667 * var(--vw));
  width: calc(12.8 * var(--vw));
  height: calc(13.8666666667 * var(--vw));
  position: relative;
  margin-right: calc(3.7333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .tab .list-tab_item {
    margin-top: 10px;
    width: 9.3rem;
    height: 10.3rem;
    margin-right: 28px;
  }
}
.tab .list-tab_item::before {
  content: "";
  width: calc(100% - 0.5333333333 * var(--vw));
  height: calc(1.0666666667 * var(--vw));
  background: #fff;
  position: absolute;
  z-index: 10;
  top: calc(-0.5333333333 * var(--vw));
  left: calc(0.2666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .tab .list-tab_item::before {
    width: calc(100% - 4px);
    height: 4px;
    left: 2px;
    top: -2px;
  }
}
.tab .list-tab_item.is-current {
  margin-top: 0;
  width: calc(16 * var(--vw));
  height: calc(18.9333333333 * var(--vw));
  filter: drop-shadow(calc(0.8 * var(--vw)) calc(0.8 * var(--vw)) 0 #eef6f6);
}
@media only screen and (min-width: 751px) {
  .tab .list-tab_item.is-current {
    width: 11.6rem;
    height: 14.2rem;
    filter: drop-shadow(4px 4px 0 #eef6f6);
  }
}
.tab .list-tab_item.is-current::before {
  background: #eef6f6;
}
.tab .list-tab_item.is-current .btn-tab_outer {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
}
.tab .list-tab_item.is-current .btn-tab {
  background: #eef6f6;
  clip-path: polygon(calc(0.2666666667 * var(--vw)) 0, calc(100% - 0.2666666667 * var(--vw)) 0, calc(100% - 0.2666666667 * var(--vw)) calc(100% - 0.2666666667 * var(--vw)), 50% calc(82% - 0.2666666667 * var(--vw)), calc(0.2666666667 * var(--vw)) calc(100% - 0.2666666667 * var(--vw)));
}
@media only screen and (min-width: 751px) {
  .tab .list-tab_item.is-current .btn-tab {
    clip-path: polygon(2px 0, calc(100% - 2px) 0, calc(100% - 2px) calc(100% - 2px), 50% calc(82% - 2px), 2px calc(100% - 2px));
  }
}
.tab .list-tab_item.is-current .btn-tab_step {
  font-size: calc(4.5333333333 * var(--vw));
  padding-top: calc(1.0666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .tab .list-tab_item.is-current .btn-tab_step {
    font-size: 3.3rem;
    padding-top: 4px;
  }
}
.tab .list-tab_item.is-current .btn-tab_num {
  font-size: calc(8 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .tab .list-tab_item.is-current .btn-tab_num {
    font-size: 6rem;
  }
}
.tab .list-tab .btn-tab_outer {
  width: 100%;
  height: 100%;
  background: #75c1c4;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 76%, 0 100%);
}
.tab .list-tab .btn-tab {
  cursor: pointer;
  color: #75c1c4;
  text-align: center;
  width: 100%;
  height: 100%;
  clip-path: polygon(calc(0.2666666667 * var(--vw)) 0, calc(100% - 0.2666666667 * var(--vw)) 0, calc(100% - 0.2666666667 * var(--vw)) calc(100% - 0.2666666667 * var(--vw)), 50% calc(76% - 0.2666666667 * var(--vw)), calc(0.2666666667 * var(--vw)) calc(100% - 0.2666666667 * var(--vw)));
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 751px) {
  .tab .list-tab .btn-tab {
    clip-path: polygon(2px 0, calc(100% - 2px) 0, calc(100% - 2px) calc(100% - 2px), 50% calc(76% - 2px), 2px calc(100% - 2px));
  }
}
.tab .list-tab .btn-tab_step {
  padding-top: calc(0.2666666667 * var(--vw));
  font-size: calc(2.9333333333 * var(--vw));
  display: block;
  font-weight: 900 !important;
}
@media only screen and (min-width: 751px) {
  .tab .list-tab .btn-tab_step {
    font-size: 2.2rem;
    padding-top: 4px;
  }
}
.tab .list-tab .btn-tab_num {
  font-size: calc(5.8666666667 * var(--vw));
  font-weight: 900 !important;
}
@media only screen and (min-width: 751px) {
  .tab .list-tab .btn-tab_num {
    font-size: 4.4rem;
  }
}
.tab_content {
  display: none;
  padding: calc(8 * var(--vw)) 0 calc(17.0666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .tab_content {
    padding: 9px 7.2028811525% 83px;
  }
}
.tab_content.is-active {
  display: block;
}
.tab_content_text {
  font-size: calc(4.2666666667 * var(--vw));
  line-height: 1.625;
  width: calc(66.6666666667 * var(--vw));
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 751px) {
  .tab_content_text {
    font-size: 2rem;
    line-height: 1.8;
    width: 100%;
  }
}
.tab_content img {
  display: block;
  margin: auto;
}
.tab_content-01 img {
  width: calc(58.6666666667 * var(--vw));
  margin-top: calc(13.3333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .tab_content-01 img {
    max-width: 448px;
    width: 100%;
    margin-top: 36px;
  }
}
@media only screen and (min-width: 751px) {
  .tab_content-01 .tab_content_text {
    text-align: center;
  }
}
@media only screen and (min-width: 751px) {
  .tab_content-02 {
    padding-top: 112px;
    padding-bottom: 146px;
  }
  .tab_content-02 .tab_content_text {
    margin-bottom: 48px;
    margin-left: 3.6014405762%;
  }
}
.tab_content-02 .img-pocketallice {
  width: calc(38.9333333333 * var(--vw));
  display: inline-block;
}
@media only screen and (min-width: 751px) {
  .tab_content-02 .img-pocketallice {
    max-width: 146px;
    position: static;
    margin-bottom: 8px;
  }
}
.tab_content-02 img {
  width: calc(35.2 * var(--vw));
  margin-top: calc(7.4666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .tab_content-02 img {
    max-width: 282px;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 2.0408163265%;
  }
}
@media only screen and (min-width: 751px) {
  .tab_content-03.is-active {
    display: grid;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .tab_content-03 .tab_content_text {
    margin-left: 3.6014405762%;
    max-width: -moz-max-content;
    max-width: max-content;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .tab_content-03 .link {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 61px;
  }
}
.tab_content-03 img {
  width: calc(48.5333333333 * var(--vw));
  margin-top: calc(6.1333333333 * var(--vw));
  margin-bottom: calc(5.8666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .tab_content-03 img {
    max-width: 276px;
    margin: 0;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.tab_content-04 .list-tag {
  margin: calc(2.1333333333 * var(--vw)) 0 calc(2.9333333333 * var(--vw)) calc(8.2666666667 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .tab_content-04 .list-tag {
    display: flex;
    gap: 18px;
    justify-content: center;
    gap: 19px;
    max-width: 598px;
    width: 100%;
    font-size: 2rem;
    letter-spacing: -0.03em;
    line-height: 1.95;
    padding-bottom: 1px;
    margin: 10px auto 21px;
  }
  .tab_content-04 .list-tag .list-tag_item {
    width: calc(100% - 36px);
    padding: 0;
  }
  .tab_content-04 .list-tag .list-tag_item + .list-tag_item {
    margin-top: 0;
  }
}
.tab_content-04 .tab_content_text + .tab_content_text {
  margin-top: calc(8 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .tab_content-04 .tab_content_text + .tab_content_text {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 751px) {
  .tab_content-04 .tab_content_text {
    text-align: center;
  }
}
@media only screen and (min-width: 751px) {
  .tab_content-05.is-active {
    display: grid;
    list-style: center;
    justify-content: center;
    gap: 20px 8%;
  }
  .tab_content-05 .tab_content_text {
    margin-left: 3.6014405762%;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.tab_content-05 img {
  width: calc(38.4 * var(--vw));
  margin-top: calc(3.7333333333 * var(--vw));
  margin-bottom: calc(3.2 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .tab_content-05 img {
    max-width: 266px;
    grid-column: 2/3;
    grid-row: 1/3;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.tab_content-05 .asterisk {
  font-size: calc(4.2666666667 * var(--vw));
  width: calc(66.6666666667 * var(--vw));
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.09em;
}
@media only screen and (min-width: 751px) {
  .tab_content-05 .asterisk {
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.sec-guidelines {
  width: calc(90.6666666667 * var(--vw));
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: calc(13.0666666667 * var(--vw)) calc(4.8 * var(--vw)) 0;
}
@media only screen and (min-width: 751px) {
  .sec-guidelines {
    max-width: 1200px;
    width: 90.6666666667%;
    padding: 80px 5% 0;
  }
}
.sec-guidelines .accordion_outer-guidelines {
  background: #f5ab2d;
  border-radius: calc(2.4 * var(--vw));
  padding: calc(4.5333333333 * var(--vw)) 0;
}
@media only screen and (min-width: 751px) {
  .sec-guidelines .accordion_outer-guidelines {
    max-width: 846px;
    padding: 26px 0 40px;
    margin: auto;
    border-radius: 10px;
  }
}
.sec-guidelines .accordion_outer-guidelines .accordion_title {
  font-weight: 700 !important;
  background: #f5ab2d;
  color: #fff;
  font-size: calc(4.2666666667 * var(--vw));
  padding: calc(3.4666666667 * var(--vw)) calc(7.2 * var(--vw));
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 751px) {
  .sec-guidelines .accordion_outer-guidelines .accordion_title {
    font-size: 3.2rem;
    padding: 24px 12.4113475177%;
  }
}
.sec-guidelines .accordion_outer-guidelines .accordion_title::after {
  content: "";
  width: calc(3.2 * var(--vw));
  height: calc(3.2 * var(--vw));
  border-right: calc(0.8 * var(--vw)) solid #fff;
  border-bottom: calc(0.8 * var(--vw)) solid #fff;
  display: block;
  transform: rotate(-45deg);
  transition: 0.3s;
}
@media only screen and (min-width: 751px) {
  .sec-guidelines .accordion_outer-guidelines .accordion_title::after {
    width: 2.6rem;
    height: 2.6rem;
    border-width: 4px;
  }
}
.sec-guidelines .accordion_outer-guidelines .is-opened .accordion_title::after {
  transform: rotate(45deg);
}
.sec-guidelines .accordion_outer-guidelines .accordion_content {
  width: calc(100% - 2.6666666667 * var(--vw));
  margin: auto;
  padding: calc(5.3333333333 * var(--vw)) calc(2.6666666667 * var(--vw));
  font-size: calc(4 * var(--vw));
  line-height: 1.5;
  background: #fefbf4;
}
@media only screen and (min-width: 751px) {
  .sec-guidelines .accordion_outer-guidelines .accordion_content {
    width: calc(100% - 26px);
    font-size: 2rem;
    line-height: 1.9;
    padding: 40px 50px;
  }
}

.accordion {
  overflow: hidden;
  height: var(--acc-height--closed);
  transition: height 0.25s ease;
}

.accordion.is-opened {
  height: var(--acc-height--opened);
}

.accordion_title {
  font-size: calc(4.2666666667 * var(--vw));
  line-height: 1.625;
}
@media only screen and (min-width: 751px) {
  .accordion_title {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}

.list-normal_item,
.list-order_item {
  position: relative;
}
.list-normal_item::before,
.list-order_item::before {
  position: absolute;
  top: 0;
  left: 0;
}

.list-normal_item {
  padding-left: calc(2.1333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .list-normal_item {
    padding-left: 11px;
  }
}
.list-normal_item::before {
  content: "･";
}

.list-order {
  counter-reset: item;
}
.list-order_item {
  padding-left: calc(5.3333333333 * var(--vw));
  counter-increment: item;
}
@media only screen and (min-width: 751px) {
  .list-order_item {
    padding-left: 22px;
  }
}
.list-order_item::before {
  content: counter(item);
  font-size: calc(3.2 * var(--vw));
  width: calc(4.5333333333 * var(--vw));
  height: calc(4.5333333333 * var(--vw));
  border: 1px solid #645741;
  border-radius: 50%;
  text-align: center;
  line-height: 1.1428571429;
  top: calc(0.8 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .list-order_item::before {
    font-size: 1.2rem;
    width: 1.8rem;
    height: 1.8rem;
    top: 1rem;
  }
}

.sec-faq {
  width: calc(90.6666666667 * var(--vw));
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: calc(13.6 * var(--vw)) calc(4.8 * var(--vw)) calc(13.3333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-faq {
    max-width: 1200px;
    width: 90.6666666667%;
    padding: 100px 5% 149px;
  }
}
.sec-faq .title-ribbon {
  margin-bottom: calc(3.7333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-faq .title-ribbon {
    margin-bottom: 47px;
  }
}
.sec-faq .accordion {
  border-bottom: 1px solid #645741;
  letter-spacing: -0.07em;
}
@media only screen and (min-width: 751px) {
  .sec-faq .accordion {
    max-width: 850px;
    margin: auto;
  }
}
.sec-faq .accordion:nth-child(2) {
  border-top: 1px solid #645741;
}
.sec-faq .accordion_title {
  position: relative;
  padding: calc(4 * var(--vw)) calc(8 * var(--vw)) calc(3.2 * var(--vw)) calc(13.3333333333 * var(--vw));
  transition: 0.3s;
  min-height: calc(21.3333333333 * var(--vw));
  line-height: 1.625;
  display: flex;
  align-items: center;
  letter-spacing: -0.11em;
}
@media only screen and (min-width: 751px) {
  .sec-faq .accordion_title {
    padding: 22px 128px 22px 116px;
    min-height: 10.3rem;
    line-height: 1.8;
  }
}
.sec-faq .accordion_title::before {
  content: "Q";
  font-size: calc(8.5333333333 * var(--vw));
  line-height: 1;
  font-weight: 900 !important;
  color: #837967;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(4 * var(--vw));
  height: -moz-max-content;
  height: max-content;
}
@media only screen and (min-width: 751px) {
  .sec-faq .accordion_title::before {
    font-size: 5rem;
    left: 60px;
    top: -0.9rem;
  }
}
.sec-faq .accordion_title::after {
  content: "";
  position: absolute;
  right: calc(3.2 * var(--vw));
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(4.2666666667 * var(--vw));
  height: calc(4.2666666667 * var(--vw));
  background-repeat: no-repeat;
  background-position: center;
  background-image: linear-gradient(#645741, #645741), linear-gradient(#645741, #645741);
  background-size: calc(4.2666666667 * var(--vw)) calc(0.5333333333 * var(--vw)), calc(0.5333333333 * var(--vw)) calc(4.2666666667 * var(--vw));
  transition: background-size 0.3s ease;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .sec-faq .accordion_title::after {
    width: 2rem;
    height: 2rem;
    background-size: 2rem 0.2rem, 0.2rem 2rem;
    right: 71px;
  }
}
@media only screen and (min-width: 751px) {
  .sec-faq .accordion_title:hover {
    background: #fdeed5;
  }
}
.sec-faq .is-opened .accordion_title::after {
  background-size: calc(4.2666666667 * var(--vw)) calc(0.5333333333 * var(--vw)), 0 0;
}
@media only screen and (min-width: 751px) {
  .sec-faq .is-opened .accordion_title::after {
    background-size: 2rem 0.2rem, 0 0;
  }
}
.sec-faq .accordion_content {
  font-size: calc(4.2666666667 * var(--vw));
  line-height: 1.625;
  position: relative;
  padding: 0 calc(4.8 * var(--vw)) calc(4.8 * var(--vw)) calc(13.3333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-faq .accordion_content {
    font-size: 2rem;
    line-height: 1.75;
    padding: 0 3rem 30px 116px;
  }
}
.sec-faq .accordion_content::before {
  content: "A";
  font-size: calc(8.5333333333 * var(--vw));
  line-height: 1;
  font-weight: 900 !important;
  color: #ed7a94;
  position: absolute;
  top: calc(-0.5333333333 * var(--vw));
  left: calc(4 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-faq .accordion_content::before {
    font-size: 5rem;
    left: 60px;
    top: -0.9rem;
  }
}

.sec-inquiry {
  padding-top: calc(13.3333333333 * var(--vw));
  padding-bottom: calc(16.8 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-inquiry {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
.sec-inquiry .title-ribbon {
  margin-bottom: calc(6.1333333333 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-inquiry .title-ribbon {
    margin-bottom: 26px;
  }
}
.sec-inquiry .sec_text.c-blue {
  margin-bottom: calc(1.8666666667 * var(--vw));
  line-height: 1.375;
}
@media only screen and (min-width: 751px) {
  .sec-inquiry .sec_text.c-blue {
    margin-bottom: 20px;
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
}
.sec-inquiry .link-tel {
  color: #75c1c4;
  text-align: center;
  font-size: calc(10.6666666667 * var(--vw));
  line-height: 1;
  display: block;
  margin-bottom: calc(4 * var(--vw));
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}
@media only screen and (min-width: 751px) {
  .sec-inquiry .link-tel {
    font-size: 6rem;
    margin-bottom: 32px;
  }
}
.sec-inquiry .sec_text {
  line-height: 1.5625;
}
@media only screen and (min-width: 751px) {
  .sec-inquiry .sec_text {
    line-height: 1.75;
  }
}
.sec-inquiry .list-asterisk {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: calc(4.5333333333 * var(--vw)) auto calc(12.5333333333 * var(--vw));
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 751px) {
  .sec-inquiry .list-asterisk {
    margin: 33px auto 110px;
  }
}
.sec-inquiry .asterisk {
  font-size: calc(3.7333333333 * var(--vw));
  line-height: 1.7142857143;
}
@media only screen and (min-width: 751px) {
  .sec-inquiry .asterisk {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    text-align: center;
    padding-left: 0;
  }
  .sec-inquiry .asterisk::before {
    position: static;
  }
}
@media only screen and (min-width: 751px) {
  .sec-inquiry .list-asterisk + .sec_text {
    font-size: 1.8rem;
  }
}
.sec-inquiry .sec_text-l {
  font-size: calc(3.7333333333 * var(--vw));
  line-height: 1.6428571429;
  padding-bottom: calc(5.6 * var(--vw));
  border-bottom: calc(0.2666666667 * var(--vw)) solid #645741;
  max-width: calc(80 * var(--vw));
  margin: calc(5.8666666667 * var(--vw)) auto calc(6.4 * var(--vw));
}
@media only screen and (min-width: 751px) {
  .sec-inquiry .sec_text-l {
    border-width: 1px;
    font-size: 1.4rem;
    padding-bottom: 24px;
    max-width: 617px;
    margin: 13px auto 15px;
  }
}

.btn-top {
  width: calc(14.4 * var(--vw));
  position: fixed;
  z-index: 2;
  right: 1rem;
  bottom: 7rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity;
}
@media only screen and (min-width: 751px) {
  .btn-top {
    width: 85px;
    right: 2rem;
    bottom: 2rem;
  }
}
.btn-top.is-active {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */