@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ------------------------------------------------------
   base
------------------------------------------------------ */
html{font-size: 62.5%;}

body {
	font-size: 1.4rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #242424;
	overflow-x: hidden;
	background-color: #fff;
}
a,
a:focus,
*:focus {
	/* outline: none; */
	color:#000;
}
a:hover {
	color: #d90064;
	text-decoration: none;
}
h3 {
	padding-top: 25px;
	margin-bottom: 20px;
	font-size:2.4rem;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	text-align: center;
	position: relative;
	line-height: 1.4;
}
h3::before {
	content: "";
	display: block;
	width: 56px;
	height: 9px;
	text-align: center;
	background: url(../img/h3_icon.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
h4 {
	font-size: 1.6rem;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	line-height: 1.4;
}
.inner {
	width: 1080px;
	margin: 0 auto;
}
/* リンクボタン */
.button {
	display: block;
	height: 35px;
	line-height: 33px;
	text-align: center;
	letter-spacing: 1px;
}
.button span {
	padding-left: 24px;
	color: #FFF;
	background: url(../img/arrow.png) no-repeat left center;
	background-size: 14px 7px;
}

/* ------------------------------------------------------
   header
------------------------------------------------------ */
header {
	box-sizing: border-box;
	height: 115px;
	border-bottom: 1px solid #e6e6e6;
}
header .inner {
	padding-top: 33px;
	position: relative;
	overflow: inherit;
}
h1.logo a {
	display: block;
	width: 141px;
	height: 60px;
	background: url(../img/logo.jpg) no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 9999px;
	white-space: nowrap;
	float: left;
}
.global_nav {
	margin-top: 28px;
	margin-left: 102px;
	display: inline-block;
}
.global_nav > ul > li {
	float: left;
}
.global_nav > ul > li:last-child {
	margin-right: 0;
}
.global_nav > ul > li.current-item {
	width: auto!important;
}
.global_nav > ul > li.current-item > a {
	color: #d90064;
}
.global_nav > ul > li > a {
	display: block;
	padding: 0 12px 20px;
	text-align: center;
	font-size: 1rem;
	outline: none;
}
.global_nav a:hover,
.global_nav a:focus {
	text-decoration: none;
	color: #d90064;
}
.global_nav .en {
	display: block;
	margin-bottom: 4px;
	font-size: 2rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

@media screen and (min-width: 601px) {
/* headlless用css */
.global_nav_sub {
    display: flex;
    line-height: 1;
    position: absolute;
    font-size: 1.1rem;
    right: 154px;
    top: 18px;
}
.global_nav_sub li a {
    display: block;
    padding: 0 18px;
    color: #666;
}
.global_nav_sub *+li {
    border-left: 1px solid #b8b8b8;
}
.headless_header .box_menu {
    margin: 0 154px 0 200px;
    padding-top: 23px;    
}
.headless_header .box_menu .global_nav {
    margin: 0;
    display: block;
    padding-bottom: 6px;
}
.headless_header .box_menu .global_nav > ul {
    display: flex;
}
.headless_header .box_menu .global_nav > ul > li {
    width: 25%;
}
.p-list-menu_large {
    display: flex;
    gap: 25px;
    padding: 0 0 40px;
}
*+.p-list-menu_large {
    padding: 40px 0;
    border-top: 1px solid #fff;
}
.p-list-menu_large > div {
    width: calc((100% - 25px * 3) / 4)
}
.p-list-menu_large .c-img {
    width: 100%;
    aspect-ratio: 250 / 78;
    overflow: hidden;
    background: #000;
    margin: 10px auto;
}
.p-list-menu_large .c-img img {
    width: 100%;
    height: auto;
}    
    
.p-list-menu_large  strong {
    font-size: 15.5px;
    display: block;
    margin-bottom: 10px;
}
.p-list-menu_large  p {
    font-size: 13px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    opacity: .9;
}
.p-list-menu_small {
    flex-wrap: wrap;
    gap: 0 30px;
    font-size: 14px;
    display: flex;
    margin-bottom: 40px;
}
.p-list-menu_small > li {
    width: calc((100% - 30px * 2) /3);
}
.p-list-menu_small > li:nth-of-type(1),
.p-list-menu_small > li:nth-of-type(2),
.p-list-menu_small > li:nth-of-type(3) {
    border-top: 1px solid #424242;    
}
.p-list-menu_small > li a {
    display: flex;
    gap:7px;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #424242;
}
.p-list-menu_small > li a::before {
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #fff;
}
.mega_menu .link-text.-right {
    text-align: right;
    margin-bottom: 10px;
    font-size: 15px;
}
.mega_menu .link-text.-right a {
    display: inline-block;
    padding-right: 24px;
    background: url(../img/arrow.png) no-repeat right center;
    background-size: 14px 7px;    
}
.mega_menu .link-text.-right a span {
    font-size: 14px!important;
    display: inline-block
}
}
@media screen and (max-width: 600px) {
    .global_nav_sub {
        margin: 0 auto 20px;
        width: 90.625%;        
    }
    .global_nav_sub li a {
        display: block;
        padding: 15px 0;
        text-align: center;
    }
    .global_nav_sub *+li {
        border-top: 1px solid #000;
    }    
}



#slide-line{
	position: absolute;
	bottom: 1px;
	height: 2px;
	background-color:#d90064;

	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	pointer-events: none;
}
.sns {
	display: none;
	position: absolute;
	right: 150px;
	bottom: 26px;
	overflow: hidden;
}
.sns *:hover {
	transition: 0.3s ease;
}
.sns li {
	margin-right: 13px;
	float: left;
}
.sns li:last-child {
	margin-right: 0;
}
.sns i {
	padding-top: 2px;
	font-size: 1.95rem;
}
.sns li:nth-child(4) {
	margin-top: -1px;
}
.sns li:nth-child(4) i {
	font-size: 2.25rem;
}
.sns li:nth-child(1) a:hover i {
	color: #cc28a1;
}
.sns li:nth-child(2) a:hover i {
	color: #cd201f;
}
.sns li:nth-child(3) a:hover i {
	color: #315096;
}
.sns li:nth-child(4) a:hover i {
	color: #55acee;
}
.sns li:nth-child(5) a:hover i {
	color: #ff8c00;
}
header .button {
	width: 124px;
	height: 115px;
	background: #d90064;

	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
}
header .button span {
	display: inline-block;
	margin-top: 22px;
	padding: 38px 0 0;
	background: url(../img/icon_market.png) center top /25px 28px no-repeat;
	line-height: 1.3;
}
.overlay {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.overlay.on {
	display: block;
}
.mega_menu {
	display: none;
	position: absolute;
	top: 115px;
	left: calc(-1 * ((100vw - 1080px) / 2));
	z-index: 10;
	width: 100vw;
	padding: 32px 0 24px;
	background: rgba(29,29,29,.9);
	/*box-shadow: 0 20px 20px rgba(0,0,0,.22); */
}
.mega_menu.is-hover {
	z-index: 11;
}
.mega_menu a {
	padding: 0;
	color: #fff;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.42;
	transition: color .3s ease;
}
.mega_menu a:hover {
	color: #aaa;
	transition: color .3s ease;
}
.mega_menu .inner {
	padding-top: 0;
}
.mega_menu .about_menu {
	display: flex;
	justify-content: space-between;
}
.mega_menu .about_menu_left {
	display: flex;
}
.mega_menu .about_menu_left > li {
	width: 257px;
}
.mega_menu .about_menu_left > li + li {
	margin-left: 40px;
}
.mega_menu .about_menu_left figure img {
	margin-bottom: 10px;
}
.mega_menu .about_menu_left figcaption dt {
	margin-bottom: 6px;
	font-size: 1.6rem;
	font-weight: bold;
}
.mega_menu .about_menu_right {
	width: 190px;
}
.mega_menu .about_menu_right > li {
	border-bottom: 1px solid #424242;
	float: none;
}
.mega_menu .about_menu_right > li:last-child {
	border-bottom: none;
}
.mega_menu .about_menu_right > li a {
	position: relative;
	display: block;
	padding: 10px 0 10px 15px;
}
.mega_menu .about_menu_right > li a::before {
	content: '';
	display: block;
	width: 4px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	margin: auto;
}
.mega_menu .activity_menu {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.mega_menu .activity_menu figure img {
	margin-bottom: 14px;
}
.mega_menu .activity_menu figcaption dt {
	margin-bottom: 6px;
	font-size: 1.6rem;
	font-weight: bold;
}
.mega_menu .activity_menu .-enjoy {
	position: relative;
	width: 502px;
	margin-right: 48px;
}
.mega_menu .activity_menu .-enjoy::after {
	position: absolute;
	top: 11px;
	right: 16px;
	content: url(/shared/img/mega_menu_activity_img_010_after.png);
	pointer-events: none;
}
.mega_menu .activity_menu .-contest {
	width: 275px;
}

/* ------------------------------------------------------
   side_menu
------------------------------------------------------ */
.side_menu {
	width: 310px;
}
.side_menu *:hover {
	transition: 0.3s ease;
}
.side_menu section + section {
	margin-top: 40px;
}
.news_box{
	margin-top:30px;
	margin-bottom:50px;
}
.news_list li {
	margin-bottom: 18px;
}
.news_list a {
	display: block;
	position: relative;
	overflow: hidden;
}
.news_list .img_wrap {
	width: 106px;
	height: 70px;
	margin-right: 15px;
	float: left;
}
.news_list .img_wrap img {
	width: 100%;
	height: auto;
}
.news_list a:hover .img_wrap img {
	opacity: 0.6;
	transition: 0.3s ease;
}
.news_title {
	display: inline-block;
	width: 570px;
	height: 3.5em;
	overflow: hidden;
	line-height: 1.15;
	position: relative;
}

/*.news_title::before {
	content: '…';
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 0.4em;
	background: #FFF;
	z-index: 10;
}
.news_title::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
	z-index: 20;
}*/
.news_date {
	font-size: 1.2rem;
	padding-right: 14px;
	background: url(../img/arrow_gt.png) right center no-repeat;
	background-size: 6px 10px;
	position: absolute;
	bottom: 0;
	left: 120px;
}
.news_list a:hover .news_date {
	background-image: url(../img/arrow_gt_p.png);
}
.more_news.button {
	border: 1px solid #cfcfcf;
}
.more_news.button span {
	padding-left: 0;
	padding-right: 20px;
	color: #242424;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-weight: 500;
	background: url(../img/arrow_gt.png) right center no-repeat;
	background-size: 6px 12px;
}
.more_news.button:hover span {
	color: #d90064;
	background-image: url(../img/arrow_gt_p.png);
	transition: 0.3s ease;
}
#market .news_list li {
	margin-bottom: 25px;
}
#market .news_list a {
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 1.15em;
}
#market .news_list .img_wrap {
    width: 180px;
    height: 82px;
    margin-right: 20px;
    float: left;
}
#market .news_list .img_wrap img {
	width: 100%;
	height: auto;
}
#market .news_list a:hover .img_wrap img {
	opacity: 0.6;
	transition: 0.3s ease;
}
#market .news_title {
    width: calc(100% - 200px);
    height: auto;
    overflow: hidden;
    line-height: 1.15;
    position: relative;
    display: inline-block;
    padding-top: 20px;
}
/*.news_title::before {
	content: '…';
	position: absolute;
	right: -27px;
	bottom: 0;
	padding: 0 0.4em;
	z-index: 10;
	background: #f2f4f5;
}
.news_title::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
	z-index: 20;
}*/
#market .news_date {
	font-size: 1.2rem;
	padding-right: 14px;
	background: url(../img/arrow_gt.png) right center no-repeat;
	background-size: 6px 10px;
	position: absolute;
	top: 0;
	left: 200px;
	bottom: auto;
}
#market .news_list a:hover .news_date {
	background-image: url(../img/arrow_gt_p.png);
}
#market .news_box .button{
	background: #d90064;

}
.more_news.button {
	border: 1px solid #cfcfcf;
}
.more_news.button span {
	padding-left: 0;
	padding-right: 20px;
	color: #242424;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-weight: 500;
	background: url(../img/arrow_gt.png) right center no-repeat;
	background-size: 6px 12px;
}
.more_news.button:hover span {
	color: #d90064;
	background-image: url(../img/arrow_gt_p.png);
	transition: 0.3s ease;
}
.banner_list li {
	margin-bottom: 10px;
}
.banner_list a img {
	width: 100%;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}
