﻿@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}
img { width:100%; height: auto; }
.sp { display: block; }
.pc { display: none; }

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap {
  min-width:0;
  padding-top: 70px;
  overflow: hidden;
}

.common_inlinelist01 { letter-spacing:-.4em; }
.common_inlinelist01 li {
	letter-spacing: normal;
	display:inline-block;
}
.common_flex01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common_flex01.both {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common_flex01.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}



.common_btn01 a {
  text-align: center;
  display: inline-block;
  background: #00bab3;
  background: linear-gradient(180deg, #00b9b2 0%, #00a69d 100%);
  border: 1px solid rgba(255,255,255,.3);
  box-sizing: border-box;
  line-height: 1;
  padding: 14px 0;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 6px 0px 0px #067e79;
  transition: .1s;
}
.common_btn01 a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 18px;
  top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.common_btn01 a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  box-sizing: content-box;
  border: 0;
  border-top: solid 1px #00bab3;
  border-right: solid 1px #00bab3;
  position: absolute;
  top: 50%;
  right: 26px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.common_btn01 a .txt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.common_btn01.size300 a {
  width: 70%;
  max-width: 420px;
}

.common_btn02 a {
  text-align: center;
  display: inline-block;
  background: #00bab3;
  background: linear-gradient(180deg, #00b9b2 0%, #00a69d 100%);
  border: 1px solid rgba(255,255,255,.3);
  box-sizing: border-box;
  line-height: 1;
  padding: 14px 0;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 6px 0px 0px #067e79;
  transition: .1s;
}
.common_btn02 a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 18px;
  top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.common_btn02 a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  box-sizing: content-box;
  border: 0;
  border-top: solid 1px #00bab3;
  border-right: solid 1px #00bab3;
  position: absolute;
  top: 50%;
  left: 26px;
	-webkit-transform: translate(0, -50%) rotate(225deg);
	transform: translate(0, -50%) rotate(225deg);
}
.common_btn02 a .txt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.common_btn02.size300 a {
  width: 70%;
  max-width: 420px;
}

.common_ttl01 {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: .05em;
  text-align: center;
  position: relative;
  margin-top: 0;
}
.common_ttl01 .en {
  font-size: 1.4rem;
  font-weight: bold;
  color: #00bab3;
  letter-spacing: .05em;
  display: block;
  margin-top: 12px;
}
.common_ttl01.bal {
  padding-top: 2.0em;
}
.common_ttl01.bal .balloon {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 140%;
  background: #db3696;
  border-radius: 1.2em;
  padding: 1.4rem 4.5rem;
  box-sizing: content-box;
  color: #fff;
  position: absolute;
  top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.common_ttl01.bal .balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 16px solid #db3696;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}

.common_ttl02 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 160%;
}

.common_ttl03 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 160%;
  padding-bottom: 10px;
  border-bottom: 2px solid #00bab3;
}

.common_ttl04 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 160%;
  padding-bottom: 12px;
  border-bottom: 2px solid #00bab3;
}

.common_ttl05 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
  padding-bottom: 25px;
  position: relative;
}
.common_ttl05::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: #00bab3;
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  bottom: 0;
}

.common_txt01 {
  font-size: 1.6rem;
  line-height: 200%;
}
.common_txt02 {
  font-size: 1.6rem;
  line-height: 180%;
}


