@charset "utf-8";
@media only screen and (max-width: 767px) {
    .contents_,
    .mainframe_ {
        width: 100% !important;
    }
}

#footer {
    margin-top: 0 !important;
}
.ec-layoutRole {background: #fff;}

/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
	display: none;
}

@media only screen and (max-width: 767px) {
	.ec-featureRole {
		padding: 0;
	}
}

.event_name_img_ { margin-bottom: 20px; }
/* common
---------------------------------------------------- */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.sp,
.br_sp {
    display: none;
}

.efat {
    /*max-width: 782px;*/
    margin: 0 auto;
    word-break: break-all;
}

.efat a {
    text-decoration: none;
    transition: opacity .2s;
}

.efat a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity .2s;
}

.efat img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

/*.efat h1,*/
.efat h2,
.efat h3,
.efat h4,
.efat h5,
.efat h6,
.efat p,
.efat ul,
.efat ol,
.efat dl,
.efat dt,
.efat dd,
.efat img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}

.efat figure,
.efat section {
    display: block;
    margin: 0px;
    padding: 0px;
}

@media only screen and (max-width: 767px) {
    .sp {
        display: block;
    }

    br.sp {
        display: inline;
    }

    .pc,
    br.pc {
        display: none;
    }
}

/*.event_name_header_,
.category_name_ {
    display: none !important;
}*/

.tl {
    text-align: left;
}

.ta {
    text-align: center;
}

/*#cmn_header {
    margin-bottom: 0 !important;
}*/

/*
{
    padding: 0 0 100px;
}
*/

.efat {
    color: #222;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {

/*    {
        padding: 0;
    }*/

    .efat h1 {
        margin: 0 0 4%;
        ;
    }
}

/* アンカーリンク */
.efat .ancherlink {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.efat .ancherlink a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #334455;
    width: 25%;
    padding: 3px 0 1px;
    transition: .3s ease-in-out;
    text-decoration: none;
	font-weight: bold;
}

.efat .ancherlink a:nth-child(n+2) {
    border-left: 1px dotted #334455;
}

.efat .ancherlink a:hover {
    background-color: #eeeeaa;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .efat .ancherlink {
        margin-bottom:20px;
    }

    .efat .ancherlink a {
        font-size: 90%;
        line-height: 1.4;
    }
}



/* 見出し */
.efat h2 {
    color: #334455;
    position: relative;
    margin: 80px 0 60px;
}

.efat h2 span {
    font-size: 240%;
    font-weight: bold;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: block;
}

.efat h2::after {
    position: absolute;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 15px solid #ddbb23;
    border-right: 15px solid #ddbb23;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .efat h2 {
        margin: 10.66vw 0;
        font-size: 3.2vw;
        font-weight: normal;
    }
    .efat h2 span {
        font-size: 6.4vw;
        margin-bottom: 1vw;
        display: block;
    }
    .efat h2::after {
        border-left: 3.46vw solid #ddbb23;
        border-right: 3.46vw solid #ddbb23;
        border-top: 2.66vw solid transparent;
        border-bottom: 2.66vw solid transparent;
        bottom: -6.5vw;
    }
}


/* カテゴリから探す */
.efat .searchBox {
    padding: 30px 40px;
    background: #EEF4FF;
}

.efat .searchBox h3 {
    background: #BECCEE;
    margin: 0 -40px 30px -50px;
    position: relative;
}

.efat .searchBox h3::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #8f99b0;
    border-right: 5px solid #8f99b0;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 0px;
    bottom: -10px;
}

.efat .searchBox h3 a {
    color: #334455;
    padding: 12px 20px 10px;
    text-align: left;
    font-weight: bold;
    font-size: 120%;
    display: block;
    text-decoration: none;
}

.efat .searchBox.searchBox2 .searchItem {
    margin-top: 4%;
}

.efat .searchBox .searchItem {
    display: flex;
    flex-wrap: wrap;
}


.efat .searchBox .searchItem>a {
    display: block;
    width: 23%;
    margin: 0 0 5% 2.66%;
    text-decoration: none;
}

.efat .searchBox .searchItem>a:nth-of-type(4n+1) {
    margin-left: 0;
}

.efat #present + .searchBox .searchItem>a {
    width: 31%;
    margin-left: 3.5%;
}