.banner_list a:hover img {
	opacity: 0.6;
}
.banner_list h4{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:1.6rem;
	font-weight: bold;
	margin-top:18px;
	margin-bottom:8px;
}
.banner_list p{
	font-size:1.4rem;
	line-height: 1.4;
}
.banner_list .banner_enjoy h4{
	margin-top:-5px;
}

.banner_button_list {
	margin-top: 20px;
}
.banner_button_list li {
	margin-bottom: 10px;
}
.banner_button_list a {
	display: block;
	border: 1px solid #cfcfcf;
	background: url(../img/arrow_gt.png) no-repeat right 20px center;
	background-size: 6px 12px;
	overflow: hidden;
	position: relative;
}
.banner_button_list a img {
	width: 92px;
	height: 67px;
	float: left;
}
.banner_button_list a span {
	display: inline-block;
	width: 180px;
	height: 35px;
	font-size: 1.4rem;
	line-height: 16px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-weight: 500;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 112px;
	margin: auto;
}
.banner_button_list a:hover {
	background-image: url(../img/arrow_gt_p.png);
}
.banner_button_list a:hover img {
	opacity: 0.6;
	transition: 0.3s ease;
}

.side_nav {
	margin-top: 20px;
	padding: 0 10px;
	border: 1px solid #cfcfcf;
}
.side_nav li {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #cfcfcf;
}
.side_nav li:last-child {
	border-bottom: none;
}
.side_nav a {
	display: block;
	margin-left: 12px;
	margin-right: 10px;
	background: url(../img/arrow_gt.png) no-repeat center right;
	background-size: 6px 12px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-weight: 500;
}
.side_nav a:hover {
	background-image: url(../img/arrow_gt_p.png);
}

