@charset "utf-8";


/* reset
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* set
------------------------------------------------------------ */


body{
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#000;
	line-height:1.3;
	-webkit-print-color-adjust: exact;
	/*background:url('../img/bg.png') bottom center;
	background-attachment:fixed;
	background-size:cover;*/
	-webkit-overflow-scrolling:touch;
}
body::before {
	content: "";
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background:url('../img/bg.png') center center no-repeat;
	background-size:cover;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal
}

/* margin ----- */
.c_mt00{margin-top:0px !important;}
.c_mt03{margin-top:3px !important;}
.c_mt05{margin-top:5px !important;}
.c_mt10{margin-top:10px !important;}
.c_mt15{margin-top:15px !important;}
.c_mt20{margin-top:20px !important;}
.c_mt25{margin-top:25px !important;}
.c_mt30{margin-top:30px !important;}
.c_mt35{margin-top:35px !important;}
.c_mt40{margin-top:40px !important;}
.c_mt45{margin-top:45px !important;}
.c_mt50{margin-top:50px !important;}
.c_mt60{margin-top:60px !important;}
.c_mt70{margin-top:70px !important;}

.c_mr00{margin-right:0px !important;}
.c_mr03{margin-right:3px !important;}
.c_mr05{margin-right:5px !important;}
.c_mr10{margin-right:10px !important;}
.c_mr15{margin-right:15px !important;}
.c_mr20{margin-right:20px !important;}
.c_mr25{margin-right:25px !important;}
.c_mr30{margin-right:30px !important;}
.c_mr35{margin-right:35px !important;}
.c_mr40{margin-right:40px !important;}
.c_mr45{margin-right:45px !important;}
.c_mr50{margin-right:50px !important;}
.c_mr60{margin-right:60px !important;}
.c_mr70{margin-right:70px !important;}

.c_ml00{margin-left:0px !important;}
.c_ml03{margin-left:3px !important;}
.c_ml05{margin-left:5px !important;}
.c_ml10{margin-left:10px !important;}
.c_ml15{margin-left:15px !important;}
.c_ml20{margin-left:20px !important;}
.c_ml25{margin-left:25px !important;}
.c_ml30{margin-left:30px !important;}
.c_ml35{margin-left:35px !important;}
.c_ml40{margin-left:40px !important;}
.c_ml45{margin-left:45px !important;}
.c_ml50{margin-left:50px !important;}
.c_ml60{margin-left:60px !important;}
.c_ml70{margin-left:70px !important;}

.c_mb00{margin-bottom:0px !important;}
.c_mb03{margin-bottom:3px !important;}
.c_mb05{margin-bottom:5px !important;}
.c_mb10{margin-bottom:10px !important;}
.c_mb15{margin-bottom:15px !important;}
.c_mb20{margin-bottom:20px !important;}
.c_mb25{margin-bottom:25px !important;}
.c_mb30{margin-bottom:30px !important;}
.c_mb35{margin-bottom:35px !important;}
.c_mb40{margin-bottom:40px !important;}
.c_mb45{margin-bottom:45px !important;}
.c_mb50{margin-bottom:50px !important;}
.c_mb60{margin-bottom:60px !important;}
.c_mb70{margin-bottom:70px !important;}

/* clearfix */
.c_clearfix { zoom: 1; }
.c_clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0.01px;
}

/* flot ----- */
.c_floL{float:left;}
.c_floR{float:right;}
.c_ofH { overflow: hidden; }

/* text-align ----- */
.c_taL{text-align:left !important;}
.c_taR{text-align:right !important;}
.c_taC{text-align:center !important;}

/* vertical-align ----- */
.c_vaT{vertical-align:top !important;}
.c_vaM{vertical-align:middle !important;}
.c_vaB{vertical-align:bottom !important;}

/* position ----- */
.c_posR{position:relative;}
.c_posA{position:absolute;}
.c_posS{position:static;}
.c_posF{position:fixed;}

.c_z10{z-index:10;}

/* display ----- */
.c_block{display:block;}
.c_iBlock{display:inline-block !important;}
.c_hide{display:none;}

/* responsive ----- */
@media screen and (max-width: 767px) {
	.c_onlyL {
		display: none !important;
	}
}
@media screen and (min-width: 768px),print{
	.c_onlyS {
		display: none !important;
	}
}

/* center ----- */
.c_center{
	margin-left: auto !important;
	margin-right: auto !important;
	display:block !important;
}

/* width */
.c_liquid { width: 100%; }

/* font */
.c_fontL  { font-size: 106.25% !important; }	/* 17px */
.c_fontLL { font-size: 112.5% !important; }		/* 18px */
.c_fontXL { font-size: 118.75% !important; }	/* 19px */
.c_fontS  { font-size: 87.5% !important; }		/* 14px */
.c_fontSS { font-size: 75% !important; }		/* 12px */
.c_fontXS { font-size: 62.5% !important; }		/* 10px */

.c_fontB { font-weight: bold !important;}