/* =============================== header =============================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.header_inner01 {
  width: 100%;
  height: 70px;
  position: relative;
}
.header_inner01 .hlogo h1 {
  margin: 0;
  padding: 0;
}
.header_inner01 .hlogo {
  position: absolute;
  left: 4%;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.header_inner01 .hlogo img {
  height: 30px;
  width: auto;
}
.header_inner01 .hlogo .txt {
  margin-top: 4px;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
}
.header_inner01 .hlogo .txt br {
  display: none;
}
@media screen and (max-width:579px){
  .header_inner01 .hlogo .txt {
    font-size: 2.3vw;
  }
}

.header_inner01 .hnav ,
.header_inner02 {
  display: none;
}


.side_fixed_bn {
  display: none;
}
.bottom_fixed_bn {
  position: fixed;
  right: 0;
  z-index: 100;
  bottom: 0;
  width: 100%;
  padding: 4px 0 8px;
  background: #db3696;
}
.bottom_fixed_bn a {
  display: block;
  width: 88%;
  max-width: 660px;
  margin: 0 auto;
}
/*
.bottom_fixed_bn li:nth-child(1) {
  width: 52%;
}
.bottom_fixed_bn li:nth-child(2) ,
.bottom_fixed_bn li:nth-child(3) {
  width: 24%;
}
*/

/* =============================== footer =============================== */
footer {
  position: relative;
}
.btn_pagetop {
  width: 50px;
  right: 5%;
  margin-right: -15px !important;
  margin-bottom: 50px;
  z-index: 99;
}

.footer_inner01 {
  box-sizing: border-box;
  padding: 30px 4% 20px;
}
.footer_inner01 .flogo {
  text-align: center;
  margin-bottom: 30px;
}
.footer_inner01 .flogo img {
  width: 54.34%;
}

.footer_inner01 .fnav01 ul {
  width: 100%;
}
.footer_inner01 .fnav01 ul li a {
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 285%;
}
.footer_inner01 .fnav01 ul li a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #00bab3;
  border-right: solid 1px #00bab3;
  margin-right: 25px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footer_inner01 .fnav01 ul li .sub {
  margin-left: 34px;
}
@media screen and (max-width:420px){
  .footer_inner01 .fnav01 ul li a::before {
    margin-right: 18px;
  }
  .footer_inner01 .fnav01 ul li .sub {
    margin-left: 27px;
  }
}
.footer_inner01 .fnav01 ul li .sub a {
  font-size: 1.4rem;
  line-height: 200%;
}
.footer_inner01 .fnav01 ul li .sub a::before {
  content: none;
}
.footer_inner01 .fnav01 ul.fnav0102 {
  margin-bottom: 10px;
}
.footer_inner01 .fnav01 ul.fnav0102 ,
.footer_inner01 .fnav01 ul.fnav0104 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_inner01 .fnav01 ul.fnav0102 li ,
.footer_inner01 .fnav01 ul.fnav0104 li {
  width: 50%;
}
.footer_inner01 .fnav01 ul.fnav0102 li.sp a {
  display: block;
}
.footer_inner01 .fnav01 ul.fnav0102 li:nth-child(1) a::before {
  vertical-align: top;
  margin-top: 16px;
}
.footer_inner01 .fnav01 ul.fnav0102 .sttl {
  font-size: 1.6rem;
  line-height: 140%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
}

