body, html {
  width: 100vw;
  overflow-x: hidden; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  counter-reset: number 0;
  overflow-x: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 12px; } }

img {
  max-width: 100%; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.tc {
  text-align: center; }

.tl {
  text-align: right; }

.bg {
  width: 100vw;
  overflow-x: hidden; }

.fixbtn {
  position: fixed;
  bottom: 110px;
  right: 0;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    .fixbtn {
      bottom: 85px;
      width: calc(1.4rem + 13px); } }
  .fixbtn a {
    text-decoration: none;
    background: #F9BE00;
    color: #000;
    padding: 1em 5px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    font-size: 1.4rem;
    border-radius: 10px 0 0 10px; }

.unkerbtn a {
  position: relative; }
  .unkerbtn a::after {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    background: url("../img/unker_arrow.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px; }

.round-wrap {
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: -1;
  top: -40px;
  left: -20px; }

.round-wrap2 {
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: -1;
  top: 500px;
  left: -20px; }

.round-wrap3 {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: -1;
  top: 400px;
  left: 20%; }

.round-wrap4 {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: -1;
  top: 5%;
  right: 20%; }

.round-wrap5 {
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: -1;
  top: 2%;
  right: 5%; }

.wave {
  position: absolute;
  top: 370px;
  left: -10%; }
  @media screen and (max-width: 767px) {
    .wave {
      top: 55px;
      left: -40px;
      width: 150px; } }

.zigzag {
  position: absolute;
  top: 130px;
  right: 0; }
  @media screen and (max-width: 767px) {
    .zigzag {
      top: 140px;
      right: 0;
      width: 80px; } }

.b_circle {
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  position: absolute; }

.b_circle01 {
  top: 1%;
  right: 9%; }

.b_circle02 {
  top: 0.7%;
  right: 13%; }

.b_circle03 {
  left: 10%;
  top: 1%; }

.rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 30s linear infinite; }

@keyframes rotate-anime {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-360deg); } }
.round {
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%;
  animation: round_anime 5s linear infinite;
  background-color: #FFF23F; }

@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; }
  25% {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  50% {
    border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%; }
  75% {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  100% {
    border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%; } }
.header {
  padding: 5px; }

@media screen and (max-width: 767px) {
  .headerlogo img {
    height: 34px; } }

.fvarea {
  text-align: center;
  /*height: 930px;*/ }
  @media screen and (max-width: 767px) {
    .fvarea {
      /*height: 90vh;
      min-height: 600px;*/
      width: 100vw;
      /*overflow-x: hidden;*/ } }

.illust1area img {
  display: block; }

.illust2area img {
  display: block; }

.fv_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  @media print, screen and (min-width: 768px) {
    .fv_wrap {
      flex-wrap: nowrap;
      align-items: flex-end; }
      .fv_wrap .illust1area {
        order: 1; }
      .fv_wrap .logotextarea {
        order: 2;
        width: 530px; }
      .fv_wrap .illust2area {
        order: 3; } }
  @media screen and (max-width: 767px) {
    .fv_wrap {
      align-items: center;
      flex-wrap: wrap; }
      .fv_wrap .illust1area {
        width: 35%; }
      .fv_wrap .illust_hukidashi01 {
        width: 70%;
        margin: auto; }
      .fv_wrap .logotextarea {
        width: 100%; }
      .fv_wrap .illust2area {
        width: 40%; }
      .fv_wrap .illust_hukidashi02 {
        width: 95%;
        margin: auto; } }

@media screen and (min-width: 1900px) {
  .fvarea {
    min-height: 1330px; } }
.logoimg {
  display: block;
  margin: 40px auto; }
  @media print, screen and (min-width: 768px) {
    .logoimg {
      max-width: 245px; } }
  @media screen and (max-width: 767px) {
    .logoimg {
      max-width: 150px;
	  margin: 28px auto;} }

.titleimg {
  margin: auto; }
  @media print, screen and (min-width: 768px) {
    .titleimg {
      max-width: 530px; } }
  @media screen and (max-width: 767px) {
    .titleimg {
      max-width: 280px; } }

.trackimg {
  margin: 40px auto; }
  @media print, screen and (min-width: 768px) {
    .trackimg {
      max-width: 400px; } }
  @media screen and (max-width: 767px) {
    .trackimg {
      max-width: 200px; } }

.yasaiarea {
  display: flex;
  z-index: -1;
  width: 100%; }

.yasaiimg {
  opacity: 0;
  width: calc(100% / 6); }
  .yasaiimg img {
    width: 180%;
    max-width: 550px; }
    @media print, screen and (min-width: 768px) {
      .yasaiimg img {
        margin-left: -50%; } }
    @media screen and (max-width: 767px) {
      .yasaiimg img {
        width: 250%; } }
  @media screen and (max-width: 767px) {
    .yasaiimg {
      position: relative; }
      .yasaiimg:first-of-type {
        margin-left: -50px;
        margin-top: -50px; }
      .yasaiimg:nth-last-of-type(5) {
        margin-right: 25px; }
      .yasaiimg:last-of-type {
        margin-right: -50px;
        margin-top: -50px;
        z-index: -1; } }

@container (min-width: 1600px) {
  .camarea {
    margin-top: -10%; } }
.opa0 {
  opacity: 0; }

.fadeupscroll {
  opacity: 0; }

.fadeup {
  animation-name: fadeupAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards; }

.fadeup2 {
  animation-name: fadeupAnime2;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

.fadeup.fader {
  animation-duration: 1s;
  animation-name: fadeupAnimeRight; }

.fadeup.fadel {
  animation-duration: 1s;
  animation-name: fadeupAnimeLeft; }

@keyframes fadeupAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeupAnime2 {
  from {
    opacity: 1;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeupAnimeRight {
  from {
    opacity: 1;
    transform: translateX(100%); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeupAnimeLeft {
  from {
    opacity: 1;
    transform: translateX(-100%); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.delay02 {
  animation-delay: 0.2s; }

.delay03 {
  animation-delay: 0.3s; }

.delay04 {
  animation-delay: 0.4s; }

.delay06 {
  animation-delay: 0.6s; }

.delay08 {
  animation-delay: 0.8s; }

.camarea {
  background: #FFF23F;
  position: relative;
  margin-top: -25%;
  text-align: center;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .camarea {
      margin-top: -25%; } }

.bg_gray {
  background: #EDEDED;
  position: relative;
  padding: 40px 0; }

.aboutarea {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .aboutarea h3 {
    width: 100%;
    text-align: center;
    font-size: 2.6rem;
    margin: 40px auto; }
    @media screen and (max-width: 767px) {
      .aboutarea h3 {
        font-size: 1.8rem; } }
  .aboutarea .unkerbtn {
    width: 100%; }
    .aboutarea .unkerbtn a {
      max-width: 360px; }

.aboutdeli_image {
  display: flex;
  align-items: flex-start; }
  @media print, screen and (min-width: 768px) {
    .aboutdeli_image {
      justify-content: flex-start;
      padding-left: 10%;
      margin: auto; } }
  @media screen and (max-width: 767px) {
    .aboutdeli_image {
      justify-content: space-between;
      position: relative; } }
  .aboutdeli_image .sumahoimage {
    width: 40%;
    max-width: 500px; }
    @media screen and (max-width: 767px) {
      .aboutdeli_image .sumahoimage {
        position: absolute;
        left: -20px;
        top: 0;
        width: 50%; } }

.aboutdeli_text {
  width: 50%;
  font-size: 1.4rem;
  font-weight: 600;
  max-width: 800px; }
  @media screen and (max-width: 767px) {
    .aboutdeli_text {
      width: 100%;
      font-size: 0.9rem; } }
  .aboutdeli_text > p {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .aboutdeli_text > p {
        width: 50%;
        margin-left: auto;
        margin-right: 10px; } }

.deli_otoku {
  display: flex;
  list-style: none; }
  .deli_otoku li {
    background: #FFF23F;
    width: calc((100% - 15px) / 2);
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .deli_otoku li img {
      margin: auto; }
  @media screen and (max-width: 767px) {
    .deli_otoku {
      margin-bottom: 40px;
      position: relative; } }

.otokutext {
  font-size: 0.7rem;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .otokutext {
      font-size: 0.8rem;
      line-height: 1.3; } }

.c-pink {
  color: #E3007F; }

.f-small {
  font-size: 0.9em; }

.btn {
  text-align: center;
  font-size: 1.6rem;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .btn {
      font-size: 1.2rem;
      width: 95%; } }
  .btn a {
    text-decoration: none;
    color: #fff;
    background: #C60079;
    border-radius: 50px;
    padding: 10px calc(2em + 20px) 10px 2em;
    font-weight: 400;
    display: block;
    margin: auto; }

.h3img {
  height: 2rem;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .h3img img {
    max-height: 100%; }

.twoservice {
  width: 100vw;
  overflow-x: hidden; }

.twoservice_ul {
  list-style: none;
  width: 100vw;
  overflow-x: hidden; }
  @media print, screen and (min-width: 768px) {
    .twoservice_ul {
      display: flex; } }
  .twoservice_ul h4 {
    font-size: 2.2rem;
    color: #C70079; }
    @media screen and (max-width: 767px) {
      .twoservice_ul h4 {
        padding: 10px 20px;
        font-size: 1.4rem; } }
    .twoservice_ul h4 img {
      max-width: 280px; }
      @media screen and (max-width: 767px) {
        .twoservice_ul h4 img {
          max-width: 200px; } }
  .twoservice_ul > li {
    background-color: #fff; }
    @media print, screen and (min-width: 768px) {
      .twoservice_ul > li {
        width: calc((100% - 40px) / 2); } }
    @media screen and (max-width: 767px) {
      .twoservice_ul > li {
        padding-bottom: 20px;
        margin-bottom: 20px; } }

.s_delivery {
  background-image: url(../img/bg_delivery.png), url(../img/ico_delivery.png);
  background-position: left 5% top 5%, left 10% bottom 5px;
  background-size: 80% auto, 30% auto;
  background-repeat: no-repeat, no-repeat;
  border-radius: 0 50px 0 0; }
  @media print, screen and (min-width: 768px) {
    .s_delivery {
      margin-right: 20px; } }
  @media screen and (max-width: 767px) {
    .s_delivery {
      margin-right: 20px; } }

.s_delivery_inner {
  max-width: 530px;
  margin-left: auto; }
  .s_delivery_inner h4 img {
    padding-right: 1rem; }

.s_pickup {
  background-image: url("../img/bg_pickup.png"), url("../img/ico_pickup.png");
  background-position: right 5% top 5%, right 10% bottom 5px;
  background-size: 80% auto, 30% auto;
  background-repeat: no-repeat, no-repeat;
  border-radius: 50px 0 0 0; }
  @media print, screen and (min-width: 768px) {
    .s_pickup {
      margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    .s_pickup {
      margin-left: 20px; } }

.s_pickup_inner {
  max-width: 530px; }
  .s_pickup_inner h4 {
    text-align: right; }
    .s_pickup_inner h4 img {
      padding-left: 1rem; }

.twoservice_imagearea {
  width: 90%;
  margin: auto; }

.imgannaunce {
  font-size: 0.8rem; }

.twoservice_content_txt {
  width: 90%;
  margin: auto; }

.twoservice_content_txt__t {
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .twoservice_content_txt__t {
      font-size: 1.2rem; } }

.twoservice_content_txt__d {
  font-size: 1.1rem; }
  @media screen and (max-width: 767px) {
    .twoservice_content_txt__d {
      font-size: 1rem; } }

.twoservice_content_detail {
  background: #EFEFEF;
  padding: 10px 2rem;
  margin: 10px auto; }
  .twoservice_content_detail * {
    list-style: none; }

.twoservice_content_detail__t {
  text-align: center;
  font-size: 1.4rem;
  color: #C70079; }

.takuhairyokin {
  display: flex;
  font-size: 1.4rem;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .takuhairyokin {
      font-size: .9rem; } }

.twoservice_content_detail > ul:first-of-type {
  border-bottom: 1px solid #000; }

.yen {
  font-size: 3rem; }
  @media screen and (max-width: 767px) {
    .yen {
      font-size: 2rem; } }

.kosodatebtn a {
  text-decoration: none;
  color: #fff;
  background: #EF98BE;
  border-radius: 50px;
  padding: 10px 2rem;
  text-align: center;
  font-size: 1.6rem;
  margin: 20px auto;
  display: block; }
  @media screen and (max-width: 767px) {
    .kosodatebtn a {
      font-size: 1.2rem; } }

.pickup_detail dt {
  border-bottom: 1px solid #D1D1D1;
  margin-top: .5rem; }
  .pickup_detail dt::before {
    counter-increment: number 1;
    content: counter(number) " ."; }
.pickup_detail dd {
  padding-left: 1em; }

.konnatoki {
  background-color: #FFFAC6;
  padding: 80px 0;
  width: 100vw;
  overflow-x: hidden; }

.case_wrap {
  max-width: 1200px;
  margin: auto;
  width: 90%; }
  .case_wrap ul {
    list-style: none;
    max-width: 900px;
    margin: auto; }
  .case_wrap h5 {
    font-size: 2rem;
    border-bottom: 2px solid #000;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .case_wrap h5 {
        font-size: 1.2rem; } }

.customer {
  margin-bottom: 25px !important;
  display: flex;
  align-items: center; }

.customer_icon {
  margin-left: auto;
  margin-right: 0; }

.m_icon {
  margin: 20px; }
  @media screen and (max-width: 767px) {
    .m_icon {
      width: 30%; } }

.customer_messege {
  margin-left: 40px; }
  @media screen and (max-width: 767px) {
    .customer_messege {
      margin-left: 15px; } }
  .customer_messege::after {
    content: "";
    width: calc(100% + 6px);
    height: 35px;
    background: url(../img/hukidashi_b_customer.svg) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    top: 100%;
    left: -3px;
    right: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .customer_messege::after {
        height: 15px;
        width: calc(100% + 2px);
        left: -1px; } }
  .customer_messege::before {
    content: "";
    width: 45px;
    display: block;
    background: url(../img/hukidashi_bottom_c.png) no-repeat center;
    height: 80px;
    background-size: contain;
    position: absolute;
    top: 120%;
    left: 0; }
    @media screen and (max-width: 767px) {
      .customer_messege::before {
        width: 30px;
        top: 90%;
        left: -25px; } }

.m_messege {
  border-radius: 30px 30px 0 0;
  border-top: 3.78px solid #F9BE00;
  border-left: 3.78px solid #F9BE00;
  border-right: 3.78px solid #F9BE00;
  background-color: #fff;
  width: 500px;
  padding: 40px 40px 20px;
  position: relative;
  margin-top: -50px;
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .m_messege {
      border-radius: 15px 15px 0 0;
      /*width: 70%;*/
      width: 250px;
      font-size: 1rem;
      padding: 10px 20px 0px;
      border-top: 1.9px solid #F9BE00;
      border-left: 1.9px solid #F9BE00;
      border-right: 1.9px solid #F9BE00; } }

.youmedeli {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 40px !important; }

.youmedeli_icon {
  margin-right: auto;
  margin-left: 0;
  margin-top: 50px; }

.youmedeli_messege {
  margin-right: 40px; }
  .youmedeli_messege::after {
    content: "";
    width: calc(100% + 6px);
    height: 35px;
    background: url("../img/hukidashi_b_deli.svg") no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    top: 100%;
    left: -3px;
    right: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .youmedeli_messege::after {
        height: 15px;
        width: calc(100% + 2px);
        left: -1px; } }
  .youmedeli_messege::before {
    content: "";
    width: 45px;
    display: block;
    background: url("../img/hukidashi_bottom_d.png") no-repeat center;
    height: 80px;
    background-size: contain;
    position: absolute;
    top: 110%;
    right: 0; }
    @media screen and (max-width: 767px) {
      .youmedeli_messege::before {
        width: 30px;
        top: 100%; } }

@media print, screen and (min-width: 768px) {
  .case1 .youmedeli {
    /*margin-top: -15%;*/ }
  .case1 .youmedeli_messege {
    width: 550px; } }
@media screen and (max-width: 767px) {
  .case1 .youmedeli {
    margin-top: -15%; }
  .case1 .youmedeli_icon {
    margin-top: 20%; } }

@media print, screen and (min-width: 768px) {
  .case2 .youmedeli_messege {
    width: 550px; }
  .case2 .youmedeli_icon {
    margin-top: 220px; } }
@media screen and (max-width: 767px) {
  .case2 .youmedeli {
    margin-top: -10%; }
  .case2 .youmedeli_icon {
    margin-top: 60%; } }

@media screen and (max-width: 767px) {
  .case3 .youmedeli {
    margin-top: -10%; }
  .case3 .youmedeli_icon {
    margin-top: 30%; } }

.link_action {
  margin: 80px auto; }
  .link_action .tc {
    font-size: 1.4rem; }
  .link_action .btn a {
    background: #F9BE00;
    border-radius: 50px;
    padding: 20px 4rem 20px 2rem;
    display: block;
    max-width: 530px;
    margin: 20px auto;
    position: relative;
    color: #000; }
    .link_action .btn a::after {
      content: "";
      width: 1em;
      height: 1em;
      display: inline-block;
      background: url("../img/link_arrow.svg") no-repeat center;
      background-size: contain;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 2rem; }

.kosodateoen {
  width: 90%;
  margin: auto; }

.kosodate_wrap {
  background: #EF98BE;
  max-width: 1050px;
  margin: auto;
  padding: 20px;
  border-radius: 20px; }

.kosodate_ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  color: #fff;
  align-items: center;
  flex-wrap: wrap; }

.kosodate_t_main {
  font-size: 2.8rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .kosodate_t_main {
      font-size: 1.6rem;
      margin-bottom: 1rem; } }

.kosodate_t {
  font-size: 1.2rem;
  letter-spacing: -1px;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .kosodate_t {
      font-size: .9rem;
      margin-bottom: 1rem; } }

.haitatsuryokin {
  color: #E3007F;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 0.5em;}
  @media screen and (max-width: 767px) {
    .haitatsuryokin {
      font-size: 2rem;
      text-align: right;
	  } }

.haitatsuryokin_yen {
  font-size: 1.8em;
  font-weight: 900; }

.haitatsuryokin_zeikomi {
  color: #050505;
  text-align: right;
  margin-bottom: -32px;
  margin-top: 10px;
  padding-right: 32px;}
  @media screen and (max-width: 767px) {
    .haitatsuryokin_zeikomi {
    margin-bottom: -23px;
    margin-top: 10px;
    padding-right: 0px; } }

.taisyoarea {
  max-width: 1200px;
  margin: auto;
  width: 95%; }

.copy {
  margin-bottom: 40px; }

#deliarea {
  font-weight: 400; }

.areaadress {
  width: 99%;
  margin: auto; }

.areamapimage p, .areaadress .pref {
  font-size: 1.2em;
  padding: 10px 20px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  /*background: #fffbe0;*/
  color: #af066d;
  margin-top: 20px;
  border-top: 1px solid #ccc; }
  @media screen and (max-width: 767px) {
    .areamapimage p, .areaadress .pref {
      font-size: 1.4em;
      text-align: center; } }

.c-pagenav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none; }
  .c-pagenav li {
    width: 376px;
    margin-right: 30px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .c-pagenav li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px; } }
    .c-pagenav li a {
      text-decoration: none;
      color: #000;
      font-size: 16px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 14px;
      position: relative;
      display: block;
      width: 100%;
      transition: .3s; }
      .c-pagenav li a::after {
        content: "";
        width: 6px;
        height: 10px;
        position: absolute;
        right: 10px;
        top: 5px;
        margin: auto;
        background: url("../img/arrow_gray.png") no-repeat 50% 50%/contain;
        transition: .3s;
        transform: rotate(90deg); }
      .c-pagenav li a::before {
        content: "";
        width: 6px;
        height: 10px;
        position: absolute;
        right: 10px;
        top: 5px;
        margin: auto;
        background: url(/img/usr/help/info01_31.png) no-repeat 50% 50%/contain;
        transition: .3s;
        transform: rotate(90deg); }

.info02__cont {
  margin-bottom: 117px; }

@media screen and (max-width: 767px) {
  .info01__cont h3, .info02__cont h3 {
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 70px; } }

.info02__cont h3 {
  font-size: 28px;
  font-weight: 700;
  border-top: 1px solid #C70079;
  padding-top: 40px;
  margin-bottom: 56px;
  letter-spacing: .01em; }

.info01__cont dl, .info02__cont dl {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .info01__cont dl, .info02__cont dl {
      margin-bottom: 40px; } }

.info01__cont dt, .info02__cont dt {
  font-size: 20px;
  position: relative;
  padding: 20px;
  background-color: #F2F2F2;
  border: 1px solid #ccc;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .info01__cont dt, .info02__cont dt {
      font-size: 18px;
      padding: 15px 20px; } }

.info02__cont dd {
  display: none; }

.info01__cont dd ul, .info02__cont dd ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  border-left: 1px solid #ccc; }
  @media screen and (max-width: 767px) {
    .info01__cont dd ul, .info02__cont dd ul {
      display: flex;
      flex-wrap: wrap;
      font-size: 16px; } }

.info01__cont dd ul li, .info02__cont dd ul li {
  width: 33.333%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 14px 9px; }
  @media screen and (max-width: 767px) {
    .info01__cont dd ul li, .info02__cont dd ul li {
      width: 100%;
      padding: 8px 5px; } }

.info02__cont dd ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow-wrap: break-word; }

.info02__cont dt span {
  width: 35px;
  height: 35px;
  border: 1px solid #C70079;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto; }

.info02__cont dt span::before, .info02__cont dt span::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #C70079;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.info02__cont dt span::after {
  transform: rotate(90deg);
  transition: .3s; }

.info02__cont dt.open span::after {
  opacity: 0;
  transform: rotate(0deg); }

.info02__cont dd ul li span.add {
  width: 34%;
  margin-right: 8px; }
  @media screen and (max-width: 767px) {
    .info02__cont dd ul li span.add {
      width: 100%;
      padding-bottom: 8px;
      margin-right: 0px; } }

.info02__cont dd ul li span.icon {
  flex-shrink: 0;
  position: relative;
  background-size: contain;
  padding: 12px; }
  @media screen and (max-width: 767px) {
    .info02__cont dd ul li span.icon {
      padding: 8px; } }

.info02__cont dd ul li span.tenpo {
  width: 20%;
  margin-right: 8px; }
  @media screen and (max-width: 767px) {
    .info02__cont dd ul li span.tenpo {
      width: auto;
      margin-right: 3px;
      font-size: 0.85rem; } }

.info02__cont dd ul li span.icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.info02__cont dd ul li .icon.youme::before {
  background-image: url("../img/icon_youme.png"); }

.info02__cont dd ul li span.yours::before {
  background-image: url("../img/icon_yours.png"); }

.info02__cont dd ul li span.lect::before {
  background-image: url("../img/icon_lect.png"); }

#s_toPageTop {
  padding: 50px;
  overflow: hidden;
  position: fixed;
  right: -26px;
  bottom: -26px;
  z-index: 50; }
  @media screen and (max-width: 767px) {
    #s_toPageTop {
      right: -40px;
      bottom: -28px; } }

#s_toPageTop button {
  border: none;
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: relative;
  background: url(/themes/custom/izumi/img/icon/pageTop.svg) no-repeat 50% 50%/64px 64px #fff;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 767px) {
    #s_toPageTop button {
      width: 50px;
      height: 50px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16); } }

#s_toPageTop button:after {
  content: "";
  display: block;
  width: 18px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  transform: rotate(-90deg);
  background: url(/themes/custom/izumi/img/icon/arrow_black.svg) no-repeat 50% 50%/17px auto; }
  @media screen and (max-width: 767px) {
    #s_toPageTop button:after {
      width: 6px;
      height: 36px;
      margin-left: -3px;
      background-size: 5px auto; } }

.footer {
  background: #f5f5f5; }
  .footer ul {
    list-style: none; }
  .footer a {
    text-decoration: none;
    color: #000; }

.s_coNav {
  padding: 0 39px;
  font-size: 0; }
  @media print, screen and (min-width: 768px) {
    .s_coNav {
      padding-top: 65px;
      margin-bottom: 24px;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .s_coNav {
      padding: 50px 39px 21px; } }

.s_coNav li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  white-space: nowrap; }
  @media print, screen and (min-width: 768px) {
    .s_coNav li {
      display: inline-block;
      padding: 0 1em; } }
  @media screen and (max-width: 767px) {
    .s_coNav li {
      margin-bottom: 10px; } }

.s_coNav li a {
  padding-right: 14px;
  background: url(/themes/custom/izumi/img/icon/arrow_pink.svg) no-repeat 100% 50%/6.828px auto; }

.s_coNav li a, .s_subNav a {
  transition: color .5s ease-out; }

.s_coSubNav {
  padding: 0 39px;
  font-size: 0; }
  @media print, screen and (min-width: 768px) {
    .s_coSubNav {
      text-align: center;
      color: #6f6f6f; } }
  @media screen and (max-width: 767px) {
    .s_coSubNav {
      margin-bottom: 34px; } }

.s_coSubNav li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em; }
  @media print, screen and (min-width: 768px) {
    .s_coSubNav li {
      display: inline-block;
      white-space: nowrap; } }
  @media screen and (max-width: 767px) {
    .s_coSubNav li {
      font-size: 1rem; }
      .s_coSubNav li:last-child {
        margin-bottom: 0; } }

.s_coSubNav li a {
  color: #6f6f6f; }

@media print, screen and (min-width: 768px) {
  .s_coSubNav li:not(:last-child):after {
    content: "|";
    display: inline-block;
    padding: 0 1.5em; } }
.s_copyright {
  padding: 89px 0 51px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #9d9d9d; }
  @media screen and (max-width: 767px) {
    .s_copyright {
      font-size: .7rem;
      padding: 19px 0 16px;
      background: #f5f5f5;
      color: #6f6f6f; } }

@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none; } }
@media screen and (max-width: 767px) {
  .only-pc {
    display: none; } }
