@charset "utf-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, GeneralFonts, Hiragino Kaku Gothic ProN, Yu Gothic Medium, YuGothic-Medium, 游ゴシック Medium, YuGothic, 游ゴシック, Meiryo, Helvetica Neue, Segoe UI, sans-serif;
    color: #34333C;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.bold{font-weight:700;}
a{
	text-decoration: none;
	color:#3366CF;/* リンク色 */
    word-break: break-all;
    text-indent: 0;}
a:hover{
	text-decoration: none;}

img{
    max-width: 100%;
    height: auto;
}
#contents02{
  color: #333333;
}
.flex_space_bt{
    display: flex;
    justify-content: space-between;
}
.flex_wrap{
    display: flex;
    flex-wrap: wrap;
}
.red{
    color: red;
}
.border_gray{
    border: solid 2px #d4d4d4;
    padding: 20px;
}
.bg_sub{
  background-color: #e1f2fa;
}
.bg_mainC{
  background-color: #36b967;
}
.bg_mainB{
  background-color: #d1eaf6;
}
.bg_stripe{
    background:repeating-linear-gradient(135deg,#eaf9e8,#eaf9e8 10px,#e2f5e0 10px,#e2f5e0 30px);
}
.bg_white{
  background-color: #ffffff;
}
/*二色混ぜ背景.bg_blue_pink{
    background:linear-gradient(350deg,#fcf3fc 0%,#fcf3fc 50%,#ddf2f9 50%,#ddf2f9 100%);
}*/
.center{text-align: center;} 
.left{text-align: left;}
.right{text-align: right;}
.indent{
    text-indent: -1em;
	padding-left: 1em;
}
/*-----------------PC--------------------*/
.only_pc{display: block;}
.only_sp{display: none;}
.w1100 {
    width: 1100px;
    margin: auto;
}
.w1000{
    width: 1000px;
    margin: 0 auto;
}
.w900{
    width: 900px;
    margin: 0 auto;
}
.w800{
    width: 800px;
    margin: 0 auto;
}
.w650{
    width: 650px;
    margin: 0 auto;
}
.list_circle li{
    padding-left: 1.2em;
    position: relative;
}

.list_circle li+li{
    /*margin-top: 10px;*/
}
.list_circle > li:before{
    content: "・";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.notice{
    padding-left: 1.5em;
    font-size: 1.4rem;
    position: relative;
}
.notice:before{
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.pd_t_b_50{padding: 50px 0;}
.pd_t_b_30{padding: 30px 0;}
.pd_t_b_20{padding: 20px 0;}
.pd_t_b_10{padding: 10px 0;}
.mt_60{margin-top: 60px;}
.mt_50{margin-top: 50px;}
.mt_40{margin-top: 40px;}
.mt_30{margin-top: 30px;}
.mt_20{margin-top: 20px;}
.mt_10{margin-top: 10px;}
.maker{
    background: linear-gradient(transparent 75%, #ffeabd 25%);
}
.lead{
    font-size: 2.2rem;
    font-weight: bold;
}
.flex_space_bt_pc{
    display: flex;
    justify-content: space-between;
}
.flex_wrap_pc{
    display: flex;
    flex-wrap: wrap;
}
/*---------contents-----------*/
#contents02{
    font-size: 1.8rem;
}
#header_area{
    padding: 15px 0;
    border-bottom: 1px solid #BDBDBD;
}
/*---------#MV_area-----------*/
#MV_area{
    /*background-image: url("../img/bg_pattern_car.png");MV背景パターン*/
    /*background-size: cover;*/
	background-size: 100%;
    background-color: #ffffff; /*MV背景*/
    background-position: top,center;
    background-repeat: repeat-y;
}
#MV_area .MV{
	width: 800px;
}

/*#CP_area{
    background-image: url("../img/bg_car.png");/*MV背景
    background-size: 100%;
    background-position: top,center;
    background-repeat: no-repeat;
}*/