/* ------------------------------------------------------
   banner_footer
------------------------------------------------------ */	
.banner_footer{
	text-align: center;
	margin:30px auto;
}

.banner_footer .sp_inline{
		display: none;
	}

/* ------------------------------------------------------
   footer
------------------------------------------------------ */
footer {
	margin-top: 108px;
	padding-bottom: 30px;
	background: #f2f4f5;
	text-align: center;
	position: relative;
}
.page_top {
	display: block;
	width: 50px;
	height: 50px;
	background: #000;
    color: #fff;
	position: absolute;
	top: -27px;
	right: 0;
	left: 0;
	margin: auto;
}
.page_top img {
	width: 19px;
	height: 12px;
	margin-top: 18px;
}
.hvr-sweep-to-bottom.page_top:before {
	background:#d90064;
}
.footer_sns {
	display: flex;
	justify-content: center;
	padding-top: 50px;
}
.footer_sns li {
	margin: 0 6px;
}
.footer_sns li a {
	display: block;
	border-radius: 50%;
	aspect-ratio: 1/1;
}
.footer_sns li a:hover {
	opacity: .6;
	transition: 0.3s ease;
}
.footer_menu {
	margin-bottom: 12px;
	padding-top: 30px;
	font-size: 1.2rem;
}
.footer_menu li {
	display: inline-block;
}
.footer_menu li::after {
	content: "|";
	margin: 0 10px;
}
.footer_menu li:last-child::after {
	display: none;
}
.footer_menu li a:hover {
	transition: 0.3s ease;
}
footer small {
	font-size: 1rem;
	color: #6d6d6d;
	letter-spacing: 1px;
}
footer .text_about {
	font-size: 1.2rem;
	color: #6d6d6d;
	letter-spacing: 1px;
	margin:30px 20px 10px 20px;
	line-height: 1.6;
}
/* ------------------------------------------------------
   contents
------------------------------------------------------ */
.box_content {
	width: 1080px;
	margin: 80px auto 0;
	position: relative;
	overflow: inherit;
}
.box_content::after {
	content: '';
	display: block;
	clear: both;
}
.box_left {
	box-sizing: border-box;
	width: 722px;
	padding: 30px 30px 50px 0;
	background: #f2f4f5;
	position: relative;
	float: left;
}
.box_left .box {
	padding: 20px;
	background: #FFF;
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}
.box_left::after {
	content: '';
	display: block;
	width: 2000%;
	height: 100%;
	background: #f2f4f5;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -10;
}
#market .box_left .box.news_box{
	background: none;
	box-shadow: none;
}
@media screen and (max-width:1080px) {
	.box_left {
		position: relative;
		right: 0;
		margin-right: 0;
	}
}
.box_right {
	width: 310px;
	float: right;
}
.content {
	margin-bottom: 50px;
	line-height: 1.7;
}
.content:last-child {
	margin-bottom: 0;
}
.main_box {
	width: 1080px;
	margin: 30px auto;
}

