@charset "UTF-8";

/*
 * Original: Noto Serif CJK (Subset OTF; Japanese) https://www.google.com/get/noto/help/cjk/
 * Converted by WOFF Converter https://opentype.jp/woffconv.htm
 * License: https://baldanders.info/fonts/NotoSerifJP/LICENSE_OFL.txt
 * README: https://baldanders.info/fonts/NotoSerifJP/README
 */

body {
  font-family: 'Noto Serif JP', serif;
}




.main_visual_wrapper {
    width: 100%;
}
.h1_main_visual_teaser img {
    width: 100%;
    height: auto;
}

/*------------------------------------------------
nav
------------------------------------------------*/
.anchor{
    padding-top: 70px;
    margin-top: -70px;
}
.nav_ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 960px;
}
.nav_li {
    width: calc(100% / 5);
}
.h_nav_li a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.h_nav_li a img {
    vertical-align: middle;
    margin-right: 11px;
}

@media screen and (max-width:750px){
.nav.media_sp750 .nav_li {
    width: 50%;
}
}
@media screen and (max-width:375px){
.h_nav_li a {
    font-size: 14px;
}
}



/*------------------------------------------------
common
------------------------------------------------*/
.img_pc{
	display: inline-block;
}
.img_sp{
	display: none;
}
.border{
	border: solid 1px #a58300;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 3px #a58300;    /* 外側の線になる6pxの一本線の枠線をひく*/
	outline-offset: 1px;        /* 内側の線になる一本線の枠線をひく*/
	margin: 4px;   /* outlineの値＋outline-offsetの値*/
}
.section{
	padding:90px 0 100px 0;
}
/*#sec02.section{
	background-image: url("../images/img_line_top.jpg");
	background-repeat: repeat-x;
	background-size: contain;
	background-position: top center;
}*/
.bg_img01{
	background:url("../images/common/patternB.png");
	background-repeat: repeat;
	background-size: auto;
	background-position: top left;
}
.bg_img02{
	background:url("../images/common/patternA.png");
	background-repeat: repeat;
	background-size: auto;
	background-position: top left;
}
.bg_img03 {
    background: #fffbe5;
}
.type_badge {
    position: relative;
	padding-bottom: 20px;
	margin-bottom: 46px;
}
.type_badge.oneline{
	padding-bottom: 42px;
}
.type_border {
    position: relative;
	padding-bottom: 45px;
	margin-bottom: 46px;
}

.type_badge:before{
	content: "";
	width: 157px;
	height: 157px;
	background-image: url("../images/img_gadge.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
    margin: auto;
	z-index: 1;
}
.type_badge:after{
	content: "";
	width: 960px;
	height: 15px;
	background-image: url("../images/img_line.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.type_border:after{
	content: "";
	width: 960px;
	height: 15px;
	background-image: url("../images/img_line.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.sec_read_common{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
	text-align: center;
}
.kikan_ul {
    margin-bottom: 50px;
}
.kikan_li {
    margin-bottom: 10px;
}
.pc_mb50{
	margin-bottom: 50px;
}
.goods_note {
    font-size: 12px;
    font-family: san-serif;
}
.border_top.revers {
    transform: rotate(180deg);
}

@media screen and (max-width:880px){
.type_badge::before {
	width: 130px;
    height: 130px;
}	
.sec02_title_h2_01 img {
    width: 72%;
}	
}

@media screen and (max-width:750px){
.section {
    padding: 50px 0 60px 0;
	border: solid 10px transparent;
	border-top: none;
    border-bottom: none;
}	
.type_border {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 25px;
}	
.goods_note {
    font-size: 10px;
	}	
.type_badge::before {
	display: none;
	}
}
@media screen and (max-width:375px){
.img_pc{
	display: none;
}
.img_sp{
	display: inline-block;
}	
.sec_read_common {
    font-size: 12px;
	text-align: left;
	font-feature-settings: "palt";
    letter-spacing: -0.04em;
}
.type_badge::before {
    width: 70px;
    height: 70px;
    bottom: 23px;
	display: none;
	}
.type_badge {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}	
.type_border:after{
	content: "";
	width: 355px;
	height: 8px;
	background-image: url("../images/sp/img_line.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.type_badge.oneline {
    padding-bottom: 22px;
}
}

/*------------------------------------------------
accordion
------------------------------------------------*/
.accordion_one {
    max-width: 1024px;
    margin: 10px auto 0 auto;
}
.accordion_one .accordion_header {
    background-color: #fff;
	color: #bba051;
	font-size: 28px;
	font-weight: bold;
	padding: 25px 11%;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	line-height: 1;
}

.accordion_one .accordion_header:hover {
    opacity: .8;
}
.accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion_one .accordion_inner {
    display: none;
    padding: 0 25px 34px 25px;
    box-sizing: border-box;
	background: #fff;
	box-shadow: 1px 1px 3px #bbb;
}

.accordion_one .accordion_inner .box_one {
    height: auto;
}
.accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}
@media screen and (max-width: 1024px) {
.accordion_one .accordion_header {
        font-size: 18px;
    }
.accordion_one .accordion_header .i_box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
@media screen and (max-width: 767px) {
.accordion_one .accordion_header {
        font-size: 16px;
        padding: 15px 15px 15px 15px;
    }
}





/*------------------------------------------------
section01
------------------------------------------------*/
.sec01 {
    padding: 80px 0 100px 0;
}
.inner_sec.sec01_in_01 {
    margin-bottom: 100px;
}
.main_read {
    font-size: 42px;
	font-weight: bold;
	line-height: 1.5;
	color: #601614;
	letter-spacing: -0.055em;
	font-feature-settings: "palt";
	margin-bottom: 88px;
}
.sec01_bl_wrap {
    display: flex;
    justify-content: space-between;
}
.sns_h3 {
    font-size: 20px;
	font-weight: bold;
    line-height: 1.5;
    color: #601614;
	margin-bottom: 8px;
}
.sns_ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sns_li {
    margin-right: 15px;
}
.sns_li:last-child {
    margin-right: 0;
}
.sec01_bl_l {
	width: calc(60% - 8px);
    background: #fff;
    padding: 30px 10px 30px 10px;
	box-sizing: border-box;
	height: 180px;
    overflow: scroll;
	position:relative;
}
.sec01_bl_l.border::after {
    width: 100%;
    height: 23px;
    background: #fff;
    position: sticky;
    bottom: -30px;
    left: 0;
    content: "";
    display: block;
}
.sec01_bl_r {
	width: calc(38% - 8px);
    background: #fff;
    padding: 22px 10px 20px 10px;
	box-sizing: border-box;
}
.news_dl {
    font-size: 18px;
	line-height: 1.5;
    text-align: left;
    display: flex;
	margin-bottom: 20px;
}
.news_dl :last-child{
	margin-bottom: 0;
}
.news_dt {
    margin-right: 23px;
}
.sec01_title_h2_01 {
    margin-bottom: 31px;
}



@media screen and (max-width:750px){
#sec01 {
    padding: 36px 0 60px 0;
}
.inner_sec.sec01_in_01 {
    margin-bottom: 60px;
}
.main_read {
    font-size: 24px;
    margin-bottom: 60px;
}	
.sec01_title_h2_01 {
    margin-bottom: 20px;
}	
.sec01_bl_wrap {
    display: block;
	}
.sec01_bl_l {
    width: calc(100% - 8px);
    padding: 16px 15px 16px 15px;
    margin-bottom: 24px;
}
.news_dl {
    font-size: 10px;
    margin-bottom: 8px;
}	
.sec01_bl_r {
    width: calc(100% - 8px);
    background: #fff;
    padding: 10px 18px 16px 18px;
    box-sizing: border-box;

}	
}

/*------------------------------------------------
section02
------------------------------------------------*/
.sec02_good_h3 {
    margin: 44px auto 40px auto;
}
.sec02_goods_li {
    margin-bottom: 20px;
}
.sec02_goods_li:last-child {
    margin-bottom: 0;
}
.sec02_goods_img {
    position: relative;
}
.sec02_goods_img.end::after {
    content: "";
    width: 100%;
    height: calc(100% + 30px);
    background: rgba(25,79,133,0.9);
    position: absolute;
    left: 0;
    top: -20px;
    border-radius: 25px;
}
.sec02_goods_img.end::before {
    content: "配布期間は終了しました。";
    width: 100%;
	height: 42px;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
	position: absolute;
    left: 0;
    top: -20px;
	bottom: 0;
	right: 0;
	margin: auto;
    z-index: 1;
}
.sec02_note {
    font-size: 12px;
}
.sec02_goods_ul {
    margin-bottom: 37px;
}
@media screen and (max-width:750px){
#sec02 {
    padding: 62px 0 60px 0;
}	
.sec02_good_h3 {
    margin: 40px auto 20px auto;
}
.sec02_goods_ul {
    margin-bottom: 40px;
}
.sec02_note {
    font-size: 10px;
}
.sec02_goods_img.end::before {
    font-size: 21px;
	}
.sec02_goods_img.end::after {
    top: -10px;
	}
.sec02_goods_img.end::before {
    top: -10px;
}		
}

@media screen and (max-width:375px){
.sec02_title_h2_01.type_badge img {
    width: 280px;
	}
}

/*------------------------------------------------
section03
------------------------------------------------*/
.sec03_menu_ul {
    margin-top: 54px;
}
.sec03_menu_li:nth-child(1) {
    margin-bottom: 52px;
}
.sec04_menu_ul {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec03_note {
    font-size: 12px;
	font-family: san-serif;
	margin-top: 43px;
}
@media screen and (max-width:750px){
#sec03 {
    padding: 60px 0 60px 0;
}
.sec03_menu_ul {
    margin-top: 40px;
    display: block;
}
.sec03_menu_li:nth-child(1) {
    margin-bottom: 20px;
}
}
@media screen and (max-width:375px){
.sec03_title_h2_01.type_badge img {
    width: 260px;
	}
.sec03_note {
    font-size: 10px;
	margin-top: 18px;
}	
}

/*------------------------------------------------
section04
------------------------------------------------*/
.sec04_menu_ul {
	margin: 50px auto 100px auto;
}
.sec04_menu_li {
    margin-bottom: 19px;
	width: 49%;
}
.sec04_sidemenu_img_wrap {
    margin-bottom: 47px;
}
.sec04_sidemenu_detail_wrap {
    background: #fff;
    padding: 40px 0;
    border-radius: 0 0 25px 25px;
}
.side_menu_note_ul {
    font-size: 12px;
	font-family: sans-serif;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 58px;
}
.side_menu_note_li {
    text-indent: -1em;
    padding-left: 1em;
}
.takeout_bn_wrap {
    background: #e6f9ff;
    border: solid 10px #80dfff;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}
.takeout_bn_wrap::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #80dfff;
    position: absolute;
    border-radius: 50%;
    left: -10px;
    top: -10px;
}
.takeout_bn_wrap::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #80dfff;
    position: absolute;
    border-radius: 50%;
    right: -10px;
    top: -10px;
}
.take_out_bn_titile {
    font-size: 20px;
    font-weight: bold;
    color: #601614;
    margin-bottom: 10px;
}
.take_out_bn_li {
    font-size: 18px;
    line-height: 1.5;
	color: #601614;
}
.take_out_bn_r {
    text-align: left;
}
.takeout_bn_wrap_in {
    position: relative;
    padding: 20px 40px;
}
.takeout_bn_wrap_in::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #80dfff;
	border-radius: 50%;
    position: absolute;
    bottom: -10px;
	left: -10px;
}
.takeout_bn_wrap_in::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #80dfff;
	border-radius: 50%;
    position: absolute;
    bottom: -10px;
	right: -10px;
}
.take_out_bn_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.take_out_bn_l {
    margin-right: 33px;
}
.poster_bn_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.poster_bn_titile {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
	text-align: left;
}
.poster_bn_titile span {
    display: block;
}
.poster_bn_img {
    margin-bottom: 16px;
}
.poster_bn_l {
    margin-right: 4%;
    width: 50%;
}
.poster_bn_r {
    width: 46%;
}

