@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: underline;
	color:#3366CF;/* リンク色 */
    word-break: break-all;
    text-indent: 0;}
a:hover{
	text-decoration: none;}

.maker {
    background: linear-gradient(transparent 75%, #ffefcc 25%);
}
.bg_gradient{
	background: linear-gradient(90deg, #fce0dc 0%, #fff2d9 100%);
}
/*************************************************
PC
**************************************************/
.only_pc{display: block!important;}
.only_sp{display: none!important;}
.pd_t_b_50{padding: 50px 0;}
.pd_t_b_40{padding: 40px 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_15{margin-top: 15px;}
.mt_10{margin-top: 10px;}
.pb_60{padding-bottom: 60px;}
.pb_20{padding-bottom: 20px;}
.w1100{width:1100px;margin:0 auto;}
.w1000{width:1000px;margin:0 auto;}
.w950{width:950px;margin:0 auto;}
.w900{width:900px;margin:0 auto;}
.w600{width:600px;margin:0 auto;}
.note,
.notice{
    font-size: 1.4rem;
}
.notice{
    padding-left: 1.5em;
    position: relative;
}
.notice:before{
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.indent{
 padding-left: 1em;
text-indent: -1em;
}
/*header-------------*/
.logo_box{
	padding: 15px 0;
}
.logo_box img{
	width: 150px;
}
.logo_box img:hover{
	opacity: 0.8;
}
/*contents-------------*/
#content{
	padding-bottom: 40px;
}
#MV_area{
	text-align: center;
	 background: url("../img/mv_bg_01.jpg");
    background-position: top, center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn_area a{
	display: block;
	text-align: center;
    width: 600px;
	margin: 0 auto;
    background: linear-gradient(80deg, #ec3213 0%, #ffa800 100%);
    color: #ffffff;
	font-weight: bold;
    font-size: 2.4rem;
    padding: 12px 0 10px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0px 3px 4px #cdc2c8;
}
.btn_area a:hover{
	opacity: 0.8;
}
.btn_u_link{
	text-align: center;
	margin-top: 15px;
	font-size: 1.5rem;
}
/*gift_area-------------*/
#gift_area{
	color: #a81b04;
}
#gift_area h2{
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 40px;
}
.gift_box h3{
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 40px 0 10px;
}
.gift_box h3 span{
	font-size: 2.6rem;
	margin-right: 3px;
}
.gift_box h3 > img {
    width: 70px;
    margin-right: 15px;
}
.gift_box > img{
	width: 250px;
}
.W_gift_box_wrapper{
	background: linear-gradient(10deg, #ec3213 0%, #ffa800 100%);
    border-radius: 10px;
    padding: 3px;/*borderの太さ*/
	display: inline-block;
	margin-top: 40px;
}
.W_gift_box{
    outline: none;
    background: #ffffff;
	padding: 20px 35px;
	border-radius: 7px;/*border-radiusからborderを引く*/
}
.W_gift_box h3{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 15px;
}
.W_gift_box h3 span{
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: #f7ada1 4px dotted;
	padding-bottom: 3px;
}
.W_gift_box h3 > img {
    width: 130px;
    margin-right: 15px;
}
.W_gift_box img{
	width: 180px;
}
.W_gift_box > div{
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 2.2rem;
	font-weight: bold;
}
.W_gift_box > div .note{
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 3px;
}
.W_gift_box > div span{
	font-size: 2.8rem;
}
.W_gift_box > div img{
	width: 140px;
	margin-right: 20px;
}
/*step_area-------------*/
#step_area h2{
	font-size: 2.4rem;
	color: #ffffff;
	background-color: #a81b04;
	padding: 8px 0 7px;
	margin: 40px 0 25px;
	border-radius: 8px;
}
.step_list li{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border-radius: 8px;
	position: relative;
	background-image: url("../img/bg_02.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 120px 120px;
	padding: 25px;
}
.step_list li + li{
	margin-top: 50px;
}
.step_list li + li:before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #ec3213;
	border-radius: 5px;
	top: -35px;
	right: calc(50% - 20px);
}
.step_list .imgbox{
	text-align: center;
	width: 200px;
}
.step_list .imgbox img{
	max-height: 120px;
}
.step_list .textbox{
	font-size: 1.8rem;
	font-weight: bold;
	color: #a81b04;
}
.step_list h3{
	font-size: 2.0rem;
	margin-left: 3px;
	display: inline-block;
	border-bottom: #f7ada1 4px dotted;
	margin-bottom: 10px;
	line-height: 1
}
.step_list h3 span{
	font-size: 3.0rem;
	padding: 0 3px;
}
/*notice_area-------------*/
.notice_box{
	background-color: #ffffff;
	padding: 30px;
	border-radius: 8px;
}
#notice_area h2{
	font-size:1.5rem;
	font-weight:bold;
	color:#ffffff;
    margin-bottom:7px;
    background:#ec3213;
	padding:4px 10px 3px;
    display: inline-block;
}
.notice_list li + li{
	padding-top: 17px;
	margin-top: 17px;
	border-top: #f7ada1 4px dotted;
}
#notice_area h3{
	font-size:1.5rem;
	font-weight:bold;
    text-align:left; 
}
#notice_area p{
	font-size:1.5rem;
}
.notice_list img{
	width: 100px;
	margin: 10px 0;
}
/*fotter-------------*/
#footer-area{
	background: #00A08E;
	padding: 30px 0 50px;
}
#footer-area small{
	color: #ffffff;
	font-size: 1.2rem;
}
/*************************************************
SP
**************************************************/
@media screen and (max-width: 780px) {	
.only_sp{display: block!important;}
.only_pc{display: none!important;}
.pd_t_b_50{padding: 25px 0;}
.pd_t_b_40{padding: 30px 0;}
.pd_t_b_30{padding: 20px 0;}
.pd_t_b_20{padding: 10px 0;}
.pd_t_b_10{padding: 5px 0;}
.mt_60{margin-top: 40px;}
.mt_50{margin-top: 25px;}
.mt_40{margin-top: 20px;}
.mt_30{margin-top: 15px;}
.mt_20{margin-top: 10px;}
.mt_15{margin-top: 8px;}
.mt_10{margin-top: 5px;}
.pb_60{padding-bottom: 35px;}
.pb_20{padding-bottom: 15px;}
.w1100,.w1000,.w950,.w900,.w600{
	width:auto;
	margin:0 10px;
}
.note,
.notice{
    font-size: 1.2rem;
}
.notice{
    padding-left: 1.5em;
}
/*header-------------*/
.logo_box{
	padding: 15px 0;
}
.logo_box img{
	width: 30%;
}
/*contents-------------*/
#content{
	padding-bottom: 30px;
}
.btn_area a{
	display: block;
	text-align: center;
    width: auto;
	margin: 0 15px;
    font-size: 1.8rem;
    padding: 7px 0 6px;
    box-shadow: 0px 2px 2px #cdc2c8;
}
	.btn_u_link{
	font-size: 1.3rem;
}
/*gift_area-------------*/
#gift_area h2{
	font-size: 2.2rem;
	margin-top: 20px;
}
.gift_box h3{
    min-height: 75px;
	font-size: 1.8rem;
	margin: 30px 0 10px;
	text-align: left;
}
.gift_box h3 span{
	font-size: 2.6rem;
	margin-right: 3px;
}
.gift_box h3 > img {
    width: 75px;
    margin-right: 10px;
}
.gift_box > img{
	width: 220px;
}
.W_gift_box_wrapper{
	margin-top: 30px;
}
.W_gift_box{
	padding: 7px 10px 15px;
}
.W_gift_box h3{
	margin-bottom: 15px;
}
.W_gift_box h3 span{
	font-size: 1.2rem;
	border-bottom: #f7ada1 3px dotted;
	line-height: 1.8;
}
.W_gift_box h3 > img {
    width: 80px;
    margin-right: 5px;
}
.W_gift_box img{
	width: 140px;
}
.W_gift_box > div{
	font-size: 1.6rem;
	text-align: left;
}
.W_gift_box > div .note{
	font-size: 1.0rem;
}
.W_gift_box > div span{
	font-size: 2.4rem;
}
.W_gift_box > div img{
	width: 100px;
	margin-right: 20px;
}
/*step_area-------------*/
#step_area h2{
	font-size: 2.2rem;
	padding: 4px 0 3px;
	margin: 40px -15px 20px;
	border-radius: 0;
}
.step_list li{
	display: block;
	background-size: 80px 80px;
	padding: 20px 10px;
}
.step_list .imgbox{
	width: 100%;
}
.step_list .imgbox img{
	max-height: 135px;
	margin-bottom: 15px;
}
.step_list .textbox{
	font-size: 1.8rem;
	line-height: 1.8;
}
.step_list h3 {
    border-bottom: #f7ada1 3px dotted;
}
/*notice_area-------------*/
.notice_box{
	padding: 25px 15px;
}
#notice_area h2{
	font-size:1.4rem;
    margin-bottom:7px;
	padding:3px 7px 2px;
}
.notice_list li + li{
	padding-top: 13px;
	margin-top: 13px;
	border-top: #f7ada1 3px dotted;
}
#notice_area h3{
	font-size:1.4rem;
}
#notice_area p{
	font-size:1.3rem;
}
.notice_list img{
	width: 100px;
	margin: 10px 0;
}
/*fotter-------------*/
#footer-area{
	padding: 20px 0;
}
#footer-area small{
	font-size: 1.0rem;
}
}/*SP体裁ここまで--------------------------------------------- */

/*---------ボタン_指アイコンー-----------*/
.btn_ic_01{
    position: relative;
}
.btn_ic_01:after{
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("../img/btn_ic_01.png");
    background-size: 70px, 70px;
    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_ic_01.png");
    background-size: 50px, 50px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 5px;
    right: 0;
    z-index: 0;
}
}
/* up_arrow 上向きアロー
------------------------------------------------------------ */
    a.up_arrow {
    position: relative;
    padding-right: 16px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    color: #B60081;
	}
    a.up_arrow:hover {
        border-bottom: none;
	}
    .up_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 3px;
    top:0.5em;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(135deg);
}
@media screen and (max-width: 740px) {
    a.up_arrow {
    position: relative;
    padding-right: 17px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
	}
	.up_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 3px;
    top:0.4em;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(135deg);
}
}
