@charset "euc-jp";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
/*	font-family: 'Hiragino Kaku Gothic ProN',"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;*/
}
body {
		font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'Noto Sans JP', 'Shippori Mincho', sans-serif !important;
}
a {
	color:#000;
	outline:none;
    text-decoration:none;
}
li {list-style:none;}
img {
	border:none;
	vertical-align: top;
	max-width: 100%;
}
small {
	position: relative;
	top: 5px;
	left: -3px;
}
.clear { clear:both; }

.sp { display:none; }

.inner {
	max-width: 1000px;
	margin:auto;
    position: relative;
}
.inner-item{
	max-width: 900px;
	margin: auto;
	padding: 50px 50px 60px;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.list-inner {
	overflow: hidden;
    box-sizing: border-box;
}
.inner-item {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.inner-item li a {
    padding: 10px;
	height: 100%;
    display: block;
   /* border: 1px solid #ccc;*/
	border-radius: 5px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*.inner-item li a:hover {
    border: solid 1px #fff;
    box-shadow: 0 0 7px 1px #777;
}*/
.item-box-row1 .inner-item .img {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
	/*background: floralwhite;*/
    margin-bottom: 10px;
}
.item-box-row1 .inner-item .img img {
    width: 60%;
    /*height: 100%;*/
    object-fit: cover;
    margin: auto;
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    top: 0;
}
.inner-item .info-btm {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
}
.item_b_name_L {
    color: #d02524;
}
.itemName {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.8;
}
.itemName span {
	border: 2px solid #d02524;
	padding: 3px 5px 5px;
	color: #d02524;
	margin-right: 10px;
}
.item_b_comment {
	font-size: 18px;
}
.icons {
    width: 100%;
}
.icon-speed {
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin: 5px 5px 5px 0;
    font-weight: bold;
    background: #c80009;
    display: inline-flex;
    align-items: center;
}
.icon-speed i {
    display: inline-block;
    width: 30px;
    height: 17px;
    background-image: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/speed.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.icon-default {
    display: flex;
}
.icon-default .icon-d {
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin: 5px 5px 5px 0;
    font-weight: bold;
    background: #d9aa00;
    display: flex;
    align-items: center;
}
.icon-default .icon-d i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.icon-default .icon-d.icon-wrapping i {
    background-image: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/wrapping.png");
}
.icon-default .icon-d.icon-card i {
    background-image: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/card.png");
}
.icon-default .icon-d.icon-noshi i {
    background-image: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/noshi.png");
}
.icon-default .icon-d.icon-siori i {
    background-image: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/siori.png");
}
.icon-default .icon-d.icon-bag i {
    background-image: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/bag.png");
}
.price-wrap {
    background: #F4F2E5;
    width: 100%;
    margin-top: auto;
}
.item_b_price {
    font-size: 50px;
    color: #d02524;
    margin: 5px 0 0;
    font-weight: bold;
    text-align: right;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.item_b_price .tate {
    writing-mode: vertical-lr;
	font-size: 12px;
	color: #000;
	position: relative;
	top: 5px;
}
.d-off {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 1;
    background: #d02524;
    padding: 7px 10px 10px;
    margin-left: 5px;
	vertical-align: middle
}
.recommend_icon {
	position: absolute;
	top: 12px;
	left: 30px;
	z-index: 1000;
}
.recommend_icon2 {
	position: absolute;
	top: 63px;
	left: 80px;
	z-index: 1000;
}
.recommend_icon3 {
	position: absolute;
	top: 63px;
	right: 390px;
	z-index: 1000;
}

/*========================
	1Îóver
==========================*/
.item-box-row1 .inner-item li {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.item-box-row1 .inner-item li {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.item-box-row1 .inner-item li .list-inner {
    display: flex;
    width: 100%;
    border: 3px solid #a58a3f;
    padding: 10px;
}
.item-box-row1 .inner-item .img  {
    width: 40%;
    padding-top: 40%;
}
.item-box-row1 .inner-item .img img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    left: 10%;
    right: auto;
    top: 10%;
    bottom: auto;
}
.item-box-row1 .inner-item .info {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    padding-left: 20px;
    vertical-align: top;
    position: relative;
}
.item-box-row1 .item-list .itemName {
    font-size: 30px;
    font-weight: 500;
}
.item-box-row1 .item-list .itemName2 {
	font-size: 20px;
    font-weight: 500;
}
.item-box-row1 .item-list .item_b_name_L {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 1em;
}
.item-box-row1 .item-list .item_b_name_L span {
    font-size: 24px;
}
.item-box-row1 .item-list .item_b_name {
    font-weight: bold;
}
.item-box-row1 .item-list .info .item_b_name {
    font-size: 18px;
}

.item-box-row1 .item-list .info-btm {
    position: absolute;
    bottom: 10px;
	width: calc(100% - 10px);
	padding-top: 10px;
	text-align:center;
}
.item-box-row1 .item-list .info-btm .item_b_name {
	font-size: 24px;
}
.item-box-row1 .item-list .info-btm .item_b_comment {
	font-size: 20px;
}
.item-box-row1 .item-list .info-btm .item_b_price {
	font-size: 70px;
}
.item-box-row1 .item-list .info-btm .item_b_price span {
    font-size: 24px;
	margin-left: 5px;
}


/*============================
     2Îóver
============================*/
.item-box-row2 .inner-item li {
    width: 48%;
    margin: 0 0 5% 4%;
}
.item-box-row2 .inner-item li:nth-child(2n+1) {
	margin-left: 0;
}
.item-box-row2 .inner-item li .list-inner {
    display: table;
	width: 100%;
	border: 3px solid #a58a3f;
	padding-top: 15px;
}
.item-box-row2 .inner-item .img {
    width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
	/*background: floralwhite;*/
    margin-bottom: 10px;
}
.item-box-row2 .inner-item .img img {
    width: 60%;
    /*height: 100%;*/
    object-fit: cover;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.item-box-row2 .inner-item .info {
	padding-left: 8px;
}
.item-box-row2 .inner-item .item_b_name_L {
    font-size: 24px;
    margin-bottom: 10px;
}
.item-box-row2 .item-list .item_b_name_L span {
    color: #777;
    font-size: 12px;
}
.item-box-row2 .item-list .itemName {
    font-size: 24px;
	font-weight: 500;
    margin-bottom: 10px;
}
.item-box-row2 .item-list .info-btm .item_b_price {
	font-size: 40px;
}
.item-box-row2 .item-list .info-btm .item_b_price span {
    font-size: 16px;
	font-weight:normal;
	margin-left:5px;
}


a img,
.hover-opa a {
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover img,
.hover-opa a:hover {
	 opacity:0.7 !important;
}



#wrap {
    min-width: 320px;
    background: #fff;
}

.title01 {
    text-align: center;
    background: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/fg_ttl_bg.jpg") repeat-x top;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 77px;
    font-family: "Shippori Mincho", serif;
}

.title02 {
    text-align: center;
    font-size: 24px;
	line-height: 1;
	padding: 25px 0 25px;
	border-top: solid 3px #BDA255;
	border-bottom: solid 3px #B20000;
	font-weight: bold;
	background-color: #FFFFFF;
}
.bnr { text-align: center; }


#head {
	background: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/fv_bg.jpg");
	padding-top: 10px;
}
#head h1{

}

#nav-area {
   text-align:center;
   background-color: #60a2c0;
}
#nav-area ul {
	padding-top: 10px;
	padding-bottom: 10px;
    letter-spacing: -.4em;
}
#nav-area li{
	font-size: 14px;
	box-sizing:border-box;
	text-align:center;
	display: inline-block;
	letter-spacing: normal;
	position:relative;
	margin-left: 20px;
	padding-left:20px;	
}
#nav-area li:before {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 3px;
}
#nav-area li:first-child:before { width:0; }

#nav-area li a { color: #fff; font-size:16px; }

#main-photo-area {
	text-align:center;
	background:url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/fg_white.jpg") repeat;
}
#main-img-area {
	background-image: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/about_01.jpg");
	background-repeat: no-repeat;
	padding: 66px 0 34px;
	position: relative;
	background-size: cover;
}
#main-img-area img {
	width: 100%;
}
.area-text {
	color: #fff;
}
.area-text {
	display: flex;
	justify-content: center;
	font-family: "Shippori Mincho", serif;
}
.area-right {
	display: inline-block;
	padding: 0 20px;
	writing-mode: vertical-rl;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin-left: 50px;
	font-size: 25px;
	line-height: 2;
	letter-spacing: 4px;
	text-shadow: 0 0 30px #000;
	position: relative;
	height: 240px;
}
.area-right::before {
	content: "";
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
}
.area-right::after {
	content: "";
	position: absolute;
	background: #fff;
	top: 0;
	right: 0;
}
.area-right2 {
	writing-mode: vertical-rl;
	line-height: 2.2;
	letter-spacing: 2px;
	text-shadow: 0 0 30px #000;
	font-size: 18px;
}
.area-center {
	font-size: 20px;
	line-height: 1.8;
	margin: 0 30px;
}
.area-left2 {
	font-size: 20px;
	line-height: 1.8;
	margin: 0 30px;
}.area-left {
	font-size: 20px;
	line-height: 1.8;
	margin: 0 30px;
}
#review-area{
	background:#fff;
}
#review-area .inner{
	padding: 40px 0 60px;
	background: #fff;
}
#review-area .bnr{
	margin-bottom: 40px;
}

