@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/* -----------------------------------------------
common
----------------------------------------------- */
header {
  position: relative;
  z-index: 0;
}
main {
  /* background: #3aa8e0; */
  font-family: "Zen Maru Gothic", serif;
  font-feature-settings: "palt";
  color: #000;
}
main > section {
  z-index: 1;
  position: relative;
}
main img {
  width: 100%;
  height: auto;
}
main h1,
main h4,
main p,
main dl,
main dd {
  margin: 0;
}
main ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
main ol.breadcrumb {
  margin: 1em 0;
}
main picture {
  display: block;
}
main a {
  color: inherit;
}
.breadcrumb {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  z-index: 1;
}
.breadcrumb::after {
  content: '';
  width: 100vw;
  height: calc(100% + 2rem);
  background-color: #fff;
  position: absolute;
  top: -1rem;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.con_inner {
  margin: 0 auto;
}
.cv_wrap .cp_cv_btn {
  display: block;
  margin-inline: auto;
}
.cv_wrap .cv_entry {
  text-align: center;
}
.cv_wrap .cv_entry a {
  color: #fff;
}
.cv_wrap .cv_entry a span {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
.sec_heading {
  position: relative;
  z-index: 1;
}
.sec_heading::before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #00428a;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.sec_heading.pink::before {
  background-color: #DD3E68;
}
.sec_heading::after {
  content: '';
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .to_top a {
    bottom: 21.25vw;
  }
  main .inner_wrap:not(:has(.breadcrumb)) {
    width: 90vw;
  }
  .cv_wrap .cp_cv_btn {
    margin-top: 2.5vw;
  }
  .cv_wrap .cv_entry {
    margin-top: 3.75vw;
  }
  .cv_wrap .cv_entry a {
    border-bottom: 1px solid #fff;
  }
  .cv_wrap .cv_entry a span {
    font-size: 4vw;
    line-height: 1;
  }
  .sec_heading {
    padding-bottom: 6.25vw;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .sec_heading::after {
    height: 6.25vw;
    background: url(../img/matometeotoku/sec_heading_deco_sp.png) center / 100% auto no-repeat;
  }
  .sec_heading.pink::after {
    height: 6.25vw;
    background: url(../img/matometeotoku/sec_heading_deco_pink_sp.png) center / 100% auto no-repeat;
  }
  .bg_wrap_01 {
    background: url(../img/matometeotoku/bg_01_sp.png) top center / 100% auto no-repeat;
  }
}

@media screen and (min-width: 768px) {
  main a:hover {
    opacity: 0.8;
  }
  main .inner_wrap:not(:has(.breadcrumb)) {
    max-width: calc(1080px + 86px);
  }
  .con_inner {
    width: 91.96%;
  }
  .cv_wrap .cp_cv_btn {
    width: 73.61%;
    margin-top: 16px;
  }
  .cv_wrap .cv_entry {
    margin-top: 29px;
  }
  .cv_wrap .cv_entry a {
    border-bottom: 2px solid #fff;
  }
  .cv_wrap .cv_entry a span {
    font-size: 24px;
    line-height: 1;
  }
  .sec_heading {
    padding-bottom: min(4.62vw, 50px);
  }
  .sec_heading::after {
    height: min(4.62vw, 50px);
    background: url(../img/matometeotoku/sec_heading_deco_pc.png) center / auto 100% repeat-x;
  }
  .sec_heading.pink::after {
    height: min(4.62vw, 50px);
    background: url(../img/matometeotoku/sec_heading_deco_pink_pc.png) center / auto 100% repeat-x;
  }
  .bg_wrap_01 {
    background: url(../img/matometeotoku/bg_01_pc.png) top center / 1920px auto no-repeat;
  }
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .mv_wrap .mv_title .inner_wrap,
  .mv_wrap .mv__mb .inner_wrap,
  .mv_wrap .mv_ex .inner_wrap {
    width: 100%;
  }
  .mv_wrap {
    background: url(../img/matometeotoku/mv_bg_sp.jpg) top center / 100% auto no-repeat #E84D2C;
    padding-bottom: 12vw;
  }
  .mv_wrap .cv_wrap {
    margin-top: 4.5vw;
  }
}

@media screen and (min-width: 768px) {
  .mv_wrap {
    background: url(../img/matometeotoku/mv_bg_pc.jpg?202510010952) top center / auto 100% no-repeat #E84D2C;
  }
  .mv_title {
    width: min(100vw, 1080px);
    margin-inline: auto;
  }
  .mv_wrap .cv_wrap {
    margin-top: min(6.48vw, 70px);
    padding-bottom: min(6.94vw, 75px);
  }
}
/* @media screen and (min-width: 1920px) {
  .mv_wrap {
    background: url(../img/matometeotoku/mv_bg_pc.jpg?202510010952) top center / auto 100% no-repeat #E84D2C;
  }
} */

/* -----------------------------------------------
mv_modal
----------------------------------------------- */
.mv_modal_wrap .inner_wrap {
  position: relative;
}
.mv_modal_btn {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  position: absolute;
}
.mv_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  justify-content: center;
  align-items: center;
}
.mv_modal.mv_modal_open {
  display: flex;
}
.mv_modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.mv_modal_content {
  position: relative;
}
.mv_modal_close {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.mv_modal_close::before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
}
.mv_modal_close::after {
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: -45deg;
}

.about_myshop_wrap.about_myshop_wrap_modal {
  margin: 0;
}
.about_myshop_wrap.about_myshop_wrap_modal .heading {
  cursor: inherit;
}
.about_myshop_wrap.about_myshop_wrap_modal .heading::before,
.about_myshop_wrap.about_myshop_wrap_modal .heading h2::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .mv_wrap .mv_modal_wrap .inner_wrap {
    width: 100%;
  }
  .mv_modal_btn {
    width: 30.5vw;
    top: 3.5vw;
    right: 0;
  }
  .mv_modal_content {
    width: 90vw;
  }
  .mv_modal_content .about_myshop_wrap .heading {
    padding-right: 0;
  }
  .mv_modal_close {
    width: 10vw;
    box-shadow: min(.46vw, 5px) min(.46vw, 5px) 0 #000;
    translate: 40% -40%;
  }
  .mv_modal_close::before {
    width: 3px;
    height: 20px;
  }
  .mv_modal_close::after {
    width: 3px;
    height: 20px;
  }
  .mv_modal .mv_modal_content .about_myshop_wrap .con_wrap {
    overflow-y: auto;
    max-height: calc(85svh - 12.5vw);
  }
}