@media screen and (max-width: 1120px) {
	
	
	/* ------------------------------------------------------
	   base
	------------------------------------------------------ */
	#wrapper.on {
		width: 100%;
		position: fixed;
	}
	h3 {
		margin-bottom: 15px;
	}
	
	/* ------------------------------------------------------
	   header
	------------------------------------------------------ */
	.top_menu {
		display: none;
	}
	header {
		height: 65px;
	}
	header .inner {
		box-sizing: border-box;
		width: 100%;
		height: 65px;
		padding: 10px 4.6875%;
		position: relative;
	}
	h1.logo a {
		width: 106px;
		height: 45px;
		background-size: contain;
		position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 32px;
		height: 25px;
		margin-top: 10px;
		float: right;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #242424;
		border-radius: 1px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 11px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		left: 200%;
		opacity: 0;
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}
	@-webkit-keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	@keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}
	.menu-trigger.active {
		position: fixed;
		z-index: 300;
		right: 4.6875%;
	}
	
	.top_menu.on {
		display: block;
		width: 100%;
		height: 80%;
		margin-top: 20px;
		overflow-y: scroll;
		position: fixed;
		left: 0;
		z-index: 200;
		top: 44px;
	}
	.top_menu.on .global_nav {
		display: inherit;
		margin: 0 auto 20px;
		border-top: 1px solid #242424;
		width: 90.625%;
	}
	.top_menu.on .global_nav li {
		width: 100%!important;
		border-bottom: 1px solid #242424;
		text-align: center;
		float: none;
	}
	.top_menu.on .global_nav li a {
		display: inline-block;
		padding: 15px 0;
	}
	.top_menu.on #slide-line {
		display: none;
	}
	.top_menu.on .button {
		width: 90.625%;
		height: 44px;
		margin: 0 auto;
		position: relative;
		line-height: 42px;
	}
	.top_menu.on .button span {
		margin-top: 14px;
		padding: 0 0 0 24px;
		background-position: center left;
		background-size: 16px auto;
	}
	.top_menu.on .button span br {
		display: none;
	}
	.top_menu.on .sns {
		display: block;
		margin-top: 20px;
		position: relative;
		text-align: center;
		right: auto;
		bottom: 0;
	}
	.top_menu.on .sns li {
		margin-right: 15px;
		float: none;
		display: inline-block;
	}
	.top_menu.on .sns i {
		font-size: 3.2rem;
	}
	.mega_menu {
		display: none!important;
	}
	
	/* ------------------------------------------------------
	   side_menu
	------------------------------------------------------ */
	.side_menu {
		width: 100%;
	}
	.event_list_pc{
		display:none;
	}
	.news_list::after {
		display: block;
		content: "";
		clear: both;
	}
	.news_list li {
		box-sizing: border-box;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
		border: 1px solid #cfcfcf;
		float: left;
	}
	.news_list li:nth-child(2n) {
		margin-right: 0;
	}
	.news_list .img_wrap {
		width: 100%;
		height: 120px;
		overflow: hidden;
	}
	.news_title {
		width: 90%;
		margin: 12px 16px 0 0;
		padding: 0 0 0 16px;
	}
	.news_date {
		display: block;
		margin: 10px 16px 12px 0;
		text-align: right;
		position: relative;
		left: auto;
		right: 0;
	}
	.more_news.button {
		height: 44px;
		line-height: 44px;
	}