#review-area2 {
	padding-bottom: 50px;
}


.speed-haisou {
    text-align: center;
    padding: 20px;
    background: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/pink_bk.jpg");
    border-radius: 10px;
}
.speed-haisou-in {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
.speed-haisou h3 {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    background: #c80009;
    padding: 10px 20px;
}
.speed-haisou h3 i {
    display: inline-block;
    width: 49px;
    height: 28px;
    background-image: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/speed.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: -4px;
}
.speed-haisou h4 {
    font-size: 30px;
    margin-top: 20px;
}
.speed-haisou h4:before {
    content: '¡Ú';
}
.speed-haisou h4:after {
    content: '¡Û';
}
.speed-haisou h5 {
    font-size: 30px;
    margin-top: 10px;
}
.speed-haisou h5 b {
    font-size: 120%;
}
.speed-haisou h6 {
    font-size: 24px;
    margin-top: 10px;
}
.speed-haisou-card {
    margin-top: 40px;
}
.speed-haisou-card p {
    font-size: 24px;
    margin-top: 10px;
}

.speed-haisou b {
    color: #d24b51;
}

#delivery-area {
    background: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/bg_img.png");
    padding-bottom: 100px;
}
#delivery-area ul{
	padding: 50px 0;
}
#delivery-area li {
   text-align: center;
   margin: 0 0 40px;
	background: #fff;
}



