@charset "utf-8";
/*
 * smp.css
 *
 *  version --- 1.0
 *  updated --- 2024/10/24
 */

@media (max-width: 959px) and (min-width: 768px) {
    
}
/*** 1300 ***/
@media screen and (max-width: 1200px) {
	/*
	#g-navi li a {width: 11.2rem;}
	.headlinks .head-btn {
		font-size: 1.2rem;
	    height: 5.4rem;
	}
	*/
	#header {
		align-items: center;
	}
	
	.headlinks .language a {
	    width: 3.5rem;
	    height: 3.5rem;
	}
	
	.header-logo {
		padding: 0 1.4rem;
		height: 6rem;
	}
	.header-logo img {
		width: 16.6rem;
		vertical-align: middle;
	}
	
	.headlinks {
		padding: 0;
	}
	.headlinks .head-btn {
	    width: 11rem;
	    height: 3.4rem;
	}
	.headlinks .contact {
		display: none;
	}
	.headlinks .language {
	    font-size: 1.2rem;
	    min-width: 100px;
	}
	
	.btn-menu {
		display: block;
		width: 6rem;
		height: 6rem;
		background: url(../img/common/icon_menu.svg)no-repeat center;
		border-left: 1px solid;
	}
	
	#g-navi {
		display: none;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: absolute;
		top: 101%;
		left: 0;
		width: 100%;
		height: calc(100vh - 6rem);
		background: #E8E6E2;
	}
	#g-navi ul {
		display: block;
		border-left: 0;
	}
	#g-navi li {
	    border-right: 0;
		border-bottom: 1px solid;
		background-image: url(../img/common/icon_link_orange.svg);
		background-size: 22px 6px;
		background-position: right 15px center;
		background-repeat: no-repeat;
	}
	#g-navi li a {
	    display: flex;
		align-items: center;
	    padding: 1rem 4rem 1rem 6.4rem;
		width: auto;
	    height: 7.7rem;
	    background-position: left 2rem center;
	    text-align: left;
	}
	#g-navi li .tit {
		font-size: 1.6rem;
	}
	#g-navi .btn {
		margin-top: 3.2rem;
		text-align: center;
	}
	
	#wrapper {margin-top: -4rem;}
	
}


/*** sp ***/
@media only screen and (max-width : 767px){
/* !header
---------------------------------------------------------- */	

.main-swiper {
  overflow: visible;
  padding: 0 15px;
}

.main-swiper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}

.main-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/*#contents {
	margin-top: 6rem;
}*/

.single #breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}
.single #breadcrumb li,
.single #breadcrumb li a {font-size: 1.2rem;}
.single #breadcrumb li:last-child {
	display: block;
	width: 100%;
}

/* !footer
---------------------------------------------------------- */
#footer {
    padding: 8rem 0 6rem;
}
.footer-inner {
    display: block;
}
.foot-logo {
	width: auto;
	text-align: center;
}
.foot-logo img {
	width: 25rem;
}
#footer .view-btn {
    margin-top: 6.2rem;
    text-align: center;
}
#copyright {
    opacity: 0.5;
    margin-top: 5.6rem;
	text-align: center;
}

/* !COMMON
---------------------------------------------------------- */
.inner {
	padding: 0 2rem;
}

.notice-swiper {
    padding: 0.7rem 0;
    margin-top: 10rem;
}

#main-visual {
    padding: 5.5rem 0;
    background-size: 53.5rem;
}
.main-swiper {
    margin-bottom: 6rem;
    max-width: 32rem;
}

.main-head-swiper .swiper-slide {
    width: 34.7rem;
}

#breadcrumb {
    padding: 1rem 1.8rem;
}

#teaser {
	padding: 7rem 0;
}
/*
#events #teaser:before {
	top: 0;
	left: calc(50% - 22rem);
	width: 103.6rem;
	height: 70rem;
	background-image: url(../img/events/teaser.png);
}
*/

#events #teaser:before {
	top: 0;
	left: calc(50% - 33rem);
	width: 103.6rem;
	height: 70rem;
	background-image: url(../img/events/teaser.png);
	background-size: 50% auto;
	background-position: top;
}

#sports #teaser:before {
	left: calc(50% - 20rem);
	width: 70rem;
	height: 66.6rem;
	background-image: url(../img/sports/teaser.png);
	background-size: 50% auto;
	background-position: top;
}

#shopping #teaser:before {
	left: calc(50% - 20rem);
	width: 70rem;
	height: 70rem;
	background-image: url(../img/shopping/teaser.png);
	background-size: 50% auto;
	background-position: top;
}
#company #teaser:before {
	left: calc(50% - 27rem);
	width: 70rem;
	height: 70rem;
	background-image: url(../img/company/teaser.png);
	background-size: 40% auto;
	background-position: top;
}


.head-large .eng {
    margin-bottom: 0.8rem;
    font-size: 4.4rem;
}
.head-large .jap {
    font-size: 1.8rem;
}

.nav-links {
	border-bottom: 0;
}
.nav-links ul {
	grid-template-columns: repeat(2, 1fr);
	margin: 0 -2rem;
	border-left: 0;
}
.nav-links li {
	border-bottom: 1px solid;
}
.nav-links li:nth-of-type(even) {
	border-right: 0;
}
.nav-links li a {
	display: flex;
	align-items: center;
	padding: 1rem 4rem 1rem 1.4rem;
	height: 8.2rem;
	background-position: right 1.2rem center;
}
.nav-links li .tit {
	padding-left: 5.6rem;
	background-size: auto 2rem;
	font-size: 1.2rem;
}
.nav-links li .icon_event {
	background-size: auto 1.8rem;
}