.c_colorRed { color:  #ce2e2e; }

.c_notes {
	/* ※のあとに半角スペースを入れる */
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.c_lineL { line-height: 1.8; }
.c_lineLL { line-height: 2; }
.c_lineS { line-height: 1.3; }
.c_lineSS { line-height: 1; }

.c_underline { text-decoration: underline; }

.c_nowrap { white-space: nowrap; }

/* link */
.c_textLink { text-decoration: underline; }
.c_textLink:hover { text-decoration: none; }

.c_fadeOver {
	-webkit-transition: 0.3s opacity;
			transition: 0.3s opacity;
	backface-visibility: hidden;
}
.c_fadeOver:hover {
	opacity: 0.6;
}
@media screen and (max-width: 768px) {
	.c_fadeOver:hover {
		opacity: 1;
	}
}


.f_maxW a,
.bottomLinkArea a,
.f_maxW a:visited,
.bottomLinkArea a:visited,
.f_maxW a:hover,
.bottomLinkArea a:hover,
.f_maxW a:link,
.bottomLinkArea a:link {
	color: inherit;
	text-decoration: none;
}

/* frame */


/*.osumiWrap,
.mainVisual.s_pc .p_item {
	opacity: 1 !important;
}*/




.osumiWrap {
}
.f_maxW {
	width: 100%;
	max-width: 1164px;
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.f_contentsWrap {
	padding-top: 65px;
}
.f_contentsBox {
	position: relative;
}
.f_contentsBox img {
	max-width: 100%;
	vertical-align: bottom;
}


@media screen and (max-width: 767px){
	.f_maxW {
		min-width: 320px;
		max-width: 640px;
	}
	.f_contentsWrap {
		padding-top: 42px;
	}
	.f_contentsBox {
	}
}

/*.mainVisual {
	position: relative;
	box-sizing: border-box;
	background: url(../img/mainvis_bg01.png) repeat-x center top;
}
.mainVisual.s_pc {
	padding-top: 433px;
}
.mainVisual.s_pc .p_item {
	position: absolute;
	width: 100%;
	max-width: 1164px;
	height: 433px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
}
.mainVisual.s_pc .p_item.s_img01 {
	background: url(../img/mainvis_01.png?202209) no-repeat center bottom;
	background-size: 100%;
}
.mainVisual.s_pc .p_item.s_img02 {
	background: url(../img/mainvis_02.png?202209) no-repeat center bottom;
	background-size: 100%;
}
.mainVisual.s_pc .p_item.s_img03 {
	background: url(../img/mainvis_03.png?202203) no-repeat center bottom;
	background-size: 100%;
}
.mainVisual.s_pc .p_item.s_ratio01 {
	background-size: auto 100%;
}
.mainVisual.s_pc .p_itemInner {
	position: relative;
	display: inline-block;
	background-color: rgba(255,0,0,0.5);
	padding-top: 60.5263%;
}
.mainVisual.s_pc .p_itemInner .relative {
	width:auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.mainVisual.s_pc .s_ratio01 .p_itemInner {
	max-height: 100%;

}

.mainVisual.s_pc .p_btn img {
	width: 100%;
}
.mainVisual.s_pc .p_item.s_ratio01.p_btn > a img {
	width: auto;
	height: 100%;
}*/

.mainVisual .p_news {
	padding-bottom: 30px;
	background-color: #fff;
	border-bottom: 1px solid #c8c5c2;
}
.mainVisual .p_newsInn {
	display: table;
	width: 100%;
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.mainVisual .p_newsInn .p_img, .mainVisual .p_newsInn .p_desc {
	display: table-cell;
	vertical-align: middle;
}
.mainVisual .p_newsInn .p_img {
	width: 270px;
	text-align: right;
	padding-right: 30px;
}
.mainVisual .p_newsInn .p_desc {
	width: calc(100% - 270px);
	font-size: 87.5%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mainVisual .p_newsInn .p_desc .p_title {
	color: #82c0e3;
}
.mainVisual .p_newsInn .p_desc li {
	padding-top: 12px;
}
.mainVisual .p_newsInn .p_desc li .p_date {
	float: left;
	padding-right: 25px;
}
.mainVisual .p_newsInn .p_desc li .p_text {
	overflow: hidden;
}

@keyframes fadeAnimation {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.mainVisual .p_scroll {
}

.mainVisual .p_scroll a {
	/*animation: scrollAnimation .1s ease-in-out infinite;*/
	width: 78px;
	height: 14px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
	border-top: 14px solid #231815;
	border-right: 39px solid transparent;
	border-left: 39px solid transparent;
	box-sizing: border-box;
	-webkit-transition: 0.3s opacity;
			transition: 0.3s opacity;
}
.mainVisual .p_scroll.s_loaded a{
	animation: fadeAnimation 5s infinite;
	animation-delay: 2s;
}
.mainVisual .p_scroll a:hover {
	opacity: 1;
}

@media screen and (max-width: 767px){
/*	.mainVisual {
		background: none;
	}
	.mainVisual .p_spMainvisImg {
		max-width: 768px;
		width: 100%;
	}

	.mainVisual.s_sp .p_btn {
		position: absolute;
		left: 67.4342%;
		top: 51.4509%;
		width: 26.32%;
	}*/
	.mainVisual .p_news {
		height: auto !important;
	}
	.mainVisual > .p_news {
		background-color: #fffffc;
	}
	.mainVisual .p_newsInn {
		padding: 15px 45px 20px;
	}
	.mainVisual .p_newsInn .p_desc li {
		line-height: 1.5;
		margin-top: 18px;
		background: url(../img/mainvis_news_bg.png) left bottom;
		background-size: 1px 1.5em;
	}
	.mainVisual .p_newsInn .p_desc li .p_date {
		color: #666;
	}
	.mainVisual .p_newsInn .p_img {
		text-align: center;
		margin-top: 20px;
		width: 100%;
		display: block;
	}
	.mainVisual .p_scroll a {
		display: none;
	}
}


/*mainVisual 仕様変更 ------------- */
.mainvisualWrap {
	background-color: #fff;
}
.mainVisual .p_slide {
	text-align: center;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	transition: opacity .3s linear;
	margin-bottom: 0;
}
.mainVisual .p_slide.slick-initialized{
  opacity: 1;
}
.mainVisual .p_slide img {
	margin-left: auto;
	margin-right: auto;
}
/* -------------mainVisual 仕様変更 */



.f_pgNav {
	position: relative;
}
.f_pgNav .p_navInn {
	background-color: #fff;
	/*position: fixed;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;

}
.f_pgNav .p_navInn.s_fixed {
	position: fixed;
}
.f_pgNav .p_pgNavList > ul {
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	table-layout: fixed;
	/*position: absolute;*/
	text-align: center;
	/*opacity: 0.8;*/
}
.f_pgNav .p_pgNavList > ul > .p_btn {
	display: table-cell;
	vertical-align: middle;
}
.f_pgNav .p_pgNavList a {
	display: block;
	font-weight: bold;
	height: 65px;
	box-sizing: border-box;
	-webkit-transition: 0.3s background-color,color;
			transition: 0.3s background-color,color;
}
.f_pgNav .p_pgNavList a:hover {
	background-color: #fff;
	color: rgba(0,0,0,1);
}
.f_pgNav .p_pgNavList a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.f_pgNav .p_pgNavList a > .p_inn {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.f_pgNav .p_navInn {
		/*height: 42px;*/
		line-height: 0;
		background-color: #fffffc;
	}
	.f_pgNav .p_navInn .f_maxW {
		padding-left: 20px;
		padding-right: 10px;
	}
	.f_pgNav .p_pgNavList, .f_pgNav .p_pgNavList > ul {
		padding-bottom: 35px;
	}
	.f_pgNav .p_pgNavList {
		display: none;
		overflow: hidden;
		line-height: 1.3;
	}
	.f_pgNav .p_pgNavList > ul {
		display: block;
	}
	.f_pgNav .p_pgNavList > ul > .p_btn {
		display: block;
		text-align: left;
		margin-top: 23px;
	}
	.f_pgNav .p_pgNavList > ul > .p_btn.s_logo {
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
	.f_pgNav .p_pgNavList > ul > .p_btn.s_logo a {
		display: inline-block;
	}
	.f_pgNav .p_pgNavList a {
		height: auto;
		font-size: 185.7142%;/* 26px */
		color: rgba(0,0,0,1);
	}
	.f_pgNav .p_pgNavList a:hover {
		background-color: transparent;
		color: rgba(0,0,0,1);
	}

	.f_pgNav .p_spMenuBtn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		cursor: pointer;
		overflow: hidden;
	}
	.f_pgNav .p_spMenuBtn::before,
	.f_pgNav .p_spMenuBtn::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 23px;
		height: 3px;
		margin: auto;
		background-color: #82c0e3;
		transition: all 0.3s;
	}
	.f_pgNav .p_spMenuBtn::before {
		bottom: 4px;
	}
	.f_pgNav .p_spMenuBtn::after {
		top: 12px;
	}
	.f_pgNav .p_spMenuBtn.s_close::before,
	.f_pgNav .p_spMenuBtn.s_close::after {
		width: 23px;
		height: 3px;
	}
	.f_pgNav .p_spMenuBtn.s_close::before {
		bottom: 0;
		box-shadow: none;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.f_pgNav .p_spMenuBtn.s_close::after {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.f_menuModal {
		position: fixed;
		background-color: rgba(255,255,255,0);
		width: 100%;
		top: -100%;
		top: 0;
		bottom: -100px;
		left: 0;
		z-index: 5;
		opacity: 1;
		display: none;
	}
}

.tvCm {
	background-color: #82c0e3;
}
.tvCm .p_tvInn {
	display: table;
	max-width: 1000px;
	margin-top: -25px;
	padding-bottom: 55px;
}
.tvCm .p_tvInn .p_movie, .tvCm .p_tvInn .p_img {
	display: table-cell;
	vertical-align: top;
}
.tvCm .p_tvInn .p_movie {
	width: 68%;
	padding-top: 10px;
	padding-left: 6%;
}
.tvCm .p_tvInn .p_movie .p_frame, .koukoku .p_kouInn .p_movie .p_frame {
	position: relative;
	padding-top: 56.25%;
	margin-bottom: 18px;
}
.tvCm .p_tvInn .p_movie .p_frame iframe, .koukoku .p_kouInn .p_movie .p_frame iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.tvCm .p_tvInn .p_movie p, .koukoku .p_kouInn .p_movie p {
	color: #fff;
	text-align: center;
}
.tvCm .p_tvInn .p_img {
	width: 25%;
	text-align: right;
	padding-right: 2%;
}

@media screen and (max-width: 767px) {
	.tvCm .p_tvInn, .tvCm .p_tvInn .p_movie, .tvCm .p_tvInn .p_img {
		display: block;
	}
	.tvCm .p_tvInn {
		padding-bottom: 45px;
	}
	.tvCm .p_tvInn .p_movie, .koukoku .p_kouInn .p_movie {
		padding-right: 10px;
		padding-left: 10px;
	}
	.tvCm .p_tvInn .p_movie {
		width: auto;
		padding-top: 0;
	}
	.tvCm .p_tvInn .p_movie .p_title, .tvCm .p_tvInn .p_movie .p_frame, .koukoku .p_kouInn .p_movie .p_frame {
		margin-bottom: 8px;
	}
	.tvCm .p_tvInn .p_movie p, .koukoku .p_kouInn .p_movie p {
		font-size: 87.5%;
	}
	.tvCm .p_tvInn .p_img {
		display: none;
	}
}

.products {
	padding-bottom: 65px;
	background-color: #FFFAEC;
}
.products .p_catch, .products .p_title, .riyuu .p_catch, .tanoshimi .p_catch, .koukoku .p_catch, .brand .p_catch {
	text-align: center;
}
.products .p_catch, .riyuu .p_catch, .tanoshimi .p_catch, .koukoku .p_catch, .brand .p_catch {
	margin-top: -65px;
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #fff;
}

.products .p_title {
	margin-bottom: 50px;
	padding-top: 55px;
}
.products .p_box {
	position: relative;
	max-width: 950px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
}
.products .p_box01, .products .p_box02 {
	position: absolute;
	width: 320px;
	top: 0;
	left: 0;
}
.products .p_box03 {
	/*color: #fff;*/
	/*padding-left: calc(50% + 35px);*/
	padding-left: 360px;
	box-sizing: border-box;
}
.products .p_box03.s_01 {
	min-height: 544px;
	padding-top: 13%;
}
.products .p_box03.s_02 {
	min-height: 509px;
	padding-top: 6%;
}
.products .p_box03.s_03 {
	min-height: 472px;
	padding-top: 10%;
}
.products .p_box03 .p_sub {
	margin-bottom: 50px;
}
.products .p_box03 p {
	line-height: 1.875;
}
.products .p_box03 p + p {
	padding-top: 20px;
}
.products .p_note {
	color: #fff;
	font-size: 87.5%;
	text-align: center;
}

.products_item .p_main {
	text-align: center;
	margin-bottom: 50px;
}
.products_item .p_mainImgWrap {
	display: block;
	position: relative;
}
.products_item .p_mainImgText {
	position: absolute;
	top: 0;
	left: 0;
}
/*.products_item {
	display: flex;
	justify-content: space-between;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.products_item .p_left {
	width: 320px;
}
.products_item .p_right {
	width: 610px;
}
.products_item .p_right .p_text {
	margin-top: 20px;
	line-height: 1.875;
}*/
@media screen and (max-width: 767px) {
	.products .p_catch, .riyuu .p_catch, .tanoshimi .p_catch, .koukoku .p_catch, .brand .p_catch {
		text-align: center;
		padding-top: 0;
		padding-bottom: 0;
		background-color: #fffffc;
	}
	.products .p_title img {
		width: 74px;
	}
	.products .p_box {
		margin-bottom: 40px;
	}
	.products .p_box01, .products .p_box02 {
		display: none;
	}
	.products .p_box03, .products .p_note {
		padding-right: 15px;
		padding-left: 15px;
	}
	.products .p_box03.s_01, .products .p_box03.s_02, .products .p_box03.s_03 {
		min-height: auto;
		padding-top: 0;
	}
	.products .p_box03.s_01, .products .p_box03.s_02, .tanoshimi .p_sub {
		border-bottom: 15px solid #fffffd;
		padding-bottom: 40px;
	}
	.products .p_box03 .p_sub {
		text-align: center;
		margin-bottom: 30px;
	}
	.products .p_note {
		text-align: left;
	}
}

.riyuu, .koukoku, .brand, .movie {
	background-color: #FFFAEC;
}
.riyuu .p_aroma {
	text-align: center;
	background: url(../img/riyuu_aroma_bg.png) no-repeat center center;
	background-size: cover;
}
.riyuu .p_desc {
	padding-top: 60px;
	padding-bottom: 190px;
}
.riyuu .p_desc .p_title {
	text-align: center;
	padding-bottom: 110px;
}
.riyuu .p_desc .p_box, .tanoshimi .p_box, .koukoku .p_box {
	display: table;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.riyuu .p_desc .p_box > *, .tanoshimi .p_box > *, .koukoku .p_box > * {
	display: table-cell;
	vertical-align: middle;
}
.riyuu .p_desc .p_box .p_img, .tanoshimi .p_box .p_img {
	width: 55%;
}
.riyuu .p_desc .p_box .p_text, .tanoshimi .p_box .p_text, .koukoku .p_kouInn .p_box .p_text {
	/*color: #fff;*/
	line-height: 1.875;
	padding-right: 35px;
	padding-left: 35px;
	box-sizing: border-box;
}
.riyuu .p_desc .p_box .p_text, .tanoshimi .p_box .p_text {
	width: 44%;
}

@media screen and (max-width: 767px) {
	.riyuu .p_aroma {
		background: none;
	}
	.riyuu .p_desc {
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.riyuu .p_desc .p_box, .tanoshimi .p_box, .koukoku .p_box, .riyuu .p_desc .p_box > *, .tanoshimi .p_box > *, .koukoku .p_box > * {
		display: block;
	}
	.riyuu .p_desc .p_box .p_img, .tanoshimi .p_box .p_img, .riyuu .p_desc .p_box .p_text, .tanoshimi .p_box .p_text {
		width: auto;
	}
	.riyuu .p_desc .p_box .p_text, .tanoshimi .p_box .p_text, .koukoku .p_kouInn .p_box .p_text {
		padding-right: 20px;
		padding-left: 20px;
	}
	.riyuu .p_desc .p_box .p_text {
		margin-bottom: 30px;
	}
}

.tanoshimi .p_tanoInn {
	/*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,213,172,1) 100%);*/
	background: linear-gradient(to bottom, rgba(255,250,236,1) 0%,rgba(242,213,172,1) 100%);

}
.tanoshimi .p_tanoInn.s_02 {
	padding-bottom: 100px;
}
.tanoshimi .p_title {
	padding-top: 85px;
	padding-bottom: 80px;
}
.tanoshimi .p_box .p_text p + div {
	padding-top: 70px;
}
.tanoshimi .p_sub {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 45px;
}
.tanoshimi .p_step {
	display: table;
	width: 100%;
	max-width: 865px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 120px;
}
.tanoshimi .p_step li {
	display: table-cell;
	vertical-align: bottom;
}
.tanoshimi .p_step li:nth-child(1) {
	width: 23.6%;
	padding-right: 6.5%;
}
.tanoshimi .p_step li:nth-child(2) {
	width: 28.4%;
	padding-right: 3.5%;
}
.tanoshimi .p_step li:nth-child(3) {
	width: 28.6%;
	padding-right: 3.5%;
}
.tanoshimi .p_step li:nth-child(4) {
	width: 18.2%;
}

@media screen and (max-width: 767px) {
	.tanoshimi .p_title {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.tanoshimi .p_box .p_img {
		margin-bottom: 20px;
	}
	.tanoshimi .p_box .p_text p + div {
		padding-top: 40px;
	}
	.tanoshimi .p_tanoInn.s_02 {
		padding-bottom: 70px;
	}
}

.koukoku .p_kouInn .p_title {
	padding-top: 40px;
	padding-bottom: 40px;
}
.koukoku .p_kouInn .p_movie, .koukoku .p_kouInn ul {
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}
.koukoku .p_kouInn .p_movie + ul {
	margin-top: 70px;
}
.koukoku .p_kouInn ul {
	display: table;
	width: 100%;
}
.koukoku .p_kouInn ul li {
	display: table-cell;
	width: 50%;
	padding-bottom: 60px;
}
.koukoku .p_kouInn ul li:nth-child(odd) {
	padding-right: 2%;
}
.koukoku .p_kouInn ul li:nth-child(even) {
	padding-left: 2%;
}
.koukoku .p_kouInn .p_box {
	padding-top: 40px;
	padding-bottom: 180px;
}
.koukoku .p_kouInn .p_box .p_img {
	width: 35%;
	text-align: right;
}
.koukoku .p_kouInn .p_box .p_text {
	width: 64%;
}
.koukoku .p_kouInn .p_box .p_text p + p {
	margin-top: 20px;
}
.koukoku .p_kouInn .p_box .p_name {
	font-size: 137.5%;
}
.koukoku .p_kouInn .p_movie + .p_movie {
	margin-top: 70px;
}
.koukoku .p_new {
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;

}

@media screen and (max-width: 767px) {
	.koukoku .p_kouInn .p_title, .koukoku .p_kouInn ul li {
		padding-bottom: 30px;
	}
	.koukoku .p_kouInn .p_movie + ul {
		margin-top: 30px;
	}
	.koukoku .p_kouInn ul, .koukoku .p_kouInn ul li {
		display: block;
	}
	.koukoku .p_kouInn ul li, .koukoku .p_kouInn .p_box .p_img, .koukoku .p_kouInn .p_box .p_text {
		width: auto;
	}
	.koukoku .p_kouInn ul li:nth-child(odd) {
		padding-right: 0;
	}
	.koukoku .p_kouInn ul li:nth-child(even) {
		padding-left: 0;
	}
	.koukoku .p_kouInn .p_box {
		padding-bottom: 80px;
	}
	.koukoku .p_kouInn .p_movie + .p_movie {
		margin-top: 30px;
	}
	.koukoku .p_new {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.koukoku .p_newImg {
		width: 68px;
	}
}

.brand .p_landscape {
	text-align: center;
	background: url(../img/brand_landscape_bg.png) no-repeat center center;
	background-size: cover;
}
.brand .p_list li {
	display: table;
	width: 100%;
	background-color: #FFFAEC;
}
.brand .p_list li > * {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.brand .p_list li:nth-child(3) {
	direction: rtl;
}
.brand .p_list li:nth-child(3) .p_text {
	direction: ltr;
}
.brand .p_list li .p_text > div {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.brand .p_list li .p_text .p_title {
	margin-bottom: 40px;
}
.brand .p_list li .p_text p {
	line-height: 2.25;
}

@media screen and (max-width: 767px) {
	.brand .p_landscape {
		background: none;
	}
	.brand .p_list li, .brand .p_list li > * {
		display: block;
	}
	.brand .p_list li > * {
		width: auto;
	}
	.brand .p_list li .p_text {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.brand .p_list li .p_text > div {
		max-width: 290px;
	}
	.brand .p_list li .p_text .p_title {
		margin-bottom: 35px;
	}
	.brand .p_list li .p_text p {
		line-height: 1.875;
	}
}

.movie {
	border-top: 12px solid #000;
	border-bottom: 12px solid #000;
}
.movie .p_title {
	margin-bottom: 50px;
}
.movie .p_link {
	text-align: center;
}
.movie .p_link .p_img {
	margin-bottom: 20px;
}
.movie .p_link .p_text {
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.movie .p_link .p_text {
		text-align: center;
		margin-top: 20px;
	}
}

.jsSlideIn {
	opacity: 0;
	transform: translateY(50px);
	transition-delay: 0.2s;
	transition-duration: 1s;
}
.jsSlideIn.s_02 {
	transition-delay: 0.6s;
}
.jsSlideIn.s_03 {
	transition-delay: 1s;
}
.jsSlideIn.s_04 {
	transition-delay: 1.4s;
}
.jsSlideIn.s_show {
	opacity: 1;
	transform: translateY(0);
}

.box01 {
	position: relative;
}
.box01 .p_logoPc {
	position: absolute;
	top: 60px;
	left: 90px;
	width: 26.76%;
	z-index: 50;
}
.box01 .p_textArea {
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	/*top: 10.1156%;*/
	/*right: 6.1403%;*/
	top: 60px;
	/*right: 130px;*/
	right: 80px;
	box-sizing: border-box;
	padding: 10px 20px 20px 20px;
	overflow: hidden;
	z-index: 50;
}
.s_tochi .box01 .p_textArea {
	width: 350px;
	height: 320px;
}
.s_imo .box01 .p_textArea {
	width: 344px;
	height: 360px;
}
.s_hito .box01 .p_textArea {
	width: 390px;
	height: 304px;
}
.s_jouryu .box01 .p_textArea {
	width: 346px;
	height: 368px;
}
.box01 .boxTitlePc01 {
	font-size: 281.25%;/* 45px */
	font-weight: bold;
	margin-left: 30px;
	float: right;
}
.box01 .boxText01 {
	line-height: 2.25;
	-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
	float: left;

}
@media screen and (max-width: 768px) {

	.box01 .p_logoSp {
		width: 100%;
		text-align: center;
	}
	.box01 .p_textArea {
		position: static;
		background-color: transparent;
		padding: 15px 15px 30px;
	}
	.s_tochi .box01 .p_textArea,
	.s_imo .box01 .p_textArea,
	.s_hito .box01 .p_textArea,
	.s_jouryu .box01 .p_textArea {
		width: auto;
		height: auto;
	}
	.box01 .boxText01  {
		-webkit-writing-mode: horizontal-tb;
			-ms-writing-mode: lr-tb;
				writing-mode: horizontal-tb;
		float: none;
	}
	.box01 .boxText01 {
		font-size: 87.5%;/* 14px */
	}
}

.box01Inn {
	margin-top: -80px;
	padding-top: 80px;
}

.box01Inn .boxTitlePc02 {
	font-size: 225%;/* 36px */
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 8.508%;
}
.box01Inn .boxImg02 {
	width: 100%;
}

.box01Inn .col2 {
	overflow: hidden;
	padding-bottom: 60px;
}
.box01Inn .col2 .p_colL {
	width: 55%;
	float: left;
}
.box01Inn .col2 .p_colL .p_caption {
	margin-left: 11.9298%;
	margin-top: 20px;
}
.box01Inn .col2 .p_colR {
	width: 45%;
	float: right;
}
.box01Inn .col2 .p_colR .p_text {
	margin-top: 30px;
	margin-left: 2.6315%;
	line-height: 2.25;
}

@media screen and (max-width: 768px) {
	.box01Inn {
		margin-top: -42px;
		padding-top: 42px;
	}
	.box01Inn .col2 .p_colL,
	.box01Inn .col2 .p_colR {
		width: 100%;
		float: none;
	}
	.box01Inn .col2 .p_colL .p_caption {
		margin-top: 10px;
		margin-left: 15px;
		font-size: 81.25%;/* 13px */
	}
	.box01Inn .col2 .p_colR .p_text {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 20px;
		font-size: 87.5%;/* 14px */
	}
}


.movieArea {
	text-align: center;
	margin-bottom: 80px;
}


.movieBox {
	max-width: 780px;
	margin: 0 auto;
}
.movieBox .movieInner {
	padding-top: 56.25%;
	position:relative;
}
.movieBox .movieInner > .jsMovieThumb {
	cursor: pointer;
}
.movieBox .movieInner > div,
.movieBox .movieInner .jsMovieThumb,
.movieBox .movieInner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.movieArea .p_text {
	margin: 40px 15px;
	line-height: 2.25;
}

@media screen and (max-width: 768px) {
	.movieArea .p_text {
		line-height: 1.875;
		text-align: left;
		margin: 30px 10px 50px;
	}
	.movieBox {
		padding-right: 10px;
		padding-left: 10px;
	}
}
.movieCol2 {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.movieCol2Item {
	width: 29.46%;
}
.movieCol2Item:nth-child(odd) {
	margin-right: 2.23%;
}
.movieCol2Item .p_new {
	margin-left: -28px;
	margin-bottom: 5px;
	text-align: left;
}
.movieCol2Item .p_newImg {
	width: 132px;
}
.movieCol2Item .p_frame {
	padding-top: 56.25%;
	position:relative;
}
.movieCol2Item .p_frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.movieCol2Item .p_caption {
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.movieCol2 {
		display: block;
	}
	.movieCol2Item {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.movieCol2Item:nth-child(odd) {
		margin-right: 0;
	}
	.movieCol2Item + .movieCol2Item {
		margin-top: 10px;
	}
	.movieCol2Item .p_new  {
		margin-left: 0;
	}
	.movieCol2Item .p_newImg {
		width: 82px;
	}
	.movieCol2Item .p_caption {
		margin-top: 10px;
	}

}

.box03 .box03Inn {
	margin: 80px auto 90px;
	max-width: 1000px;
	padding: 0 20px;
	box-sizing: border-box;
}
.box03 .boxTitle03 {
	/*font-size: 212.5%;*//* 34px*/
	font-size: 193.75%;
	font-weight: bold;
}
.box03 .boxTitle03 .ruby > rt {
	font-weight: normal;
	font-size: 12px;
}
.box03 .col2 {
	overflow: hidden;
}
.box03 .col2 .colL {
	float: left;
	width: 60%;
}
.box03 .col2 .colR {
	float: right;
	width: 40%;
}
.box03 .p_text01,
.box03 .p_text02 {
	font-size: 112.5%;/* 18px */
	margin-top: 10px;
	line-height: 2.05;
}
.box03 .p_text02 {
	margin-top: 50px;
}
@media screen and (max-width: 767px){
	.box03 .box03Inn {
		margin: 30px 0 60px;
		padding: 0;
	}
	.box03 .col2 .colL,
	.box03 .col2 .colR {
		float: none;
		width: 100%;
	}
	.box03 .boxTitle03 {
		margin: 0 15px;
		font-size: 137.5%;/* 22px */
	}
	.box03 .p_text01,
	.box03 .p_text02 {
		margin-left: 15px;
		margin-right: 15px;
	}
	.box03 .p_text01 {
		line-height: 1.7;
	}
	.box03 .p_text02 {
		margin-top: 20px;
		font-size: 87.5%;/* 14px */
	}
	.box03 .p_text02 + .p_text02 {
		margin-top: 20px;
	}
	.box03 .p_img01,
	.box03 .p_img02 {
		text-align: center;
	}
	.box03 .p_img01 {
		margin-top: 30px;
	}
	.box03 .p_img02 {
		margin-top: 40px;
	}
}

.bottomLinkArea {
	padding: 50px 15px 70px;
	text-align: center;
	font-size: 87.5%;/* 14px */
	position: relative;
	background-color: #fff;
}
.bottomLinkArea p + p {
	margin-top: 15px;
}


.bottomLinkArea a:hover {
	text-decoration: underline;
}

.jsPgTop {
	display: none;
}

.jsPgTop .p_btn {
	/*display: none;*/
	display: block;
	width: 60px;
	height: 60px;
	background-color: #fff;
	position: fixed;
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	border: 1px solid #000;
	box-sizing: border-box;
	opacity: 0.6;
	-webkit-transition: 0.3s opacity;
			transition: 0.3s opacity;
	z-index: 50;
}
.jsPgTop .p_btn:hover {
	opacity: 0;
}
.jsPgTop.s_fixed .p_btn {
	position: fixed;
	bottom: 20px;
	/*bottom: 0;*/
}
.jsPgTop.s_stop .p_btn {
	position: absolute;
	bottom: auto;
	top: 60px;
}
.jsPgTop .p_btn:hover {
	opacity: 1;
}
.jsPgTop .p_btn::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-top: 4px solid #000 ;
	border-right: 4px solid #000;
	position: absolute;
	top: 7px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
@media screen and (max-width: 767px){
	.bottomLinkArea {
		padding: 40px 15px 20px;
	}
	.jsPgTop .p_btn {
		width: 40px;
		height: 40px;
		/*bottom: 30px;*/
	}
	.jsPgTop.s_stop .p_btn {
		top: 40px;
	}
	.jsPgTop .p_btn::before {
		width: 20px;
		height: 20px;
		border-top: 2px solid #000 ;
		border-right: 2px solid #000;
	}
}
.jsEffect .jsEffectItem01 {
	opacity: 0;
	-webkit-transition: 1s opacity ease-in-out;
			transition: 1s opacity ease-in-out;
}
.jsEffect .jsEffectItem02 {
	opacity: 0;
	-webkit-transition: 1s opacity 1s;
			transition: 1s opacity 1s;
}
.jsEffect .jsEffectItem03 {
	opacity: 0;
	-webkit-transition: 1s opacity 2s;
			transition: 1s opacity 2s;
}
.jsEffect.s_show .jsEffectItem01,
.jsEffect.s_show .jsEffectItem02,
.jsEffect.s_show .jsEffectItem03 {
	opacity: 1;
}
@media screen and (max-width: 767px){
	.jsEffect .jsEffectItem01,
	.jsEffect .jsEffectItem02,
	.jsEffect .jsEffectItem03 {
		opacity: 1;
	}
}

/*.jsSlideWrap {
	position: relative;
}
.jsSlideWrap.s_slide01 { padding-top: 60.7017%; }
.jsSlideWrap.s_slide02 { padding-top: 60.7017%; }
.jsSlideWrap.s_slide03 { padding-top: 60.5263%; }
.jsSlideWrap.s_slide04 { padding-top: 61.7543%; }


.jsSlideWrap > .p_slideItem {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	opacity: 0;
	-webkit-transition: 2.5s opacity ease-in-out;
			transition: 2.5s opacity ease-in-out;
}
.jsSlideWrap > .p_slideItem.s_cur {
	opacity: 1;
	z-index: 30;
}
@media screen and (max-width: 767px){
	.jsSlideWrap.s_slide01 { padding-top: 63.9410%; }
	.jsSlideWrap.s_slide02 { padding-top: 64.2857%; }
	.jsSlideWrap.s_slide03 { padding-top: 64.2857%; }
	.jsSlideWrap.s_slide04 { padding-top: 64.2857%; }
}*/

.m_modal {
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.m_modal .modal_inner {
	background: rgba(255,255,255,.8);
	width: 100%;
	height: 100%;
	position: relative;
}
.m_modal .modal_inner .modal_wrapper {
	width: 66.28571%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.m_modal .modal_inner .modal_wrapper .btn_close {
	position: absolute;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	cursor: pointer;
	z-index: 2;
}
.m_modal .modal_inner .modal_wrapper .btn_close span {
	display: inline-block;
	width: 2px;
	height: 30px;
	background: #00b3b1;
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 1;
}
.m_modal .modal_inner .modal_wrapper .btn_close span:nth-child(1) {
	transform: rotate(-45deg);
}
.m_modal .modal_inner .modal_wrapper .btn_close span:nth-child(2) {
	transform: rotate(45deg);
}
.m_modal .modal_inner .modal {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.m_modal .modal_inner .modal iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.m_modal.has_type_enjoy .modal_inner {
	background: rgba(255,255,255,.8);
}
.m_modal.has_type_enjoy .modal_inner .modal_wrapper {
	width: 68.57143vw;
	max-width: 960px;
	min-width: 750px;
}
.m_modal.has_type_enjoy .modal_inner .modal {
	padding-top: 0;
	background: #fff;
	filter: drop-shadow(0 3px 10px rgba(0,55,55,.5));
}
.m_modal.has_type_enjoy .modal_inner .modal img{
	display: inline-block;
	width: 25.71429vw;
	max-width: 360px;
	min-width: 250px;
}
.m_modal.has_type_enjoy .modal_inner .modal .txt {
	display: inline-block;
	width: 62%;
}
.m_modal.has_type_enjoy .modal_inner .modal h3 {
	margin: 4.28571vw 0 4.28571vw 2.85714vw;
	display: inline-block;
	font-size: 3rem;
}
.m_modal.has_type_enjoy .modal_inner .modal ul {
	margin: 0 2.85714vw;
}
.m_modal.has_type_enjoy .modal_inner .modal ul li {
	margin: 0 0 1.42857vw;
	font-size: 2.4rem;
	line-height: 1.4;
}
.m_modal.has_type_enjoy .modal_inner .modal .attention {
	margin: 0 2.85714vw 1.42857vw;
	font-size: 1.8rem;
}
.m_modal.has_type_enjoy .modal_inner .modal .green_container {
	margin: 0 auto 2.14286vw;
	padding: 1.42857vw 0;
	width: 38.57143vw;
	max-width: 540px;
	min-width: 410px;
	border: 1px solid #00b3b1;
}
.m_modal.has_type_enjoy .modal_inner .modal .green_container ul {
	margin: 0;
	padding: 0 1.42857vw;
}
.m_modal.has_type_enjoy .modal_inner .modal .green_container .attention {
	margin: 0 1.42857vw 1.42857vw;
}
.m_modal.has_type_campaingmovie {
	display: block;
	z-index: 1000;
}
.m_modal.has_type_campaingmovie .btn_close {
	right: 0;
	top: -60px;
}
.m_modal.has_type_campaingmovie p {
	text-align: right;
	margin-top: 10px;
	font-size: 1.0rem;
}


@media screen and (max-width: 767px){
	.m_modal .modal_inner .modal_wrapper {
		/*background-color: #f00;*/
	}
	.m_modal .modal_inner .modal_wrapper {
		width: 89.58333vw;
	}
	.m_modal.has_type_campaingmovie p {
		text-align: center;
		margin-top: 2.60417vw;
		font-size: 0.8125rem;
	}
}


.onlinebtnWrap a {
	display: inline-block;
}
.onlinebtnWrap a img {
	-webkit-transition: 0.3s opacity;
			transition: 0.3s opacity;
	width: 200px;
	height: 55px;
}
.onlinebtnWrap a:hover img {
	opacity: 0.6
}
@media screen and (max-width: 767px){
	.onlinebtnWrap {
		text-align: center;
	}
}
.p_newsWrapCol {
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
.p_newsWrapColL {
	/*margin-right: 248px;*/
	/*padding-right: 22%;*/
}
.p_newsWrapColR {
/*	margin-left: 20px;
	text-align: center;
	margin-top: 20px;
	width: 228px;
*/
	/*width: 228px;
	padding-top: 10px;*/

}
.p_newsWrapColRText {
	color: #E973A7;
	font-size: 75%;/* 12px */
}


.mainvisualWrap {
	position: relative;
}
.newsAreaBtnWrap {
	position: absolute;
	bottom: 30px;
	right: calc(50% - 500px);
	text-align: center;
}
.mainVisual .p_newsInn .p_desc {
	padding-right: 165px;
}
@media screen and (max-width: 950px){
	.mainVisual .p_newsInn {
		margin-left: 20px;
	}
	.mainVisual .p_newsInn .p_desc {
		padding-right: 330px;
	}
	.newsAreaBtnWrap {
		right: 0;
	}
}

@media screen and (max-width: 767px){
	.mainVisual .p_newsInn {
		padding-bottom: 115px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	.mainVisual .p_newsInn .p_desc {
		padding-right: 0;
		width: auto;
		font-size: 100%;
		display: block;
		padding: 0;
	}
	.newsAreaBtnWrap {
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.mainVisual .p_newsInn .p_desc li {
		padding-top: 0;
	}
	.mainVisual .p_newsInn .p_desc li .p_date {
		float: none;
	}
}

.bgWhite {
	background-color: #fff;
}
.mtNegative {
	margin-top: -65px;
}
.pbS {
	padding-bottom: 20px;
}
@media screen and (max-width: 767px){
	.mtNegative {
		margin-top: -42px;
	}
}

.col2_01 {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	max-width: 870px;
}
.col2_01 .p_item {
	width: 47.3567%;
}
.col2_01 .p_item:nth-child(even) {
	margin-left: 4.597%;
}
@media screen and (max-width: 767px){
	.col2_01 .p_item {
		width: 100%;
	}
	.col2_01 .p_item:nth-child(even) {
		margin-left: auto;
	}
	.col2_01 .p_item + .p_item {
		margin-top: 25px;
	}
}

.movie-wrap {
	position: relative;
	padding-top: 56.25%;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tvCm .p_inn {
	padding-bottom: 60px;
}
.tvCm .p_caption {
	color: #fff;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.tvCm .p_inn {
		padding-left: 15px;
		padding-right: 15px;
	}
	.tvCm .p_caption {
		margin-top: 10px;
	}
}