/*	#market .news_list::after {
		display: block;
		content: "";
		clear: both;
	}*/
	.box_left .box.news_box{
		padding: 0;
	}
	ul#market .news_list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#market .news_list li {
		box-sizing: border-box;
		width: 48%;
		margin-bottom: 20px;
		border: 1px solid #cfcfcf;
		background: #fff;
	}
	#market .news_list .img_wrap {
		width: 100%;
		height: 120px;
		overflow: hidden;
		margin: 0;
	}
	#market .news_title {
		width: 90%;
		margin: 0;
		padding: 0 5% 14px 5%;
	    height: auto;
		display: inline-block;
	}
	#market .news_date {
		display: inline-block;
		margin: 14px 5% 8px 5%;
		text-align: left;
		position: relative;
		left: auto;
		right: auto;
	}
	.more_news.button {
		height: 44px;
		line-height: 44px;
	}
	.banner_list {
		margin-top: 50px;
		overflow: hidden;
	}
	.banner_list li {
		width: 48%;
		margin-right: 4%;
		float: left;
	}
	.banner_list li:nth-child(2n) {
		margin-right: 0;
	}
	.banner_list li a img {
		width: 100%;
	}	
	.banner_button_list {
		margin-top: 50px;
	}
	.banner_button_list li {
		margin-bottom: 20px;
	}
	.side_nav {
		margin-top: 50px;
	}
	.side_nav li {
		padding: 0;
		text-align: center;
	}
	.side_nav a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	/* ------------------------------------------------------
	   footer
	------------------------------------------------------ */
	footer {
		margin-top: 50px;
	}
	.footer_sns {
		display: none;
	}
	.footer_menu {
		padding-top: 45px;
	}
	
	
	/* ------------------------------------------------------
	   contents
	------------------------------------------------------ */
	.box_content {
		width: 100%;
		margin-top: 50px;
	}
	.box_left {
		box-sizing: border-box;
		width: 100%;
		padding: 30px 4.6875%;
		float: none;
	}
	.box_right {
		box-sizing: border-box;
		width: 100%;
		margin-top: 50px;
		padding: 0 4.6875% 20px;
		float: none;
	}
	.content {
		margin-bottom: 50px;
	}
	.main_box {
		width: 90.625%;
	}
}

