@charset "utf-8";

@font-face{
	font-family: 'TvertSFProDisplay';
	font-style: normal;
	font-weight: normal;
	src: url(../../css2017/fonts/TvertSFProDisplayLight.woff) format('woff');
	font-display: swap;
}
@font-face{
	font-family: 'TvertSFProDisplay';
	font-style: normal;
	font-weight: bold;
	src: url(../../css2017/fonts/TvertSFProDisplaySemibold.woff) format('woff');
	font-display: swap;
}
#main_column{
	position: relative;
	z-index: 1;
}
.layout_side{
	position: relative;
	z-index: 2;
}
#main_column .pankuzu ~ *{
	color: #555;
	font-family: 'TvertSFProDisplay','Yu Gothic',Yugothic,sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0;
	line-height: 1;

}
.bold{
	font-weight: bold;
}
sup{
	font-size: 70%;
	font-family: 'Yu Gothic',Yugothic,sans-serif;
	font-weight: normal;
	white-space: nowrap;
}
.ls25{ letter-spacing: .025em; }
.ls50{ letter-spacing: .05em; }
.tr{ text-align: right; }
/**/  .tc{ text-align: center; }
.tj{ text-align: justify; }
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.flex.nowrap{ flex-wrap: nowrap; }
.flex.reverse{ flex-direction: row-reverse; }
.flex.reverse > *{ min-height: 0; }
.flex.jc-c{ justify-content: center; }
.flex.jc-s{ justify-content: flex-start; }
.flex.jc-e{ justify-content: flex-end; }
.flex.ai-c{ align-items: center; }
.flex.ai-e{ align-items: flex-end; }
.flex.ai-st{ align-items: stretch; }