.efat #present + .searchBox .searchItem>a:nth-of-type(3n+1) {
    margin-left: 0;
}

.efat .searchBox .searchItem>a img {
    width: 100%;
    background: #EEF4FF;
    height: auto;
    display: block;
}

.efat .searchBox .searchItem>a p {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 10px;
    font-size: 90%;
    position: relative;
}

.efat .searchBox h4 {
    text-align: left;
    font-weight: bold;
    font-size: 110%;
    color: #334455;
    margin-bottom: 15px;
}

.efat .searchBox .searchPrice {
    display: flex;
    margin-bottom: 50px;
}
.efat .searchBox .searchPrice.searchPrice2 {
    margin-bottom: 30px;
}
.efat .searchBox .searchPrice.searchPrice3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.efat .searchBox .searchPrice a {
    display: block;
    width: 25%;
    background: #fff;
    padding: 20px 0;
    text-decoration: none;
    position: relative;
}

.efat .searchBox .searchPrice.searchPrice3 a {
	font-size:20px;
}
/*.efat .searchBox .searchPrice.searchPrice2 a {
    width: 33.33%;
}*/

.efat .searchBox .searchPrice a:nth-of-type(n+2) {
    border-left: 1px dotted #334455;
}

.efat .searchBox .searchItem>a p::after,
.efat .searchBox .searchPrice a::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid #334455;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #334455;
    right: 5px;
    bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .efat .searchBox {
        padding: 20px;
    }

    .efat .searchBox h3 {
        margin: 0 -20px 20px -30px;
    }

    .efat .searchBox .searchItem {
        justify-content: space-between;
    }

    .efat .searchBox .searchItem>a,
    .efat #present + .searchBox .searchItem>a {
        display: block;
        width: 48%;
        margin: 0 0 4%;
    }

    .efat .searchBox .searchItem>a p {
        /*font-size: 90%;*/
		font-size: inherit;
    }

    .efat .searchBox h4 {
        margin: 10px 0 10px;
    }

    .efat .searchBox .searchPrice {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .efat .searchBox .searchPrice.searchPrice2 {
        margin-bottom: 15px;
    }
    .efat .searchBox .searchPrice.searchPrice3 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .efat .searchBox .searchPrice a {
        width: 50%;
        padding: 20px 0;
        box-sizing: border-box;
    }

 	.efat .searchBox .searchPrice.searchPrice3 a {
	 	font-size: 18px;
	}
	
    .efat .searchBox .searchPrice a:nth-of-type(n+2) {
        border-left: none;
    }

    .efat .searchBox .searchPrice a:nth-of-type(even) {
        border-left: 1px dotted #334455;
    }

    .efat .searchBox .searchPrice a:nth-of-type(n+3) {
        border-top: 1px dotted #334455;
    }
}


/* shop banner
---------------------------------------------------- */
.recommend_shop {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.recommend_shop li {
	width: 48%;
	padding: 2% 1% 0;
}
@media only screen and (max-width: 767px) {
	.recommend_shop li {
		width: auto;
		padding: 2% 2% 0;
	}
}
/* more_shop_btn
---------------------------------------------------- */
.efat .more_shop_btn {
	padding: 25px 0 0;
}

.efat .more_shop_btn a {
	display: block;
	border-radius: 50px;
	box-sizing: border-box;
	border: 2px solid #334455;
	max-width: 240px;
	margin: 0px auto;
	text-align: center;
	color: #334455;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	padding: 13px 0;
	position: relative;
}

.efat .more_shop_btn a::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	border-top: 2px solid #334455;
	border-right: 2px solid #334455;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 640px) {
	.efat .more_shop_btn {
		padding: 15px 15px 0;
	}

	.efat .more_shop_btn a {
		font-size: 15px;
	}
}


/* lead
---------------------------------------------------- */
.efat .lead {
	margin-top: 60px;
    border-top: 1px solid #e7e7e7;
    padding-top: 50px;
}
.efat .lead h3 {
    font-size: 28px;
    line-height: 1.6;
    font-weight: bold;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: -0.5px;
}
.efat .lead_item {
    display: flex;
    gap: 30px;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    padding:30px;
    margin: 20px 0 0;
}
.efat .lead_item img {
    width: 320px;
    height: auto;
}
.efat .lead dt {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    text-align: left;
}