@media screen and (max-width: 600px) {
	
	/* ------------------------------------------------------
	   base
	------------------------------------------------------ */
	h3 {
		padding-top: 20px;
		font-size: 2rem;
	}
	
	/* ------------------------------------------------------
	   header
	------------------------------------------------------ */
	header {
		height: 60px;
	}
	header .inner {
		height: 60px;
		padding: 10px 4.6875%;
	}
	h1.logo a {
		width: 96px;
		height: 44px;
		top: 10px;
	}
	.menu-trigger {
		margin-top: 10px;
	}
	.menu-trigger {
		position: relative;
		width: 26px;
		height: 20px;
		float: right;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #242424;
		border-radius: 1px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		left: 200%;
		opacity: 0;
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}
	@-webkit-keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	@keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	.menu-trigger.active {
		top: 5px;
	}
	.top_menu.on {
		top: 44px;
		margin-top: 0;
	}
	.top_menu.on .global_nav {
		margin-bottom: 0;
	}
	.top_menu.on .global_nav li a {
		padding: 10px 0;
	}
	.top_menu.on .global_nav .en {
		margin-bottom: 2px;
	}
	.top_menu.on .sns {
		margin-top: 15px;
	}
	
	/* ------------------------------------------------------
	   side_menu
	------------------------------------------------------ */
	.news_list li {
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}
	.news_title {
		height: 2.22222em;
	}
	.news_list .img_wrap {
		height: 30vw;
	}
	#market .news_list li {
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}
	#market .news_title {
		height: 2.22222em;
	}
	#market .news_list .img_wrap {
		height: 30vw;
	}
	.banner_list {
		margin-top: 30px;
	}
	.banner_list li {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.banner_button_list {
		margin-top: 30px;
	}
	.banner_button_list li {
		margin-bottom: 10px;
	}
	.banner_button_list a span {
		left: 100px;
	}
	.side_nav {
		margin-top: 30px;
	}
	.side_nav li {
		text-align: left;
	}
	.side_menu section + section {
		margin-top: 24px;
	}
	.side_menu .banner_list li {
		margin-bottom: 8px;
	}
	.side_menu .banner_list .banner_enjoy{
		margin-bottom:30px;
	}

	/* ------------------------------------------------------
	   banner_footer
	------------------------------------------------------ */	
	.banner_footer{
		margin:10px auto;
	}
	.banner_footer .pc_inline{
		display: none;
	}
	.banner_footer .sp_inline{
		display: block;
	}
	.banner_footer .sp_inline img{
		width:90%;
	}
	
	/* ------------------------------------------------------
	   footer
	------------------------------------------------------ */
	.footer_menu {
		width: 90.685%;
		margin: 0 auto 20px;
		overflow: hidden;
	}
	.footer_menu li {
		box-sizing: border-box;
		display: block;
		float: left;
	}
	.footer_menu li::after {
		display: none;
	}
	.footer_menu li:nth-child(1),
	.footer_menu li:nth-child(2),
	.footer_menu li:nth-child(3) {
		width: 33.33333%;
		margin-bottom: 20px;
	}
	.footer_menu li:nth-child(4),
	.footer_menu li:nth-child(5) {
		width: 50%;
	}
	.footer_menu li:nth-child(1),
	.footer_menu li:nth-child(2),
	.footer_menu li:nth-child(4) {
		border-right: 1px solid #242424;
	}
	
	/* ------------------------------------------------------
	   contents
	------------------------------------------------------ */
	.main_box {
		margin-top: 20px;
	}
	.content {
		margin-bottom: 30px;
	}

	#market .news_title {
		height: auto;
	}
}


