@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&family=Shippori+Mincho:wght@500;600;700&family=Oswald:wght@300;400;600&display=swap');

:root {
	--color-base: #1b1b1b;
	--color-blue: #3a89b7;
	--color-gold: #a28926;
	--color-pink: #f75180;
	--color-green: #3fa52b;
	--color-price: #ec4652;
}


/* -----------------

common

main color
black var(--color-base)
blue  var(--color-blue)
pink  var(--color-pink)

--------------------*/
body {
    color: var(--color-base);
	padding-top: 150px;
	font-family: 'Noto Sans JP', sans-serif;
}
a { text-decoration:none; color:var(--color-base); }
img { max-width: 100%; }
table { border-collapse:collapse; }
iframe { vertical-align:bottom; }

.sp { display:none; }


/* header */
#event-header {
	width: 100%;
	height: 150px;
	background: #fff;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
#event-header h1 {
	line-height: 1;
}

.header-ut {
    font-size: 0;
    height: 30px;
    line-height: 30px;
    background: var(--color-blue);
    text-align: right;
}
.header-ut li {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
}
.header-ut li:before {
    content: '/';
    margin-right: 10px;
}
.header-ut li:first-child:before {
    display: none;
}
.header-ut li a {
	color: #fff;
}

.header-main {
    padding: 28px 0;
    text-align: center;
}


#backtotop {
    visibility: hidden;
	opacity: 0;
	cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 1000;
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#backtotop.show {
    visibility: visible;
	opacity: 1;
    bottom: 10px;
}



/* -----------------

contents

--------------------*/
.wrap {
    max-width: 1300px;
    margin: auto;
    position: relative;
}
.in {
    max-width: 1100px;
    margin: auto;
    position: relative;
}
.cmn-title {
    line-height: 1;
    text-align: center;
	margin-bottom: 30px;
}

.cmn-title02 {
    color: #fff;
    font-size: 37px;
    font-family: 'Shippori Mincho', serif;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
    background: var(--color-blue);
    border-radius: 5px;
    position: relative;
}
.cmn-title02:after {
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: solid 2px;
    border-radius: 5px;
    position: absolute;
    left: 3px;
    top: 3px;
}
.cmn-title02 span {
    font-size: 24px;
    vertical-align: 2px;
    letter-spacing: 5px;
}

.bg-wall {
    background: url("../img/bk_brick.jpg") !important;
}
.pc-view {
}
.sp-view {
	display: none;
}

/*----------
intro
-------------*/
#intro {
    text-align: center;
	padding: 70px 0 100px;
}
#intro .mark {
    margin-bottom: 30px;
}
#intro .txt {
    font-size: 24px;
	font-weight: 500;
	line-height: 1.7;
    margin-bottom: 40px;
}
#intro .info a {
    display: block;
}
#intro .info-nav01 li {
    margin-bottom: 20px;
}
#intro .info-nav02 {
    font-size: 0;
}
#intro .info-nav02 li {
    display: inline-block;
    margin:0 12px;
}

/*----------
benefits
-------------*/
#benefits {
    text-align: center;
    padding: 120px 0 100px;
    background: url("../img/benefit_bg.jpg");
}
.benefits-bnr .in {
    background: #fff;
    padding: 110px 0 70px;
    border-radius: 5px;
}
.benefits-bnr .in .cmn-title {
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: -80px;
    left: 0;
}

/*----------
lp-nav
-------------*/
#lp-nav {
    text-align: center;
    padding: 85px 0;
}
#lp-nav ul {
    font-size: 0;
}
#lp-nav ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}


/*----------
special
-------------*/
#special {
	overflow: hidden;
    padding: 120px 0px 80px 0px;
    background-image: url("../img/bk_plaid.jpg");
}
.special-item:not(:last-child) {
    margin-bottom: 50px;
}
.special-item__num {
    margin-bottom: 10px;
	text-align: center;
}
.special-item__img {
    margin-bottom: 50px;
    height: 400px;
    position: relative;
}
.special-item__img img {
    max-width: 1300px;
    margin-left: -650px;
    position: absolute;
    left: 50%;
    top: 0;
}
.special-item__info {
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
}
.special-item__info-thumb {
    width: 53%;
    max-width: 580px;
    float: left;
}
.special-item__info-detail {
    width: 45%;
    max-width: 465px;
    float: right;
}
.special-item__info-detail .item-copy {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}
.special-item__info-detail .item-name {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}
.special-item__info-detail .item-option {
    margin-bottom: 30px;
}
.special-item__info-detail .item-option ul {
    font-size: 0;
	margin-left: -10px;
}
.special-item__info-detail .item-option ul li {
    display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	line-height: 1;
	color: #fff;
	background: var(--color-blue);
	margin:0 0 10px 10px;
}
.special-item__info-detail .item-price__wrap {
    text-align: right;
    line-height: 1;
    padding-top: 20px;
    margin-bottom: 40px;
    border-top: dotted 3px var(--color-base);
}
.special-item__info-detail .item-price {
    display: inline-block;
    font-size: 50px;
    font-weight: 500;
    color: var(--color-pink);
    vertical-align: middle;
}
.special-item__info-detail .item-price span {
    font-size: 27px;
}
.special-item__info-detail .item-deli {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    margin-left: 20px;
    color: #fff;
    text-align: center;
    background: var(--color-blue);
    vertical-align: middle;
}

