@charset "utf-8";

body {color: #444444;}
.archive_list li p.p_cat, 
.product_box01 .p_cat {display: none;}

/**** common ****/

.cat00 {background: #EE66A2!important;color: #FFFFFF;}
.cat01 {background: #F7D0D6!important;}
.cat02 {background: #FCE9D0!important;}
.cat03 {background: #FDECAE!important;}
.cat04 {background: #C1E6DC!important;}
.cat05 {background: #CFECF4!important;}
.cat06 {background: #DFD8F0!important;}
.cat07 {background: #EDE8E5!important;}
.cat08 {background: #FFF2D6!important;}
.cat00 a {background: #EE66A2!important;color: #FFFFFF;}
.cat01 a {background: #F7D0D6!important;}
.cat02 a {background: #FCE9D0!important;}
.cat03 a {background: #FDECAE!important;}
.cat04 a {background: #C1E6DC!important;}
.cat05 a {background: #CFECF4!important;}
.cat06 a {background: #DFD8F0!important;}
.cat07 a {background: #EDE8E5!important;}
.cat08 a {background: #FFF2D6!important;}

.cat_hover > li span {border: solid 1px #444444;}
.cat_hover > li:hover {background: #FCEBEB;}
.cat_hover li ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cat_hover li ul::after {
  display: block;
  content: "";
  width: 19.2%;
}
.cat_hover li ul li {
  margin: 1% 0 0;
  float: none;
}
.cat_hover li:nth-child(1) ul li {width: 19.2%;}
.cat_hover li:nth-child(2) ul li {width: 24%;}
.cat_hover li ul li a {
  background: #FFFFFF;
  border: solid 1px #444444;
  border-radius: 5px;
  transition: 0.5s;
  padding: 0.5em 2em;
}
.cat_hover li ul li a:hover {
  color: #444444;
  background: #FCEBEB;
  border: solid 1px #EE66A2;
  box-shadow: inset 0 0 0 1px #EE66A2;
}

sup {
  font-size: 0.75em;
  vertical-align: top;
  margin: 0 0 0 0.2em;
}

header.header01 {
  height: 70px;
  padding: 10px 20px;
  border-bottom: solid 5px #EE66A2;
}
header.header01 .logo {height: 50px;padding: 0 0 5px;}
header.header01 .logo img {
  width: auto;
  height: 100%;
}
header.header01 .btn_list {top: 10px;}
header.header01 .btn_list li {
  min-width: 290px;
  height: 50px;
  line-height: 50px;
  font-size: 2.2rem;
}
header.header01 .btn_list li a {
  color: #FFFFFF;
  background: #54BBA1;
  border-radius: 6px;
  border: none;
}
header.header01 .btn_list li a:hover {
  opacity: 0.7;
  background: #54BBA1;
}
header.header01 .btn_list li:nth-child(2) a {
  border: none;
  background: #EE66A2;
}
header.header01 .btn_list li:nth-child(2) a:hover {background: #EE66A2;}
header.header01 .btn_list li.header_contact::before {background: url("../img/ico_contact.svg") no-repeat center / cover;z-index: 1;left:20px;}
header.header01 .btn_list li.header_login::before {background: url("../img/ico_login.svg") no-repeat center / cover;z-index: 1;left:20px;}
header.header01 .btn_list li::after {background: url("../img/btn_ar.svg") no-repeat center / cover;right:20px;}
header.header01 .btn_lang {background: #065797;}
.btn_lang > a:nth-of-type(1) {border: solid 1px #065797;}
.btn_lang > a {
  border: solid 1px #065797;
  border-top: none;
  color: #065797;
}

.btn_lang > a:hover {background: #065797;}
header.header02 .logo {width: auto;height: 65px;padding: 0;}
header.header02 .logo img {width: auto;height: 100%;}
header.header02 .member_info{left: 210px;top:12px;}
header.header02 .btn_list:nth-of-type(1) li:nth-child(1) > span, header.header02 .btn_list:nth-of-type(1) li:nth-child(2) > a {border-radius: 4px;}
header.header02 .btn_list:nth-of-type(1) li:nth-child(2) > a:hover {background: #065797;color: #FFFFFF;}
header.header02 .btn_list:nth-of-type(1) li:nth-child(2) > a:hover::before {background: url("../../assets/img/common/ico_guide_w.svg") no-repeat center / cover;}
header.header02 .btn_lang > a:hover {background: #065797;}


header.header02 .btn_list:nth-of-type(1) li {border-radius: 4px;}
header.header02 .btn_list:nth-of-type(1) li::after {border-radius: 4px;}
header.header02::before {
  background: none;
  border-bottom: solid 5px #EE66A2;
}
header.header02 .header_login {
  min-width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 2.2rem;
  top: 15px;
}
header.header02 .header_login a {
  color: #FFFFFF;
  border-radius: 6px;
  border: none;
  background: #EE66A2;
}

header.header02 .header_login::before {background: url("../img/ico_login.svg") no-repeat center / cover;z-index: 1;left:20px;}
header.header02 .header_login::after {background: url("../img/btn_ar.svg") no-repeat center / cover;right:20px;}


header.header02 .header_login a:hover {background: #F07688;}
header.header02 .btn_list:nth-of-type(1) li.btn_lang {
  background: #065797;
  border: solid 1px #065797; 
}
header.header02 .btn_lang > a {
  border: solid 1px #065797;
  border-top: none;
  color: #065797;
}
header.header02 .btn_lang > a:nth-of-type(1) {border: solid 1px #065797;}
header.header02 .btn_list .btn_lang::after {background: #6C5A2C;}



header .btn_chat {
  width: 264px;
  height: 242px;
  background: url("../img/btn_chat.png") no-repeat center / cover;
}

.bread_crumbs {background: none;}

main {padding: 120px 0 150px;}
main.pt0 {padding: 0 0 70px;}

aside {background: none;}
footer {
  position: relative;
  z-index: 0;
  padding: 20px 0;
  background: #FCEBEB;
  border: none;
  border-top: solid 4px #EE66A2;
}
footer::before {
  position: absolute;
  z-index: 0;
  inset: -56px 0 auto 0;
  display: block;
  content: "";
  width: 100%;
  height: 53px;
  background: url("../img/footer_flower.svg") repeat-x center / auto 100%;
}
footer .btn_privacy {
  width: 500px;
  margin: 0 auto 30px;
}
footer .btn_privacy a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 0.5em 1em;
  background: #FFFFFF;
  border: solid 1px #333333;
  border-radius: 10px;
  transition: 0.5s;
}
footer .btn_privacy a:hover {
  text-decoration: none;
  opacity: 0.5;
}
footer .btn_privacy a::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 18px;
  background: url(../../assets/img/common/btn_ar.svg) no-repeat center / cover;
  right: 15px;
  margin: auto;
  top: 0;
  bottom: 0
}
footer .box .footer_address .footer_contact {
  border:none;
  color: #FFFFFF;
  background: #3CA4BC;
  border-radius: 4px;
}
.footer_address dd:last-child .footer_contact {background: #54BBA1;}

/**** parts ****/

.common_checked {
  background: none;
  padding: 0 0 50px;
}
.h1_common {padding: 100px 0 0;}
.h1_common span {
  color: #EE66A2;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1.2;
}
.cat_anc li a {border: solid 2px #EE66A2;}
.cat_anc li a:after {background: #A03466;}
.home02 .cat_anc {top: 10px;}
.home02 .product_head + .bg_beige {position: relative;}
.home02 #anc01 .box {padding: 80px 40px 0;}
.home02 .product_head + .bg_beige::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  background: url("../img/bg_feature.png") no-repeat center / cover;
  top: 0;
  left: 0;
  right: 0;
}
.common_link .box {padding: 80px 40px 0;}
.common_link .box::after {display: none;}
.common_link ul li {
  width: 23.5%;
  font-size: 2.2rem;
  border-radius: 10px;
  margin: 0 0 1.5%;
}
.common_link ul li a {
  background: #FFFFFF;
  padding: 1.15em 2em 1.15em 1.5em;
  border-radius: 10px;
}
.common_link#anc01 ul li {
  width: 49%;
  font-size: 2.4rem;
  margin: 0 0 2%;
}
.common_link#anc01 ul li.cat00 {width: 100%;}
.common_link#anc01 ul::before {display: none;}
.common_link#anc01 ul li a {
  padding: 2.9em 3.5em 2.9em 200px;
  border: solid 8px #FFFFFF;
}
.common_link#anc01 ul li a::before {
  width: 120px;
  height: 120px;
  left: 30px;
}
.common_link#anc01 ul li a::after {
  width: 20px;
  height: 40px;
  right: 2em;
}
.common_link#anc01 ul li.cat00 a::after {background: url("../../assets/img/common/btn_ar_w.svg") no-repeat center / contain;}
.common_link#anc01 ul li.cat00 a::before {background: url("../../assets_first/img/ico_cat00.png") no-repeat center / contain;}
.common_link#anc01 ul li.cat01 a::before {background: url("../../assets_first/img/ico_cat01.png") no-repeat center / contain;}
.common_link#anc01 ul li.cat02 a::before {background: url("../../assets_first/img/ico_cat02.png") no-repeat center / contain;}
.common_link#anc01 ul li.cat03 a::before {background: url("../../assets_first/img/ico_cat03.png") no-repeat center / contain;}
.common_link#anc01 ul li.cat04 a::before {background: url("../../assets_first/img/ico_cat04.png") no-repeat center / contain;}
.common_link#anc01 ul li.cat05 a::before {background: url("../../assets_first/img/ico_cat05.png") no-repeat center / contain;}
.common_link#anc01 ul li.cat06 a::before {background: url("../../assets_first/img/ico_cat06.png") no-repeat center / contain;}
.common_link#anc01 ul li.cat07 a::before {background: url("../../assets_first/img/ico_cat07.png") no-repeat center / contain;}
.common_link#anc01 ul li.cat08 a::before {background: url("../../assets_first/img/ico_cat08.png") no-repeat center / contain;}

.area_shien {
  padding: 120px 0 140px;
  background: url("../img/wave02.svg") repeat-x top -20px center / auto 60px ,url("../img/stripe.svg") repeat center / 220px , #FFF5D6;
}
.area_shien02 {
  padding: 120px 0 140px;
  background: url("../img/wave03.svg") repeat-x top -20px center / auto 60px ,url("../img/stripe.svg") repeat center / 220px , #FFF5D6;
}
.area_shien03 {
  padding: 120px 0 140px;
  background: url("../img/wave04.svg") repeat-x top -20px center / auto 60px ,url("../img/stripe.svg") repeat center / 220px , #FFF5D6;
}
.shien_banner {
  border: solid 4px #EE66A2;
  border-radius: 15px;
  overflow: hidden;
  background: #FFFFFF;
}
.info_banner li{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto 40px;
}
.info_banner li {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  border-radius: 20px;
}
.info_banner li figure {
  width: 50%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.info_banner li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info_banner li > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  line-height: 1.875;
  padding: 30px;
}
.info_banner li > div > * {width: 100%;}
.info_banner li > div .btn_ac_box a {
  width: 100%;
  border: solid 3px #EE66A2;
  line-height: 1.5;
  border-radius: 8px;
  transition: 0.5s;
}
.info_banner li div .btn_ac_box a:hover {opacity: 0.5;}
.yotube_banner {margin: 80px 0 0;}
.yotube_banner a {transition: 0.5s;}
.yotube_banner a:hover {opacity: 0.5;}
.common_contact {
  padding: 60px 0 70px;
  background: #FFFFFF;
}
.common_contact h2 {margin: 0 auto 30px;}
.common_contact h2 span {
  color: #EE66A2;
  font-size: 5.8rem;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 auto 10px;
}
.common_contact ul li {background: rgba(60,164,188,0.15);box-shadow: none;}
.common_contact ul li:nth-child(2) {background: rgba(77,175,143,0.15);}
.common_contact ul li .contact_mail a {border: solid 5px #54BBA1;transition: 0.5s;}
.common_contact ul li .contact_mail a:hover {opacity: 0.5;}
.common_support {padding: 100px 0 50px;}
.h2_common {
  color: #444444;
  font-size: 2.8rem;
  margin: 0 auto 30px;
}
.h2_common span {
  color: #EE66A2;
  font-size: 5.8rem;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 auto 20px;
}
.h2_common img {
  display: block;
  margin: 0 auto 20px;
}
.common_support h2 + p {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto 30px;
}
.common_relation {background: #FCEBEB;padding: 80px 0 30px;}
.regist_box h1 {border-bottom: solid 4px #EE66A2;}

.area_gd {background: linear-gradient(to bottom,  rgba(252,235,235,1) 0%,rgba(252,235,235,1) 10%,rgba(255,249,231,1) 50%,rgba(252,235,235,1) 90%,rgba(252,235,235,1) 100%);padding: 0 0 200px;}
.area_gd02 {background: linear-gradient(to bottom, #FCEBEB 0%, #fff5d6 100%);padding: 0;}
.area_gd02:nth-last-child(1) {padding: 0 0 20px;}
.bg_pink {background: #FCF1F6;}
.bg_green {background: linear-gradient(to bottom,  rgba(211,231,204,1) 0%,rgba(211,231,204,0.2) 100%);}
.bg_blue {background: linear-gradient(to bottom,  rgba(239,249,252,1) 0%,rgba(239,249,252,0) 100%);}
.bg_green {background: linear-gradient(to bottom,  rgba(211,231,204,1) 0%,rgba(211,231,204,0.2) 100%);}
.btn_common button, .btn_common p {background: #EE66A2;color: #FFFFFF;}
.btn_common button::before, .btn_common p a::before {background: #A03466;}
.contact_form th {background: #FFF5D6;}
.regist_box {background: #FFF5D6;}
.thanks_box {
  position: relative;
  z-index: 0;
  background: #FFF5D6;
  padding-bottom: 120px;
}
.thanks_box::before {
  position:absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 460px;
  height: 106px;
  margin: auto;
  inset: auto 0 10px;
  background: url("../img/bg_thanks.png") no-repeat center / contain;
}
.thanks_box.none {padding-bottom: 60px;}
.thanks_box.none::before {display: none;}
.thanks_box.input_box {
  position: relative;
  padding-top: 120px;
  padding-bottom: 40px;
  margin-top: 90px;
}
.thanks_box.input_box::before {inset: -40px 0 auto;}
.thanks_box.input_box h1 {
  border: none;
  padding: 0;
}
.thanks_box.input_box .form_btn_list {margin: 0 auto;}
.thanks_box.input_box .form_btn_list .btn_common button, .btn_common p {min-width: 600px;font-weight: bold;}

.editor_contents h2 {background: #FCEBEB;}
.form_caution {background: #FFFFFF;border: solid 2px #EE66A2;}
.input_flow li {background: #FCEBEB;}
.input_flow li.current {background: #EE66A2;}
.input_flow li span {
  color: #EE66A2;
  font-size: 2.2rem;
  font-weight: bold;
}
.input_flow li.current span {color: #FFFFFF;}
.point_box {background: #FCEBEB;}
.deliv_box {background: #FFF5D6;}
.deliv_box ul li .deliv_status {background: #EE66A2;font-weight: bold;}
.deliv_box ul li .deliv_status02 {background: #707070;}
.news_box {background: #FFF5D6;}
.btn_mypage li a {
  border: none;
  background: #EE66A2;
  color: #FFFFFF;
}
.btn_mypage li a:hover {
  opacity: 0.5;
  background: #EE66A2;
}
.btn_mypage li::after {background: url("../img/btn_ar.svg") no-repeat center / cover;}

/**** home ****/

.home02 .area_gd {padding: 0;}

.home01 {padding: 0 0 70px;border: none;}
.home02 {padding: 0;border: none;}
.home03 {padding: 0 0 70px;border: none;}
.home03 article > div {background: #FCEBEB;}
.home01 .kv {
  position: static;
  width: 100%;
  /*height: 710px;*/
  height: auto;
  padding: 0;
}
.home01 h1 {margin: 0 auto;}
.home02 .kv {
  width: 100%;
  /*height: 700px;*/
  height: auto;
  padding: 60px 0 0;
}
.home03 .kv {
  position: static;
  width: 100%;
  /*height: 710px;*/
  height: auto;
  padding: 0;
}
.home01 .kv img ,
.home02 .kv img ,
.home03 .kv img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*object-fit: none;*/
  border-radius: 0;
}
.home01 .kv::after {display: none;}
.home01 .area_gd > div {padding: 50px 20px;}
.home01 .area_gd > div p {
  font-size: 2.4rem;
  text-align: center;
}
.home03 .kv::after {display: none;}
.home03 .kv + .box {padding: 0 40px 350px;}
.home_about {padding: 20px 0 0;}
.home_about .box {position: relative;}
.home_about .box h2::before,
.home_about .box h2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.home_about .box h2::before {
  width: 445px;
  height: 589px;
  background: url("../img/about_l.png") no-repeat center / cover;
  top: 0px;
  left: -90px; 
}
.home_about .box h2::after {
  width: 454px;
  height: 563px;
  background: url("../img/about_r.png") no-repeat center / cover;
  top: 0px;
  right: -90px; 
}
.home_about h2 {
  position: relative;
  z-index: 1;
  margin: 0 auto 10px;
}
.home_about h2 a {
  position: absolute;
  z-index: 1;
  display: none;
  width: 179px;
  height: 384px;
  background: url("../img/h1_anc.png") no-repeat center / cover;
  transition: 0.5s;
  bottom: -60px;
  right: 30px;
}
.home_about h2 a:hover {transform: translateY(30px);}
.home_about p {
  position: relative;
  padding: 80px 0 110px;
  margin: 0 auto 60px;
  line-height: 2;
}
.home_about p::before,
.home_about p::after {
  position: absolute;
  display: block;
  content: "";
  width: 483px;
  height: 43px;  
  background: url("../img/bg_about.png") no-repeat center / cover;
  margin: auto;
  left: 0;
  right: 0;
}
.home_about p::before {top: 0;}
.home_about p::after {bottom: 0;}
.home_choose {padding: 50px 0;}
.home_choose::before ,
.home_choose::after {
  position: absolute;
  display: none;
  z-index: 1;
  content: "";
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
.home_choose::before {
  height: 220px;
  background: #FFFFFF;
  top: 0;
}
.home_choose::after {
  height: 30px;
  background: url("../img/bg_feature.png") no-repeat center / cover;
  top: 220px;
}
.home_choose > div > figure,
.home_choose > div > div {
    width: 100%;
}
.home_choose > .box {
  display: block;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
}
.home_choose > div > .choose_box {
  position: relative;
  z-index: 2;
  margin: 0 auto 80px;
  padding: 20px 20px 40px;
  background: #FFFFFF;
  border-radius: 40px;
  border: solid 10px #EE66A2;
  box-shadow: 0 0 10px 0 #7A4835;
}
.home_choose .box h2 {
  position: static;
  width: 100%;
  margin: 0 auto 50px;
}
.home_choose .box h2 img {width: 100%;}

.home_choose > div > .choose_box figure img {margin: 0 auto 20px;}
.home_choose > div > .choose_box figure figcaption {font-size: 2rem;}
.home_choose .box > .choose_box p {
  position: relative;
  display: inline-block;
  margin: 0 auto 40px;
}

.home_choose .box > .choose_box p > span {background: linear-gradient(transparent 60%, #FFEBAE 60%);}
.home_choose .box > .choose_box p > span span {font-size: 1.2em;}
.home_choose .box > p {
  font-size: 3rem;
  margin: 0 auto 30px;
}
.home_choose .box > figure + p {
  font-size: 2.4rem;
  margin: 30px auto;
}
.home_choose .btn_site {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: auto;
  width: 700px;
  margin: 0 auto 100px;
}
.home_choose .btn_site a {
  position: relative;
  display: block;
  height: 100%;
  font-size: 3rem;
  background: #FFFFFF;
  border-radius: 10px;
  border: solid 6px #EE66A2;
  padding: 0.75em;
  top: 0;
  transition: 0.5s;
}
.home_choose .btn_site a:hover {
  text-decoration: none;
  top: 5px;
}
.home_choose .btn_site a span::after {
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 1em;
  background: url("../../assets/img/common/btn_ar.svg") no-repeat center / cover;
  margin: 0 0 5px 0.5em;
  vertical-align: middle;
}
.home_choose .btn_site a::after {
  position:absolute;
  z-index: -1;
  display: block;
  content: "";
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background: #A03466;
  border-radius:10px;
  margin: auto;
  top: 0px;
  left: -6px;
  transition: 0.5s;
}
.home_choose .btn_site a:hover::after {top: -4px;}
.home_info {padding: 30px 0 130px;}
.first_login {
  padding: 200px 20px 80px;
  margin: 0 auto;
  background: url("../img/bg_firstlogin.png") no-repeat top 40px center / 96%,#FFF5D6;
  border: solid 10px #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.first_login p {
  min-width: 700px;
  font-size: 3.2rem;
  line-height: 1.5;
}
.first_login .btn_common {margin: 50px auto 0;}
.first_login .btn_common p:hover::after {top:-70px;}
.first_login .btn_common p a {padding: 25px 100px;}
.login_box .login_form form .btn_common button::before ,
.btn_common.btn_login p::before {background: url("../img/ico_login.svg") no-repeat center / cover;}

.home_news {
  position: relative;
  z-index: 1;
  padding: 0 0 60px;
}
.home_news::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  background: url("../img/wave.svg") repeat-x top center / 800px;
  inset: auto 0 100%;
}
.home_news div {display: block;}
.home_news .box div ul {
  width: 100%;
  border-radius: 0;
  border-right: none;
  border-color: #EE66A2;
}
.home_news div + p {
  margin: 30px auto 0;
  text-align: center;
}
.home_news div + p::before,
.home_news div + p::after {display: none;}
.home_news div + p a {
  position: relative;
  display: inline-block;
  min-width: 500px;
  height: 50px;
  line-height: 44px;
  padding: 0 1.5em;
  background: #FFFFFF;
  border-radius: 8px;
  border: solid 3px #EE66A2;
  text-decoration: none;
  top: 0;
  transition: 0.3s;
}
.home_news div + p a:hover {top: 4px;}
.home_news div + p a::before,
.home_news div + p a::after {
  position: absolute;
  display: block;
  content: "";
}
.home_news div + p a::before {
  z-index: -1;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: #A03466;
  border-radius: 8px;
  left: -3px;
  top: 4px;
  transition: 0.3s;
}
.home_news div + p a:hover::before {top: 0;}
.home_news div + p a::after {
  width: 0.5em;
  height: 1em;
  background: url("../../assets/img/common/btn_ar.svg") no-repeat center / cover;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1em;
}
.home_ac {
  padding: 80px 0;
  background: none;
}
.home_ac > .box {
  position: relative;
  z-index: 0;
}
.home_ac > .box::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: calc(100% - 80px);
  height: 40px;
  background: url("../img/home_ac.png") no-repeat center / cover;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
}
.home_ac h2 {margin: 0 auto 50px;}
.home_ac h2 + p {margin: 0 auto 70px;}
.home_ac .ac_box ,
.home_ac .faq_box {box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);}
.home_ac h2 span {color: #FD5A3F;}
.home03 .login_box {
  max-width: 1000px;
  background: url("../img/bg_login.svg") no-repeat top 20px center / calc(100% - 40px), #FFF5D6;
  border: solid 10px #FFFFFF;
  transform: translateY(20px);
}
.home03 .login_box h1 {
  position: relative;
  color: #444444;
  font-size: 3.2rem;
  padding: 80px 0 0;
  margin: 0 auto;
}

.login_box .login_form {padding: 40px;}
.login_box .login_form > p {border-bottom: dotted 4px #EE66A2;}
.login_box .login_form form div {width: 600px;}
.login_box .login_form form div input {border-radius: 4px;}
.login_box .login_form form .btn_common {width: 700px;}
.login_box .login_form form .btn_common button {width: 100%;}
.home02 .product_head {padding: 40px 0 0;}
.home02 .product_head h1 {
  position: static;
  width: 1100px;
  margin: auto;
}

.h2_sub {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #444444;
  margin: 0 0 30px;
  padding: 0 160px 0 110px;
  border-radius: 8px;
}
.h2_category {background: url("../img/ico_category.svg") no-repeat left 30px center / auto 40%,#FFFFFF;}
.h2_point {background: url("../img/ico_point.svg") no-repeat left 30px center / auto 50%,#FFFFFF;}
.h2_checked {background: url("../img/ico_checked.svg") no-repeat left 30px center / auto 50%,#FFFFFF;}
.h2_ranking {
  color: #FFFFFF;
  background: url("../img/ico_ranking.svg") no-repeat left 30px center / auto 60%,#EE66A2;
}
.h2_relations {
  padding: 0 160px 0 30px;
  background: #FFFFFF;
}
.h2_sub::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 128px;
  height: 87px;
  right: 30px;
  bottom: 10px;
}

.h2_sub > span {vertical-align: middle;}
.h2_sub > span:nth-of-type(1) {
  color: inherit;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0 1.5em 0 0;
}
.h2_ranking > span:nth-of-type(1) ,
.h2_sub > span:nth-of-type(2) {font-size: 3.5rem;}
.h2_sub > span:nth-of-type(2) span {font-size: 2.5rem;}
.thanks_box h1 {
  font-size: 2.7rem;
  border-bottom: solid 4px #EE66A2;
  padding: 130px 0 40px;
}
.thanks_box h1 span {
  color: #EE66A2;
  font-family: "Fredoka", sans-serif;
  font-size: 2.5em;
  font-optical-sizing: auto;
  font-weight: 500;
}

.cart_btn_list .btn_common_w button {color: #444444;}
.deliv_thanks_box {
  position: relative;
  z-index: 0;
  margin: 70px auto 0;
}
.deliv_thanks_box h1 {
  position: relative;
  z-index: 0;
  color: #EE66A2;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
.deliv_thanks_box h1::before ,
.deliv_thanks_box h1::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
}
.deliv_thanks_box p + p {font-size: 1.6rem;margin: 1em auto 0;}

@media screen and (max-width: 767px) {
  
  /**** common ****/

  header.header01 {padding: 5px 2% 0;height: 50px;border-bottom: solid 4px #EE66A2;}
  header.header01 .logo {height: 38px;padding: 3px 0;}
  header.header02 {
    height: 54px;
    background: none;
    border-bottom: solid 4px #EE66A2;
    padding: 5px 5% 5px 3%;
  }
  header.header02 .logo {width: auto;height: 40px;padding: 0;}
  header.header02 .member_info {left: 0;top: 0;}
  header.header02 .menu_box {top: 54px;}
  header .btn_chat {
    background: url("../img/btn_chat_sp.png") no-repeat center / cover;
    width: 34.5vw;
    height: 30vw;
  }
  footer {padding: 20px 0 60px;}
  footer::before {
    inset: -36px 0 auto 0;
    height: 35px;
  }
  footer .btn_privacy {width: 100%;}
  main {padding: 12% 0 70px;}
  main.pt0 {padding: 0 0 70px;}
  .bg_green {background: linear-gradient(to bottom,  rgba(211,231,204,1) 0%,rgba(211,231,204,0.2) 100%);}
  .bg_pink {background: #FCF1F6;}
  .area_gd02 {padding: 0;}

  /**** parts ****/
  
  .btn_common button {width: 100%;}
  .btn_common button, .btn_common p {font-size: 2.0rem;font-weight: bold;;}
  .common_checked {padding: 0 0 30px;}
  .home02 .area_gd {padding: 0;}
  .h1_common {padding: 60px 0 0;}
  .common_link .box {padding: 50px 5% 0;}
  .form_btn_list .btn_common {width: 100%;}
  .home02 #anc01 .box {padding: 50px 5% 0;}
  .home02 .product_head + .bg_beige::before {height: 15px;}
  .common_link ul li {
    width: 49%;
    margin: 0 0 2%;
    font-size: 1.4rem;
  }
  .common_link#anc01 ul li {
    width: 100%;
    font-size: 1.5rem;
  }
  .common_link#anc01 ul li a {
    padding: 0.5em 1.5em 0.5em 80px;
    border: solid 4px #FFFFFF;
  }
  .common_link#anc01 ul li a::before {
    width: 50px;
    height: 50px;
    left: 10px;
  }
  .common_link#anc01 ul li a::after {
    width: 10px;
    height: 20px;
    right: 20px;
  }
  .area_shien {
    padding: 70px 0;
    background: url("../img/wave02.svg") repeat-x top -15px center / auto 40px ,url("../img/stripe.svg") repeat center / 100px , #FFF5D6;
  }
  .area_shien02 {
    padding: 70px 0;
    background: url("../img/wave03.svg") repeat-x top -15px center / auto 40px ,url("../img/stripe.svg") repeat center / 100px , #FFF5D6;
  }
  .area_shien03 {
    padding: 70px 0;
    background: url("../img/wave04.svg") repeat-x top -15px center / auto 40px ,url("../img/stripe.svg") repeat center / 100px , #FFF5D6;
  }
  .shien_banner {
    border: solid 2px #EE66A2;
    border-radius: 10px;
  }
  .info_banner li {
    display: block;
    border-radius: 10px;
  }
  .info_banner li figure {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .info_banner li > div {
    display: block;
    width: 100%;
    padding: 5%;
  }
  .info_banner li > div > * {width: 100%;}
  .info_banner li > div .btn_ac_box a {
    width: 100%;
    border-radius: 8px;
    transition: 0.5s;
  }
  .yotube_banner {margin: 60px 0 0;}

  .common_contact {padding: 10% 0;}
  .common_contact ul li .contact_mail a {border: solid 2px #54BBA1;}
  .common_contact ul li br {display: none;}
  .common_contact ul li .contact_mail {margin: 10% auto 0;}
  .common_contact h2 img {
    width: 100px;
    margin: 0 auto 2%;
  }
  .common_contact h2 span {
    font-size: 3rem;
    margin: 0 auto 3%;
  }
  .common_support {padding: 10% 0 0;}
  .h2_common {
    font-size: 1.8rem;
    margin: 0 auto 5%;
  }
  .h2_common span {
    font-size: 3rem;
    margin: 0 auto 3%;
  }
  .h2_common img {
    width: 100px;
    margin: 0 auto 2%;
  }
  .common_support h2 + p {
    font-size: 1.6rem;
    margin: 0 auto 6%;
    text-align: left;
  }
  .common_link ul li a {border: solid 4px #FFFFFF;}
  
  .common_relation {padding: 50px 10px 30px;}
  .regist_box h1 {border-bottom: solid 2px #EE66A2;}
  .thanks_box {padding: 30px 20px 70px;}
  .thanks_box::before {width: 230px;height: 53px;}
  .thanks_box.input_box {
    padding-top: 60px;
    padding-bottom: 20px;
    margin-top: 40px;
  }
  .thanks_box.none {padding-bottom: 30px;}

  .thanks_box.input_box::before {inset: -15px 0 auto;}
  .thanks_box.input_box .form_btn_list .btn_common button, .btn_common p {min-width: auto;}
  
  .input_flow li span {font-size: 1.4rem;}
  
  /**** home ****/
  
  .home01 {padding: 0 0 50px;}
  .home01 .area_gd > div {padding: 20px 5%;}

  .home02 {padding: 0;}
  .home03 {padding: 0 0 50px;}
  .home01 .kv ,
  .home02 .kv ,
  .home03 .kv {padding: 0;}
  .home01 .kv ,
  .home02 .kv ,
  .home03 .kv {height: auto;}
  .home01 .kv img ,
  .home02 .kv img ,
  .home03 .kv img {
    width: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .home03 .kv + .box {padding: 0 5% 200px;}

  .home01 .kv + div {padding: 10px 0 50px;}
  .home01 .kv + div::after { 
    height: 20px;
    bottom: -20px;
  }
  .home01 .kv + div p {
    font-size: 1.8rem;
    text-align: left;
  }
  .home01 .kv + div .home01_heading {
    display: block;
    font-size: 2.1rem;
    color: #747273;
    text-align: center;
    margin: 0 auto 5%;
    font-weight: 700;
  }
  
  .home_about {padding: 10% 0 0;}
  .home_about .box h2::before ,
  .home_about .box h2::after {display: none;}
  .home_about h2 {margin: 0 auto 5%;}
  .home_about h2 a {
    width: 30%;
    height: 0;
    padding: 64% 0 0;
    right: -3%;
    bottom: 40%;
  }
  .home_about p {
    padding: 60px 0;
    margin: 0 auto 20%;
  }
  .home_about p::before,
  .home_about p::after {width: 100%;}
  .home_choose {padding: 5% 0 10%;}
  .home_choose::before {height: 120px;}
  .home_choose::after {top: 120px;}
  .home_choose > div > .choose_box {
    margin: 0 auto 10%;
    padding: 5%;
    border-radius: 20px;
    border: solid 4px #EE66A2;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .home_choose .box h2 {
    transform: scale(1.1);
    margin: 0 auto 8%;
  }
  .home_choose .box h2 img {width: 100%;} 
  
  .home_choose > div > .choose_box figure img {margin: 0 auto 6%;width: 100%;}
  .home_choose > div > .choose_box figure figcaption {font-size: 1.3rem;}
  .home_choose .box > .choose_box p {
    font-size: 1.6rem;
    margin: 0 auto 8%;
    text-align: center;
  }
  
  
  .home_choose .box > .choose_box p > span span {font-size: 1.2em;}
  .home_choose .box > p {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 auto 6%;
  }
  .home_choose .box > figure + p {
    font-size: 1.6rem;
    margin: 6% auto;
    text-align: center;
  }
  .home_choose .btn_site {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15%;
  }
  .home_choose .btn_site a {
    font-size: 1.6rem;
    text-align: center;
    border: solid 2px #EE66A2;
  }
  .home_choose .btn_site a:hover {top: 4px;}
  .home_choose .btn_site a::after {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: 4px;
    left: -2px;
  }
  .home_choose .btn_site a:hover::after {top: 0;}
  .home_info {padding: 0 0 10%;}
  .home_info::before {height: 12%;}
  .first_login {
    padding: 55% 5% 8%;
    margin: 0 auto 12%;
    background: url("../img/bg_firstlogin_sp.png") no-repeat top 8% center / 94%,#FFF5D6 ;
  }
  .first_login p {
    min-width: 100%;
    font-size: 1.6rem!important;
  }
  .first_login .btn_common {margin: 8% auto 0;}
  .first_login .btn_common p::after {display: none;}
  .first_login .btn_common p {font-size: 1.8rem!important;text-align: center!important;}
  .first_login .btn_common p a {padding: 15px 50px;}  
  .login_box .login_form form .btn_common button::before, .btn_common.btn_login p::before {left: 20px;}
  .home_news {padding: 10% 0 8%;}
  .home_news::before {
    height: 60px;
    background: url(../img/wave.svg) repeat-x top center / auto 60px;
  }
  
  
  .home_news div h3 span::before {
    width: 60px;
    height: 24px;
  }
  .home_news div + p {
    padding: 0;
    margin: 6% auto 0;
  }
  .home_news div + p a {
    display: block;
    width: 100%;
    min-width: 100%;
  }
  .home_news div + p a:hover {top: 4px;}
  .home_news div ul {
    border: solid 2px #333333;
    border-left: none;
    border-radius: 0 20px 20px 0;
  }
  .home_ac {padding: 15% 0;}
  .home_ac > .box::before {
    width: calc(100% - 10%);
    background: url("../img/home_ac.png") no-repeat center / auto 100%;
    top: -5%;
  }
  .home_ac h2 {margin: 0 auto 10%;}
  .home_ac h2 + p {margin: 0 auto 10%;}
  
  .home03 .login_box {background: url("../img/bg_login.svg") no-repeat top 2% center / 96%, #FFF5D6;}
  .home03 .login_box h1 {
    font-size: 1.8rem;
    padding: 60px 0 10px;
  }
  .home03 .login_box .login_form {padding: 0 5% 8%;}
  .login_box .login_form form div {width: 100%;}
  .login_box .login_form form .btn_common {width: 100%;}
  
  .home02 .product_head {padding: 0;}
  .home02 .product_head .box {padding: 0;}
  .home02 .product_head h1 {
    position: static;
    width: 100%;
    margin: 5% auto 0;
  }
  .home02 .product_head h1 img {
    display: block;
    margin: 0 auto;
  }
  
  .kv .cat_anc {display: none;}
  
  .h2_sub {
    height: auto;
    line-height: 1.2;
    margin: 0 0 6%;
    padding: 0.5em 80px 0.5em 50px;
    border-radius: 4px;
  }
  .h2_relations {padding: 0.5em 80px 0.5em 5%;}
  .h2_category {background: url("../img/ico_category.svg") no-repeat left 10px center / auto 25px,#FFFFFF;}
  .h2_point {background: url("../img/ico_point.svg") no-repeat left 10px center / auto 30px,#FFFFFF;}
  .h2_checked {background: url("../img/ico_checked.svg") no-repeat left 10px center / auto 30px,#FFFFFF;}
  .h2_ranking {background: url("../img/ico_ranking.svg") no-repeat left 10px center / auto 30px,#EE66A2;}
  .h2_sub::after {
    width: 60px;
    height: 40px;
    margin: auto;
    right: 10px;
    top: 0;
    bottom: 0;
  }
  .h2_ranking::after {width:40px;height:40px;right:10px;}
  .h2_sub > span {display: block;}
  .h2_sub > span:nth-of-type(1) {
    font-size: 1.4rem;
    margin: 0 auto 2%;
  }
  .h2_sub > span:nth-of-type(2) {font-size: 1.8rem;}
  .h2_sub > span:nth-of-type(2) span {font-size: 1.4rem;}
  .thanks_box h1 {
    border-bottom: solid 2px #EE66A2;
    font-size: 1.6rem;
    padding: 70px 0 20px;
  }
  .deliv_thanks_box {
    margin: 50px auto 0;
    padding: 50px 20px;
  }
  .deliv_thanks_box h1 {margin: 0 auto 20px;}
  .deliv_thanks_box h1::before ,
  .deliv_thanks_box h1::after {display: none;}
  .deliv_thanks_box p {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .deliv_thanks_box p + p {line-height: inherit;}
}


/**** enq ****/
main.enq {padding-top: 60px;}
main.enq_home {padding: 0;}
main.enq_home .kv_enq + div {
  padding: 115px 0 140px;
  background: url("../img/wave02.svg") repeat-x top center / auto 60px ,url("../img/stripe.svg") repeat center / 220px , #FFF5D6;
}

.kv_enq {margin: 0 auto;background: #fcebeb;}
.kv_enq img {display: block;margin: 0 auto;}
.enq_head {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  border-radius: 10px;
  overflow: hidden;
}
.enq_head img {display: block;}
main.enq .h1_normal {margin: 0 auto 30px;}
main.enq .h1_normal + p {margin: 0 auto 40px;}

main.enq .contact_form dl dt {font-weight: 700;}
main.enq .contact_form dl.radio_dl dt {margin: 20px 0;padding: 0;}
main.enq .contact_form.confirm dl {margin: 0 0 10px;}
main.enq .contact_form.confirm dl dt {padding: 0;}
main.enq .contact_form.confirm dl.radio_dl dt {margin: 0;}
main.enq .form_btn_list {margin: 0 auto 80px;}
main.enq .form_btn_list button {margin-top: 0;}
main.enq .contact_form th .must.nini {background: #666;}

.enq_status {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto 40px;
  border: solid 1px #EE66A2;
}
.enq_status li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 20%;
  height: 50px;
  color: #EE66A2;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.enq_status li:nth-child(1) {z-index: 5;}
.enq_status li:nth-child(2) {z-index: 4;}
.enq_status li:nth-child(3) {z-index: 3;}
.enq_status li:nth-child(4) {z-index: 2;}
.enq_status li:nth-child(5) {z-index: 1;}
.enq_status li:nth-child(6) {z-index: 0;}

.enq_status li.active {
  color: #FFFFFF;
  background: #EE66A2;
}
.enq_status li::before ,
.enq_status li::after {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  width: 15px;
  height: 100%;
  background: #FFFFFF;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin: auto;
  top: 0;
  bottom: 0;
  right: -14px;
}
.enq_status li::after {
  z-index: 1;
  background: #EE66A2;
  right: -15px;
}
.enq_status li:nth-last-child(1)::before ,
.enq_status li:nth-last-child(1)::after {display: none;}
.enq_status li.active::before {background: #EE66A2;}
.enq_box {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding: 80px 30px;
  background: #FFFFFF;
  border: solid 10px #EE66A2;
  border-radius: 20px;
}
.enq_box > p {
  font-size: 3.2rem;
  line-height: 1.875;
}
.enq .btn_common p {
  width: 700px;
  height: 100px;
  font-weight: 700;
}
.enq .btn_common p a {padding: 30px 100px;}
.thanks_box.questionnaire {padding: 0 40px 120px;}
.enq .thanks_box.questionnaire h1 {border-bottom: solid 4px #EE66A2;}
.enq .thanks_box.questionnaire::before {
  position:absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 460px;
  height: 106px;
  margin: auto;
  inset: auto 0 10px;
  background: url("../img/bg_thanks.png") no-repeat center / contain;
}

@media screen and (max-width: 767px) {
  
  main.enq {padding-top: 0;}
  .kv_enq img {width: 100%;}
  main.enq_home .kv_enq + div {
  padding: 60px 0 70px;
  background: url("../img/wave02.svg") repeat-x top center / auto 40px ,url("../img/stripe.svg") repeat center / 100px , #FFF5D6;
}
  .enq_head {margin: 0;}

  main.enq .h1_normal {margin: 0 auto 20px;}
  main.enq .h1_normal + p {
    margin: 0 auto 30px;
    text-align: left;
  }
  main.enq .contact_form dl.radio_dl dt {
    display: block;
    margin: 20px 0 0;
  }
  main.enq .contact_form dl.radio_dl dd {
    display: block;
    width: 100%;
  }
  main.enq .contact_form.confirm dl.radio_dl {marign: 0 0 10px;}
  main.enq .contact_form.confirm dl.radio_dl dt {
    display: inline-block;
    margin: 0;
  }
  main.enq .contact_form.confirm dl.radio_dl dd {
    display: inline-block;
    width: calc(100% - 4.5em);
    margin: 0;
  }
  main.enq .form_btn_list {margin: 0 auto 60px;}

  .enq_status {
    width: 100vw;
    transform: translateX(-5%);
    margin: 0 auto 30px;
  }
  .enq_status li {
    height: 60px;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 0 0 0 10px;
  }
  .enq_status li:nth-child(1) ,
  .enq_status li:nth-last-child(1) {padding: 0;}  
  .enq_status li::before ,
  .enq_status li::after {
    width: 10px;
    right: -9px;
  }
  .enq_status li::after {right: -10px;}
  .enq_box {
    text-align: left;
    padding: 30px 20px;
    border: solid 5px #EE66A2;
  }
  .enq_box > p {font-size: 1.8rem;}
  .enq .btn_common p {height: 50px;}
  .enq .btn_common p a {padding: 10px 50px;font-size: 2.0rem;}
  .enq .thanks_box {margin: 20px auto 0;padding: 30px 40px 70px;}
  .enq .thanks_box > p {text-align: left;}
  .enq .thanks_box.questionnaire h1 {border-bottom: solid 2px #EE66A2;}
  .enq .thanks_box.questionnaire::before {width: 230px;height: 53px;}

  
}