@media screen and (max-width:750px){
#sec04 {
    padding: 0 0 60px 0;
}
.sec04_menu_ul {
    margin: 42px auto 50px auto;
}
.sec04_menu_li {
    margin-bottom: 19px;
    width: 100%;
}
.sec04_sidemenu_detail_wrap {
    border-radius: 0 0 12px 12px;
}	
.side_menu_note_ul {
    margin-bottom: 40px;
}	
.side_menu_note_li img {
    width: 48px;
}	
.take_out_bn_titile {
    font-size: 14px;
	margin-bottom: 0;
	}
.take_out_bn_li {
    font-size: 10px;
	}
.takeout_bn_wrap {
    border: solid 5px #80dfff;
	}
.takeout_bn_wrap_in {
    padding: 13px 16px 20px 16px;
}	
.take_out_bn_l {
    width: 44px;
	margin-top: 7px;
	margin-right: 20px;
}	
.take_out_bn_r {
    text-align: left;
    width: calc(100% - 64px);
}	
.take_out_bn_inner {
    align-items: flex-start;
}	
.takeout_bn_wrap {
    margin-bottom: 40px;
}	
.poster_bn_inner {
    display: block;
	}
.poster_bn_l img {
    width: 240px;
}
.poster_bn_l {
    margin-right: 0;
    width: 100%;
	margin-bottom: 15px;
}
.poster_bn_r {
    width: 100%;
}
.poster_bn_r {
    width: 100%;
    display: flex;
    align-items: center;
}	
.poster_bn_titile {
    font-size: 12px;
	text-align: left;
	margin-left: 12px;
	}

}
@media screen and (max-width:375px){
.sec04_title_h2_01 img {
    width: 311px;
}	
.sec04_title_h2_02 img {
    width: 311px;
}	
}
/*------------------------------------------------
section05
------------------------------------------------*/
.web_challenge_li {
    margin-bottom: 64px;
}
.web_challenge_li:last-child {
    margin-bottom: 0;
}
.sec05_in_02_h3 {
    font-size: 32px;
    font-weight: bold;
    font-family: serif;
    font-family: sans-serif;
	color: #003bb3;
	margin-bottom: 28px;
}
.sec05_in_02_note_txt {
    font-size: 24px;
    font-weight: bold;
    font-family: san-serif;
    color: #e60012;
    border: solid 4px #e60012;
    padding: 20px;
	box-sizing: border-box;
	margin-bottom: 68px;
}
.inner_sec.sec05_in_02 {
    padding: 42px 58px 60px 58px;
    background: #fff;
	box-sizing: border-box;
}
ul.howto_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}
#sec05 .link_button_area{
	margin-bottom: 80px;
}
.calc_wrap {
    margin-bottom: 38px;
}
.web_challenge_ul {
    margin-bottom: 63px;
}

@media screen and (max-width:750px){
#sec05 {
    padding: 60px 0;
}
#sec05 .sec_read_common.pc_mb50 {
    margin-bottom: 25px;
}	
.kikan_ul {
    margin-bottom: 40px;
}
.web_challenge_li {
    margin-bottom: 25px;
}	
.web_challenge_ul {
    margin-bottom: 40px;
}
.inner_sec.sec05_in_02 {
    padding: 17px 20px 25px 20px;
}	
.sec05_in_02_h3 {
    font-size: 21px;
    margin-bottom: 16px;
}	
.sec05_in_02_note_txt {
    font-size: 12px;
    border: solid 2px #e60012;
    padding: 7px 10px 10px 10px;
    margin-bottom: 25px;
}