@media screen and (min-width: 768px) {
  .mv_modal_btn {
    width: min(19.35vw, 209px);
    top: min(6.85vw, 74px);
    right: max(-20px, -1.85vw);
  }
  .mv_modal_content {
    width: 1096px;
    max-width: 90%;
  }
  .mv_modal_close {
    width: min(6.01vw, 65px);
    box-shadow: min(.46vw, 5px) min(.46vw, 5px) 0 #000;
    translate: 40% -40%;
  }
  .mv_modal_close::before {
    width: 3px;
    height: 20px;
  }
  .mv_modal_close::after {
    width: 3px;
    height: 20px;
  }
  .mv_modal .mv_modal_content .about_myshop_wrap .con_wrap {
    overflow-y: auto;
    max-height: calc(80vh - 80px);
  }
}

/* -----------------------------------------------
mb_wrap
----------------------------------------------- */
.mb_wrap {
  background-color: #F9B2C1;
}
.mb_01 {
  background-color: #fff;
}
.mb_01 h2 {
  position: relative;
}
.mb_01_taisyokisyu_content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.mb_01 .att_text {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .mb_wrap {
    padding: 12.5vw 0 16vw;
    position: relative;
    z-index: 2;
  }
  .mb_01 {
    padding: 0 0 6vw;
    border: 3px solid #000;
    box-shadow: 0 10px 0 rgba(224, 137, 160, 0.5);
    border-radius: 3.5vw;
  }
  .mb_01_taisyokisyu h2 {
    width: 90vw;
  }
  .mb_01_taisyokisyu_content {
    padding: 0 5vw;
    margin-top: -8.5vw;
  }
  .mb_01_taisyokisyu_content ul {
    gap: 2.5vw 5%;
    margin-top: 3.25vw;
  }
  .mb_01_taisyokisyu_content li {
    width: 47.5%;
  }
  .mb_01_taisyokisyu_content * + h3 {
    margin-top: 6.75vw;
  }
  .mb_01 .att_text {
    font-size: 3vw;
    line-height: 1.5;
    margin-top: 2.5vw;
  }
  .mb_wrap .cv_wrap {
    margin-top: 7vw;
  }
}

@media screen and (min-width: 768px) {
  .mb_wrap {
    padding: 87px 0 146px;
    position: relative;
    /* z-index: 2; */
  }
  .mb_01 {
    padding: 0 0 64px;
    border: 3px solid #000;
    box-shadow: 0 10px 0 rgba(224, 137, 160, 0.5);
    border-radius: 20px;
  }
  .mb_01_taisyokisyu h2 {
    width: 93.52%;
    margin-inline: auto;
  }
  .mb_01_taisyokisyu_content {
    padding: 0 3.24%;
    margin-top: max(-3.26vw, -38px);
  }
  .mb_01_taisyokisyu_content ul {
    gap: 15px 1.33%;
    margin-top: 20px;
  }
  .mb_01_taisyokisyu_content li {
    width: 24%;
  }
  .mb_01_taisyokisyu_content * + h3 {
    margin-top: 40px;
  }
  .mb_01 .att_text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 22px;
  }
  .mb_wrap .cv_wrap {
    margin-top: 69px;
  }
}