.footer_inner02 {
}
.footer_inner02 .fnav02 {
  padding: 0 4%;
  box-sizing: border-box;
  margin-bottom: 2.0rem;
}
.footer_inner02 .fnav02 li {
  width: 48%;
  margin-right: 4%;
}
.footer_inner02 .fnav02 li:nth-child(-n+2) {
  margin-bottom: 2.0rem;
}
.footer_inner02 .fnav02 li:nth-child(2n) {
  margin-right: 0;
}
.footer_inner02 .fnav02 li a {
  font-size: 1.6rem;
  line-height: 120%;
  text-decoration: none;
}
.footer_inner02 .fnav02 li a br {
  display: none;
}
@media screen and (max-width:420px){
  .footer_inner02 .fnav02 li a br {
    display: inline-block;
  }
}
.copyright {
  background: #f8f8f8;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}


/* =============================== mainimg =============================== */

.top_mainimg_bk .top_mainimg {
  position: relative;
}
.top_mainimg_bk .top_mainimg a {
  display: block;
  width: 78%;
  height: 16%;
  position: absolute;
  left: 50%;
  top: 46.5%;
  transform: translate(-50%,-50%);
  z-index: 5;
  border-radius: 14px;
}

/* =============================== top_common =============================== */
.top_copy {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 200%;
}
.top_copy strong {
  color: #db3696;
  font-weight: bold;
  border-bottom: 1px solid #db3696;
}


/* =============================== top_guide =============================== */
.top_guide_bk {
  padding: 30px 0 50px;
}
.top_guide_bk .top_guide .top_guide_ttl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: relative;
  margin-bottom: 2.0rem;
}
.top_guide_bk .top_guide .top_guide_ttl .left ,
.top_guide_bk .top_guide .top_guide_ttl .right {
  width: 9.6%;
  position: absolute;
  top: 0;
}
.top_guide_bk .top_guide .top_guide_ttl .left {
  left: 2.6%;
}
.top_guide_bk .top_guide .top_guide_ttl .right {
  right: 2.6%;
}
.top_guide_bk .top_guide .top_guide_ttl .ttl {
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}
.top_guide_bk .top_guide .top_guide_ttl .ttl .ttl01 {
  font-size: 4.15vw;
}
.top_guide_bk .top_guide .top_guide_ttl .ttl .ttl02 {
  font-size: 5vw;
}
.top_guide_bk .top_guide .top_guide_ttl .ttl strong {
  display: inline-block;
  font-size: 5.2vw;
  font-weight: bold;
  background: #db3696;
  line-height: 1;
  color: #fff;
  padding: 6px 8px;
  border-radius: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 10px;
}
.top_guide_bk .top_guide .top_guide_ttl .ttl .fb {
  font-size: 4.0rem;
  font-weight: bold;
}

.top_guide_bk .top_guide .image.sp {
  text-align: center;
}
.top_guide_bk .top_guide .image.sp img {
  width: 36%;
}