.howto_li {
    margin-bottom: 10px;
}
.howto_li:last-child {
    margin-bottom: 10px;
}	
#sec05 .link_button_area {
    margin-bottom: 40px;
}	
.calc_wrap {
    margin-bottom: 20px;
}	
}
@media screen and (max-width:375px){
ul.howto_ul {
    display: block;
	}
.sec05_title_h2_01 img {
    width: 240px;
}	
.sec05_title_h2_01.type_badge {
    text-align: left;
}	
}

/*------------------------------------------------
section06
------------------------------------------------*/
.sec06_goods_h3 {
    font-size: 48px;
    font-weight: bold;
	color: #601515;
	font-feature-settings: "palt";
    letter-spacing: -0.055em;
	line-height: 1;
}
.sec06_price {
    font-size: 36px;
    font-weight: bold;
	color: #601515;
}
.sec06_price span {
    font-size: 48px;
    font-weight: bold;
}
.sec06_goods_image {
    margin: 50px 0 49px 0;
}
.sec06_price {
    font-size: 36px;
    font-weight: bold;
    color: #601515;
    line-height: 1;
	margin-top: 30px;
}
.sec06_price img {
    vertical-align: middle;
    margin-right: 7px;
	margin-top: -20px;
}

@media screen and (max-width:750px){
#sec06 {
    padding: 60px 0;
}
#sec06 .kikan_ul {
    margin-bottom: 15px;
}	
.sec06_goods_image {
    margin: 25px 0;
}	
.sec06_goods_h3 {
    font-size: 24px;
}
.sec06_price span {
    font-size: 24px;	
	}
.sec06_price {
    font-size: 18px;
    margin-top: 7px;
}	
}
@media screen and (max-width:750px){
.sec06_price img {
    width: 48px;
	margin-right: 3px;
	margin-top: -9px;
}
.sec06_price {
    margin-top: 17px;
	}
}

/*------------------------------------------------
section07
------------------------------------------------*/
.sec07_goods_image {
    margin-bottom: 60px;
}
.sec07_list_h3 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #bba051;
    display: inline-block;
    padding: 17px 20px;
    border-radius: 5px;
	margin-bottom: 29px;
}
.place_dl {
    display: flex;
    margin-bottom: 8px;
}
.place_dt {
    font-size: 24px;
    font-weight: bold;
    color: #bba051;
    margin-right: 58px;
}
.place_dd {
    font-size: 24px;
    font-family: san-serif;
}

@media screen and (max-width:750px){
.place_dt {
    font-size: 12px;	
	margin-right: 40px;
	}
.place_dd {
    font-size: 12px;
}	
#sec07 {
    padding: 60px 0;
}
#se07 .sec_read_common {
    margin-bottom: 25px;
}
#sec07 .kikan_li {
    margin-bottom: 15px;
}
.sec07_goods_image {
    margin-bottom: 25px;
}
.accordion_wrap {
    margin-top: 20px;
}
}

@media screen and (max-width:375px){
.sec07_list_h3 {
    font-size: 14px;
    padding: 10px 12px;
    margin-bottom: 12px;
}	
}

/*------------------------------------------------
section08
------------------------------------------------*/
.sec08_img_wrap {
    margin-bottom: 50px;
}
.announce_note {
    font-size: 15px;
}

@media screen and (max-width:750px){
#sec08 {
    padding: 60px 0;
}
#sec08 .sec_read_common.pc_mb50 {
    margin-bottom: 10px;
}	
#sec08 .kikan_ul {
    margin-bottom: 12px;
}
}
@media screen and (max-width:375px){
.sec08_img_wrap .link_button_area img {
    width: 190px;
}
.announce_note {
    font-size: 10px;
	text-align: left;
}
}

/*------------------------------------------------
section09
------------------------------------------------*/
.sec09_wrap_note {
    font-size: 15px;
    margin-bottom: 50px;
}
@media screen and (max-width:750px){
#sec09 {
    padding: 60px 0;
	}
#sec09 .kikan_li {
    margin-bottom: 25px;
}	
.sec09_wrap_note {
    font-size: 10px;
    margin-bottom: 25px;
}	
}

/*------------------------------------------------
section10
------------------------------------------------*/
.sec10_read {
    font-size: 16px;
    line-height: 1.8;
	text-align: left;
    max-width: 600px;
    margin: 0 auto 43px auto;
}
@media screen and (max-width:750px){
#sec10 {
    padding: 60px 0;
}
#sec10 .kikan_ul {
    margin-bottom: 25px;
}
#sec10 .sec_read_common {
    text-align: left;
	margin-bottom: 25px;
}	
.sec08_img_wrap {
    margin-bottom: 25px;
}
.sec10_read {
    font-size: 12px;
	}
}
@media screen and (max-width:375px){
#sec10 .link_button_area img {
    width: 190px;
}
}


/*------------------------------------------------
section11
------------------------------------------------*/
.sec11_title_h2_01 {
    margin-bottom: 52px;
}

@media screen and (max-width:375px){
#sec11 .link_button_area img {
    width: 190px;
}
}
/*------------------------------------------------
footer
------------------------------------------------*/
footer {
    color: #fff;
    text-align: center;
    padding: 78px 0 84px 0;
    background-color: #370008;
}
.footer_h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: san-serif;
    margin-bottom: 28px;
}
.contact_list_ul {
    font-size: 12px;
    font-family: san-serif;
    display: flex;
    justify-content: center;
	margin-bottom: 45px;
}
.footer_collabo_logo {
    margin-bottom: 38px;
}

@media screen and (max-width:750px){
.sec11_title_h2_01 {
    margin-bottom: 26px;
}
.sec10_read {
    margin: 0 auto 23px auto;
}	
footer {
    padding: 30px 0 40px 0;
}	
.footer_h2 {
    font-size: 16px;	
	margin-bottom: 5px;
	}
.contact_list_ul {
    font-size: 10px;
	margin-bottom: 21px;
	}
.footer_collabo_logo {
    margin-bottom: 17px;
}	
}



/*------------------------------------------------
teaser
------------------------------------------------


.img_teaser_area{
	width: 100%;
	height: calc(100vh - 71px);
	height:100vh;
    background-image: url(../images/img_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	position: relative;
	position: relative;
	overflow: scroll;
}
.img_teaser_area {
    position: relative;
}
.lp_visual_title_img img {
    width: auto;
	height: calc(75vh + 71px);
	max-width: 922px;
	width: 65vw;
	height: auto;
	max-width: 900px;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    margin: auto;
}
.footer {
    background: #5c1512;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 15px 0;
	position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1024px) {
.lp_visual_title_img img {
    width: auto;
    height: calc(75vh + 71px);
	width: 100%;
	height: auto;
     max-width: 900px; 
    position: absolute;
    bottom: 71px;
	top: 42px;
	padding-bottom: 132px;
}
	
@media screen and (max-width: 768px) {
.lp_visual_title_img img {
    bottom: 50px;
	margin: 0 auto;
	bottom: 71px;
}
@media screen and (max-width: 750px) {
.lp_visual_title_img img {
    top: 50px;
	margin: 0 auto;
	bottom: 71px;
}
@media screen and (max-width: 375px) {
.img_teaser_area {
    width: 100%;
    height: calc(100vh - 44px);
	height: 100vh;
	}
.lp_visual_title_img img {
	width: inherit;
    max-width: 100%;
	height: auto;
	padding-bottom: 0;
	}
.footer {
    background: #5c1512;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 5px 0;
    position: inherit;
    z-index: 10;
    bottom: inherit;
    left: inherit;
    right: inherit;
}	
}*/