.btn_FV{
    width: 550px;
    margin: 20px auto 0;
}
.btn_FV a{
    display: block;
    font-weight: bold;
    padding:14px 0 12px;
    text-decoration:none;
    font-size: 2.2rem;
    color:#ffffff;
    background-color: #ff5569;
    border-radius: 9999px;
}
.btn_FV p{
    font-weight: bold;
    font-size: 2.0rem;
    color:#ff5569;
    margin-bottom: 10px;
}

/*---------item_area-----------*/
#item_area{
	text-align: center;
	padding: 60px 0 60px;
	position: relative;
}
#item_area:before{
	position: absolute;
	display: inline-block;
	content: "";
	height: 17px;
	width: 100%;
	background-image: url("../img/bg_pattern.png");
	background-repeat: repeat-x;
	bottom: -1px;
	left: 0;
	
}
#item_area:after{
	position: absolute;
	display: inline-block;
	content: "";
	height: 17px;
	width: 100%;
	background-image: url("../img/bg_pattern_02.png");
	background-repeat: repeat-x;
	top: -1px;
	left: 0;
	
}
#item_area h2{
	color: #ff5569;
	font-size: 2.6rem;
	font-weight: bold;
	z-index: 2;
	position: relative;
}
.item_list_box{
	background-color: #ffffff;
	padding: 30px;
	border-radius: 12px;
	width: 650px;
	margin: 45px auto 0;
	/*border: 2px solid #36b967;*/
	position: relative;
	box-shadow: 2px 2px 5px #afc8ba;
}
.item_list_box:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #ffffff;
	top: -40px;
	left: calc(50% - 75px);
	z-index: 0;
}
.item_list_box:after{
	position: absolute;
	content: "";
	display: inline-block;
	background: url("../img/ic_01.png");
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
	top:-20px;
	left: calc(50% - 20px);
}
.arrow_under img{
	width: 40px;
	
}
.item_list{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
}
.item_list li{
	font-size: 1.6rem;
	position: relative;
	width: 49%;
	padding: 12px 0 10px 15px;
}
.item_list li.w100{
	width: 100%;
}
.item_list li:nth-of-type(n+3){
	border-top: 2px solid #EAEAEA;
}
.item_list li:before{
	position: absolute;
	left: -15px;
	top:0;
	content: "・";
	color: #ff5569;
	font-size: 1.8em;
}

/*{画像ありの場合

.item_list li:hover{
	border: 2px solid #36b967;
}
.item_list .textBox{
	min-height: 70px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.item_list .company{
	font-size: 1.3rem;
	color: #787878;
}
.item_list .product{
	font-size: 1.4rem;
	color: #34333C;
}
.item_list .item_banner{
	min-height: 135px;
}
.item_list .item_banner:hover{
	opacity: 0.8;
}*/
.btn_pink p.btn {
    display: inline-block;
    text-align: center;
    background-color: #ff4571;
    text-decoration: none;
    color: #ffffff;
    width: 100%;
    border-radius: 9999px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 8px;
    position: relative;
}
.btn_pink p.btn:hover{
    background-color: #ff5569;
}
.btn_pink p {
    color: #ff4571;
    font-size: 1.8rem;
	font-weight: bold;
    margin-bottom: 7px;
}
#item_area .note_list{
	text-align: center;
	font-size: 1.4rem;
	margin-top: 15px;
}
#item_area .note_list ul{
	display: inline-block;
}
#item_area .note_list li{
	text-align: left;
}
/*---------cp_area-----------*/
#CP_area{
    /*border-bottom: #008e6e solid 8px;*/
}
.hukidasi_s h2{
    color: #36b967;
    font-size: 3.6rem;
}
#CP_area ul.slider{
    margin: 30px auto 26px;
    width: 500px;
}
.more_cp_box{
    width: 500px;
    margin: 0 auto;
    text-align: center;
    /*background: #ffffff;*/
    padding: 0 0 20px;
    border-bottom: 4px solid #b60081;
}