/* -----------------------------------------------
ws_wrap
----------------------------------------------- */
.ws_wrap .more {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
.ws_wrap {
  position: relative;
  z-index: 1;
  background-color: #F9B2C1;
}
.ws_con_wrap {
  position: relative;
  z-index: 2;
}
.ws_con_wrap::before {
  content: '';
  position: absolute;
  left: 0;
}
.ws_wrap .cv_wrap .cv_entry a {
  color: inherit;
  border-color: inherit;
}

@media screen and (max-width: 767px) {
  .ws_wrap {
    padding-bottom: 13vw;
  }
  .ws_wrap > .inner_wrap {
    width: 100%!important;
  }
  .ws_wrap .more {
    width: 75vw;
    top: -10vw;
  }
  .ws_con_wrap {
    margin-top: -32vw;
    margin-bottom: 5vw;
  }
  .ws_con_wrap::before {
    width: 100%;
    aspect-ratio: 800/673;
    background: url(../img/matometeotoku/ws_heading_deco_sp.png) center / contain no-repeat;
    top: -58vw;
  }
}

@media screen and (min-width: 768px) {
  .ws_wrap {
    padding-bottom: 110px;
  }
  .ws_wrap .more {
    width: min(55.55vw, 600px);
    top: max(-7.03vw, -82px);
  }
  .ws_wrap .sec_heading {
    padding-top: min(7.55vw, 88px);
  }
  .ws_con_wrap {
    margin-top: max(-7.72vw, -90px);
    margin-bottom: 70px;
  }
  .ws_con_wrap::before {
    width: 100%;
    aspect-ratio: 1080/272;
    background: url(../img/matometeotoku/ws_heading_deco_pc.png) center / contain no-repeat;
    top: max(-19.9vw, -232px);
  }
}

/* -----------------------------------------------
pb_wrap
----------------------------------------------- */
.pb_wrap {
  position: relative;
  z-index: 1;
  background: url(../img/matometeotoku/pb_bg.webp) center / 64px 68px repeat;
}
.pb_con_wrap {
  position: relative;
}
.pb_con_wrap::before {
  content: '';
  width: 100%;
  background-color: #C1C1C1;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  z-index: -1;
}
.pb_cv {
  position: absolute;
}
.pb_con {
  position: absolute;
}
.pb_wrap .cv_wrap .cv_entry a {
  color: inherit;
  border-color: inherit;
}

@media screen and (max-width: 767px) {
  .pb_wrap {
    padding: 0.75vw 0 13.75vw;
  }
  .pb_wrap .sec_heading {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .pb_con_wrap.pb_01 {
    margin-top: 6vw;
  }
  .pb_con_wrap + .pb_con_wrap {
    margin-top: 7.5vw;
  }
  .pb_con_wrap::before {
    height: 50px;
    bottom: -2.5vw;
    border-radius: 2.5vw;
  }
  .pb_content + .pb_content {
    margin-top: 8.25vw;
  }
  .pb_con {
    left: 50%;
    translate: -50% 0;
    width: 80vw;
  }
  .pb_cv {
    display: flex;
    flex-direction: column;
    gap: 3vw 0;
    left: 50%;
    translate: -50% 0;
    width: 80vw;
  }
  .pb_con_wrap_01 .pb_cv {
    top: 193.25vw;
  }
  .pb_con_wrap_02 .pb_con_01 {
    top: 128.5vw;
  }
  .pb_con_wrap_02 .pb_con_02 {
    top: 314.5vw;
  }
  .pb_con_wrap_02 .pb_cv {
    bottom: 6.25vw;
    width: 70vw;
  }
  .pb_con_wrap_02 .pb_cv a {
    width: 100%;
  }
  .pb_con_wrap_03 .pb_cv {
    top: 133.75vw;
  }
  .pb_con_wrap_04 .pb_cv {
    top: 144vw;
  }
  .pb_wrap .cv_wrap {
    margin-top: 8.5vw;
  }
}

@media screen and (min-width: 768px) {
  .pb_wrap {
    padding: 0 0 77px;
  }
  .pb_con_wrap + .pb_con_wrap {
    margin-top: 78px;
  }
  .pb_con_wrap::before {
    height: 50px;
    bottom: max(-.86vw, -10px);
    border-radius: min(1.72vw, 20px);
  }
  .pb_con {
    left: 50%;
    translate: -50% 0;
    width: min(85.76vw, 1000px);
  }
  .pb_cv {
    display: flex;
    justify-content: center;
    gap: 0 2.4%;
    left: 50%;
    translate: -50% 0;
    width: 100%;
  }
  .pb_cv a {
    width: 45.19%;
  }
  .pb_con_wrap_01 .pb_cv {
    top: min(42.88vw, 500px);
  }
  .pb_con_wrap_02 .pb_con_01 {
    top: min(36.02vw, 420px);
  }
  .pb_con_wrap_02 .pb_con_02 {
    top: min(82.33vw, 960px);
  }
  .pb_con_wrap_02 .pb_cv {
    bottom: min(44.68vw, 44px);
  }
  .pb_con_wrap_02 .pb_cv a {
    width: 43.2%;
  }
  .pb_con_wrap_03 .pb_cv {
    top: min(33.28vw, 388px);
  }
  .pb_con_wrap_04 .pb_cv {
    top: min(33.28vw, 388px);
  }
  .pb_wrap .cv_wrap {
    margin-top: 82px;
  }
}

/* -----------------------------------------------
sanka_wrap
----------------------------------------------- */
.bg_wrap_02 {
  background-color: #3AA8E0;
}
.sanka_wrap .sec_heading p {
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
}
.sanka_wrap .sec_heading p a {
  /* border-bottom: 1px solid #fff; */
  text-decoration: underline;
}
.sanka_wrap .fx_item {
  text-align: center;
  background-color: #fff;
  position: relative;
}
.sanka_wrap .fx_item:nth-child(1)::after,
.sanka_wrap .fx_item:nth-child(2)::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.sanka_wrap .fx_item .num_wrap {
  width: 100%;
  background-color: #ffdb00;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.sanka_wrap .fx_item p.desc {
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}
.sanka_wrap .fx_item p.text_att {
  letter-spacing: 0;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
.sanka_wrap .fx_item p.text_att.text_red {
  color: #00428a;
}
.sanka_wrap .fx_item .text_link a {
  display: block;
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #0099CC;
  text-align: left;
  color: #000;
}
.sanka_wrap .fx_item p.bg_red {
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #C70500;
  background-color: #FFE1E1;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sanka_wrap .sec_heading p {
    font-size: 4vw;
    line-height: 1.5;
    /* letter-spacing: 0.08em; */
    width: 90vw;
    top: 20.5vw;
    left: 50%;
    translate: -50% 0;
  }
  .sanka_wrap .con_fx {
    margin-top: 8.5vw;
  }
  .sanka_wrap .fx_item {
    width: 100%;
    padding-bottom: 7.5vw;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0,0,0,1);
    border: 3px solid #000;
  }
  .sanka_wrap .fx_item + .fx_item {
    margin-top: 10vw;
  }
  .sanka_wrap .fx_item:nth-child(1)::after,
  .sanka_wrap .fx_item:nth-child(2)::after {
    border-width: 20px 30px 0 30px;
    border-color: #000 transparent transparent transparent;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
  }
  .sanka_wrap .fx_item .num_wrap {
    height: 12vw;
    border-radius: 6px 6px 0 0;
  }
  .sanka_wrap .fx_item .num_wrap picture {
    width: 28vw;
  }
  .sanka_wrap .fx_item .item_content {
    padding-top: 5vw;
  }
  .sanka_wrap .fx_item .item_content h3 {
    width: 81vw;
    margin: 0 auto;
  }
  .sanka_wrap .fx_item p.desc {
    font-size: 3.5vw;
    line-height: 1.5;
    width: 80vw;
    margin: 4.75vw auto 0;
  }
  .sanka_wrap .fx_item p.text_att {
    font-size: 3vw;
    line-height: 1.5;
    width: 80vw;
    margin: 5.25vw auto 0;
  }
  .sanka_wrap .fx_item h3 + p.text_att {
    font-size: 3.5vw;
    width: 87.87%;
    margin: 4.75vw auto 0;
  }
  .sanka_wrap .fx_item p.bg_red {
    font-size: 3.5vw;
    line-height: 1.5;
    width: 80vw;
    margin: 2.5vw auto 0;
    padding: 0.4em 1em;
  }
  .sanka_wrap .fx_item .btn_wrap {
    margin: 5.25vw auto 0;
    width: 80vw;
  }
  .sanka_wrap .fx_item .btn_wrap.green a {
    font-size: 4.5vw;
  }
  .sanka_wrap .fx_item .text_link {
    margin: 3.5vw auto 0;
    width: 80vw;
  }
  .sanka_wrap .fx_item .text_link a {
    font-size: 3vw;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

@media screen and (min-width: 768px) {
  .sanka_wrap .sec_heading p {
    font-size: min(1.71vw, 20px);
    line-height: 1.75;
    /* letter-spacing: 0.08em; */
    top: min(13.12vw, 153px);
  }
  .sanka_wrap .con_fx {
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .sanka_wrap .fx_item {
    width: 30.55%;
    padding-bottom: 23px;
    border-radius: 20px;
    box-shadow: 4px 4px 0 rgba(0,0,0,1);
    border: 4px solid #000;
  }
  .sanka_wrap .fx_item:nth-child(1)::after,
  .sanka_wrap .fx_item:nth-child(2)::after {
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #000;
    top: 50%;
    left: calc(100% + 5%);
    transform: translateY(-50%);
  }
  .sanka_wrap .fx_item .num_wrap {
    height: 60px;
    border-radius: 16px 16px 0 0;
  }
  .sanka_wrap .fx_item .num_wrap picture {
    width: 128px;
  }
  .sanka_wrap .fx_item p.desc {
    font-size: 1.6rem;
    line-height: 1.75;
    width: 87.87%;
    margin: 1px auto 0;
  }
  .sanka_wrap .fx_item p.text_att {
    font-size: 1.4rem;
    line-height: 1.75;
    width: 87.87%;
    margin: 16px auto 0;
  }
  .sanka_wrap .fx_item h3 + p.text_att {
    font-size: 1.6rem;
    width: 87.87%;
    margin: 0 auto;
  }
  .sanka_wrap .fx_item p.bg_red {
    font-size: 1.6rem;
    line-height: 1.75;
    width: 87.87%;
    margin: 19px auto 0;
    padding: 0.3em 1em;
  }
  .sanka_wrap .fx_item .btn_wrap {
    margin: 23px auto 0;
    width: 87.87%;
  }
  .sanka_wrap .fx_item .btn_wrap a {
    font-size: 1.6rem;
  }
  .sanka_wrap .fx_item .text_link {
    margin: 15px auto 0;
    width: 91.17%;
  }
  .sanka_wrap .fx_item .text_link a {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

/* -----------------------------------------------
適用条件
----------------------------------------------- */
.condition_wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #898989;
  height: 297px;
  border-radius: 20px;
  padding: 20px;
}
.benefits_main_cp {
  height: 250px;
  overflow-y: scroll;
  padding: 20px;
}
.benefits_main_cp_title {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.benefits_main_cp_title:first-child {
  margin: 0;
}
.benefits_main_cp_lists .item {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .condition_wrap {
    width: 100%;
    margin: 12.25vw auto 0;
    height: 81vw;
    padding: 2.5vw;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 1);
    border: 3px solid #000;
    border-radius: 10px;
  }
  .benefits_main_cp {
    height: 70vw;
    padding: 0;
    padding: 10px;
  }
  .benefits_main_lists .item::before {
    content: none;
  }
  .benefits_main_lists .item + .item {
    margin-top: 5vw;
  }
  .benefits_main_cp_title {
    font-size: 3.5vw;
    margin: 5vw 0 0 0;
  }
  .benefits_main_cp_lists .item {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 768px) {
  .condition_wrap {
    width: 100%;
    margin: 79px 0 0;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 1);
    border: 4px solid #000;
  }
}

/* -----------------------------------------------
about_myshop_wrap
----------------------------------------------- */
.about_myshop_wrap .container {
  background-color: #fff;
}
.about_myshop_wrap .container .con_wrap {
  height: 0;
  overflow: hidden;
  transition: height .5s;
  padding: 0;
}
.about_myshop_wrap .sec_about_myshop_open .con_wrap {
  height: auto;
}
.about_myshop_wrap .sec_about_myshop_open .heading::after {
  content: none;
}
.about_myshop_wrap .heading {
  background-color: #053E8D;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  position: relative;
}
.about_myshop_wrap .heading::before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.about_myshop_wrap .heading::after {
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about_myshop_wrap .heading h2::before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about_myshop_wrap .heading h2::after {
  content: '';
  background-image: url(../img/matometeotoku/about_myshop_illust.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.about_myshop_wrap .con_wrap h3 {
  color: #053E8D;
}
.about_myshop_wrap .btn_wrap a {
  display: block;
}
.about_myshop_att {
  background-color: #F6E53B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_myshop_att p {
  text-align: center;
  color: #1255A3;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about_myshop_wrap {
    margin-top: 11.75vw;
  }
  .about_myshop_wrap .container {
    border: 3px solid #000;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 1);
  }
  .about_myshop_wrap .heading {
    border-radius: 7px;
    min-height: 12.5vw;
    padding-right: 7.5vw;
  }
  .about_myshop_wrap .sec_about_myshop_open .heading {
    border-radius: 7px 7px 0 0;
  }
  .about_myshop_wrap .heading::before {
    width: 4.5vw;
    height: 0.5vw;
    right: 4.25vw;
  }
  .about_myshop_wrap .heading::after {
    width: 0.5vw;
    height: 4.5vw;
    right: 6.25vw;
  }
  .about_myshop_wrap .heading h2 {
    width: 66vw;
    display: block;
  }
  .about_myshop_wrap .heading h2::before {
    width: 8vw;
    height: 8vw;
    border-radius: 6px;
    right: 2.5vw;
  }
  .about_myshop_wrap .heading h2::after {
    width: 10vw;
    height: 7.5vw;
    top: -6.25vw;
    left: 2.5vw;
  }
  .about_myshop_wrap .sec_about_myshop_open .con_wrap {
    padding: 15px 5vw 6.75vw;
  }
  .about_myshop_wrap .con_wrap h3 {
    font-size: 5vw;
    line-height: 1.5;
    letter-spacing: -0.1em;
    font-weight: bold;
    text-align: center;
  }
  .about_myshop_wrap .con_wrap .con_fx {
    margin-top: 4vw;
  }
  .about_myshop_wrap .con_wrap .con_fx .text {
    width: 100%;
  }
  .about_myshop_wrap .con_wrap .con_fx .text p {
    font-size: 3.5vw;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: bold;
  }
  .about_myshop_wrap .btn_wrap {
    width: 100%;
    margin: 5vw auto 0;
  }
  .about_myshop_wrap .btn_wrap a {
    min-height: 20.5vw;
    border-radius: 9.25vw;
    font-size: 4vw;
  }
  .about_myshop_att {
    border-radius: 50vh;
    width: 80vw;
    height: 9.5vw;
    margin-bottom: 3vw;
    position: relative;
  }
  .about_myshop_att::after {
    content: '';
    width: 6vw;
    aspect-ratio: 24/17;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #F6E53B;
    position: absolute;
    bottom: -2.5vw;
    left: 50%;
    translate: -50% 0;
  }
  .about_myshop_att p {
    font-size: 4vw;
    line-height: 1.25;
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 768px) {
  .about_myshop_wrap {
    margin-top: 92px;
  }
  .about_myshop_wrap .container {
    border: 4px solid #000;
    border-radius: 20px;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 1);
  }
  .about_myshop_wrap .heading {
    border-radius: 16px;
    min-height: 80px;
    cursor: pointer;
  }
  .about_myshop_wrap .sec_about_myshop_open .heading {
    border-radius: 16px 16px 0 0;
  }
  .about_myshop_wrap .heading h2 {
    width: 44.48%;
  }
  .about_myshop_wrap .heading::before {
    width: 26px;
    height: 2px;
    right: 20px;
  }
  .about_myshop_wrap .heading::after {
    width: 2px;
    height: 26px;
    right: 32px;
  }
  .about_myshop_wrap .heading h2::before {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    right: 10px;
  }
  .about_myshop_wrap .heading h2::after {
    width: 96px;
    height: 74px;
    top: -28px;
    left: 100px;
  }
  .about_myshop_wrap .sec_about_myshop_open .con_wrap {
    padding: 32px 0 40px;
    border-radius: 0 0 16px 16px;
  }
  .about_myshop_wrap .con_wrap h3 {
    font-size: min(2.57vw, 3rem);
    line-height: 1.5;
    letter-spacing: -0.05em;
    font-weight: bold;
    text-align: center;
  }
  .about_myshop_wrap .con_wrap .con_fx {
    margin-top: 24px;
  }
  .about_myshop_wrap .con_wrap .con_fx .text p {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: bold;
  }
  .about_myshop_wrap .btn_wrap {
    width: 640px;
    max-width: 100%;
    margin: 34px auto 0;
  }
  .about_myshop_wrap .con_inner {
    position: relative;
  }
  .about_myshop_att {
    border-radius: 50%;
    width: min(10.29vw, 120px);
    aspect-ratio: 1/1;
    position: absolute;
    top: max(-1.54vw, -18px);
    right: 0;
  }
  .about_myshop_att p {
    font-size: min(1.72vw, 20px);
    line-height: 1.25;
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .about_myshop_wrap .heading h2::after {
    left: 20px;
  }
}

/* -----------------------------------------------
about_wrap
----------------------------------------------- */
.about_wrap .con_wrap {
  height: 0;
  overflow: hidden;
  transition: height .5s;
}
.about_wrap.about_acc_open .con_wrap {
  height: auto;
}
.about_wrap.about_acc_open .heading::after {
  content: none;
}
.about_wrap .heading::before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.about_wrap .heading::after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about_wrap .heading h2::before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about_wrap .heading h2::after {
  content: '';
  background-image: url(../img/matometeotoku/about_heading_deco.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.about_wrap .att_text a {
  display: inline;
}

@media screen and (max-width: 767px) {
  .about_wrap {
    margin-top: 48px;
    padding-bottom: 56px;
  }
  .about_wrap .container {
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 1);
    border: 3px solid #000;
  }
  .about_wrap .heading {
    width: 100%;
    height: 12.5vw;
    border-radius: 7px;
    background-color: #FFE816;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .about_wrap.about_acc_open .heading {
    border-radius: 7px 7px 0 0;
  }
  .about_wrap .heading::before {
    width: 4.5vw;
    height: 0.5vw;
    right: 4.25vw;
  }
  .about_wrap .heading::after {
    width: 0.5vw;
    height: 4.5vw;
    right: 6.25vw;
  }
  .about_wrap .heading h2::before {
    width: 8vw;
    height: 8vw;
    border-radius: 6px;
    right: 2.5vw;
  }
  .about_wrap .heading h2::after {
    width: 14vw;
    height: 7.5vw;
    top: -4.5vw;
    left: 4.25vw;
  }
  .about_wrap .heading h2 {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #000;
  }
  .about_wrap.about_acc_open .con_wrap {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 5vw 5vw 9vw;
  }
  .about_wrap .lead_text {
    width: 100%;
    margin: 0 auto;
  }
  .about_wrap .con_item {
    background-color: #fff7de;
    border-radius: 10px;
    padding: 14vw 5.55% 6.75vw;
    position: relative;
  }
  .about_wrap .lead_text + .con_item {
    margin-top: 10vw;
  }
  .about_wrap .con_item + .con_item {
    margin-top: 10vw;
  }
  .about_wrap .con_item::before {
    content: '';
    width: 11.5vw;
    height: 15vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -5.25vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .about_wrap .con_item_01::before {
    background-image: url(../img/matometeotoku/about_01_num.svg);
  }
  .about_wrap .con_item_02::before {
    background-image: url(../img/matometeotoku/about_02_num.svg);
  }
  .about_wrap .con_item_03::before {
    background-image: url(../img/matometeotoku/about_03_num.svg);
  }
  .about_wrap .con_fx .text h3 {
    font-size: 4.5vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #0095D2;
  }
  .about_wrap .con_fx .text p {
    margin-top: 2vw;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #281d12;
  }
  .about_wrap .con_fx .img {
    width: 50vw;
    margin: 4vw auto 0;
  }
  .about_wrap .con_item_01 .con_fx .img img {
    margin-left: -8.7%;
    display: block;
  }
  .about_wrap .att_text {
    margin-top: 3.5vw;
    font-size: 3vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #000;
    font-weight: bold;
  }
  .about_wrap .att_text a {
    border-bottom: 1px solid #009cd0;
    color: #009cd0;
    font-weight: bold;
  }
  .about_wrap .att_text li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .about_wrap .att_text li + li {
    margin-top: 0.75vw;
  }
  .about_wrap .link_btn {
    margin-top: 6.5vw;
    width: calc(100% + 10px);
    margin-left: -3px;
  }
  .about_wrap .link_btn a {
    width: 100%;
    height: 25.75vw;
    margin: 0 auto;
    font-size: 4vw;
    border-radius: 11.6vw;
  }
  .about_wrap .link_btn a span {
    line-height: inherit;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .about_wrap .link_btn a i {
    font-size: 3.5vw;
    line-height: 1.5;
    display: block;
    font-style: normal;
  }
}

@media screen and (min-width: 768px) {
  .about_wrap {
    margin-top: 92px;
    padding-bottom: 96px;
  }
  .about_wrap .container {
    border: 4px solid #000;
    border-radius: 20px;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 1);
  }
  .about_wrap .heading {
    width: 100%;
    height: 80px;
    border-radius: 16px;
    background-color: #FFE816;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .about_wrap.about_acc_open .heading {
    border-radius: 16px 16px 0 0;
  }
  .about_wrap .heading::before {
    width: 26px;
    height: 2px;
    right: 20px;
  }
  .about_wrap .heading::after {
    width: 2px;
    height: 26px;
    right: 32px;
  }
  .about_wrap .heading h2::before {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    right: 10px;
  }
  .about_wrap .heading h2::after {
    width: 136px;
    height: 74px;
    top: -28px;
    left: 100px;
  }
  .about_wrap .heading h2 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #000;
  }
  .about_wrap.about_acc_open .con_wrap {
    background-color: #fff;
    padding: 37px 4.63% 56px;
    border-radius: 0 0 16px 16px;
  }
  .about_wrap .lead_text {
    width: 100%;
    margin: 0 auto;
  }
  .about_wrap .con_item {
    background-color: #fff7de;
    border-radius: 10px;
    padding: 33px 5.2% 26px;
  }
  .about_wrap .lead_text + .con_item {
    margin-top: 40px;
  }
  .about_wrap .con_item + .con_item {
    margin-top: 40px;
  }
  .about_wrap .con_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .about_wrap .con_fx .text {
    flex: 1;
  }
  .about_wrap .con_fx .text h3 {
    padding-left: 80px;
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: bold;
    color: #0095D2;
    position: relative;
  }
  .about_wrap .con_fx .text h3::before {
    content: '';
    width: 60px;
    height: 78px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .about_wrap .con_item_01 .con_fx .text h3::before {
    background-image: url(../img/matometeotoku/about_01_num.svg);
  }
  .about_wrap .con_item_02 .con_fx .text h3::before {
    background-image: url(../img/matometeotoku/about_02_num.svg);
  }
  .about_wrap .con_item_03 .con_fx .text h3::before {
    background-image: url(../img/matometeotoku/about_03_num.svg);
  }
  .about_wrap .con_fx .text p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #281d12;
  }
  .about_wrap .con_item_03 .con_fx .text p {
    margin-top: 40px;
  }
  .about_wrap .con_fx .img {
    width: 19.76%;
    margin-left: 2.32%;
  }
  .about_wrap .att_text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #000;
  }
  .about_wrap .att_text a {
    border-bottom: 1px solid #009cd0;
    color: #009cd0;
    font-weight: bold;
  }
  .about_wrap .att_text li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .about_wrap .att_text li + li {
    margin-top: 3px;
  }
  .about_wrap .link_btn {
    width: 640px;
    max-width: 100%;
    margin: 40px auto 0;
  }
  .about_wrap .link_btn a {
    max-width: 100%;
    min-height: 78px;
    font-size: 2rem;
    border-radius: 38px;
  }
  .about_wrap .link_btn a span {
    line-height: inherit;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .about_wrap .link_btn a i {
    font-size: 1.6rem;
    line-height: 1.75;
    display: block;
    font-style: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .about_wrap .heading h2::after {
    left: 20px;
  }
}

/* -----------------------------------------------
banner_wrap
----------------------------------------------- */
.banner_wrap {
  position: relative;
  background-color: #fff;
}
.banner_kurashisouko {
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner_wrap {
    padding: 39px 0 88px;
  }
  .banner_wrap .banner_item + .heading {
    margin-top: 5vw;
  }
  .banner_wrap .con_wrap {
    margin-top: 20px;
  }
  .banner_wrap .con_wrap > div + div {
    margin-top: 24px;
  }
  .banner_wrap .banner_item + .banner_item {
    margin-top: 24px;
  }
  .banner_wrap .banner_item img {
    border-radius: 2.5vw;
    box-shadow: 0 0 5px rgba(153,153,153,.7);
  }
  .banner_kurashisouko a:hover {
    background-color: rgba(255,255,255,.2)
  }
  .banner_kurashisouko .link_01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45.6%;
  }
  .banner_kurashisouko .link_02 {
    position: absolute;
    bottom: 4.2%;
    left: 5.4%;
    width: 42.7%;
    aspect-ratio: 1/1;
  }
  .banner_kurashisouko .link_03 {
    position: absolute;
    bottom: 4.2%;
    right: 5.4%;
    width: 42.7%;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 768px) {
  .banner_wrap {
    padding: 96px 0 50px;
  }
  .banner_wrap .banner_item + .heading {
    margin-top: 70px;
  }
  .banner_wrap .con_wrap {
    margin-top: 44px;
  }
  .banner_wrap .con_wrap > div + div {
    margin-top: 40px;
  }
  .banner_wrap .col2_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .banner_wrap .col2_wrap .banner_item {
    width: 47.96%;
  }
  .banner_wrap .banner_item img {
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(153,153,153,.7);
  }
  .banner_kurashisouko a:hover {
    background-color: rgba(255,255,255,.2)
  }
  .banner_kurashisouko .link_01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50.4%;
    height: 100%;
  }
  .banner_kurashisouko .link_02 {
    position: absolute;
    top: 50%;
    left: calc(50% + 3.2%);
    transform: translateY(-50%);
    width: 21.29%;
    aspect-ratio: 1/1;
  }
  .banner_kurashisouko .link_03 {
    position: absolute;
    top: 50%;
    right: 2.4%;
    transform: translateY(-50%);
    width: 21.29%;
    aspect-ratio: 1/1;
  }
}

/* -----------------------------------------------
追従ボタン
----------------------------------------------- */
.fixed_nav_wrap .nav_item {
  z-index: 99999;
  overflow-y: auto;
}
.fixed_nav_wrap .nav_item a {
  display: block;
}

@media screen and (max-width: 767px) {
  .fixed_nav_wrap .nav_item.fixed_contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1.5vw 0;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, .2);
  }
  .fixed_nav_wrap .nav_item.fixed_contact a {
    width: 92.5%;
    margin: 0 auto;
  }
  .fixed_nav_wrap .sp_right {
    position: fixed;
    bottom: 44vw;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    z-index: 10;
  }
  .fixed_nav_wrap .sp_right .item_heading {
    width: 5vw;
    height: 14vw;
    background-color: #0054A3;
    border-radius: 10px 0 0 10px;
    position: relative;
  }
  .fixed_nav_wrap .sp_right .item_heading::after {
    content: '';
    width: 1vw;
    height: 2vw;
    clip-path: polygon(0 50%, 100% 100%, 100% 0%);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fixed_nav_wrap .nav_item.fixed_about_myshop {
    width: 37.5vw;
    border-radius: 15px 0 0 15px;
    box-shadow: 0 0 6px #383838;
  }
  .fixed_nav_wrap .sp_right_nav_item {
    display: none;
    margin-left: 2vw;
  }
  .fixed_nav_wrap.fixed_nav_open .sp_right_nav_item {
    display: block;
  }
  .fixed_nav_wrap.fixed_nav_open .sp_right .item_heading::after {
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  }
}

@media screen and (min-width: 768px) {
  .fixed_nav_wrap .nav_item {
    border-radius: 15px 0 0 15px;
    box-shadow: 0 0 6px #383838;
    position: fixed;
    right: 0;
  }
  .fixed_nav_wrap .nav_item.fixed_contact {
    top: calc(50% - 129px);
    width: 226px;
  }
  .fixed_nav_wrap .nav_item.fixed_about_myshop {
    top: 50%;
    width: 200px;
  }
}