/* ================================================

- 共通

================================================ */

.media_sp{
	display: none;
}
.media_pc{
	display: block;
}
.media_pc750{
	display: inline-block;
}
.media_sp750{
	display: none;
}
.media_sp375{
	display: none !important;
}
.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
@media screen and (max-width: 750px) {
.sp_anchor {
    display: block;
    padding-top: 70px !important;
    margin-top: -70px !important;
}	
.media_sp{
	display: block !important;
}
.media_pc{
	display: none !important;
}
.media_pc750{
	display: none !important;
}	
.media_sp750{
	display: block !important;
}	
}
@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
.media_sp375{
	display: block !important;
}
}
/* ================================================

- ローディング

================================================ */
/*.wrapper {
  display: none;
  opacity: 0;
  overflow: hidden; }*/

#loadingAnim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #000000; }

#loadingAnim figre {
  position: absolute;
  bottom: 50%;
  right: 50%;
  margin-bottom: -72px;
  margin-right: -63px;
  width: 126px;
  z-index: 10001;
  will-change: transform; }

#loadingAnim figre img {
  width: 100%;
  height: auto; }

#loadingAnim figre img {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip_spin;
  animation-name: flip_spin;
  -webkit-animation-duration: 2.0s;
  animation-duration: 2.0s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes flip_spin {
  0% {
    -webkit-transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg); } }
@keyframes flip_spin {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); } }


.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}

/* ----------------------------------------------
	other
 ----------------------------------------------*/
.pc_mb20{
	margin-bottom: 20px;
}
.pc_mb30{
	margin-bottom: 30px;
}
.pc_mb41{
	margin-bottom: 41px;
}
.pc_mb47{
	margin-bottom: 47px;
}
.pc_mb50{
	margin-bottom: 50px;
}

.anchor{
    display: block;
    padding-top: 70px !important;
    margin-top: -70px !important;
}
.anchor02{
    display: block;
    padding-top: 70px !important;
    margin-top: -70px !important;
}
.align_center{
	text-align: center !important;
}
@media screen and (max-width: 414px) {
	.sp_mb25{
		margin-bottom: 25px !important;
	}
.sp_bm0{
	margin-bottom: 0 !important;
}	
.sp_align_center{
		text-align: center !important;
	}
h4.h4_installation_shop_title {
    margin: 25px auto 15px auto;
}	
.onlin_link_wrap img {
    width: 190px;
}	
}
/* ----------------------------------------------
	TOPへ戻る
 ----------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 10;
}
#pageTop a {
  display: block;
  z-index: 999;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 414px) {
p#pageTop img {
    width: 38px;
}
#pageTop {
    right: 10px;
	}
}
/* ----------------------------------------------
	layout_style
 ----------------------------------------------*/
.inner_wrapper {
    overflow: hidden;
}	
.media_pc{
	display: block;
}
.media_sp{
	display: none;
}
img {
    max-width: 100%;
}
.wrapper {
    margin: 44px auto 0 auto;
	overflow: hidden;
}
/* 帯 */
.sec_bottom_belt_area {
    width: 100%;
    min-height: 80px;
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    box-shadow: 1px 1px 10px #999;
    position: relative;
}
.inner_sec {
    max-width: 960px;
    margin: 0 auto ;
    text-align: center;
}
.h2_title_style.type01 {
    text-align: center;
	margin-bottom: 40px;
}
.col_wh {
    color: #fff;
}
.bg_ye{
	width: 100%;
	background-image:url("../images/img_bg_yellow.png") ;
	background-repeat: repeat;
	background-size: cover;
}
.bg_gy{
	width: 100%;
	background-image:url("../images/img_bg_white.png") ;
	background-repeat: repeat;
	background-size: contain;
}
.bg_pk{
	width: 100%;
	background-image:url("../images/img_bg_pink.png") ;
	background-repeat: repeat;
	background-size: cover;
}



/*h2.h2_title_style.type02 span {
    max-width: 360px;
    background: #ff7f00;
    display: block;
    vertical-align: middle;
    padding: 15px 40px;
    justify-content: center;
    border-radius: 28px;
    margin: 0 auto 24px auto;
}*/

p.p_txt {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
}
.p_txt_12 {
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width: 414px) {
p.p_txt {
    text-align: left;
    font-size: 12px;
	}
.h2_title_style.type01 {
    margin-bottom: 20px;
}	
}


/*------------------------------------------------------------
bg style
------------------------------------------------------------*/
.bg_st_pk {
    background: repeating-linear-gradient(-45deg, #fff8f9 0, #fff8f9 3px, #fff2f4 3px, #fff2f4 8px);
}
.bg_ye_st{
	background: repeating-linear-gradient(-45deg, #ffd446 0, #ffd446 5px, #ffcc26 5px, #ffcc26 15px);
}
.bg_gn_st{
	background: repeating-linear-gradient(-45deg, #a0cc40 0, #a0cc40 5px, #8fc31f 5px, #8fc31f 15px);
}
.bg_bl_st{
    background: repeating-linear-gradient( #dcf1fc 0, #dcf1fc 3px, #d3edfb 3px, #d3edfb 8px);
}
.bg_dot_pk{
    background-color: #ffffff;
    background-image: radial-gradient(#fceaed 0%, transparent 0%), radial-gradient(#fceaed 16%, transparent 0%);
    background-position: 0 0, 10px 10px;
    background-size: 30px 30px;
}
 .bg_dot_ye{
	 background: repeating-linear-gradient( #ffd446 0, #ffd446 3px, #ffcc26 3px, #ffcc26 8px);
}
@media screen and (max-width: 414px) {
.bg_dot_pk {
    background-size: 16px 16px;
}
.bg_gn_st {
    background: repeating-linear-gradient(-45deg, #a0cc40 0, #a0cc40 2px, #8fc31f 3px, #8fc31f 7px);
}	
}



/*------------------------------------------------------------
nav
------------------------------------------------------------*/
.media_pc375 .nav_ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	right: 0;
}
.menu_bg_wrap.media_pc375 {
    position: relative;
}

.nav_ul_wrap {
    max-width: 930px;
}
.menu, .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}
button.menu.active span {
    background: white;
}
.menu {
  position: fixed;
  top: 5px;
  right: 10px;
  width: 32px;
  height: 20px;
  z-index: 11;
}
.menu.active{
  top: 20px;
  right: 20px;
}
.menu span {
  position: absolute;
  left: 2px;
  width: 100%;
  height: 4px;
  background-color: #523229;
  z-index: 10;
}
.menu span:nth-of-type(1) {
  top: 0;
}
.menu span:nth-of-type(2) {
  top: 8px;
}
.menu span:nth-of-type(3) {
  bottom: 0px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
  top:-4px;
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color:rgba(0,64,128,0.9);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
#nav.active {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
/*.nav_ul_wrap {
	width: 40%;
    position: relative;
    border: 34px solid white;
    border-image-slice: 79;
    border-image-source: url(../images/img_bkboard.png);
    border-image-repeat: unset;
    border-image-width: 57px;
    margin-bottom: 76px;
}
.nav_ul_wrap_in {
    background-color: #32322d;
}*/
/*ul.nav_ul {
    padding: 65px 60px 72px 60px;
}*/
#nav ul li {
  list-style-type: none;
}
#nav ul li a:hover{
	opacity: 0.7;
}
/*li.nav_li a {
    display: block;
    width: 100%;
    height: 100%;
}
*/
#nav nav_ul li a {
	height: 97%;
 	display: block;
    transition: all 0.2s ease-in-out;
    text-align: left;
    text-decoration: none;
    color: #333;
}
#nav ul li a:hover {
  opacity: 0.6;
}
.h_nav_ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.h_nav_li {
    height: calc(100% / 12);
    width: 100%;
}
.h_nav_li a {
    width: 100%;
    height: 100%;
    display: block;
	text-shadow: 1px 1px 1px black;
	white-space: nowrap;
}
button.menu:after {
	content: "MENU";
    display: block;
    line-height: 1;
    font-size: 10px;
    text-align: center;
    color: #523229;
    font-weight: bold;
	letter-spacing: -0.08em;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
}
.nav_inner.media_pc375 {
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
}
.nav_img_wrap {
    width: auto;
    text-align: right;
}
.nav_menu_title_style {
    text-align: left;
    margin-bottom: 75px;
}
/*.nav_li {
    position: absolute;
    width: 100%;
    height: 9%;
}
.nav_li:nth-child(1){
	top: 0;
	bottom: 91%;
}
.nav_li:nth-child(2){
	top: 9%;
	bottom: 82%;
}
.nav_li:nth-child(3){
	top: 18%;
	bottom: 73%;
}
.nav_li:nth-child(4){
	top: 27%;
	bottom: 64%;
}
.nav_li:nth-child(5){
	top: 36%;
	bottom: 55%;
}
.nav_li:nth-child(6){
	top: 45%;
	bottom: 46%;
}
.nav_li:nth-child(7){
	top: 54%;
	bottom: 37%;
}
.nav_li:nth-child(8){
	top: 63%;
	bottom: 28%;
}
.nav_li:nth-child(9){
	top: 72%;
	bottom: 19%;
}
.nav_li:nth-child(10){
	top: 81%;
	bottom: 10%;
}
.nav_li:nth-child(11){
	top: 90%;
	bottom: 11%;
}*/
.nav_inner {
    position: relative;
    height: 100vh;
}
.menu_bg_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}	
.img_menu_bg img {
    height: 100%;
    width: auto;
}
/*.img_menu_bg {
    height: auto;
    max-width: 400px;
}*/
.img_menu_bg {
	max-width: 100%;
	height: 680px;
	max-height: 680px;
	width: 400px;
}
.menu.active::after {
    color: #fff;
}	

@media screen and (max-width: 750px) {

.nav_inner {
    position: relative;
    height: 100vh;
	margin-top: 44px;
}
.menu_bg_wrap {
	width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    -webkit- transform:translateX(-50%);
	padding: 50px 50px 0 50px;
}	
.nav_li02 a {
    color: #fff;
    font-size: 13px;
}	
.nav_ul02 {
    position: absolute;
    bottom: 90px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 80px;
}	
.nav_li02 a {
    color: #fff;
    font-size: 13px;
}	
}
@media screen and (max-width: 414px) {
.menu span {
  height: 3px;
	}
.menu span:nth-of-type(2) {
    top: 6px;
}	
.menu {
    position: fixed;
    top: 8px;
    right: 16px;
    width: 24px;
    height: 15px;
    z-index: 11;
}
.menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}	
}