.more_cp_area h3{
    width: 500px;
}
.more_cp_area h4{
    font-size: 2.4rem;
    margin-top: 20px;
    color: #36b967;
}
.more_cp_area a{
    display: block;
    width: 500px;
    /*background-color: #00a2e5;*/
    background: linear-gradient(10deg, #36b967 0%, #1a7cba 100%);
    /*color: #ffffff;*/
    font-size: 1.8rem;
    padding: 12px 0 10px;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: bold;
    box-sizing: border-box;
}
.more_cp_area a:hover{
    opacity: 0.7;
}





/*---------#information_area-----------*/
#information_area{
    font-size: 15px;
	line-height: 1.7;
}
/*#information_area{
	padding: 60px 0 30px;
	position: relative;
}
#information_area:after{
	position: absolute;
	display: inline-block;
	content: "";
	height: 17px;
	width: 100%;
	background-image: url("../img/bg_pattern_02.png");
	background-repeat: repeat-x;
	top: -1px;
	left: 0;
	
}*/
#information_area .bg_white{
    padding: 20px 30px 30px;
    border-radius: 20px;
}

#information_area h2{
    font-size: 2.6rem;
    font-weight: bold;
    color: #36b967;
    margin-bottom: 10px;
}
.information_list{
    /*height: 500px;
    overflow-y: scroll;*/
    border-top: 1px solid #36b967;
    border-bottom: 1px solid #36b967;
	text-align: center;
}
.information_list > li{
    margin-top: 25px;
}
.information_list h3{
    font-weight: bold;
	color: #36b967;
}
.information_list .text{
    font-weight: bold;
	font-size: 1.6rem;
}
.information_list a{
    color: #007ed7;
    text-decoration: underline;
}
.information_list a:hover{
    text-decoration: none;
}
#information_area .img_gift{
    width: 30%;
	border: 1px #D5D5D5 solid;
	margin-left: auto;
	margin-right: auto;
}
#information_area .list_circle{
	font-size: 1.4rem;
	text-align: left;
}
footer{
    margin-top:0;
}
/*-----------------SP--------------------*/
@media screen and (max-width: 740px) {
    
.only_pc{display: none;}
.only_sp{display: block;}
.w1100,
.w1000,
.w900,
.w800,
.w650{
    width: auto;
    margin: 0 10px;
}
.notice{
    padding-left: 1.5em;
    font-size: 1.2rem;
    position: relative;
}
.notice:before{
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.pd_t_b_50{padding: 35px 0;}
.pd_t_b_30{padding: 20px 0;}
.pd_t_b_20{padding: 10px 0;}
.pd_t_b_10{padding: 5px 0;}
.mt_50{margin-top: 35px;}
.mt_40{margin-top: 25px;}
.mt_30{margin-top: 20px;}
.mt_20{margin-top: 10px;}
.mt_10{margin-top: 5px;}
    
.content_box{
    width: auto;
    margin: 0;
}
.content_box p,
.content_box .img{
    margin-top: 0;
}
.lead{
    font-size: 1.6rem;
}
.flex_space_bt_pc{
  display: block;
}
/*---------contents-----------*/
#contents02{
    font-size: 1.6rem;
}
/*---------#MV_area-----------*/
#MV_area{
	background-size: 200%;
	
}
#MV_area > div >div{
	background-image: none;
	padding: 0;
}
.date_area{
    padding: 0 0 10px;
    font-size: 2.2rem;
}
    .date_area img{
        width: 95%;
        display: inline-block;
    }
.btn_FV{
    width: auto;
    margin: 10px 0 0;
}
.btn_FV a{
    padding:12px 0 10px;
    font-size: 1.5rem;
}
.btn_FV p{
    font-size: 1.5rem;
	margin-bottom: 6px;
}

/*---------item_area-----------*/
#item_area{
	padding: 40px 0 40px;
}
#item_area h2{
	font-size: 2.0rem;
}
.item_list_box:after{
	top:-25px;
}
.item_list_box{
	padding: 20px 10px 25px;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}
