@charset "utf-8";

.archive_list li p.p_cat,
.product_box01 .p_cat {
  display: none;
}

/**** common ****/

.cat01 {
  background: #ffe6ea !important;
}
.cat02 {
  background: #ffe9d8 !important;
}
.cat03 {
  background: #fff9e7 !important;
}
.cat04 {
  background: #d4ecda !important;
}
.cat05 {
  background: #d7eff6 !important;
}
.cat06 {
  background: #efebf7 !important;
}
.cat07 {
  background: #ede8d9 !important;
}
.cat08 {
  background: #fff2ce !important;
}

.cat01 a {
  background: #ffe6ea !important;
}
.cat02 a {
  background: #ffe9d8 !important;
}
.cat03 a {
  background: #fff9e7 !important;
}
.cat04 a {
  background: #d4ecda !important;
}
.cat05 a {
  background: #d7eff6 !important;
}
.cat06 a {
  background: #efebf7 !important;
}
.cat07 a {
  background: #ede8d9 !important;
}
.cat08 a {
  background: #fff2ce !important;
}

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 #a42e68; */
}
header.header01 .logo {
  height: 44px;
  padding: 0 0 5px;
}
header.header01 .logo img {
  width: auto;
  height: 100%;
}
header.header01 .btn_list {
  top: 10px;
  padding-right: 10px;
}
header.header01 .btn_list li {
  min-width: 270px;
  height: 50px;
  line-height: 50px;
  font-size: 2.2rem;
}

header.header01 .btn_list li.header_search {
  margin-top: -10px;
  top: 0px;
  right: 0;
  font-size: 16px;

  height: 40px;
}

header.header01 .btn_list li.header_search form {
  display: flex;
  align-items: center;
}

header.header01 .btn_list li.header_search input {
  /* margin-top: -20px; */
}
header.header01 .btn_list li.header_search:before {
  display: none;
}
header.header01 .btn_list li.header_search:after {
  display: none;
}

header.header01 .btn_list li a {
  color: #ffffff;
  background: #00a9ff;
  border-radius: 6px;
  border: none;
}
header.header01 .btn_list li a:hover {
  opacity: 0.7;
  background: #00a9ff;
}
header.header01 .btn_list li:nth-child(2) a {
  border: none;
  background: #ff6a00;
}
header.header01 .btn_list li:nth-child(2) a:hover {
  background: #ff6a00;
}
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: #ffc700;
}
.btn_lang > a:nth-of-type(1) {
  border: solid 1px #ffc700;
}
.btn_lang > a {
  border: solid 1px #ffc700;
  border-top: none;
  /* color: #ffc700; */
  color: #333;
}
.btn_lang > a:hover {
  background: #ffc700;
}
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: #ffb0bc; */
  opacity: 0.4;
}
header.header02 .btn_lang > a:hover {
  /* background: #aa8e48; */
  /* opacity: 0.4; */
  background: #ffc700;
}

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;
  display: none;
}
header.header02::before {
  background: none;
  /* border-bottom: solid 5px #a42e68; */
}
header.header02 .header_login {
  min-width: 280px;
  height: 50px;
  line-height: 50px;
  font-size: 2.2rem;
  top: 15px;
}
header.header02 .header_login a {
  color: #ffffff;
  border-radius: 6px;
  border: none;
  background: #ffb0bc;
}

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: #fef4cb;
  border: solid 1px #ffc700;
  color: #000;
}
header.header02 .btn_lang > a {
  border: solid 1px #fef4cb;
  border-top: none;
  color: #333;
}
header.header02 .btn_lang > a:nth-of-type(1) {
  border: solid 1px #aa8e48;
}
header.header02 .btn_list .btn_lang::after {
  background: #ffc700;
}

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

main {
  /*border-bottom: solid 4px #A42E68;*/
  padding: 120px 0 400px;
  background: url('../img/bg_main.png') repeat-x bottom center / auto 300px;
}
main.pt0 {
  padding: 0 0 400px;
}