/*----------
ranking
-------------*/
#ranking {
    padding: 60px 0 100px;
    background-image: url("../img/bk_beige.jpg");
}
.ranking-group:not(:last-of-type) {
	margin-bottom: 60px;
}

.ranking__list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ranking__list > li {
    display: -webkit-flex;
    display: flex;
    width: 18%;
    margin: 0 0 0 2.5%;
}
.ranking__list > li:first-child {
    margin-left: 0;
}
.ranking__list > li a {
    display: block;
	width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    position: relative;
}
.ranking__list .ranking-num {
    color: #fff;
    font-size: 32px;
	font-family: "Oswald", sans-serif;
    width: 50px;
    line-height: 50px;
    height: 50px;
    background: var(--color-gold);
    position: absolute;
    left: 0;
    top: 0;
	z-index: 10;
}
.ranking__list .thumb {
    height:0;
    padding-top:100%;
	position: relative;
	overflow: hidden;
}
.ranking__list .thumb img {
    width: 100%;
	position:  absolute;
	left:0;
	top:0;
}
.ranking__list .ranking-info {
	padding: 20px 15px;
}
.ranking__list .ranking-info__name {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    min-height: 3em;
}
.ranking-info__price {
    font-size: 26px;
	font-weight: 500;
	color: var(--color-price);
	line-height: 1;
    padding-top: 20px;
    margin-top: 20px;
    border-top: dotted 2px var(--color-base);
}
.ranking-info__price span {
    display: block;
    font-size: 19px;
    font-weight: 500;
    width: 140px;
    line-height: 1;
    padding: 5px 0 7px;
    margin: 15px auto 0;
    text-align: center;
    color: #fff;
    background: var(--color-blue);
}

/*----------
items
-------------*/
.items-nav {
	text-align:center;
	padding: 60px 0 100px;
}
.items-nav__list01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.items-nav__list01 > li {
    width: 27%;
    max-width: 270px;
    margin: 0 2%;
}

.items-nav__list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.items-nav__list02 > li {
    width: 49%;
    max-width: 530px;
}