.nav-links li .icon_shop {
    background-size: 3.2rem auto !important;
    background-position: left 1rem center;
}

.contact-wrap {
	padding: 9rem 0 10rem;
	background-image: url(../img/common/bg_contact_sp.png);
}
.contact-wrap .sub {
	line-height: 2;
	font-size: 1.6rem;
}
.contact-wrap .btn {
	margin-top: 3.5rem;
}

.wp-pagenavi {
	gap: 0 1.5rem;
	position: relative;
	margin-top: 5.2rem;
	padding-bottom: 7.5rem;
}
.previouspostslink, 
.nextpostslink {
	position: absolute;
	bottom: 0;
}
.previouspostslink {
	left: calc(50% - 14.6rem);
}
.nextpostslink {
	right: calc(50% - 14.6rem);
}

.contact-wrap-content .side li:first-of-type.current {padding-top: 0;}

/* !page
---------------------------------------------------------- */	
.top-news {
    padding: 4rem 0;
    background-position: left -26rem top 6rem;
    background-size: auto 26rem;
}

.news-item .pickup {
	top: -3.6rem;
	width: 8.6rem;
}
.news-item .img,
.news-item .info {
    margin-bottom: 1.5rem;
}

#main-visual .news-item .img img,
.news-item .img img {
	width: 100%;
	height: 240px;
}

.news-item .tit span {
    font-size: 2rem;
}
	
.news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.6rem 0;
}

.top-news .head-large {
    margin-bottom: 3.4rem;
}

.top-about {
    background-position: left 17.5rem top;
    background-size: 48.8rem;
}
.top-about .display {
	padding: 4.8rem 0 5.5rem;
	margin: 0 -2rem;
}
.top-about .display .info {
    margin-left: auto;
    padding: 0 1.6rem 4.5rem;
    width: auto;
}
.top-about .display .head {
    margin-bottom: 5.5rem;
}
.top-about .display .head .eng {
    font-size: 3rem;
}
.top-about .display .head .logo {
    margin-top: 1.5rem;
}
.top-about .display .head .jap {
	margin-top: 3.6rem;
	line-height: 1.833;
	font-size: 2.4rem;
}

.about-img-swiper {
	position: static;
	width: auto;
}
.about-img-swiper.swiper2 {
	margin-top: 1.8rem;
    transform: scaleX(-1);
}
.about-img-swiper.swiper2 .swiper-slide {
    transform: scaleX(-1);
}
.about-img-swiper .swiper-slide {
    height: 20rem;
	width: 20rem;
}

.detail-style {
	padding: 2.7rem 0 4.8rem;
}
.detail-style .title {
    margin-bottom: 3.2rem;
}
.detail-style .title .info {
    margin-bottom: 1.6rem;
}
.detail-style .title h3 span {
	font-size: 2.8rem;
}
.detail-style figure {
	margin-bottom: 3rem;
}
.detail-style .detail figure + p {
    padding-top: 3rem;
}

.sns-links {
	margin-top: 4.8rem;
}
.sns-links .site {
    margin-left: 0;
}


/* contact.html */
.contact-wrap-content .side {
    position: relative;
    top: 0;
    transition: top 0.2s;
}

.contact-wrap-content .side.is-fixed {
    position: fixed;
    top: 60px !important;
    z-index: 10;
}

.contact-wrap-content {
	display: block;
}
.contact-wrap-content .side {
	width: 100%;
	border-right: 0;
	border-bottom: 1px solid;
	background: #E8E6E2;
}
.contact-wrap-content .side .con {
    padding: 2rem 1.8rem 1rem;
    max-width: 100%;
}
.contact-wrap-content .side li {
	margin-bottom: 1.4rem;
	font-size: 1.4rem;
}

.contact-wrap-content .main {
	width: auto;
}
.contact-form {
    padding: 4.5rem 0;
}
.contact-wrap-content .main .con {
    padding: 0 1.8rem;
}
.contact-form .head {
    margin-bottom: 3.5rem;
	padding-left: 1em;
	text-indent: -1em;
    font-size: 2.4rem;
}
.contact-form .head:before {
    margin: 0 1rem 0.3rem 0;
    width: 1.2rem;
    height: 1.2rem;
}

.publication-rule {
    margin: 2.8rem 0;
}
.publication-rule .th {
    padding: 1.2rem 1rem;
    font-size: 1.8rem;
}
.publication-rule .td {
    padding: 1.5rem 1rem;
	line-height: 1.71;
	font-size: 1.4rem;
}

.contact-form .foucs {
    margin-bottom: 2rem;
}
.contact-form th {
	display: block;
    padding: 0 0 1rem;
	width: 100%;
}
.contact-form td {
	display: block;
    padding: 0 0 2rem;
	width: 100%;
}
.btn-article {
    gap: 0 1.6rem;
	margin: 1rem 0 2.5rem;
	line-height: 1.45;
    font-size: 1.2rem;
}
.btn-article .btn {
    padding: 0 2rem 0 1rem;
    background-position: right 1rem center;
	background-size: 1rem;
	height: 4rem;
    width: 13rem;
    font-size: 1.4rem;
}
.link-setting li .th {
    width: 14rem;
}
.link-setting li .td {
    width: calc(100% - 14rem);
}
.end-submit {
    display: block;
	text-align: center;
}
.contact-form .btns {
	margin-top: 2.6rem;
}

#inner-mv img,
.detail-style figure img {
	width: 100%;
	height: 240px;
	border-radius: 20px;
	object-fit: cover;
}

#contact #breadcrumb {margin-top: 10rem !important;}


	
}