/*aside======================*/
.cms_aside {
    /* transform: translate(300px, 0); */
    transition-duration: 0.6s;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
}
.cms_aside_nav_close {
    display: flex;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 5px;
    right: 10px;
    font-style: normal;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.cms_aside_nav_close:before {
    content: '×';
    color: #fff;
    font-size: 30px;
    display: block;
}
.cms_aside_nav {
	position: fixed;
	right: 0;
	top: 300px;
	z-index: 3;
    width: 250px;
    box-sizing: border-box;
	background: #d90064;
    padding: 10px 0;
    padding-top: 45px;
}
.cms_aside_nav > div{
    display: none;
}
.cms_aside_nav .-bnrlink {
	display: block;
	margin-bottom: 10px;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	transition-duration: 0.3s;
}
.cms_aside_nav .-bnrlink:hover {
	opacity: 0.7;
}
.cms_aside_nav ul {
    width: 250px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
@media screen and (min-width: 1025px) {
    .cms_aside_nav ul {
        display: flex!important;
    }
}
.cms_aside_nav li {
	width: 215px;
	align-items: center;
	border-top: 1px solid #fff;
}
.cms_aside_nav li.-lower {
	border-top: 1px solid #eb5ea0;
}
.cms_aside_nav li.-lower a{
	padding: 10px 0 10px 30px;
}
.cms_aside_nav li.-lower a:after {
    right: auto;
    left: 5px;
}
.cms_aside_nav li:first-child {
	border: none;
}
.cms_aside_nav li a,.cms_aside_nav li div {
	display: flex;
	text-align: left;
	align-items: center;
	color: #fff;
	padding: 10px 0;
	position: relative;
	line-height: 1.4;
}
.cms_aside_nav li > a,.cms_aside_nav li > div {
	padding: 10px 25px 10px 0;
}
.cms_aside_nav li a:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}
.cms_aside_nav li a:after {
    content: '';
    display: block;
    width: 16px;
    height: 9px;
    background: url(/shared/img/arrow.png) 50% 50% no-repeat;
    background-size: 16px auto;
    position: absolute;
    right: 2px;
    z-index: 3;
	top: 50%;
	transform: translateY(-50%);
}
/* .cms_aside_nav li div:after {
    content: '';
    width: 13px;
    height: 9px;
    position: absolute;
    display: block;
    top: calc(50% - 3px);
    right: 0;
    background: url(../img/nav_arrow.png) center /contain no-repeat;
} */
section.salad_cont.-bgpink.-narrow.-bottom {
    display: none;
}
.cms_aside_trigger_pc {
    display: flex;
    right: 0;
    top: 300px;
    position: fixed;
    z-index: 4;
    width: 50px;
    color: #fff;
    background: #d90064;
    font-size: 15px;
    padding: 10px 15px;
    box-sizing: border-box;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.3s;
}
.cms_aside_trigger_pc:hover {
    opacity: 0.7;
}
@media screen and (max-width: 1024px) {
    .cms_aside_trigger_pc,.cms_aside_nav_close {
        display: none;
    }
    .cms_aside_wrap {
        position: relative;
        width: 90.625%;
        margin: 30px auto 90px;
        transform: translate(0,-90px)!important;
        position: relative;
        top: auto;
        right: auto;
        z-index: 1;
    }
    .cms_aside {
        width: 100%;
        transform: translate(0,0)!important;
        position: relative;
        top: auto;
        right: auto;
        margin: 0;
    }
    .cms_aside_nav {
        position: absolute;
        right: auto;
        top: auto;
        z-index: 1;
        margin: 0 auto 30px;
        padding: 0;
        width: 100%;
        height: auto;
    }
    .cms_aside_nav > div {
        height: 40px;
        position: relative;
        display: flex;
        color: #fff;
        text-align: center;
        justify-content: center;
		align-items: center;
        cursor: pointer;
    }
    .cms_aside_nav > div:after {
        content: '';
        width: 13px;
        height: 9px;
        position: absolute;
        display: block;
        top: calc(50% - 3px);
        right: 10px;
        background: url(../img/nav_arrow.png) center /contain no-repeat;
    }
    .cms_aside_nav > div.is-open:after {
        transform: rotate(180deg);
    }
	.cms_aside_nav ul {
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
		height: auto;
		background: none;
        display: none;
	}
	.cms_aside_nav li {
		width: 100%;
	}
    .cms_aside_nav li:first-child {
        border-top: 1px solid #fff;
    }
	.cms_aside_nav li a,.cms_aside_nav li div {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #fff;
		width: 100%;
		min-height: 40px;
		background: #d90064;
		font-size: 14px;
        padding: 5px 25px;
		box-sizing: border-box;
	}
	.cms_aside_nav li > a,.cms_aside_nav li > div {
        padding: 5px 35px 5px 25px;
	}
	.cms_aside_nav li a:after,.cms_aside_nav li div:after {
		top: auto;
		bottom: 15px;
		right: 15px;
	}
    .cms_aside_nav li.-lower a{
        padding: 5px 25px 5px 60px;
    }
    .cms_aside_nav li.-lower a:after {
        left: 30px;
    }
    .cms_aside.is-sp {
        display: block!important;
    }
}

.bnr-recipe-title {
	position: relative;
	z-index: 2;
	margin: -20px 0 20px;
	text-align: center;
}
.bnr-recipe-title a {
	display: inline-block;
	transition: .3s all
}
.bnr-recipe-title a:hover {
	opacity: .5;
}
.bnr-recipe-title img {
	height: auto;
	width: min(75vw, 450px);
}