/* ----------------------------------------------
	main_visual_style
 ----------------------------------------------*/
.main_img_chara{
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 0;
	position: relative;
}
.main_visual_area_inner {
    background: -moz-linear-gradient(to bottom,#c7e2f5,#fff 30%,#c7e2f5);
    background: -webkit-linear-gradient(to bottom,#c7e2f5,#fff 30%,#c7e2f5);
    background: linear-gradient(to bottom,#c7e2f5,#fff 30%,#c7e2f5);
	position: relative;
}
.main_img_chara img:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    z-index: 1;
}
.main_img_wrap .border_top.revers {
    margin-top: -20px;
}


.read_wrap{
	text-align: center;
	padding:20px;
}
.p_read_style {
    background: #fff;
    padding: 20px 63px;
    display: inline-block;
    border-radius: 16px;
    margin: 20px auto 0 auto;
}

@media screen and (max-width: 768px) {
/*.main_visual_area_inner {
    background:url("../images/sp/img_main_sp.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
    width: 100%;
    height: 100vh;
	}*/
/*.section {
	padding: 50px 10px 50px 10px;
	}	
*/
	
/*.main_visual_area{
	width: 100%;
	height: 100vh;
	height: calc(100vh - 190px);
	background-image: url("../images/img_main.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	background-color: #fffde4;
	margin-bottom: 150px;
}*/
/*.main_visual_wrapper {
    width: 100%;
    height: auto;
    background-image: url(../images/bg_image_main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
*//*.h1_logo_area{
    text-align: center;
    background: #f19ebc;
}*/
/*.main_visual_area_inner {
	width: 100%;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}	
*/}

@media screen and (max-width: 414px) {
	
.media_pc375{
	display: none!important;
	}		
.media_sp375{
	display: block !important;
	}		
img {
    max-width: 100%;
    height: auto;
}
.h1_logo_tet_01 .media_sp375 {
    display: inline-block !important;
}
.h1_logo_tet_02 .media_sp375 {
    display: inline-block !important;
}
/*.main_visual_area{
	width: 100%;
	height: 100vh;
	height: calc(100vh - 190px);
	background-image: url("../images/sp/img_main_sp.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	background-color: #fffde4;
	margin-bottom: 80px;
}
*/.main_visual_wrapper {
    background-image: inherit;	
	}
/*.main_visual_area_inner {
    bottom: -80px;
	}*/
.read_wrap {
    text-align: center;
        padding: 8px 30px;
}		
}

@media screen and (max-width: 320px){
.main_visual_area{
	height: calc(100vh - 160px);
	background-position: top center;
	}
.main_visual_area_inner {
    bottom: -90px;
	}	
.read_wrap {
    text-align: center;
        padding: 8px 30px;
}	
.h1_logo_area {
    text-align: center;
    background: #f19ebc;
    padding: 0 20px;
}	
}

/*------------------------------------------------
news section01_01
------------------------------------------------*/
.news_area {
    border: none;
}
.inner_sec.in_sec01_01 {
    margin-bottom: 96px;
}
dl.news_li_dl{
	font-size: 18px;
	line-height: 1.5;
	display: flex;
    justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}
dt.news_li_dt {
    background: #ff3374;
    color: #fff;
    width: 120px;
    text-align: center;
    margin-right: 10px;
	position: relative;
}
dt.news_li_dt:after {
    content: "";
    background: #ff3374;
    width: 10px;
    height: 27px;
    position: absolute;
    transform: skewY(15deg);
    transform: skewx(-15deg);
    right: -5px;
}
dd.news_li_dd {
	width: calc(100% - 130px);
    margin-top: 0;
    text-align: left;
    margin-left: 10px;
}
.news_list_wrap {
	width: 60%;
    height: 180px;
	background: #fff;
    border-left: solid 8px #ff3374;
	padding: 20px;
	position: relative;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.news_list_wrap:after {
    content: "";
    width: 100%;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.news_list_wrap_in{
	height: 100% ;
    overflow: scroll;
}
.sns_list_wrap{
	width: 38%;
	height: 180px;
    background: #fff;
    border-left: solid 8px #ff3374;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.sec_news_block_wrap {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
ul.sns_li_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
p.sns_txt {
	font-size: 20px;
	line-height: 1.5;
    font-weight: bold;
    text-align: center;
	margin-bottom: 13px;
}
li.sns_li_li:nth-child(2) {
    padding: 0 30px;
}
/*.page_nav_wrap {
    margin-bottom: 86px;
}*/

/*news_button*/
ul.page_nav_ul {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 750px) {
.sec_news_block_wrap {
    display: block;
}
.news_list_wrap {
	width: 100%;
    height: 110px;
    background: #fff;
    border-left: solid 4px #ff3374;
    padding: 10px;
	margin-bottom: 10px;
	}
dl.news_li_dl {
    font-size: 10px;
	}
dt.news_li_dt:after {
    height: 15px;
	}
dt.news_li_dt {
    width: 68px;
	}
dd.news_li_dd {
    width: calc(100% - 60px);
	}
.sns_list_wrap {
    width: 100%;
    height: 57px;
    border-left: solid 4px #ff3374;
    flex-wrap: inherit;
	padding: 0 20px;
	}
p.sns_txt {
    font-size: 10px;
	}
ul.sns_li_ul {
    width: 47%;
	justify-content: center;
	}
p.sns_txt {
	 width:50%;
	 margin-right: 3%;
	}
li.sns_li_li:nth-child(2) {
    padding: 1px 15px;
}
ul.page_nav_ul {
    display: block;
	}
li.page_nav_li {
    margin-bottom: 10px;
}	
.sns_list_wrap {
    padding: 15px 20px;
}
p.sns_txt {
    margin-bottom: 0;
}	
}
@media screen and (max-width: 414px) {
	.inner_sec.in_sec01_01 {
    margin-bottom: 60px;
}
}


/*------------------------------------------------
section02
------------------------------------------------*/

h2.h2_title_style02 {
    text-align: center;
    position: relative;
	margin-bottom: 60px;
}
.h2_title_icn {
    position: absolute;
    left: 0;
    top: 0;
}
.goods_area_wrap {
    background: #fff;
    border-left: solid 8px #ff335c;
    box-sizing: border-box;
	position: relative;
	padding: 106px 12px 46px 32px;
	margin-bottom: 48px;
}
.goods_area_wrap.shot01 {
    border-left: solid 8px #ff335c;
}
.goods_area_wrap.shot02 {
    border-left: solid 8px #992e95;
}
.goods_area_wrap.shot03 {
    border-left: solid 8px #00a69d;
}
.h3_title_clearfile {
    position: absolute;
    top: -12px;
    left: 0;
}
ul.goods_shot_ul {
    display: flex;
    justify-content: space-between;
}
ul.goods_shot_ul {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
#section02 .h2_title_style02 {
    padding-left: 198px;
}
}
@media screen and (max-width: 414px) {
.h2_title_style02_inner div {
    text-align: right;
}
.h2_title_style02 {
    margin-bottom: 25px !important;
}
.h3_title_clearfile {
    top: 0;
	}
#section02 .h2_title_style02 {
    padding-left: 0;
}	
}
@media screen and (max-width: 320px) {
.h2_title_icn img {
    width: 50%;
}
.h2_title_style02_inner img {
    width: 65%;
}	
}

/*------------------------------------------------
section03 campaign
------------------------------------------------*/
#section03{
	background: repeating-linear-gradient( #ffd446 0, #ffd446 3px, #ffcc26 3px, #ffcc26 8px);
}
.h2_icon_wrap {
    display: flex;
    align-items: center;
}
.h2_title_style03{
	position: relative;
	background-image: url(../images/img_tank.png);
    background-repeat: no-repeat;
    background-position: right bottom;
	background-size: 878px;
	padding-bottom: 125px;
	margin-right: -240px;
	/*background-size: 878px;
	padding-bottom: 92px;
	margin-right: 11px;
	padding-top: 10px;*/
}
.h2_title_style03_inner {
    margin-top: -22px;
	margin-left: -20px;
}
.in_sec03_01 p.p_txt {
    text-align: left;
}
.tank_area{
	margin-top: -117px;
	/*margin-top: -52px;*/
}
.img_pick_wrap {
    text-align: center;
    margin: 49px auto 30px auto;
}
li.Collabo_list_li {
    margin-bottom: 22px;
}
li.Collabo_list_li:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {
.h2_title_style03{
    background-size: 878px;
    padding-bottom: 113px;
    margin-right: -240px;
	padding-top: 0;
}

@media screen and (max-width: 414px) {

.h2_title_style03 {
    background-size: 293px;
   /* padding-bottom: 0px;*/
    margin-right: -10px;
    background-position: right top;
  /*  padding-top: 34px;*/
	padding: 34px 10px 0 10px;
}
h2.h2_title_style03 .media_sp375 {
    display: flex !important;
}	
.in_sec03_01 p.p_txt {
    margin-top: 25px;
}	
.h2_title_style03_inner {
    margin-top: 0;
    margin-left: 0;
}	
#section03 {
    padding: 25px 10px 50px 10px;
	padding: 25px 0 50px 0;
}	
.img_pick_wrap {
    margin: 25px auto 15px auto;
	display: inline-block;
}	
}	

/*------------------------------------------------
section04 campaign
------------------------------------------------*/
.h2_title_style04 {
    margin-bottom: 43px;
	text-align: center;
}
.menu_cam_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 36px auto 40px auto;
}
.menu_cam_li {
    width: 50%;
}
.select_menu_title_wrap {
    text-align: center;
}
.h3_sec4_02{
    margin-bottom: 7px;
}
.h3_sec4_02 img {
    margin-bottom: 8px;
}
.h3_sec4_02 span {
    display: block;
	margin-top: 2px;
}
.txt_select_menu_title {
    color: #973b29;
    font-size: 15px;
	font-weight: bold;
    line-height: 1.5;
}
.select_menu_title_wrap {
    padding: 29px 0 25px 0;
}
.select_in_titile {
    width: 100%;
    height: 48px;
    text-align: center;
    position: relative;
	margin-bottom: 38px;
}
.select_in_titile.bg_ye_st img {
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
	right: 0;
    margin: auto;
}
.select_menu_detail {
    padding: 38px 30px 8px 30px;
    background: #fff;
	border-top: none;
}
.select_set_inner{
    border: solid 4px #fabf13;
}
.in_sec04_02.selectset {
	margin-bottom: 50px;
}

.selectset_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.selectset_li {
	width: 50%;
	margin-bottom: 20px;
}
.icn_plue {
    text-align: center;
	margin-bottom: 34px;
}
.takeout .select_set_inner{
    border: solid 4px #8fc31f;
	margin-bottom: 56px;
}

/* notice */
.notice_to_menu {
	margin-bottom: 108px;
	text-align: left;
}
.notice_to_menu img{
	vertical-align: middle;
}
.notice_cam_menu_wrap {
    display: flex;
	justify-content:space-between;
    align-items: center;
}
.notice_cam_menu_r {
	width: 46%;
    text-align: center;
}
.notice_cam_menu_r span {
    display: block;
	font-size: 12px;
}
.txt_notice_cam_menu{
	font-size: 20px;
	line-height: 1.5;
	text-align: left;
	margin-top: 33px;
}

.shot02 .special_file:after {
    background-image: url("../images/img_special_pu.png");
}
.shot03 .special_file:after {
    background-image: url("../images/img_special_gn.png");
}

@media screen and (max-width: 750px) {
ul.goods_shot_ul {
    flex-wrap: wrap;
	}
li.goods_shot_li {
    width: 47%;
	margin-bottom: 26px;
}
li.goods_shot_li:first-child {
    width: 100%;
	margin-bottom: 23px;
}
li.goods_shot_li:nth-child(5),li.goods_shot_li:nth-child(6) {
	margin-bottom: 0;
	}
.goods_area_wrap {
    padding: 76px 56px 25px 56px;
	}
.goods_area_wrap {
    margin-bottom: 25px;
}	
li.goods_shot_li:nth-child(1) img {
    width: 100%;
}
.special_file {
    position: relative;
}
.special_file:after {
    content: "";
    width: 116%;
    height: 134px;
    background-image: url(../images/img_special_pk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: -8px;
    right: 0;
    margin: auto;
    top: 20px;
}	
}
@media screen and (max-width: 414px) {
h2.h2_title_style04 .media_sp375 {
    display: inline-block !important;
}
.h2_title_style04 {
    margin-bottom: 25px;
	}
.select_menu_title_wrap {
    padding: 12px 20px 12px 20px;
}
.select_set_inner {
    border: solid 2px #fabf13;
}
.txt_select_menu_title {
    font-size: 10px;
	text-align: left;
	}
.h3_sec4_02 {
    margin-bottom: 10px;
}
.select_menu_detail {
    padding: 17px 12px 8px 12px;
	}
.select_in_titile.bg_ye_st img {
    width: 33px;
}
.select_in_titile {
    height: 24px;
    margin-bottom: 17px;
}
.icn_plue img {
    width: 36px;
}
.icn_plue {
    margin-bottom: 19px;
}
.selectset_ul {
    display: block;
	}
.selectset_li {
    width: 100%;
    margin-bottom: 8px;
}	
h3.h3_sec4_02 img {
    margin-bottom: 10px;
}	
.sp_win{
	width: 198px;
	}	
.takeout .select_set_inner {
    border: solid 2px #8FC31E;	
	}
h3.h3_sec4_02 .media_sp375 {
    display: inline-block !important;
}
.takeout .select_set_inner {
    margin-bottom: 25px;
}
.notice_cam_menu_wrap {
    display: block;
	}
.notice_cam_menu_r {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.txt_notice_cam_menu {
    font-size: 12px;
	}
.notice_cam_menu_r span {
    font-size: 10px;
}
.notice_cam_menu_r img {
    width: 55px;
}
.txt_notice_cam_menu {
    margin-top: 0;
	padding-left: 12px;
}
.notice_cam_menu_l {
    margin-bottom: 10px;
}
.notice_to_menu {
    margin-bottom: 52px;
}	
.menu_cam_ul {
    display: block;
	margin: 36px auto 20px auto;
	}
.menu_cam_li {
    width: 100%;
}
.notice_cam_menu_l img {
    width: 240px;
}
.inner_sec.in_sec03_01 p {
    text-align: left !important;
    font-size: 10px;
	line-height: 1.8;
    margin-top: 13px;
    padding-left: 10px;
}
.p_txt.tank_area {
    font-size: 12px !important;
}
.in_sec04_02.selectset {
    margin-bottom: 25px;
}	
}
@media screen and (max-width: 320px) {
.special_file:after {
    left: -7px;
}
}
/*------------------------------------------------
section05 ewbchallange
------------------------------------------------*/

.webchallange_ul {
    margin-bottom: 80px;
}
.webchallange_li {
    margin-bottom: 36px;
}
.webchallange_li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 414px) {
.webchallange_li {
    margin-bottom: 23px;
}
.webchallange_ul {
    margin-bottom: 40px;
}	
.webchallange_li {
    margin-bottom: 16px;
}	
.webchallange_ul {
    margin-bottom: 33px;
}	
}
/*------------------------------------------------
section05 howto
------------------------------------------------*/
#section05 .term_list_dl_type02:nth-child(2) {
    margin-top: 0;
}
#section05 .term_list_dl_type02:nth-child(1) {
    border-bottom: none;
    margin-bottom: 0;
}
#section05 .term_list_dl_type02:nth-child(1) .term_list_dt_type02 {
    position: relative;
}
#section05 .term_list_dl_type02:nth-child(1) .term_list_dt_type02:after {
    content: "";
    width: calc(100% + 2px);
    height: 2px;
    border-bottom: solid 2px #fff;
    position: absolute;
    bottom: -2px;
    left: -2px;
}
h3.h3_howto_title {
    font-size: 32px;
    color: #125ab3;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}
p.txt_howto_note {
    font-size: 24px;
    font-weight: bold;
    color: #e60012;
    text-align: center;
    border: solid 4px #e60012;
    margin-bottom: 63px;
    padding: 13px 0;
}
.link_button_area.voice {
    text-align: center;
    margin-bottom: 73px;
	/*pointer-events: none;*/
}
.howto_cal_exa_title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #125ab3;
    padding: 5px 0;
}
ul.howto_cal_exa_ul {
    background: #e7eef7;
    text-align: center;
    padding: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 39px;
}
li.howto_cal_exa_li {
    margin: 0 10px;
}
.howto_cal_exa_li_in {
    background: #fff;
    border: solid 2px #125ab3;
    border-radius: 8px;
    text-align: center;
    padding: 7px 14px 0 14px;
}
li.howto_cal_exa_li:last-child .howto_cal_exa_li_in {
    background: #125ab3;
    border: solid 2px #125ab3;
    border-radius: 8px;
    text-align: center;
    padding: 7px 14px 0 14px;
}
p.howto_cal_txt_02 {
    font-size: 20px;
    font-weight: bold;
    color: #125ab3;
    line-height: 1.2;
    position: relative;
	padding-left: 14px;
	padding-right: 40px;
}
li.howto_cal_exa_li:last-child p.howto_cal_txt_01  {
    color: #ffffff;
}
p.howto_cal_txt_02:after{
	content: "";
	width: 0;
	height: 0;
    border: solid 25px transparent;
    border-left: solid 25px #125ab3;
    position: absolute;
	right: -25px;
	top: 0;
	bottom: 0;
	margin: auto;
	
}
li.howto_cal_exa_li {
    display: flex;
    align-items: center;
}
p.howto_cal_txt_01 {
    color: #125ab3;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
p.howto_cal_txt_01 span {
    font-size: 70px;
    display: block;
}
p.howto_cal_txt_01 span span {
    font-size: 35px;
    display: inline-block;
}
li.howto_cal_exa_li {
    margin: 0 10px;
}
.recipt_area {
    display: flex;
    justify-content: center;
    align-items: center;
}
p.txt_recipt {
    font-size: 24px;
    font-weight: bold;
    color: #125ab3;
    line-height: 1.5;
    margin-right: 28px;
	text-align: left;
}
.howto_area {
    background: #fff;
    padding: 52px 58px 50px 61px;
    border-radius: 10px;
}
ul.howto_ul.media_sp750 {
    display: none;
}
.img_cal_exa {
    padding: 24px 114px 16px 114px;
    background: #e7eef7;
    text-align: center;
    margin-bottom: 55px;
}
@media screen and (max-width: 750px) {
ul.howto_ul {
    margin-bottom: 45px;
}
p.howto_cal_txt_01 {
    font-size: 10px;
	}
.howto_cal_exa_li_in {
    border-radius: 6px;
    padding: 4px 6px 0 6px;
}
p.howto_cal_txt_01 span {
    font-size: 35px;
	line-height: 1;
	}
p.howto_cal_txt_01 span span {
    font-size: 23px;
	vertical-align: middle;
	}
p.howto_cal_txt_02:after {
    border: solid 12px transparent;
    border-left: solid 12px #125ab3;
    right: -20px;
	}
p.howto_cal_txt_02 {
    font-size: 10px;
	padding-left: 3px;
    padding-right: 7px;
}	
li.howto_cal_exa_li:last-child .howto_cal_exa_li_in {
    border: solid 2px #125ab3;
    border-radius: 6px;
    padding: 4px 4px 0 4px;
}	
li.howto_cal_exa_li img {
    width: 24px;
}	
li.howto_cal_exa_li {
    margin: 0 2px;
}
li.howto_cal_exa_li:nth-child(2) {
    margin: 0 -4px;
}	
ul.howto_cal_exa_ul {
    justify-content: space-between;
	}	
ul.howto_cal_exa_ul {
    padding: 12px 8px;
    margin-bottom: 20px;
}	
p.txt_recipt {
    font-size: 12px;
    margin-right: 14px;
	white-space: nowrap;
	}
.img_cal_exa {
    padding: 12px 20px 8px 20px;
    margin-bottom: 20px;
}	
}
@media screen and (max-width: 414px) {
.howto_area {
    background: #fff;
    padding: 25px 20px 25px 20px;
    border-radius: 5px;
}
h3.h3_howto_title {
    font-size: 21px;
	}
p.txt_howto_note {
    font-size: 12px;
    border: solid 2px #e60012;
    margin-bottom: 25px;
    padding: 3px 0;
}
.link_button_area.voice {
    margin-bottom: 40px;
}	
.link_button_area.voice img {
    width: 190px;
}	
.howto_cal_exa_title {
    font-size: 12px;
	}
}

/*------------------------------------------------
section06  announce
------------------------------------------------*/
.term_list_wrap_chara {
    margin-top: -3px;
	margin-bottom: 50px;
}
h3.h3_sec06_title {
    margin-bottom: 50px;
}
.term_list_dl_type02 {
    display: flex;
    align-items: stretch;
	background: #fff;
    border: solid 2px #ff5972;
    margin: 2px;
}
.term_list_dt_type02 {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff5972;
	padding: 0 26px;
}
.term_list_dd_type02 {
	width: 77%;
    padding: 24px 40px;
}
.term_list_dd_type02 img {
    margin-bottom: 30px;
}
.term_list_dd_type02 img:last-child {
    margin-bottom: 0;
}
.term_list_wrap_type02 {
    border: solid 2px black;
	display: inline-block;
}
.term_list_wrap_type02.list_col_pk {
    border: solid 2px #ff5972;
	background: #fff;
	position: relative;
}
#section06 .term_list_wrap_type02{
    width: 89%;
    margin: -1px auto 50px auto;
}
.term_list_wrap_type02.list_col_bl {
    border: solid 2px #125ab3;
	background: #fff;
}
.term_list_wrap_type02.list_col_br {
    border: solid 2px #99331f;
	background: #fff;
}
/*#section06 .term_list_wrap_type02.list_col_pk:after {
    content: "";
    width: 100%;
    height: 385px;
    background-image: url(../images/img_announce_chara.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    top: -387px;
    right: 0;
    left: 0;
}
*/.list_col_bl .term_list_dl_type02 {
    border: solid 2px #125ab3;
}
.list_col_bl .term_list_dt_type02 {
    background: #125ab3;
}
.list_col_br .term_list_dl_type02 {
    border: solid 2px #99331f;
}
.list_col_br .term_list_dt_type02 {
    background: #99331f;
}
@media screen and (max-width: 750px) {
.term_list_dd_type02 {
    width: 77%;
    padding: 3px 10px;
}
.term_list_dt_type02 {
    padding: 0 10px;
	height: 34px;
}
.term_list_dl_type02 {
    align-items: center;
	}
.term_list_wrap_type02.list_col_bl {
    border: solid 1px #125AB1;
	}
.list_col_bl .term_list_dl_type02 {
    border: solid 1px #125ab3;
}	
}