aside {
  background: none;
}
footer {
  padding: 20px 0;
  background: #d7eff7;
  border: none;
  /* border-top: solid 4px #a42e68; */
}
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: #00a9ff;
  border-radius: 4px;
}
.footer_address dd:last-child .footer_contact {
  background: #fe5e8d;
}

/**** parts ****/

.h1_common {
  padding: 100px 0 0;
}
.h1_common span {
  color: #ff6a00;

  font-family: 'Pacifico', cursive;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1.2;
}

.cat_anc li a:after {
  /* background: #bc7f88; */
}
.home02 .cat_anc {
  top: 10px;
}
.home02 .product_head + .bg_beige {
  position: relative;
}
.home02 #anc01 .box {
  padding: 10px 0px 60px;
}
.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::after {
  display: none;
}

.common_link ul *,
.common_link ul *:before,
.common_link ul *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.common_link ul li {
  width: 24%;
  font-size: 2.2rem;
  border-radius: 10px;
  margin: 0 0 1.5%;
}
.common_link ul li a {
  background: #ffffff;
  border: solid 10px #ffffff;
  padding: 1.15em 2em 1.15em 1.5em;
  border-radius: 10px;
}
.common_link#anc01 ul li {
  /* width: 49%; */
  width: 24%;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 2%;
  color: #000;
}
.common_link#anc01 ul::before {
  display: none;
}
.common_link#anc01 ul li a {
  /* padding: 2.9em 3.5em 2.9em 200px;
   */
  padding: 20px;
}
.common_link#anc01 ul li a::before {
  width: 100px;
  height: 130px;
  left: 10px;
  position: static;
}
.common_link#anc01 ul li a::after {
  width: 20px;
  height: 40px;
  right: 2em;
  display: none;
}
.common_link#anc01 ul li.cat01 a::before {
  background: url('../../assets_first/img/ico_cat01.svg') no-repeat center / 90%;
}
.common_link#anc01 ul li.cat02 a::before {
  background: url('../../assets_first/img/ico_cat02.svg') no-repeat center / 90%;
}
.common_link#anc01 ul li.cat03 a::before {
  background: url('../../assets_first/img/ico_cat03.svg') no-repeat center / 90%;
}
.common_link#anc01 ul li.cat04 a::before {
  background: url('../../assets_first/img/ico_cat04.svg') no-repeat center / 90%;
}
.common_link#anc01 ul li.cat05 a::before {
  background: url('../../assets_first/img/ico_cat05.svg') no-repeat center / 90%;
}
.common_link#anc01 ul li.cat06 a::before {
  background: url('../../assets_first/img/ico_cat06.svg') no-repeat center / 90%;
}
.common_link#anc01 ul li.cat07 a::before {
  background: url('../../assets_first/img/ico_cat07.svg') no-repeat center / 90%;
}
.common_link#anc01 ul li.cat08 a::before {
  background: url('../../assets_first/img/ico_cat08.svg') no-repeat center / 50%;
}

.area_shien {
  padding: 50px 0;
}

.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 20px 0 0;
  overflow: hidden;
}
.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 #aa8e48;
  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: #f77425;
  font-family: 'Pacifico', cursive;
  font-optical-sizing: auto;
  font-weight: normal;
  margin: 0 auto;
  font-size: 6rem;
  letter-spacing: 0.05em;
  font-weight: normal !important;
}
.common_contact ul li {
  background: #f4fbfd;
  box-shadow: none;
}
.common_contact ul li:nth-child(2) {
  background: #ffeff3;
}
.common_support {
  padding: 100px 0 50px;
}
.h2_common {
  font-size: 2.8rem;
  margin: 0 auto 30px;
}
.h2_common span {
  color: #f7c909;
  font-family: 'Pacifico', cursive;
  font-optical-sizing: auto;
  font-weight: 500;
  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: #fff0e7;
}

.bg_pink {
  background: url('../img/toshima_dot_bg.png') repeat-y top center / 100%, #fcf1f6;
}
.bg_pink02 {
  background: #ffeff3;
}
/* .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: url('../img/bg_green_head.png') repeat top center / 100%, repeat top center / 100%, linear-gradient(to bottom, rgba(211, 231, 204, 1) 0%, rgba(211, 231, 204, 0.2) 100%);
}

/**** home ****/