.efat .lead dd,
.efat .lead p {
	font-size: 17px;
	line-height: 1.7;
    text-align: left;
    margin: 20px 0 10px;
}
.efat .lead p {
    margin-top: 30px;
}
.efat .lead dd span,
.efat .lead p span {
	font-size: 17px;
    line-height: 1.7;
    background:linear-gradient(transparent 60%, #ff6 60%);
    font-weight: bold;
}
.efat .lead p.lead_catch,
.efat .lead_catch {
    margin: 30px 0;
    text-align: center;
}
.efat .lead p.lead_catch span,
.efat .lead_catch span {
    font-size: 22px;
    line-height: 1.8;
    font-weight: bold;
    color: #2e80d2;
    background: #EEF4FF;
    display: inline;
    padding: 3px 0;
}

/* lead_father
---------------------------------------------------- */
.efat .lead_father {
    background: #EEF4FF;
    padding: 25px 50px 30px;
}

.efat .lead_father p {
    font-size: 22px;
    font-weight: bold;
    color: #2e80d2;
    letter-spacing: 0.1em;
    text-align: center;
}

.efat .lead_father p.lead_note {
    font-size: 14px;
    font-weight: normal;
    color: #222;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .efat .lead {
        margin-top: 10.66vw;
        padding: 10.66vw 4vw 0;
    }
    .efat .lead h3 {
        font-size: 5.33vw;
    }
    .efat .lead_item {
        display: block;
        gap: 0;
        border-radius: 1.33vw;
        box-shadow: 0px 0.8vw 4vw 0px rgba(0, 0, 0, 0.1);
        padding:5.33vw;
        margin: 5.33vw 0 0;
    }
    .efat .lead_item img {
        width: 100%;
        height: auto;
    }
    .efat .lead dt {
        font-size: 4.26vw;
        text-align: center;
        margin-top: 2.66vw;
    }
    
    .efat .lead dd,
    .efat .lead p {
        font-size: 3.46vw;
        margin: 2.66vw 0 0;
    }
    .efat .lead p {
        margin-top: 5.33vw;
    }
    .efat .lead dd span,
    .efat .lead p span {
        font-size: 3.46vw;
    }
    .efat .lead p.lead_catch,
    .efat .lead_catch {
        margin: 8vw 0;
    }
    .efat .lead p.lead_catch span,
    .efat .lead_catch span {
        font-size: 4.26vw;
        padding: 0.53vw 0;
    }
}

/* bnr_p5
---------------------------------------------------- */
.bnr_p5 {
    text-align: center;
    max-width: 600px;
    height: auto;
    margin: 60px auto;
}

.bnr_p5 p {
    color: #f85c5c;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold
}

@media only screen and (max-width: 767px) {
    .bnr_p5 {
        margin: 8vw auto;
        padding: 0 4vw;
    }
    
    .bnr_p5 p {
        font-size: 3.46vw;
    }
}

/* 注意事項
---------------------------------------------------- */
.important_point{
	background-color: #e3e3e3;
    padding: 50px 30px 55px;
    margin: 50px 0;
}

.important_point h2{
	font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.important_point h2 span{
	 color: #333333 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    margin-top: 1rem !important;
    display: block;
}
/* benefitsBox
---------------------------------------------------- */
.efat .benefitsBox {
    background: #fbede9;
    padding: 40px;
    margin: 40px 0 60px;
}

.efat .benefitsBox>div {
    background: #fff;
    padding: 30px;
    border: 10px solid #ffded6;
    text-align: center;
}

.efat .benefitsBox p {
    color: #f85c5c;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}
.efat .benefitsBox img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

@media screen and (max-width: 640px) {
    .efat .benefitsBox {
        padding: 20px 15px;
        margin: 20px 0 40px;
    }

    .efat .benefitsBox>div {
        padding: 15px;
        border: 5px solid #ffded6;
    }

    .efat .benefitsBox p {
        font-size: 16px;
        line-height: 1.5;
    }
	
/* lead_father
---------------------------------------------------- */
	.efat .lead_father {
        padding: 5%;
		margin: 3%;
    }

    .efat .lead_father p {
        font-size: 18px;
        letter-spacing: 0;
    }

    .efat .lead_father p.lead_note {
    font-size: 12px;
    font-weight: normal;
    color: #222;
    margin-top: 10px;
}	
}