#ranking-area {
    background: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/white.jpg") repeat;
}

#ranking-area .title {
    text-align: center;
    background-image: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/fg_ttl_bg02_1.jpg") , url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/fg_ttl_bg02_2.jpg");
	background-repeat: repeat-x , repeat-x;
	background-position: top , bottom;
	background-color: #fff;
    color: #000;
    font-size: 24px;
	line-height: 1;
	padding: 25px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#ranking-area .ranking {
	font-size: 30px;
	margin: 0 30px;
	font-family: "Shippori Mincho", serif;
}
#ranking-area li.no1 , 
#ranking-area li.no2{
	margin-bottom: 20px;
}
#ranking-area li.no3 {
	margin-bottom: -70px;
}
#ranking-area li.no4{
	float: left;
}
#ranking-area li.no5{
	float: right;
}
#ranking-area li.no4 .itemName{
	padding: 0 10px;
}
#ranking-area li.no5 .itemName{
	padding: 0 10px;
}

#safety-area {
    background: #fdfcf8;
    padding-bottom: 100px;
}
#safety-area ul{
	padding: 50px 0;
}
#safety-area li {
   text-align: center;
   margin: 0 0 40px;
}

.item-list{
	padding-bottom: 30px;
}
.item-list .item-fv{
	text-align: center;
	/*margin-bottom: 40px;*/
	padding: 50px;
	background: #fff;
	max-width: 900px;
	margin: 0 auto;
	
}
.item-list ul{
	padding-bottom: 100px;
}
.item-list li{
	width: 425px;
	float: left;
	margin-bottom: 20px;
}
.item-list li:nth-child(2n){
	margin-left: 50px;
}
.item-list li.full{
	width: 100%;
	float: none;
	margin: 0 0 20px;
}


#gift-area{
	padding-bottom: 0;
}


#gift-area h3{
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
#gift-area h3.gift-case1{
	background: #bea154;
}
#gift-area h3.gift-case2{
	background: #006b37;
}
#gift-area h3.gift-case3{
	background: #0c4e8c;
}

#set-area{
	padding-bottom: 0;
}


#limited-area{
	padding-bottom: 0;
}

#tradition-area{
	padding-bottom: 0;
	background: url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/md_re_back.jpg") repeat;
}


#price-area{
	background:url("https://gekkeikan.itembox.design/item/event/otyugen/2025/images/md_price_back.jpg") repeat;
}
#price-area .inner-item {
    display: block;
}
#price-area ul{
	max-width: 680px;
	margin: 20px auto 60px;
}
#price-area ul li:not(:last-child){
	margin-bottom: 15px;
}