.movie_box {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 1920 / 1080;
  margin: 0 auto 30px;
}
.movie_box video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#btn_play {
  position: absolute;
  width: 12%;
  height: auto;
  aspect-ratio: 1/1;
  background: url('../img/btn_play.png') no-repeat center / cover;
  z-index: 2;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  cursor: pointer;
}
#btn_play.hidden {
  opacity: 0;
  visibility: hidden;
}
#btn_pause {
  position: absolute;
  width: 12%;
  height: auto;
  aspect-ratio: 1/1;
  background: url('../img/btn_stop.png') no-repeat center / cover;
  z-index: 2;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.movie_box:hover #btn_pause {
  opacity: 1;
  visibility: visible;
}
#btn_pause.hidden,
.movie_box:hover #btn_pause.hidden {
  opacity: 0;
  visibility: hidden;
}

.home01 {
  padding: 0 0 300px;
  border: none;
}
.home02 {
  padding: 0 0 300px;
  border: none;
  overflow: hidden;
}
.home03 {
  padding: 0 0 300px;
  border: none;
}
.home03 article > div {
  background: #fef4cb;
  /* background: url('../img/toshima_dot_bg.png') repeat-y top center / 100%, #fcf1f6; */
}
.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 .kv + div {
  position: relative;
  z-index: 1;
  background: #d3e7cc;
  padding: 10px 20px 50px;
}
.home01 .kv + div::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
  width: 100%;
  height: 31px;
  bottom: -31px;
  left: 0;
  right: 0;
  background: url('../img/home_after.png') repeat-x center / auto 100%;
}
.home01 .kv + div p {
  font-size: 2.4rem;
  text-align: center;
}
.home01 .kv + div .home01_heading {
  display: none;
}
.home03 .kv::after {
  display: none;
}
.home03 .kv + .box {
  padding: 0 40px;
}
.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: 100px 0 100px;
}
.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 140px;
  padding: 20px 20px 40px;
  background: #ffffff;
  border-radius: 40px;
  border: solid 10px #ffb0bd;
  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 .box h2::before {
  position: absolute;
  display: block;
  content: '';
  width: 470px;
  height: 86px;
  background: url('../img/before_choose.svg') no-repeat center / cover;
  margin: auto;
  left: 0;
  right: 0;
  top: -50px;
}
.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::before,
.home_choose .box > .choose_box p::after {
  position: absolute;
  display: block;
  content: '';
}
.home_choose .box > .choose_box p::before {
  width: 110px;
  height: 160px;
  left: -140px;
  top: -80px;
  background: url('../img/choose_before.svg') no-repeat center / cover;
}
.home_choose .box > .choose_box p::after {
  width: 100px;
  height: 140px;
  right: -140px;
  bottom: -80px;
  background: url('../img/choose_after.svg') no-repeat center / cover;
}

.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 #ff6b00;
  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: #ffb78b;
  border-radius: 10px;
  margin: auto;
  top: 0px;
  left: -6px;
  transition: 0.5s;
}
.home_choose .btn_site a:hover::after {
  top: -4px;
}
.home_info {
  position: relative;
  padding: 30px 0 130px;
}
.home_info::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  width: 100%;
  height: 240px;
  background: #fff7e5;
  top: 0;
  left: 0;
  right: 0;
}
.first_login {
  padding: 180px 20px 80px;
  margin: 0 auto;
  background: url('../img/bg_firstlogin.svg') no-repeat top 20px center / 96%, #fff9e7;
  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: 80px auto 0;
}
.first_login .btn_common p::after {
  position: absolute;
  display: block;
  content: '';
  width: 171px;
  height: 174px;
  background: url('../img/btn_site.svg') no-repeat center / cover;
  right: -200px;
  top: -60px;
  transition: 0.3s;
}
.first_login .btn_common p:hover::after {
  top: -70px;
}
.home_news {
  padding: 100px 0 60px;
}
.home_news div {
  display: block;
}
.home_news .box div ul {
  width: 100%;
  border-radius: 0;
  border-right: none;
  border: none;
  border-radius: 10px;
}
.home_news div + p {
  margin: 30px auto 0;
  text-align: right;
}
.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 #f77425;
  text-decoration: none;
  text-align: center;
  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: #6c5a2c;
  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: 1200px;
  /* background: #fff9e7; */
  /* border: solid 10px #ffffff; */
  transform: translateY(-50px);
}
.home03 .login_box h1 {
  position: relative;
  color: #ff6a00;
  font-size: 3.2rem;
  padding: 230px 0 0;
  margin: 0 auto;
}

