@charset "utf-8";
/* CSS Document */
/*********************************************

	         　共通

*********************************************/
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html{font-size:14px;}
@media screen and (max-width:780px) { html{font-size:12px;}}

body{
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
	line-height:1.5;
	color: #282828;
	margin: 0;
}
li{
	list-style-type: none;
}
body a{
	color: #282828;
}
ul.list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5% 0;
    padding: 0;
}

#main .contents_wrapper {
    padding: 100px 0;
    margin: 0 auto;
}

/*********************************************/

/*フッターコンテンツエリア*/
#size h2 span, #category h2 span, #price h2 span,#sale .sec-cmn h2 span{
	font-family: 'Josefin Sans', sans-serif;
}

div.more{
	text-align: center;
	animation: vertical 0.3s ease-in-out infinite alternate;
}

/* bg
--------------------------------*/
.bg2{
	background:#ece6df;
	padding:0 0 50px;
}
.sec-cmn h2,.bg2 h2{
	background-color: rgba(0,0,0,0.00);
}
div.more{
	text-align: center;
	margin-bottom: 50px;
}

div.more img{
	max-width: 668px;
	width: 100%;
}

#recommend_bn h2 {
  font-size: 42px;
  padding-bottom: 0;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    line-height: 1.4;
}
#recommend_bn h2 span {
  font-weight: normal;
    display: block;
    font-size: 22px;
    margin: 0;
}
.contents_wrapper{
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
    padding: 120px 0;
}

/* 整列部分 */
/*
ul.list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: 5% 0;
}

ul.list img{width: 100%}

ul.list li{margin-bottom: 2%;}
*/



/*フッターコンテンツエリア*/



#trip_lp img{
	width: 100%;
	vertical-align: bottom;
}
.contents_wrap{
	max-width:1000px;
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
}
@media screen and (max-width:1024px){
	.contents_wrap{
		padding: 100px 20px;
	}
}
/*コンテンツエリア*/


/*lead*/
.lead{
 	background-color: #ffd7e5;
	background-image: url("https://www.okadaya.co.jp/img/usr/underwear/event/inte398/images/intro_pc_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.lead .contents_wrap{
	padding-bottom: 0;
}
.lead_text{
	text-align: center;
	font-size: 24px;
	margin-bottom: 80px;
	line-height: 2;
}
.lead_ttl{
	max-width: 488px;
	width: 100%;
	margin: 0 auto 60px;
}
.lead .nav{
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px;
}
.lead .nav li{
	max-width: 179px;
	width: 33%;
}

@media screen and (max-width:768px){
	.lead{
		background-image: url("https://www.okadaya.co.jp/img/usr/underwear/event/inte398/images/intro_sp_bg.png");
	}
	.lead_text{
		font-size: 18px;
	}
	.lead .nav{
		justify-content: center;
		gap: 25px;
	}
	.lead .nav li{
		width: 42%;
	}
}


/*おすすめ*/
.recommend{
 	background-color: #ffd7e5;
	background-image: url("https://www.okadaya.co.jp/img/usr/underwear/event/inte398/images/recommendation_pc_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.recommend .contents_wrap {
    position: relative;
    padding-top: 350px;
}
.recommend_ttl{
	max-width: 564px;
	width: 100%;
	margin: 0 auto 60px;
}
.recommend_list{
	max-width: 1100px;
	width: calc(100% + 100px);
  margin: 0 -50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	gap: 20px;
	overflow-x: none;
	z-index: 2;
}
.recommend_list::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.recommend_list li {
  flex: 0 0 auto;
	width: 25%;
}
.scroll{
	display: none;
}

@media screen and (max-width:1120px){
	.recommend_list{
		width: calc(100% + 40px);
		margin: 0 -20px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 0 40px;
	}
	.scroll{
		position: absolute;
		display: block;
		bottom: 8%;
		left: 10%;
		z-index: 1;
	}
}

@media screen and (max-width:768px){
	.recommend{
		background-color: #ffd7e5;
		background-image: url("https://www.okadaya.co.jp/img/usr/underwear/event/inte398/images/recommendation_sp_bg.png");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.recommend_list li{
		width: 38%;
	}
}

@media screen and (max-width:520px){
	.recommend_list li{
		width: 60%;
	}
		.recommend .contents_wrap{
		padding-top: 250px;
	}
}


/*スタイル*/
.plan{
	position: relative;
 	background-color: #ffd7e5;
	background-image: url("https://www.okadaya.co.jp/img/usr/underwear/event/inte398/images/style_pc_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.cloud{
	position: absolute;
	max-width: 297px;
	width: 100%;
	left: 0;
	top: -1.4%;
}
.plan_ttl{
	max-width: 665px;
	width: 100%;
	margin: 0 auto 60px;
}
.plan_nav{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 40px;
	margin-bottom: 100px;
}
.plan_nav li{
	width: 20%;
}

.plan_box{
	margin-bottom: 100px;
}
.plan_info{
	background-color: #FFF;
	border-radius: 0 0 25px 25px;
	padding: 30px;
}
.plan_text{
	text-align: center;
	font-size: 24px;
	color: #ED629B;
	font-weight: bold;
	margin-bottom: 30px;
}

.plan_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:20px;
}
.plan_list li{
	min-width: 290px;
	width: 30%;
	background-color: #FFE6F0;
	border-radius: 10px;
	padding: 20px;
	opacity: 1;
}
.plan_list li:hover{
	opacity: 0.7;
}
.plan_list li a{
	text-decoration: none;
}
.plan_list li p{
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	color: #686868;
	font-weight: bold;
}

@media screen and (max-width:1024px){
	.plan_list{
		justify-content: space-around;
	}
}

@media screen and (max-width:768px){
	.plan{
		background-color: #ffd7e5;
		background-image: url("https://www.okadaya.co.jp/img/usr/underwear/event/inte398/images/style_sp_bg.png");
	}
	.plan_info{
		padding: 30px 20px;
	}
	.plan_nav{
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 20px;
		margin-bottom: 100px;
	}
	.plan_text{
		font-size: 18px;
	}
	.plan_nav li{
		width: 44%;
	}
	.plan_list li p{
		font-size: 18px;
	}
	.cloud {
			width: 45%;
			left: 0;
			top: -1.2%;
	}
}

@media screen and (max-width:620px){
		.plan_nav{
			flex-wrap: wrap;
		}
}

@media screen and (max-width:425px){
	.plan_list li{
		min-width: 100%;
	}
	.cloud {
			width: 45%;
			left: 0;
			top: -0.7%;
	}
}