@media screen and (max-width: 414px) {
h3.h3_sec06_title .media_sp375 {
    display: inline-block !important;
}
.term_list_dl_type02 {
    border: solid 1px #ff5972;
	}
.term_list_wrap_type02.list_col_pk {
    border: solid 1px #ff5972;
	}
.term_list_dd_type02 img {
    margin-bottom: 6px;
}
.term_list_wrap_type02.list_col_pk .term_list_dt_type02 {
    height: 72px;
}
#section06 .term_list_wrap_type02 {
    width: 100%;
	}
.term_list_wrap_chara img:nth-child(2) {
    margin-top: -2px;
}	
.term_list_wrap_chara {
	margin-bottom: 25px;
}	
#section06 h3.h3_sec06_title {
    margin-bottom: 10px;
}	
}


/*------------------------------------------------
section07  goods panel
------------------------------------------------*/
.inner_sec.in_sec07_01 {
    margin: 0px auto 100px auto;
}
h4.h4_installation_shop_title {
    margin: 50px auto 30px auto;
}
.acd_ul {
    margin-bottom: 100px;
}
@media screen and (max-width: 414px) {
.inner_sec.in_sec07_01 {
    margin: 0px auto 60px auto;
}
h3.h3_sec06_title {
    margin-bottom: 25px;
}
h4.h4_installation_shop_title {
    margin: 25px auto 15px auto;
}	
}
/*-----------------------------------------------
section07 アコーディオン
-----------------------------------------------*/
.acd-check{
    display: none;
}
.acd-label{
    background: #fff;
    color: #000;
	text-align: center;
    display: block;
    margin-bottom: 1px;
    padding: 27px 0;
	z-index: 1;
	position: relative;
}
.acd-content{
    height: 0;
    opacity: 0;
    /*transition: .5s;*/
    visibility: hidden;
	background: #fff;
	text-align: left;
	transform: translatey(-10px);
	
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    visibility: visible;
	transform: translatey(0);	
	margin-top: -1px;
	 transition: .5s;
}
label.acd-label:hover img {
    opacity: 0.7;
}
.shop_list_dl {
    font-size: 24px;
	line-height: 1;
	display: flex;
}
.shop_list_dt {
	min-width: 140px;
    font-weight: bold;
    color: #125ab3;
    padding-right: 40px;
    border-right: solid 1px #ff5269;
	white-space: nowrap;
}
.shop_list_dd {
    padding-left: 40px;
}
.acd_li {
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #999;
}
.shop_list_dl {
    padding: 10px 40px;
}
.acd_ul {
    overflow: hidden;
}
.shop_list_dl:last-child {
    padding-bottom: 40px;
}