.home03 .login_box h1::before {
  position: absolute;
  display: block;
  content: '';
  width: 759px;
  height: 243px;
  background: url(../img/bg_login.svg) no-repeat center / auto 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: -50px;
}
.login_box h1::after {
  position: absolute;
  display: none;
  content: '';
  width: 100%;
  height: 20px;
  background: url(../img/bg_feature.png) repeat-x center / auto 100%;
  top: 100%;
}
.login_box .login_form {
  padding: 40px 40px 80px;
}
.login_box .login_form > p {
  padding: 0;
  border: none;
}
.login_box .login_form form div input {
  border-radius: 4px;
}
.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;
  margin: 0 0 30px;
  padding: 0 160px 0 110px;
  border-radius: 100px;
  color: #999999;
}
.h2_category {
  background: url('../img/ico_category.svg') no-repeat left 30px center / auto 60%, #ffffff;
}
.h2_point {
  background: url('../img/ico_point.svg') no-repeat left 30px center / auto 60%, #ffffff;
}
.h2_checked {
  background: url('../img/ico_checked.svg') no-repeat left 30px center / auto 60%, #ffffff;
}
.h2_ranking {
  color: #ffffff;
  background: url('../img/ico_ranking.svg') no-repeat left 30px center / auto 60%, #ffb0bd;
}
.h2_relations {
  /* color: #ffffff; */
  padding: 0 160px 0 30px;
  /* background: #cbbfe7; */
  background: #fff;
}
.h2_sub::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
  width: 128px;
  height: 87px;
  right: 30px;
  bottom: 10px;
  display: none;
}
.h2_category::after {
  /* background: url('../img/category_ill.svg') no-repeat center / cover; */
}
.h2_point::after {
  /* background: url('../img/point_ill.svg') no-repeat center / cover; */
}
.h2_ranking::after {
  /* background: url('../img/ranking_ill.svg') no-repeat center / cover; */
  width: 130px;
  height: 130px;
  right: 20px;
}
.h2_checked::after {
  /* background: url('../img/checked_ill.svg') no-repeat center / cover; */
}
.h2_relations::after {
  /* background: url('../img/category_ill.svg') no-repeat center / cover; */
}
.h2_sub > span {
  vertical-align: middle;
}
.h2_sub > span:nth-of-type(1) {
  color: #f77425 !important;
  font-family: 'Pacifico', cursive;
  /* font-optical-sizing: auto; */
  font-weight: 400 !important;
  font-size: 1.8rem;
  margin: 0 1.5em 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.h2_ranking > span:nth-of-type(1) {
  color: #ffffff;
}
.h2_sub > span:nth-of-type(2) {
  font-size: 3.5rem;
}
.h2_sub > span:nth-of-type(2) span {
  font-size: 2.5rem;
}

.h2_sub.h2_checked > span:nth-of-type(1) {
  color: #ec698d !important;
}

.thanks_box h1 span {
  color: #ffc700;
  font-family: 'Pacifico', cursive;
  font-optical-sizing: auto;
  font-weight: 500;
}
.deliv_thanks_box {
  position: relative;
  z-index: 0;
  margin: 150px auto 0;
}
.deliv_thanks_box::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
  width: 46%;
  aspect-ratio: 531 / 170;
  background: url('../img/bg_deliv.svg') no-repeat top / cover;
  margin: auto;
  left: 0;
  right: 0;
  top: -70px;
}
.deliv_thanks_box h1 {
  position: relative;
  z-index: 0;
  color: #ffc700;
  font-family: 'Pacifico', cursive;
  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 h1::before {
  width: 93px;
  height: 136px;
  background: url('../img/deliv01.svg') no-repeat center / cover;
  left: 100px;
  top: 50px;
  display: none;
}
.deliv_thanks_box h1::after {
  width: 117px;
  height: 119px;
  background: url('../img/deliv02.svg') no-repeat center / cover;
  right: 100px;
  top: 140px;
  display: none;
}
.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;
  }
  header.header01 .logo {
    height: 36px;
  }
  header.header02 {
    height: 54px;
    background: none;
    border-bottom: none;
    padding: 5px 5% 5px 3%;
    z-index: 1000;
  }
  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 .btn_privacy {
    width: 100%;
  }
  main {
    padding: 12% 0 200px;
    background: url('../img/bg_main.png') no-repeat bottom center / auto 150px;
  }
  main.pt0 {
    padding: 0 0 200px;
  }
  .bg_green {
    background: url('../img/bg_green_head.png') repeat-y top center / 200%, no-repeat top center / 100%, linear-gradient(to bottom, rgba(211, 231, 204, 1) 0%, rgba(211, 231, 204, 0.2) 100%);
  }
  .bg_pink {
    background: url('../img/toshima_dot_bg.png') repeat-y top center / 200%, #fcf1f6;
  }

  /**** parts ****/

  .h1_common {
    padding: 60px 0 0;
  }
  .home02 #anc01 .box {
    padding: 70px 5% 30px;
  }
  .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: 48%;
    font-size: 1.5rem;
  }
  .common_link#anc01 ul li a {
    padding: 0.5em 0 0.5em 0px;
  }
  .common_link#anc01 ul li a::before {
    width: 50px;
    height: 70px;
    left: 10px;
  }
  .common_link#anc01 ul li a::after {
    width: 10px;
    height: 20px;
    right: 20px;
  }
  .area_shien {
    padding: 5% 0;
  }
  .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: solid 3px #aa8e48;
    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 #ffb0bc;
  }
  .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 {
    margin: 0 auto 3%;
    font-size: 2.4rem;
  }
  .common_support {
    padding: 10% 0 0;
  }
  .h2_common {
    font-size: 1.8rem;
    margin: 0 auto 5%;
  }

  .h2_common span {
    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;
  }

  /**** home ****/

  #btn_pause {
    width: 100%;
    aspect-ratio: 1920 / 1080;
    background: none;
  }

  .home01,
  .home02,
  .home03 {
    padding: 0 0 150px;
    overflow: hidden;
  }
  .home01 .kv,
  .home02 .kv,
  .home03 .kv {
    padding: 0;
  }
  .home01 .kv,
  .home02 .kv,
  .home03 .kv {
    height: auto;
    /* height: 280px; */
  }
  .home01 .kv img,
  .home02 .kv img,
  .home03 .kv img {
    width: 100%;
    object-fit: cover;
    border-radius: 0;
  }

  /* .home01 .kv source,
  .home02 .kv source,
  .home03 .kv source {
    display: block;
    height: 280px;
  } */

  .home03 .kv + .box {
    padding: 0 5%;
  }
  .home03 article > div {
    /* background: url('../img/toshima_dot_bg.png') repeat-y top center / 200%, #fcf1f6; */
    background: #fef4cb;
  }

  .home01 .kv + div {
    padding: 10px 5% 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: 20% 0 10%;
  }
  .home_choose::before {
    height: 120px;
  }
  .home_choose::after {
    top: 120px;
  }
  .home_choose > div > .choose_box {
    margin: 0 auto 10%;
    padding: 8% 5%5%;
    border-radius: 20px;
    border: solid 4px #ffb0bd;
  }
  .home_choose .box h2 {
    transform: scale(1.1);
    margin: 0 auto 8%;
  }
  .home_choose .box h2 img {
    width: 100%;
  }
  .home_choose .box h2::before {
    width: 235px;
    height: 43px;
    top: -50px;
  }

  .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%;
  }
  .home_choose .box > .choose_box p::before,
  .home_choose .box > .choose_box p::after {
    display: none;
  }
  .home_choose .box > .choose_box p::after {
    display: none;
  }

  .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;
  }
  .home_choose .btn_site {
    width: 100%;
    margin: 0 auto 15%;
  }
  .home_choose .btn_site a {
    font-size: 1.6rem;
    border: solid 2px #ff6b00;
  }
  .home_choose .btn_site a:hover {
    top: 4px;
  }
  .home_choose .btn_site a::after {
    display: none;
  }
  .home_choose .btn_site a:hover::after {
    top: 0;
  }
  .home_info {
    padding: 0 0 10%;
  }
  .home_info::before {
    height: 12%;
  }
  .first_login {
    padding: 50% 5% 8%;
    margin: 0 auto 12%;
    background: url('../img/bg_firstlogin_sp.svg') no-repeat top 8% center / 94%, #fff9e7;
  }
  .first_login p {
    min-width: 100%;
    font-size: 1.6rem;
  }
  .first_login .btn_common {
    margin: 8% auto 0;
  }
  .first_login .btn_common p::after {
    display: none;
  }

  .home_news {
    padding: 10% 0 8%;
  }
  .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 {
    transform: translateY(-2%);
  }
  .home03 .login_box h1 {
    font-size: 1.8rem;
    padding: 30px 0 10px;
  }
  .home03 .login_box h1::before {
    width: 100%;
    height: 120px;
    padding: 0;
    top: -60px;
    background: url(../img/bg_login.svg) no-repeat center;
    background-size: 100% auto;
    display: none;
  }
  .home03 .login_box .login_form {
    padding: 0 5% 8%;
  }
  .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, #ffb0bd;
  }
  .h2_sub::after {
    width: 60px;
    height: 40px;
    margin: auto;
    right: 10px;
    top: 0;
    bottom: 0;
    display: none;
  }
  .h2_ranking::after {
    width: 40px;
    height: 40px;
    right: 10px;
  }
  .h2_sub > span {
    display: block;
  }
  .h2_sub > span:nth-of-type(1) {
    font-size: 1.3rem;
    top: 10px;
    right: 10px;
    margin: 0;
    /* 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;
  }

  .deliv_thanks_box {
    margin: 50px auto 0;
    padding: 70px 20px 60px;
  }
  .deliv_thanks_box::before {
    aspect-ratio: 283 / 90;
    width: 80%;
    background: url('../img/bg_deliv_sp.svg') no-repeat center / cover;
    top: -7%;
  }
  .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-top: 0;
  /* background: url('../img/bg_main.png') repeat-x bottom center / auto 300px, url('../img/toshima_dot_bg.png') repeat-y top center / 100%, #fcf1f6; */
}
.kv_enq {
  margin: 0 auto 70px;
}