#event-footer{
	width: 100%;
	height: 900px;
}

#pgtop{
	width: 80px;
	height: 80px;
	background: #000;
	position: fixed;
	right: 10px;
	bottom: 10px;
	border-radius:80px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	justify-content: -webkit-center;
	justify-content: center;
	flex-direction: -webkit-column;
	flex-direction: column;
	cursor: pointer;
}
#pgtop:hover{
	background: #be1600;
}
#pgtop a{
	color: #fff;
	display: block;
}

.back-btn{
	max-width: 330px;
	margin: 0 auto 60px;
	border: 3px solid #225026;
}
.back-btn a{
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	/*padding: 20px 40px 20px 20px;*/
	padding: 20px 60px 20px 40px;
	box-sizing: border-box;
	position: relative;
	background: #fff;
}
.back-btn a:after{
	content: "";
	position: absolute;
	top: 25px;
	margin-left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17.3px;
	border-color: transparent transparent transparent #225026;	
}
.back-btn a:hover{
	color: #fff;
	background: #225026;
}
.back-btn a:hover:after{
	border-color: transparent transparent transparent #fff;	
}

/*===============================================

   sp style

================================================*/

@media (max-width: 768px) {

	/*===========================================
		 ¶¦ÄÌ 
	============================================*/
	.sp { display: block !important; }
	.pc { display: none; }
	.inner {
            width: 100%;
            box-sizing: border-box;
			padding:0 15px;
        }
	img {
		max-width:100%;
	}
	
    #nav-area ul {  
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#nav-area .inner{
		padding: 0;
	}
	#nav-area li {
		width: 50%;
		line-height: initial;
		text-align: center;
		border-right: solid 1px #fff;
		border-bottom: solid 1px #fff;
		box-sizing: border-box;
        /*background: #bea154;*/
        height: auto;
		display: block;
		margin: 0;
		padding: 0;
	}
    #nav-area li:before { display:none; }

	#nav-area li a {
		display: block;
		font-size: 80%;
		padding: 7px 0;
		color: #fff;
	}
	#main-img-area {
		background-size: cover;
		height: 131px;
		padding: 10px 0 0;
	}
	#main-img-area .inner {
		height: auto;
	}
	#main-img-area img {
		position: initial;
	}
	.area-text {

	}
	.area-right {
		font-size: 10px;
		margin: 0 10px;
		padding: 0 7px;
		height: 115px;
	}
	.area-right2 {
		font-size: 7px;
		margin: 0 10px;
		letter-spacing: 0;
	}
	.area-center {
		font-size: 7px;
		margin: 0 10px;
	}
	.area-left2 {
		font-size: 7px;
		margin: 0 10px;
	}
	.area-left {
		font-size: 7px;
		margin: 0 10px;
	}
	#review-area .inner{
		padding: 20px 0 30px;
	}

	#safety-area {
		padding-bottom: 0px;
	}
	#safety-area ul{
		padding: 25px 0;
	}
	#safety-area li {
        margin: 0 0 20px;
	}
	
	#delivery-area {
		padding-bottom: 0;
	}
	#delivery-area li {
		margin: 0 0 20px;
	}

    .speed-haisou {
        padding: 10px;
    }
    .speed-haisou-in {
        padding: 30px 10px;
    }
    .speed-haisou h4 {
        font-size: 18px;
    }
    .speed-haisou h4:before,
    .speed-haisou h4:after {
        display: none;
    }
    .speed-haisou h5 {
        font-size: 20px;
    }
    .speed-haisou h6 {
        font-size: 16px;
    }
    .speed-haisou-card {
        margin-top: 30px;
    }
    .speed-haisou-card p {
        font-size: 16px;
    }
	#ranking-area .title{
		padding: 15px 0 10px;
		/*display: block;*/
		font-size: 13px;
	}
	#ranking-area .ranking {
		font-size: 20px;
		margin: 0 10px;
	}
    
    .inner-item .info-btm {
        display: block;
        margin-top: 15px;
    }
    .icons {
        margin-top: 10px;
    }
    .price-wrap {
        margin-top: 20px;
    }
	.item-box-row1 .inner-item li .list-inner {
		display: block;
		padding: 0;
	}
	.item-box-row1 .inner-item .img {
		display: block;
		padding-top: 100%;
        width: 100%;
	}
    .item-box-row1 .inner-item .img img {
        width: 90%;
        height: 90%;
        left: 5%;
        top: 5%;
    }
	.item-box-row1 .inner-item .info {
		width: auto;
		margin: 0 auto;
		padding: 10px;
	}
	.item-box-row2 .inner-item li .list-inner {
		display: flex;
		flex-wrap: wrap;
	}
	.item-box-row2 .inner-item .info {
		width: 100%;
		margin: 0 auto;
		padding: 10px;
	}
	.recommend_icon img {
		width: 75%;
	}
	.item_b_price {
		font-size: 40px;
		flex-wrap: initial;
	}
	.item_b_price .tate {
		font-size: 10px;
	}
	.d-off {
		padding: 6px 10px 6px;
        font-size: 15px;
	}
	#ranking-area li.no1, 
	#ranking-area li.no2, 
	#ranking-area li.no3{
		margin-bottom: 10px;
	}
	#ranking-area li.no4 , 
	#ranking-area li.no5{
		width: 100%;
		position: relative;
		float: none;
		margin: 0;
	}
	#ranking-area li.no5{
		margin-top: 10px;
	}
	.recommend_icon2, .recommend_icon3 {
		left: 30px;
		top: 13px;
		right: 0;
	}
	.recommend_icon2 img, .recommend_icon3 img {
		width: 13%;
	}
	#gift-area h3{
		font-size: 14px;
		padding: 8px;
		margin-bottom: 20px;
	}
	
	.inner-item {
		padding: 30px 15px 0;
		width: auto;
	}
	
	/*.item-box-row1 {
		padding: 20px 0;
	}*/
	.item-box-row2 > .inner-item {
		padding: 0px 15px 30px;
		box-sizing: border-box;
	}
	.itemName {
		font-size: 20px;
	}
	.item_b_comment {
		font-size: 14px;
	}
	.title01,
	.title02 {
		font-size: 17px;
        line-height: 1;
        padding: 15px 30px 13px;
        background-size: cover;
	}
	.item-list .item-fv{
		margin-bottom: 0;
		padding: 30px 0 0;
	}
	.item-list ul{
		padding-bottom: 30px;
	}
	.item-list li{
		width: 48%;
		margin-bottom: 10px;
	}
	.item-list li:nth-child(2n){
		margin-left: 4%;
	}	
	.item-list li.full{
		margin-bottom: 10px;
		margin-left: 0;
	}
	#gift-area .inner-item , 
	#limited-area .inner-item{
		padding: 25px 15px 0;
	}
	
	
	#price-area ul{
		max-width: 100%;
		margin: 0 auto 40px;
		box-sizing: border-box;
	}
	#price-area ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	#price-area ul li a {
		padding: 0;
	}

	#pgtop{
		width: 60px;
		height: 60px;
		font-size: 12px;
		right: 5px;
		bottom: 5px;
	}
	
	.back-btn{
		margin: 0 auto 60px;
		width: 100%;
	}
	.back-btn a{
		display: block;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		padding: 10px 30px 10px 10px;
		box-sizing: border-box;
		position: relative;
		background: #fff;
	}
	.back-btn a:after{
		content: "";
		position: absolute;
		top: 16px;
		margin-left: 20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 10.3px;
		border-color: transparent transparent transparent #225026;	
	}
}