.top_guide_bk .top_guide .top_guide_list {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.top_guide_bk .top_guide .top_guide_list li {
  width: 100%;
  margin-bottom: 15px;
}
.top_guide_bk .top_guide .top_guide_list li a {
  text-decoration: none;
}

.top_guide_bk .top_guide .top_guide_trouble {
  padding: 20px 4% 60px;
  box-sizing: border-box;
}

.top_guide_bk .top_guide .top_guide_area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  background: #f8f8f8;
  border: 2px solid #a3a9aa;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 50px 5% 40px;
  position: relative;
  margin-left: 4%;
  margin-right: 4%;
}
.top_guide_bk .top_guide .top_guide_area .ttl {
  position: absolute;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #a3a9aa;
  line-height: 1;
  margin: 0;
  padding: 1.5rem 0;
  width: 69.5%;
  border-radius: 3.8rem;
  top: -1em;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.top_guide_bk .top_guide .top_guide_area .ttl i {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.top_guide_bk .top_guide .top_guide_area .ttl i img {
  height: 2.6rem;
  width: auto;
}
.top_guide_bk .top_guide .top_guide_area .image {
  width: 100%;
  text-align: center;
  margin-bottom: 3.0rem;
}
.top_guide_bk .top_guide .top_guide_area .image img {
  max-width: 75%;
}
.top_guide_bk .top_guide .top_guide_area .info {
  width: 100%;
}
.top_guide_bk .top_guide .top_guide_area .info .txt {
  margin-bottom: 2.5rem;
}
.top_guide_bk .top_guide .top_guide_area .info .arealist {
  width: 100%;
  border: 2px solid #db3696;
  border-radius: 10px;
  margin-bottom: 4.0rem;
  overflow: hidden;
}
.top_guide_bk .top_guide .top_guide_area .info .arealist dt {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.4rem 0;
  background: #db3696;
  color: #fff;
  text-align: center;
}
.top_guide_bk .top_guide .top_guide_area .info .arealist dd {
  text-align: center;
}
.top_guide_bk .top_guide .top_guide_area .info .arealist dd ul {
  display: inline-block;
  margin: 2.0rem 1.6rem;
}
.top_guide_bk .top_guide .top_guide_area .info .arealist dd ul li {
  text-align: left;
  font-size: 1.6rem;
  line-height: 180%;
  text-indent: -1.2rem;
  padding-left: 3.6rem;
}
.top_guide_bk .top_guide .top_guide_area .info .arealist dd ul li::before {
  content: "●";
  color: #db3696;
  font-size: 1.2rem;
  margin-right: 1.0rem;
  display: inline-block;
  vertical-align: bottom;
}

/* =============================== top_reason =============================== */

.top_reason_bk {
  padding: 50px 4% 60px;
  box-sizing: border-box;
  background: url(../images/top/top_reason_bg_sp.png) no-repeat center center #f0fcfc;
  background-size: 100%;
}
.top_reason_bk .top_reason .common_ttl01 {
  margin-bottom: 3.0rem;
}
.top_reason_bk .top_reason .top_copy {
  margin-bottom: 4.5rem;
}

.top_reason_bk .top_reason .top_reason_list {
  margin-bottom: 3.0rem;
}
.top_reason_bk .top_reason .top_reason_list li {
  width: 47.8%;
}
.top_reason_bk .top_reason .top_reason_list li:nth-child(-n+2) {
  margin-bottom: 20px;
}
.top_reason_bk .top_reason .caution {
  margin-bottom: 4.0rem;
}

/* =============================== top_flow =============================== */
.top_flow_bk {
  padding: 50px 4% 30px;
  box-sizing: border-box;
}
.top_flow_bk .top_flow .common_ttl01 {
  margin-bottom: 3.0rem;
}
.top_flow_bk .top_flow .top_copy {
  margin-bottom: 5.5rem;
}
.top_flow_bk .top_flow .top_flow_step {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #00bab3;
  border-radius: 10px;
  padding: 20px 4%;
  background: #fff;
  margin-bottom: 3.0rem;  
}
.top_flow_bk .top_flow .top_flow_step dt {
  width: 15%;
}
.top_flow_bk .top_flow .top_flow_step dd {
  width: 80%;
}
.top_flow_bk .top_flow .top_flow_step dd .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top_flow_bk .top_flow .top_flow_step dd .info .image {
  width: 31%;
  padding-right: 5%;
  box-sizing: content-box;
}
.top_flow_bk .top_flow .top_flow_step dd .info .image img {
  max-width: 100%;
}
.top_flow_bk .top_flow .top_flow_step dd .info .ttl {
  width: 64%;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: .05em;
}
.top_flow_bk .top_flow .top_flow_step dd .info .ttl strong {
  color: #db3696;
  font-weight: bold;
}
.top_flow_bk .top_flow .top_flow_step dd .info .ttl strong .fb {
  font-size: 3.6rem;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 1;
}
@media screen and (max-width:420px){
  .top_flow_bk .top_flow .top_flow_step dd .info .ttl {
    font-size: 5.5vw;
  }
  .top_flow_bk .top_flow .top_flow_step dd .info .ttl strong .fb {
    font-size: 7.5vw;
  }
}
.top_flow_bk .top_flow .top_flow_step dd .info .txt {
  margin-top: 1.5rem;
  line-height: 180%;
  width: 100%;
}


/* =============================== top_reform =============================== */
.top_reform_bk {
  padding: 30px 0 0;
}
.top_reform_bk .top_reform .top_reform_ttl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: relative;
  padding: 0 2%;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.top_reform_bk .top_reform .top_reform_ttl .ttl {
  font-size: 4.5vw;
  font-weight: bold;
  padding-right: 13%;
  text-align: center;
  width: 78.8%;
}
.top_reform_bk .top_reform .top_reform_ttl .ttl strong {
  color: #db3696;
}
.top_reform_bk .top_reform .top_reform_ttl .left ,
.top_reform_bk .top_reform .top_reform_ttl .right {
  width: 9.6%;
  position: relative;
  z-index: 2;
}
.top_reform_bk .top_reform .top_reform_ttl .image {
  position: absolute;
  z-index: 1;
  width: 21.66%;
  right: 6.4%;
  bottom: 0;
  z-index: 0;
}
.top_reform_bk .top_reform .top_reform_bn {
  padding: 50px 0;
  background: url(../images/top/top_reform_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.top_reform_bk .top_reform .top_reform_bn a {
  text-decoration: none;
  display: inline-block;
  max-width: 82%;
  position: relative;
}
.top_reform_bk .top_reform .top_reform_bn a::before {
  content: "";
  width: 8%;
  height: 11.1%;
  background: #db3696;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 3.2%;
  bottom: 4.4%;
  z-index: 1;
}
.top_reform_bk .top_reform .top_reform_bn a::after {
  content: "";
  display: block;
  width: 2.4%;
  height: 3%;
  box-sizing: content-box;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  position: absolute;
  right: 6.3%;
  bottom: 8.1%;
  z-index: 2;
}


/* =============================== top_recommend =============================== */
.top_recommend_bk {
  padding: 50px 0;
}
.top_recommend_bk .top_recommend .common_ttl01 {
  margin-bottom: 3.5rem;
}
.top_recommend_bk .top_recommend .common_ttl01.bal {
  padding-top: calc( 2.8rem + 31px + 3.5vw );
}
.top_recommend_bk .top_recommend .common_ttl01.bal .balloon {
  width: 90%;
  box-sizing: border-box;
  padding: 1.4rem 1.5rem;
  border-radius: 1.5em;
  font-size: 3.5vw;
}

.top_recommend_bk .top_recommend .top_recommend_list.pc {
  display: none;
}
/*
.top_recommend_bk .top_recommend .top_recommend_list.sp {
  width: 100%;
  margin-bottom: 5.0rem;
}
.top_recommend_bk .top_recommend .top_recommend_list li.slide_box {  
  margin: 0 15px;
}
.top_recommend_bk .top_recommend .top_recommend_list li a {
  text-decoration: none;
}
.top_recommend_bk .top_recommend .top_recommend_list li img {
  max-width: 100%;
}
.top_recommend_bk .top_recommend .top_recommend_list li .ttl {
  font-size: 1.6rem;
  line-height: 165%;
  font-weight: bold;
  margin-top: 2.0rem;
  margin-bottom: 0.5rem;
}
.top_recommend_bk .top_recommend .top_recommend_list li .price {
  font-size: 1.4rem;
  text-align: center;
}
.top_recommend_bk .top_recommend .top_recommend_list li .price strong {
  font-size: 2.4rem;
  font-weight: normal;
}
.top_recommend_bk .top_recommend .top_recommend_list li .price .yen {
  font-size: 2.0rem;
}
.top_recommend_bk .top_recommend .top_recommend_list .slick-arrow {
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #db3696;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 40%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
  cursor: pointer;
  z-index: 50;
}
.top_recommend_bk .top_recommend .top_recommend_list .slick-arrow::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  z-index: 51;
}
.top_recommend_bk .top_recommend .top_recommend_list .slick-arrow.slick-prev {
  left: 5%;
  transition: .3s;
}
.top_recommend_bk .top_recommend .top_recommend_list .slick-arrow.slick-prev::before {
	-webkit-transform: translate(0, -50%) rotate(-135deg);
	transform: translate(0, -50%) rotate(-135deg);
  right: 11px;
}
.top_recommend_bk .top_recommend .top_recommend_list .slick-arrow.slick-next {
  right: 5%;
  transition: .3s;
}
.top_recommend_bk .top_recommend .top_recommend_list .slick-arrow.slick-next::before {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
  left: 11px;
}
*/

/* no slider */
.top_recommend_bk .top_recommend .top_recommend_list {
	width: 72%;
	margin: 0 auto 3.0rem;
}
.top_recommend_bk .top_recommend .top_recommend_list li {
	width: 100%;
}
.top_recommend_bk .top_recommend .top_recommend_list li a {
  text-decoration: none;
}
.top_recommend_bk .top_recommend .top_recommend_list li img {
  box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.top_recommend_bk .top_recommend .top_recommend_list li .ttl {
  font-size: 1.6rem;
  line-height: 165%;
  font-weight: bold;
  margin-top: 2.0rem;
  margin-bottom: 0.5rem;
}
.top_recommend_bk .top_recommend .top_recommend_list li .price {
  font-size: 1.4rem;
  text-align: center;
}
.top_recommend_bk .top_recommend .top_recommend_list li .price strong {
  font-size: 2.4rem;
  font-weight: normal;
}
.top_recommend_bk .top_recommend .top_recommend_list li .price .yen {
  font-size: 2.0rem;
}

.top_recommend_bk .common_btn01 {
  width: 92%;
  margin: 0 auto;
}


/* =============================== top_construction =============================== */
.top_construction_bk {
  padding: 50px 0;
  background: #f8f8f8;
}
.top_construction_bk .top_construction .common_ttl01 {
  margin-bottom: 3.0rem;
}
.top_construction_bk .top_construction .top_copy {
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 6.0rem;
}

.top_construction_bk .top_construction .top_construction_slide {
  width: 100%;
  margin-bottom: 5.0rem;
}
.top_construction_bk .top_construction .top_construction_slide ul .slide_box {
  border-radius: 10px;
  background: #fff;
  padding-bottom: 2.0rem;
  margin: 0 15px;
  overflow: hidden;
}
.top_construction_bk .top_construction .top_construction_slide ul .slide_box a {
  text-decoration: none;
}
.top_construction_bk .top_construction .top_construction_slide ul .slide_box a .image {
  width: 100%;
  height: 1;
  padding-top: 52.63%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.top_construction_bk .top_construction .top_construction_slide ul .slide_box a .ttl {
  font-size: 1.6rem;
  line-height: 200%;
  font-weight: bold;
  box-sizing: border-box;
  padding: 2.5rem 7% 0;
}
.top_construction_bk .top_construction .top_construction_slide .slick-arrow {
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #db3696;
  display: block;
  position: absolute;
  top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
  cursor: pointer;
  z-index: 50;
}
.top_construction_bk .top_construction .top_construction_slide .slick-arrow::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  z-index: 51;
}
.top_construction_bk .top_construction .top_construction_slide .slick-arrow.slick-prev {
  left: 5%;
  transition: .3s;
}
.top_construction_bk .top_construction .top_construction_slide .slick-arrow.slick-prev::before {
	-webkit-transform: translate(0, -50%) rotate(-135deg);
	transform: translate(0, -50%) rotate(-135deg);
  right: 11px;
}
.top_construction_bk .top_construction .top_construction_slide .slick-arrow.slick-next {
  right: 5%;
  transition: .3s;
}
.top_construction_bk .top_construction .top_construction_slide .slick-arrow.slick-next::before {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
  left: 11px;
}
.top_construction_bk .top_construction .slick-track {
  display: flex;
}
.top_construction_bk .top_construction .slick-slide {
  height: auto !important;
}

.top_construction_bk .common_btn01 {
  width: 92%;
  margin: 0 auto;
}

/* =============================== top_voice =============================== */
.top_voice_bk {
  padding: 60px 4% 80px;
  box-sizing: border-box;
  background: url(../images/top/top_voice_bg0201_sp.png) no-repeat center top ,url(../images/top/top_voice_bg0202_sp.png) no-repeat center bottom;
  background-size: 100%, 100%;
  background-color: #7EBCC2;
}
.top_voice_bk .top_voice .common_ttl01 {
  color: #fff;
  margin-bottom: 3.0rem;
}
.top_voice_bk .top_voice .common_ttl01 .en {
  color: #fff;
}
.top_voice_bk .top_voice .top_copy {
  color: #fff;
  margin-bottom: 3.5rem;
}
.top_voice_bk .top_voice .top_voice_list li {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 5% 20px;
  margin-bottom: 30px;
}
.top_voice_bk .top_voice .top_voice_list li .icon {
  width: 17.2%;
}
.top_voice_bk .top_voice .top_voice_list li .info {
  width: 78.3%;
  margin-bottom: 1.5rem;
}
.top_voice_bk .top_voice .top_voice_list li .info .area {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 6px 14px 4px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #db3696;
  border-radius: 12px;
  margin-bottom: 1.0rem;
}
.top_voice_bk .top_voice .top_voice_list li .info .ttl {
  font-size: 1.8rem;
  line-height: 160%;
  color: #db3696;
  font-weight: bold;
}
.top_voice_bk .top_voice .top_voice_list li .txt {
  width: 100%;
  margin-top: 1.0rem;
}
.top_voice_bk .top_voice .top_voice_list li .name {
  width: 100%;
  margin-top: 2rem;
  text-align: right;
  font-size: 1.6rem;
  line-height: 200%;
  font-weight: bold;
}

/* =============================== top_faq =============================== */
.top_faq_bk {
  padding: 50px 4%;
  box-sizing: border-box;
}
.top_faq_bk .top_faq .common_ttl01 {
  margin-bottom: 3.0rem;
}
.top_faq_bk .top_faq .top_copy {
  margin-bottom: 5.0rem;
}
.top_faq_bk .top_faq .top_faq_dl {
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 30px;
}
.top_faq_bk .top_faq .top_faq_dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 175%;
  padding: 22px 56px 20px 78px;
  cursor: pointer;
  position: relative;
}
.top_faq_bk .top_faq .top_faq_dl dt::before {
  content: "＋";
  font-size: 3.0rem;
  color: #db3696;
  position: absolute;
  right: 20px;
  top: 21px;
}
.top_faq_bk .top_faq .top_faq_dl dt.active::before {
  content: "－";
}
.top_faq_bk .top_faq .top_faq_dl dt .question {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 28px;
  left: 30px;
  line-height: 1;
  z-index: 2;
}
.top_faq_bk .top_faq .top_faq_dl dt .question::after {
  content: "";
  background: #00bab3;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -11px;
  left: -13px;
  z-index: -1;
}
.top_faq_bk .top_faq .top_faq_dl dd {
  display: none;
  padding: 22px 20px 20px 78px;
  border-top: 1px solid #ddd;
  position: relative;
}
.top_faq_bk .top_faq .top_faq_dl dd .answer {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 28px;
  left: 31px;
  line-height: 1;
  z-index: 2;
}
.top_faq_bk .top_faq .top_faq_dl dd .answer::after {
  content: "";
  background: #db3696;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -11px;
  left: -14px;
  z-index: -1;
}
.top_faq_bk .top_faq .common_btn01 {
  padding-top: 20px;
}  


/* =============================== top_news =============================== */
.top_news_bk {
  padding: 50px 0;
  background: #f0fcfc;
}
.top_news_bk .top_news .info {
  width: 100%;
  padding: 0 4%;
  box-sizing: border-box;
}
.top_news_bk .top_news .info .common_ttl01 {
  margin-bottom: 3.0rem;
}
.top_news_bk .top_news .info .top_copy {
  margin-bottom: 3.5rem;
}
.top_news_bk .top_news .info .image {
  text-align: center;
  width: 100%;
  height: 1;
  padding-top: 22.53%;
  display: block;
  position: relative;
  z-index: 1;
}
.top_news_bk .top_news .info .image::before {
  content: "";
  display: block;
  width: 27.39%;
  height: 1;
  padding-top: 18.53%;
  background: url(../images/top/top_news_img01.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  top: 18.53%;
  transform: translateY(118.53%);
  animation: animate01 10s infinite ease-out .6s;
  z-index: -1;
}
@keyframes animate01 {
  0% {
    transform: translateY(118.53%);
  }

  60% {
    transform: translateY(118.53%);
  }

  65% {
    transform: translateY(0);
  }

  95% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(118.53%);
  }
}
.top_news_bk .top_news .cont {
  width: 92%;
  box-sizing: border-box;
  margin: 0 auto 5.0rem;
  position: relative;
  z-index: 5;
}
.top_news_bk .top_news .cont::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -150%;
  z-index: -1;
}
.top_news_bk .top_news .cont_inner {
  box-sizing: border-box;
  padding: 30px 8%;
  background: #fff;
  border-radius: 10px 0 0 10px;
  min-height: 200px;
}
.top_news_bk .top_news .cont .top_news_list {
}
.top_news_bk .top_news .cont .top_news_list a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 15px 0;
  letter-spacing:-.4em;
}
.top_news_bk .top_news .cont .top_news_list a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
	letter-spacing: normal;
}
.top_news_bk .top_news .cont .top_news_list a .date {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #00bab3;
  width: 105px;
}
.top_news_bk .top_news .cont .top_news_list a .cat {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #00bab3;
  width: 120px;
  padding: 6px 0;
  margin-right: 30px;
  border-radius: 2.0rem;
  text-align: center;
}
.top_news_bk .top_news .cont .top_news_list a .ttl {
  width: 100%;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 1.8rem;
}
.top_news_bk .top_news .common_btn01 {
  text-align: center;
  width: 92%;
  margin: 0 auto;
}

/* =============================== top_about =============================== */
.top_about_bk {
  padding: 50px 4% 60px;
  box-sizing: border-box;
}
.top_about_bk .top_about .common_ttl01 {
  margin-bottom: 4.0rem;
}
.top_about_bk .top_about .top_about_btn li {
  width: 100%;
  margin-bottom: 25px;
}
.top_about_bk .top_about .top_about_btn li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  box-sizing: border-box;
  line-height: 1;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 6px 0px 0px #929292;
  transition: .1s;
  background: rgb(248,248,248);
  background: linear-gradient(180deg, rgba(248,248,248,1) 0%, rgba(226,226,226,1) 100%);
}
.top_about_bk .top_about .top_about_btn li a::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #db3696;
  position: absolute;
  right: 20px;
  top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.top_about_bk .top_about .top_about_btn li a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  box-sizing: content-box;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 31px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.top_about_bk .top_about .top_about_btn li a img {
  width: 34.7%;
}
.top_about_bk .top_about .top_about_btn li a .txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 2.0rem;
}