@media screen and (max-width: 414px) {
.acd_li {
    margin-bottom: 5px;
	}
.acd_li img{
	width: 27px;
}
.acd_li:nth-child(1) img{
	width: 42px;
}
.acd_li:nth-child(8) img{
	width: 62px;
}
.acd-label{
    padding: 13px 0;
	}
.shop_list_dl {
    padding: 10px 13px;
}
.shop_list_dl {
    font-size: 12px;
	}
.shop_list_dt {
    min-width: 55px;
    padding-right: 20px;
	}
.shop_list_dd {
    padding-left: 20px;
}
.acd_ul {
    margin-bottom: 0;
}	
}


/*-----------------------------------------------
section09 
-----------------------------------------------*/
p.icn_netstore {
    margin-bottom: 22px;
}
@media screen and (max-width: 414px) {
p.icn_netstore img {
    width: 140px;
}
p.icn_netstore {
    margin-bottom: 10px;
}
p.txt_about {
    font-size: 12px !important;
}	
}
/*-----------------------------------------------
section10
-----------------------------------------------*/
p.txt_about {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
}
@media screen and (max-width: 414px) {
#section10 .h2_title_style04 img {
    width: 310px;
}
}
/*-----------------------------------------------
footer
-----------------------------------------------*/
footer {
	color: #fff;
	text-align: center;
    padding: 78px 0 60px 0;
    background-color: #370008;
}
.h3_contant_style {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
}
.b_contact_txt {
    font-size: 20px;
    margin-bottom: 29px;
    font-weight: bold;
}
.b_contact_wrap {
    font-size: 15px;
    line-height: 1.5;
	letter-spacing: -0.4em;
	margin-bottom: 41px;
}
.b_contact_dl {
    display: inline-block;
    letter-spacing: normal;
}
.b_contact_dt {
    display: inline-block;
}
.b_contact_dd {
    display: inline-block;
}
.b_contact_dl:last-child {
    display: block;
}
.b_logo_wrap {
    margin-bottom: 37px;
}
@media screen and (max-width: 414px) {
footer {
    color: #fff;
    text-align: center;
    padding: 40px 0 120px 0;
	}
.b_logo_wrap img {
    width: 235px;
}
.h3_contant_style {
    font-size: 14px;
    margin-bottom: 18px;
}
.b_contact_txt {
    font-size: 12px;
    margin-bottom: 14px;
	}
.b_contact_wrap {
    font-size: 10px;
	}
}