.items-title {
    padding: 10px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.items-bnrs {
    text-align: center;
    padding: 90px 0;
    background-image: url("../img/bk_plaid.jpg");
}
.items-bnrs .bnr:not(:last-of-type) {
    margin-bottom: 30px;
}

.items-group__wrap {
    padding: 100px 0;
    margin-top: 2px;
    background-image: url("../img/bk_beige.jpg");
}
.item__list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.item__list > li {
    display: -webkit-flex;
    display: flex;
    width: 32%;
    margin: 0 0 30px 2%;
}
.item__list > li:nth-child(3n+1) {
    margin-left: 0;
}
.item__list > li a {
    display: block;
	width: 100%;
    background: #fff;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 7px -2px #777;
}
.item__list > li .thumb {
    height:0;
    padding-top:100%;
	position: relative;
	overflow: hidden;
}
.item__list > li .thumb img {
    width: 100%;
	position:  absolute;
	left:0;
	top:0;
}
.item__list > li .info {
	padding: 20px;
}
.item__list > li .item-info {
	padding: 20px 15px;
}
.item-info__name {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    min-height: 3em;
}
.item-info__price {
    font-size: 26px;
	font-weight: 500;
	color: var(--color-price);
	line-height: 1;
    padding-top: 20px;
    margin-top: 20px;
    border-top: dotted 2px var(--color-base);
}
.item-info__price span {
    display: block;
    font-size: 19px;
    font-weight: 500;
    width: 140px;
    line-height: 1;
    padding: 5px 0 7px;
    margin: 15px auto 0;
    text-align: center;
    color: #fff;
    background: var(--color-blue);
}

.item__list .item-points {
    margin-top: 10px;
}
.item__list .item-points {
    text-align: left;
    margin-top: 20px;
    font-size: 0;
    margin-left: -10px;
}
.item__list .item-points >  li {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 10px 10px;
}
.item__list .item-points > li span {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
}
.item-points01 span {
    background: #ada47f;
}
.item-points02 span {
    background: var(--color-blue);
}
.item__list .item-shipping {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    background: var(--color-green);;
}



/*-----------------
price
-------------------*/
.price-tab {
    padding: 100px 0;
}
.price-tab__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
}
.price-tab__list >li {
    width: 48%;
    margin: 20px 0 0 4%;
}
.price-tab__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.price-tab__list >li a {
    display: block;
    font-size: 31px;
    font-weight: 500;
    padding: 28px 0 31px;
    border: solid 3px var(--color-blue);
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.price-contents {
    padding: 100px 0;
    margin-top: 2px;
    background-image: url("../img/bk_beige.jpg");
}
.price-group {
    margin-bottom: 60px;
}




/* -----------------

sp

--------------------*/
@media (max-width: 815px){
	
	body {
		padding-top: 80px;
	}
	
    .sp { display:block; }
	.pc { display: none; }

	.wrap {
		padding: 0 15px;
	}
	.in {
		padding: 0 15px;
	}

	#event-header {
		height: 80px;
	}
	#event-header h1 {
	    margin: auto;
		width: 290px;
	}
	.header-ut li {
		font-size: 10px;
	}
	.header-main {
		padding: 13px 0;
	}

	.cmn-title img {
		width: 80%;
	}
	.cmn-title02 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.cmn-title02 span {
		display: none;
	}

	#intro {
		padding: 70px 0;
	}
	#intro .txt {
		font-size: 16px;
		margin-bottom: 40px;
		text-align: left;
	}
	#intro .info-nav01 li {
		margin-bottom: 4%;
	}
	#intro .info-nav02 {
		overflow: hidden;
	}
	#intro .info-nav02 li {
		display: block;
		margin: 0 0 4% 4%;
		float: left;
		width: 48%;
	}
	#intro .info-nav02 li:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}

	#benefits {
		padding: 100px 20px 40px;
	}
	.benefits-bnr .in .cmn-title {
		top: -20%;
	}
	.benefits-bnr .in {
		padding: 10% 15px;
	}

	#lp-nav {
		text-align: center;
		padding: 40px 0;
	}
	#lp-nav ul li {
		width: 46%;
		padding: 0 4%;
		margin: 0 0 4%;
	}

	#special {
		padding: 40px 0;
	}
	.special-item:not(:last-child) {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: solid 2px #fff;
	}
	.special-item__num img {
		width: 100px;
	}
	.special-item__img {
		height: 250px;
	}
	.special-item__img img {
		max-width: 815px;
		margin-left: -407.5px;
	}
	.special-item__info-thumb {
		width: auto;
		max-width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}
	.special-item__info-detail {
		width: auto;
		max-width: 100%;
		float: none;
	}
	.special-item__info-detail .item-link {
		text-align: center;
	}
	.special-item__info-detail .item-copy {
		font-size: 18px;
	}
	.special-item__info-detail .item-name {
		font-size: 28px;
	}
	.special-item__info-detail .item-option ul li {
		font-size: 15px;

	}
	#ranking {
		padding: 60px 0;
		background-size: 70px;
	}
	.ranking__list > li {
		width: 100%;
		margin: 0 0 10px;
	}
	.ranking__list > li a {
		display: flex;
		flex-wrap: wrap;
	}
	.ranking__list .ranking-thumb {
		width: 40%;
	}
	.ranking__list .ranking-num {
		font-size: 20px;
		width: 30px;
		line-height: 30px;
		height: 30px;
	}
	.ranking__list .ranking-info {
		width: 60%;
		padding: 0 0 0 20px;
		text-align: left;
	}
	.ranking__list .ranking-info__name {
		font-size: 13px;
		min-height: auto;
	}
	.ranking-info__price {
		font-size: 20px;
		padding-top: 0;
		margin-top: 10px;
		border-top: none;
	}
	.ranking-info__price span {
		display: inline-block;
		font-size: 13px;
		width: auto;
		margin: auto;
		padding: 2px 10px 5px;
	}

	.items-nav {
		padding: 30px 0 50px;
	}
	.items-nav__list01 > li {
		width: 29%;
	}
	.items-nav__list02 {
		display: flex;
		margin-top: 20px;
	}

	.items-title h2 img {
		width: 150px;
	}
	.items-bnrs {
		padding: 30px 15px;
	}
	.items-group__wrap {
		padding: 30px 0;
	}
	.item__list > li {
		width: 100%;
		margin: 0 0 10px;
	}
	.item__list > li:nth-child(3n+1) {
		margin: 0 0 10px;
	}
	.item__list > li a {
		display: flex;
		flex-wrap: wrap;
		padding: 5px;
	}
	.item__list > li .thumb {
		width: 40%;
		padding-top: 40%;
	}
	.item__list > li .item-info {
		width: 60%;
		padding: 0 0 0 20px;
		text-align: left;
	}
	.item-info__name {
		font-size: 13px;
		min-height: auto;
	}
	.item-info__price {
		font-size: 20px;
		padding-top: 0;
		margin-top: 10px;
		border-top: none;
	}
	.item__list .item-points {
		margin-left: -5px;
	}
	.item__list .item-points > li {
		margin: 0 0 5px 5px;
	}
	.item__list .item-points > li span {
		font-size: 10px;
		padding: 5px 10px;
	}
	.item__list .item-shipping {
		font-size: 10px;
		padding: 10px 0;
	}


	.price-tab {
		padding: 50px 0;
	}
	.price-tab__list {
		margin-top: -10px;
		display: block;
	}
	.price-tab__list >li {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.price-tab__list >li:nth-child(2n+1) {
		margin: 10px 0 0 0;
	}
	.price-tab__list >li a {
		font-size: 20px;
		padding: 18px 0 20px;
		border: solid 2px var(--color-blue);
	}
	.price-contents {
		padding: 30px 0;
		margin-top: 2px;
		background-image: url(../img/bk_beige.jpg);
	}


}