.kv_enq img {
  width: 100%;
  height: auto;
}
.enq_head {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}

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 #ff6a00;
}
.enq_status li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 20%;
  height: 50px;
  color: #ff6a00;
  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: #ff6a00;
}
.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: #ff6a00;
  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: #ff6a00;
}
.enq_box {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding: 60px;
  background: #fff;
  border: solid 10px #ff6a00;
  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;
}
.enq .thanks_box.questionnaire h1 {
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  main.enq {
    padding-top: 0;
  }
  main.enq_home {
    /* background: url('../img/bg_main.png') no-repeat bottom center / auto 150px, url('../img/toshima_dot_bg.png') repeat-y top center / 200%, #fcf1f6; */
  }
  .kv_enq {
    margin: 0 auto 20px;
  }
  .kv_enq img {
    width: 100%;
  }
  .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 #ffffff;
  }
  .enq_box > p {
    font-size: 1.8rem;
  }
  .enq .btn_common p {
    height: 40px;
  }
  .enq .btn_common p a {
    padding: 10px 50px;
  }
  .enq .thanks_box {
    margin: 20px auto 0;
  }
  .enq .thanks_box > p {
    text-align: left;
  }
  .enq .thanks_box.questionnaire h1 {
    padding: 40px 0 10px;
  }
}