/* =============================== cta =============================== */
.cta_bk {
  background: url(../images/common/cta_bg_sp.png) no-repeat center center;
  background-size: cover;
}
.cta_bk .cta {
  position: relative;
  padding: 10vw 4% 3.0rem;
  box-sizing: border-box;
}
.cta_bk .cta .cta_info {
  position: relative;
  z-index: 5;
}
.cta_bk .cta .cta_info .ttl {
  width: 100%;
  position: relative;
  padding-bottom: 2.0rem;
}
.cta_bk .cta .cta_info .cta_image {
  width: 47.08%;
  position: absolute;
  right: -4.5%;
  bottom: -36%;
  z-index: 10;
}
.cta_bk .cta .cta_info .cta_info_inner {
  width: 100%;
  position: relative;
  z-index: 11;
}
.cta_bk .cta .cta_info .cta_info_inner .btn01 {
  width: 100%;
  margin-bottom: 20px;
}
.cta_bk .cta .cta_info .cta_info_inner .btn02 {
  width: 100%;
}





/* kumamon none */

.top_guide_bk .top_guide .image.sp ,
.top_reform_bk .top_reform .top_reform_ttl .image ,
.top_news_bk .top_news .info .image ,
.top_reform_bk .top_reform .top_reform_ttl .image {
  display: none !important;
}
.top_reform_bk .top_reform .top_reform_ttl .ttl {
  padding-right: 0 !important;
}