/* style custom */
#wrap * {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'Noto Sans JP', 'Shippori Mincho', sans-serif !important;
}
#wrap a:hover ,
#wrap a:visited {
	color: #000;
}
#ranking-area .title {
	font-weight: bold;
}
.item-list .item-fv {
	max-width: 1000px;
}
#price-area ul li a img {
	margin: 0 auto;
}
#main-img-area {
	text-align:center;
	background: none;
	background-color: #0e0e0e;
	padding: 0;
	height: auto;
}
#main-img-area img {
	width: auto;
}
#pgtop {
	z-index: 99;
}
/* anchor link */
#c01 ,
#c02 ,
#c03 ,
#c04 ,
#c05 ,
#c06 {
	margin-top: -150px;
    padding-top: 150px;
}
@media screen and (max-width: 840px) {
    #c01 ,
    #c02 ,
    #c03 ,
    #c04 ,
    #c05 ,
    #c06 {
        margin-top: -80px;
        padding-top: 80px;
    }
     
}
/* font custom */
#wrap #safety-area h2.title01 ,
#wrap #ranking-area h2.title .ranking {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 700;
}
#wrap #ranking-area .title {
	font-weight: 700;
}
#wrap .area-right {
	font-family: "Shippori Mincho", serif !important;
}
#wrap .area-right2 {
	font-family: "Shippori Mincho", serif !important;
}
.back-btn a {
	color: #000;
}