.arrow_under img{
	width: 25px;
}
.item_list li {
        font-size: 1.5rem;
        padding: 8px 0 6px 10px;
    }
    .item_list li:before {
        position: absolute;
        left: -13px;
        top: -3px;
        content: "・";
        color: #ff5569;
        font-size: 1.8em;
}
/*---------cp_area-----------*/
#CP_area{
    /*border-bottom: #008e6e solid 4px;*/
}
.hukidasi_s h2{
    font-size: 2.2rem;
}
#CP_area ul.slider{
    width: 250px;
}
.more_cp_box{
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px;
    max-width: 400px;
}
.more_cp_area h3{
    width: 100%;
}
.more_cp_area h4{
    font-size: 1.8rem;
    margin-top: 20px;
}
.more_cp_area a{
    width: 100%;
    font-size: 1.5rem;
    padding: 12px 0 10px;
    margin-top: 10px;
}

	.btn_pink{
		margin-top: 15px;
	}
.btn_pink p.btn {
    width: 100%;
    font-size: 15px;
	margin: 0;
    padding: 8px 0 6px;
}
/*---------#information_area-----------*/
#information_area{
    font-size: 13px;
	background: none;
}
	#information_area:after{
		display: none;
	}
#information_area .bg_white{
    padding: 0;
    border-radius: 10px;
}
#information_area h2{
    font-size: 2.2rem;
	margin-bottom: 5px;
}
	.information_list{
		text-align: left;
	}
/*.information_list{スライダー時は表示
    height: 450px;
}*/
.information_list > li{
    margin-top: 15px;
}

.information_list .text{
	font-size: 1.4rem;
}
#information_area .img_gift{
    width: 80%;
}
#information_area .list_circle{
	font-size: 1.3rem;
}
}/*---------SPここまで-----------*/