.secTxt{
	font-size: 17px;
	line-height: 2;
}
.notes{
	color: #666;
	font-size: 10px;
	line-height: 2;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 0 30px;
}
.btn button{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 34px;
	color: #fff;
	background: #999;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	gap: 0 20px;
	transition: opacity 200ms ease-in-out;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

.itembtn button{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 42px;
	color: #fff;
	background: #cc0000;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	gap: 0 20px;
	transition: opacity 200ms ease-in-out;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
}


.btn button:hover {
	opacity: .6;
}
/*  .btn button:after{
	content: "";
	display: block;
	width: 8px;
	height: 15px;
	background: currentColor;
	clip-path: polygon(0% 0%, 1px 0%, 100% 50%, 1px 100%, 0% 100%, calc(100% - 1px) 50%);
}*/
.detail a {
	display: block;
	font-size: 16px;
	text-align: center;
	padding-bottom: 9px;
	border-bottom: 1px solid currentColor;
}

.fi_h span,
.fi_v span{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.fi_h span img{
	display: block;
	transform: translateX(30%);
	opacity: 0;
}
.fi_h.active span img{
	transition: transform 1s ease-in-out,opacity 1.5s ease-in-out;
	transform: translateX(0);
	opacity: 1;
}
.fi_v span img{
	display: block;
	transform: translateY(120%) scaleY(1.4);
	transform-origin: top center;
}
.fi_v.active span img{
	transition: transform .7s ease-in-out;
	transform: translateY(0) scaleY(1);
}
.fi_f{
	opacity: 0;
	filter: blur(5px);
}
.fi_f.active{
	transition: opacity .2s ease-in-out,filter .9s linear;
	opacity: 1;
	filter: blur(0);
}

@-moz-document url-prefix(){
	#main_column{
		line-height: 25.2px;
	}
}



.mv{
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.mvbg{
    position: relative;
    z-index: 1;
    overflow: hidden;
	background: url(../img/bg.jpg) repeat top center / cover;
}
.mvbg2{
    position: relative;
    z-index: 1;
    overflow: hidden;
	background: url(../img/bg2.jpg) repeat top center / cover;
}

/* .mv__photo{
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.loaded .mv__photo{
	transition: clip-path 1s ease-in-out;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
} */



.intro{
	padding-top: 50px;
	padding-bottom: 40px;/*250516追加 */ 
}
.intro__copy{
	max-width: 600px;
	margin-inline: auto;
	text-align: center;/*250516追加 */ 
}
.intro__list{
	gap: 30px 50px;
	margin-top: 80px;
}
.intro__list li{
	flex: 0 0 293px;
}



.recommend {
	padding-top: 50px;
	padding-bottom: 70px;
	background: url(../img/bg_recommend.jpg) no-repeat top center/cover;
	padding-top: 200px;/*250516追加 */ 
}
.recommend__heading {
	font-size: 28px;
	line-height: 1.5;
	margin-block: -.25em;
}
.recommend__copy {
	max-width: 600px;
	margin-top: calc(35px + -.5em);
	margin-inline: auto;
}
.recommend__item {
	max-width: 630px;
	margin-top: 45px;
	margin-inline: auto;
}
.recommend__item + .recommend__item {
	margin-top: 60px;
}
.recommend__item__group {
	box-sizing: border-box;
	border: 1px solid #CAC0C8;
	padding: 50px 39px 40px;
	background: #fff;
}
.recommend__item__group__heading {
	font-size: 28px;
	line-height: 1.571428571;
}
.recommend__item__group__heading sup {
	top: -1.25em;
	font-size: 40%;
}
.recommend__item__group__photo {
	margin-top: 20px;
}
.recommend__item__group__desc {
	margin-top: 20px;
}
.recommend__item__group__desc__category {
	gap: 10px;
}
.recommend__item__group__desc__category li {
	flex: 0 0 auto;
}
.recommend__item__group__desc__name {
	font-size: 28px;
	line-height: 1.4;
	margin-top: calc(20px + -.2em);
	margin-bottom: -.2em;
}
.recommend__item__group__desc__price {
	font-size: 18px;
	line-height: 1.666666667;
	margin-top: calc(10px + ((1.666666667 - 1) / 2 * -1em));
	margin-bottom: calc((1.666666667 - 1) / 2 * -1em);
}
.recommend__item__group__desc__price .tax {
	font-size: .8em;
}
.recommend__item__group__desc__copy {
	margin-top: calc(25px + -.5em);
	margin-bottom: -.5em;
}
.recommend__item__group__btn {
	max-width: 309px;
	margin-top: 35px;
	margin-inline: auto;
}
.recommend__item__group__detail {
	max-width: 250px;
	margin-top: 20px;
	margin-inline: auto;
}
.recommend__item__caution {
	margin-top: calc(15px + -.5em);
	padding: 20px;
}

/*タイトル*/
.ranking_title {
	font-size: 16px;
    line-height: 20px;
    display: block;
 	font-weight: bold;
	padding-top: 50px;
	padding-left: 38px;
	
}


.hot {
	padding-top: 50px;
	padding-bottom: 70px;
	background: url(../img/bg_hot.jpg) no-repeat top center/cover;
	padding-top: 200px;/*250516追加 */   
}
.hot__heading {
	font-size: 28px;
	line-height: 1.5;
	margin-block: -.25em;
}
.hot__copy {
	max-width: 600px;
	margin-top: calc(35px + -.5em);
	margin-inline: auto;
}
.hot__item {
	max-width: 630px;
	margin-top: 45px;
	margin-inline: auto;
}
.hot__item + .hot__item {
	margin-top: 60px;
}
.hot__item__group {
	box-sizing: border-box;
	border: 1px solid #CAC0C8;
	padding: 50px 39px 40px;
	background: #fff;
}
.hot__item__group__heading {
	font-size: 28px;
	line-height: 1.571428571;
}
.hot__item__group__heading sup {
	top: -1.25em;
	font-size: 40%;
}
.hot__item__group__photo {
	margin-top: 20px;
}
.hot__item__group__desc {
	margin-top: 20px;
}
.hot__item__group__desc__category {
	gap: 10px;
}
.hot__item__group__desc__category li {
	flex: 0 0 auto;
}
.hot__item__group__desc__name {
	font-size: 28px;
	line-height: 1.4;
	margin-top: calc(20px + -.2em);
	margin-bottom: -.2em;
}
.hot__item__group__desc__price {
	font-size: 18px;
	line-height: 1.666666667;
	margin-top: calc(10px + ((1.666666667 - 1) / 2 * -1em));
	margin-bottom: calc((1.666666667 - 1) / 2 * -1em);
}
.hot__item__group__desc__price .tax {
	font-size: .8em;
}
.hot__item__group__desc__copy {
	margin-top: calc(25px + -.5em);
	margin-bottom: -.5em;
}
.hot__item__group__btn {
	max-width: 309px;
	margin-top: 35px;
	margin-inline: auto;
}
.hot__item__group__detail {
	max-width: 250px;
	margin-top: 20px;
	margin-inline: auto;
}
.hot__item__caution {
	margin-top: calc(15px + -.5em);
	padding: 0;
}



.attention {
	padding-top: 30px;
	padding-bottom: 50px;
}
.attention__copy {
	max-width: 630px;
	margin: -.5em auto;
}



.account {
	padding-top: 40px;
	padding-bottom: 50px;
	background: #F9F9F9;
}
.account__heading {
}
.account__content {
	max-width: 630px;
	margin-top: 20px;
	margin-inline: auto;
	box-sizing: border-box;
	padding: 30px 35px;
	/*  background: #fff;*//*250516追加 */ 
}
.account__content__copy {
	margin-block: -.5em;
}
.account__content__copy em {
	  /*color: #cc0000; */ 
}
.account__content__value {
	margin-top: 30px;
	text-align: center;
}
.account__content__btn {
	margin-top: 12px;
	text-align: center;
}



.animated {
	animation-duration: .5s;
	animation-fill-mode: both;
}
/* fade in */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in up */
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 20px, 0); } to { opacity: 1; transform: none; }}
.fadeInUp { animation-name: fadeInUp; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in down */
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -20px, 0); } to { opacity: 1; transform: none; }}
.fadeInDown { animation-name: fadeInDown; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in right */
@keyframes fadeInRight { from { opacity: 0; transform: translate(30px,0); } to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in left */
@keyframes fadeInLeft {
from { opacity: 0; transform: translate(-30px,0); }to { opacity: 1; transform: none; }}
.fadeInLeft { animation-name: fadeInLeft; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade out */
@keyframes fadeOut { from { opacity: 1; }  to { opacity: 0; }}
.fadeOut { animation-name: fadeOut; }