/*--------- modal -----------*/
.main01 .modal, .main02 .modal, .main01_02 .modal ,.main02_02 .modal{
	text-decoration:underline;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.remodal{
	border-radius:10px;
	border:2px solid #ab1b7d;
	padding:2%;
	text-align:left;
	font-size:18px;
}
.remodal h2{
font-size: 24px;
    text-align: center;
    padding: 20px 0;
    color: #444545;
}
.remodal p{
	font-size: 0.8em;
	text-align: center;
}

.remodal .company{
	color:#ab1b7d;
	font-weight:700;
}

.remodal dl{
	display: flex;
	justify-content:space-between;
	align-items: center;
}

.remodal dl dt {
	margin: 0;
	padding: 0;
	width: 24%;
}

.remodal dl dt img {
	width: 100%;
}

.remodal dl dd {
	width: 74%;
	/*text-indent:0;
	padding-left:1em;*/
}


.remodal dl dd a {
    color: #007ed7;
	text-decoration: underline;
}

.remodal dl dd a:hover {
	text-decoration: none;
}

@media screen and (max-width: 740px) {
    .remodal{
		border-radius:10px;
		border:2px solid #ab1b7d;
		padding:8% 2% 5%;
		text-align:left;
		font-size:18px;
		margin:5% 0;
	}
    .remodal h2{
        font-size: 1.0em;
        text-align: center;
        padding: 12px 0 10px;
    }
	.remodal .company{
		color:#ab1b7d;
		font-weight:700;
	}
	.remodal dl dd {
		font-size: 0.8em;
		text-indent:0;
		padding-left:1em;
	}
}
/*---------フキダシ_スラッシュ見出し-----------*/
.hukidasi_s{
    position: relative;
    width: 620px;
    margin:0 auto;
}
.hukidasi_s:before,
.hukidasi_s:after{
    display: inline-block;
    content: "";
    position: absolute;
    width: 60px;
    height: 104px;
    top: 0;
}
.hukidasi_s:before{
    background: url("../img/hukidasi_s_L.png");
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
}
.hukidasi_s:after{
    background: url("../img/hukidasi_s_R.png");
    background-size: contain;
    right: 0;
    background-repeat: no-repeat;
}
@media screen and (max-width: 740px) {
.hukidasi_s{
    position: relative;
    width: 330px;
    margin:0 auto;
}
.hukidasi_s:before,
.hukidasi_s:after{
    display: inline-block;
    content: "";
    position: absolute;
    width: 36px;
    height:63px;
    top: 0;
}
}
/*---------ボタン_アロー-----------*/
.arrow{
    position: relative;
    color: #ffffff;
    text-decoration: none;
}
.arrow:after{
  content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border: 0.3em solid transparent;
    border-left: 0.5em solid currentColor;
    z-index: 10;
}
@media screen and (max-width: 740px) {
    .arrow a:after{
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border: 0.5em solid transparent;
    border-left: 0.8em solid currentColor;
}
}
/* 下向きアロー
------------------------------------------------------------ */
    a.down_arrow {
    position: relative;
    padding-right: 13px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    color: #36b967;
	}
    a.down_arrow:hover {
        border-bottom: none;
	}
    .down_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 3px;
    top:0.2em;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
}
@media screen and (max-width: 740px) {
    a.down_arrow {
    position: relative;
    padding-right: 8px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
	}
	.down_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 3px;
    top:0.3em;
    width: 0.4em;
    height: 0.4em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
}
}
/*---------liまたぎ_アロー-----------*/
.li_arrow{
    position: relative;
    margin-top: 80px!important;
}
.li_arrow:after{
  content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/arrow.png);
    background-size: 80px, 60px;
    background-repeat: no-repeat;
    width: 80px;
    height: 60px;
    top: -88px;
    right: calc(50% - 30px);
    z-index: 0;
}
@media screen and (max-width: 740px) {
    .li_arrow{
    position: relative;
    margin-top: 60px!important;
}
.li_arrow:after{
  content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/arrow.png);
    background-size: 52px, 39px;
    width: 60px;
    height: 45px;
    top: -66px;
    right: calc(50% - 27px);
    z-index: 0;
}
}
/*---------ボタン_指アイコンー-----------*/
.btn_ic_01{
    position: relative;
}
.btn_ic_01:after{
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("../img/btn_ic01.png");
    background-size: 80px, 80px;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    top: 10px;
    right: 0;
    z-index: 0;
}
@media screen and (max-width: 740px) {
    .btn_ic_01:after{
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("../img/btn_ic01.png");
    background-size: 50px, 50px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 13px;
    right: -12px;
    z-index: 0;
}
}
/*---------ボタン_アニメーション_波紋ー-----------*/
.btn_anime_wave{
    position: relative;
    transition: .2s;
     text-decoration: none;
}
.btn_anime_wave:before{
    content: "";
    position: absolute;
    display: inline-block;
    z-index: -5;
    width: 400px;/* ボタンと同じ幅 */
    height: 60px;/* ボタンと同じ高さ */
    border-radius: 9999px;
    top:0;
    left:0;
    background: #fd5a8d;/* ボタン背景色 */
    transform: translate3d(0,0,0);
}
.btn_anime_wave:before{
    animation:anime 5s ease-out infinite;
}
@keyframes anime{
    0%{transform: scale(.95);opacity: 1;}
    70%{transform: scale(.95);opacity: 1;}
    90%{opacity: .1}to{transform: scale(1.1,1.3);opacity: 0}
}
@media screen and (max-width: 740px) {
.btn_anime_wave:before{
    content: "";
    position: absolute;
    display: inline-block;
    z-index: -5;
    width: 250px;
    height: 40px;
    border-radius: 9999px;
    top:0;
    left:0;
    background: #fd5a8d;
    transform: translate3d(0,0,0);
}
}
/*---------ボタン_アニメーション_光るー-----------*/
.btn_anime_shine{
    position: relative;
    overflow: hidden;
    transition: 300ms;
}
.btn_anime_shine::before {
    content: '';
    position: absolute;
    display: inline-block;
    top:-180px;
    right:0;
    width:30px;
    height: 100%;
    background-color: #fe9dbd; /*ハイライト色 */
    transition: 300ms;
    animation: btn_anime_shine 5.0s ease-in-out infinite;
}
@-webkit-keyframes btn_anime_shine{
    0%{
        -webkit-transform:scale(0) rotate(-45deg);
        opacity: 0;
    }
    80%{
        -webkit-transform:scale(0) rotate(-45deg);
        opacity: 0.5;
    }
    81%{
        -webkit-transform:scale(4) rotate(-45deg);
        opacity: 1;
    }
    100%{
        -webkit-transform:scale(50) rotate(-45deg);
        opacity: 0;
    }
    }


