@charset "UTF-8";
/*
Version:	1.0
Creation Date:	2021.8.19
Last Updated:	2021.9.18
*/


/* import
------------------------------------------------------------ */
@import "https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/css/swiper.css";


/* set
------------------------------------------------------------ */
* {
margin: 0;
padding: 0;
font-style: normal;
box-sizing: border-box;
}
html {
overflow-y: scroll;
}
body {
-webkit-text-size-adjust: 100%;
font-family: ryo-gothic-plusn, sans-serif;
color: #000;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
text-align: center;
overflow: hidden;
height: auto !important;
}
ul {
list-style: none;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
border: 0;
}
a {
color: inherit;
text-decoration: none;
}
a:hover img {
opacity: 1;
}
.header a:hover img,
a.opa:hover,
.pr a:hover img {
opacity: .7;
}
:hover {
transition: .3s;
}
.smd,.smp {
display: none;
}
.pc {
display: block;
}


/* common
------------------------------------------------------------ */
/* font */
/* りょうゴシック PlusN */
.ryo-go {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
}
.b {
font-weight: 700;
}
/* 貂明朝テキスト */
.ten-min {
font-family: ten-mincho-text, serif;
font-weight: 400;
}
/* Poster Gothic Cond ATF Bold */
.en {
font-family: poster-gothic-cond-atf, sans-serif;
font-weight: 600;
letter-spacing: .1em;
}
/* ルイカ-０９ */
.ruika {
font-family: ruika, sans-serif;
font-weight: 100;
}

/* layout */
main {
width: 100%;
display: block;
overflow: hidden;
}
article {
width: 100%;
position: relative;
}
section {
width: 1000px;
max-width: 90%;
margin: 0 auto;
padding: 60px 0;
}

/* style */
.flex {
display: flex;
}
.vwmax img {
	width: 100vw;
}

/* .link */
.link {
text-align: center;
margin: 30px auto 0;
}
.link a {
background: #a69535;
background-size: 30px auto !important;
font-size: 20px;
font-weight: 700;
line-height: 60px;
width: 320px;
max-width: 100%;
height: 60px;
display: inline-block;
border-radius: 30px;
position: relative;
z-index: 1;
}
.link a:after {
content: "";
border-top: solid 9px transparent;
border-right: solid 12px transparent;
border-bottom: solid 9px transparent;
border-left: solid 12px #000;
position: absolute;
top: 50%;
right: 5px;
transition: transform 0.5s ease;
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.link a:hover:after {
-webkit-transform: translate(30%,-50%);
transform: translate(30%,-50%);
}
.link.blu a {
background: #00ABEB;
color:  #FFF;
}
.link.pnk a {
background: #E62E8B;;
color:  #FFF;
}
.link.blu a:after,
.link.pnk a:after {
border-left: solid 12px #FFF;
}


/* .header
------------------------------------------------------------ */
.header {
position: fixed;
}
.spnav,
.spsubnav {
text-align: left;
}


/* header
------------------------------------------------------------ */
header {
background: #003894;
margin-top: 120px;
}
header p {
color: #FFF;
line-height: 1.8;
}
header p a {
color: #FFED00;
text-decoration: underline;
}
header p a:hover {
text-decoration: none;
}
header p span {
color: #e50012;
}
header h1 img {
width: 100vw;
}

/* #match */
#match {
background: url("../img/match_bg.jpg") no-repeat center;
background-size: cover;
}
#match div {
margin-bottom: 20px;
}
#match p {
___color: #000;
color: #FFF;
font-size: 26px;
line-height: 1.4;
___text-shadow: 3px 3px 3px #FFF, -3px -3px 3px #FFF,
																					-3px 3px 3px #FFF,  3px -3px 3px #FFF,
																					3px 0px 3px #FFF, -3px -0px 3px #FFF,
																					0px 3px 3px #FFF,  0px -3px 3px #FFF;
}
#match p span {
___color: #000;
color: #FFF;
font-size: 20px;
}
#match p em {
font-size: 46px;
}
#match p em span {
font-size: 26px;
}
#match p strong {
font-size: 42px;
font-weight: 700;
}
#match p:nth-of-type(4) {
margin-top: 20px;
}

/* #highlight */
#highlight {
background: #dcdddd;
}
#highlight figure {
background: #FFF;
margin-top: 40px;
border: solid 3px #003894;
border-radius: 20px;
overflow: hidden;
}
#highlight figure div {
flex-basis: 50%;
}
#highlight figure:nth-child(odd) div {
order: 1;
}
#highlight figcaption {
text-align: left;
padding: 30px;
flex-basis: 50%;
}
#highlight figcaption h3 {
color: #003894;
font-size: 22px;
font-weight: 700;
margin-bottom: 10px;
}
#highlight figcaption p {
color: #000;
}
#highlight figcaption p + p {
padding-top: 10px;
}
#highlight figcaption a {
color: #003894;
text-decoration: underline;
}
#highlight figcaption a:hover {
text-decoration: none;
}

/* .nav */
.nav {
padding: 0 0 60px;
}
.nav ul {
max-width: 96%;
margin: 0 auto;
padding: 0 0 30px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.nav li {
width: 260px;
margin: 0 .5%;
}


/* main
------------------------------------------------------------ */
/* common */
dl {
text-align: left;
}
dl dt {
background: #003894;
font-size: 14px;
color: #FFF;
line-height: 25px;
text-align: center;
width: 50px;
height: 25px;
margin-bottom: 10px;
float: left;
clear: both;
}
dl dd {
font-size: 18px;
font-weight: bold;
line-height: 1.3;
padding: 2px 0 10px 60px;
}
dl dd em {
font-size: 20px;
letter-spacing: .1em;
}
dl dd span {
font-size: 12px;
}
#event dl dt {
background: #003894;
}
#limited dl dt {
background: #f4d600;
}
#limited3 dl dt {
background: #f15a24;
}
#popular dl dt {
background: #E39300;
}
#goods dl dt {
background: #007ab8;
}
#goods2 dl dt {
background: #007ab8;
}

/* swiper */
.swiper {
width: 1080px;
max-width: 98%;
}
.swiper h2 {
max-width: 92%;
margin: 0 auto;
}
.swiper-button {
position: relative;
}
.swiper-container {
width: 1000px;
max-width: calc(100% - 60px);
margin: 40px auto 50px;
}
.swiper-wrapper {
display: flex;
}
.swiper-slide {
background: #FFF;
height: auto;
padding-bottom: 90px;
border-radius: 20px;
}
.swiper-slide div {
border-bottom: solid 3px #003894;
}
.swiper-slide div img {
border-radius: 17px 17px 0 0;
}
.swiper-slide h3 {
font-size: 22px;
font-weight: 700;
line-height: 1.3;
height: 75px;
padding: 10px 20px 0;
}
.swiper-slide h3 em {
font-size: 16px;
font-weight: 500;
display: block;
}
.swiper-slide h3 span {
font-size: 14px;
}
.swiper-slide p {
text-align: left;
padding: 0 20px;
}
.swiper-slide p span {
font-size: 14px;
}
.swiper-slide dl {
padding: 10px 20px;
position: absolute;
left: 0;
bottom: 0;
}
.swiper-slide a  {
color: #003894;
text-decoration: underline;
}
.swiper-slide a:hover {
text-decoration: none;
}
.swiper-button-prev,
.swiper-button-next {
background: rgba(255,255,255,1);
width: 28px;
height: 28px;
border-radius: 50%;
z-index: 1;
overflow: hidden;
}
.swiper-button-prev {
left: 0;
}
.swiper-button-next {
right: 0;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
background: rgba(255,255,255,.7);
transition: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
content: "";
border-top: solid 7px transparent;
border-right: solid 10px transparent;
border-bottom: solid 7px transparent;
border-left: solid 10px rgba(0,56,148,1);
position: absolute;
top: 7px;
right: -2px;
}
.swiper-button-prev:after {
border-top: solid 7px transparent;
border-right: solid 10px rgba(0,56,148,1);
border-bottom: solid 7px transparent;
border-left: solid 10px transparent;
right: auto;
left: -2px;
	}
.booth .swiper-slide {
border: solid 3px #003894;
border-radius: 0;
}
.booth .swiper-slide div img {
border-radius: 0;
}
.booth .swiper-slide h3 {
background: #003894;
color: #FFF;
font-size: 28px;
white-space: nowrap;
height: auto;
padding: 15px 10px;
}
.booth .swiper-slide p {
padding: 20px 30px;
}
.booth .swiper-slide dl {
padding: 10px 50px;
}
#limited .swiper-slide {
border: solid 3px #f4d600;
}
#limited .swiper-slide div {
border-bottom: solid 3px #f4d600;
}
#limited .swiper-button-prev,
#limited .swiper-button-next {
background: rgba(0,56,148,1);
}
#limited .swiper-button-prev:hover,
#limited .swiper-button-next:hover {
background: rgba(0,56,148,.7);
}
#limited .swiper-button-next:after {
border-left: solid 10px #FFF;
}
#limited .swiper-button-prev:after {
border-right: solid 10px #FFF
}

#limited3 .swiper-slide {
border: solid 3px #f15a24;
}
#limited3 .swiper-slide div {
border-bottom: solid 3px #f15a24;
}
#limited3 .swiper-button-prev,
#limited3 .swiper-button-next {
background: rgba(0,56,148,1);
}
#limited3 .swiper-button-prev:hover,
#limited3 .swiper-button-next:hover {
background: rgba(0,56,148,.7);
}
#limited3 .swiper-button-next:after {
border-left: solid 10px #FFF;
}
#limited3 .swiper-button-prev:after {
border-right: solid 10px #FFF
}


#popular .swiper-slide {
border: solid 3px #E39300;
}
#popular .swiper-slide div {
border-bottom: solid 3px #E39300;
}
#goods .swiper-container {
width: 1080px;
max-width: 100%;
padding: 0 40px;
}
#goods .swiper-slide {
padding-bottom: 70px;
border-radius: 0;
border: solid 6px #007ab8;
transform: skewX(-5deg);
}
#goods .swiper-slide-prev,
#goods .swiper-slide-next + .swiper-slide +  .swiper-slide {
opacity: 0;
transition: 2s;
}
#goods .swiper-slide div {
border-bottom: solid 2px #007ab8;
}
#goods .swiper-slide div img {
border-radius: 0;
}
#goods .swiper-slide h3,
#goods .swiper-slide p,
#goods .swiper-slide dl {
transform: skewX(5deg);
}
#goods .swiper-slide dl {
padding: 10px 20px 0;
}

#goods2 .swiper-container {
width: 1080px;
max-width: 100%;
padding: 0 40px;
}
#goods2 .swiper-slide {
padding-bottom: 70px;
border-radius: 0;
border: solid 6px #007ab8;
transform: skewX(-5deg);
}
#goods2 .swiper-slide-prev,
#goods2 .swiper-slide-next + .swiper-slide +  .swiper-slide {
opacity: 0;
transition: 2s;
}
#goods2 .swiper-slide div {
border-bottom: solid 2px #007ab8;
}
#goods2 .swiper-slide div img {
border-radius: 0;
}
#goods2 .swiper-slide h3,
#goods2 .swiper-slide p,
#goods2 .swiper-slide dl {
transform: skewX(5deg);
}
#goods2 .swiper-slide dl {
padding: 10px 20px 0;
}

/* #event */
#event {
padding-top: 60px;
}
#event:before {
content: "";
background: #FFF url("../img/event_bg.png") no-repeat center bottom;
___background-size: 100% auto;
background-size: cover;
width: 100%;
height: 100%;
position: fixed;
___top: 120px;
top: 0;
left: 0;
z-index: -1;
}
#event h2 {
margin-bottom: 40px;
}

#event figure a {
color: #003894;
text-decoration: underline;
}
#event figure a:hover {
text-decoration: none;
}
#event figcaption {
color: #003894;
text-align: left;
}
#event h3 {
font-size: 28px;
font-weight: bold;
line-height: 1.3;
}
#event p {
padding: 20px 0;
}

#event #box {
background: #FFF;
width: 916px;
max-width: 100%;
margin: 0 auto 25%;
border: solid 8px #003894;
box-shadow: 8px 8px 20px -5px #000;
position: relative;
}
#event #box:after {
content: "";
background: #FFF;										/* ←イベント数が奇数なら */
background: #003894;					/* ←イベント数が偶数なら */
___background: -moz-linear-gradient(left, #003894 50%, #171c61);
___background: -webkit-linear-gradient(left, #003894 50%, #171c61);
___background: linear-gradient(to right, #003894 50%, #171c61);
width: 100%;
height: 8%;
position: absolute;
bottom: -8%;
left: -8px;
transform: skewY(-8deg);
transform-origin: bottom left;
border: solid 8px #003894;
border-top: none;
box-shadow: 0 10px 10px -5px rgba(0,0,0,.8);
}

#event #box figure {
padding: 80px 60px 80px 0;
justify-content: space-between;
position: relative;
}
#event #box figure:nth-child(even)	{
padding: 20px 0 80px 60px;
}
#event #box figure:not(:first-child)	{
padding-top: 20px;
}
#event #box figure:last-child	{
padding-bottom: 0;
}
#event #box figure:last-child	div,
#event #box figure:last-child	figcaption {
margin-bottom: -10%;
}
#event #box figure div {
flex-basis: 56%;
margin-left: -40px;
z-index: 1;
}
#event #box figure:nth-child(even) div {
margin-left: auto;
margin-right: -40px;
}
#event #box figcaption {
flex-basis: 44%;
z-index: 1;
}
#event #box figure:nth-child(even) figcaption {
order: -1;
}
#event #box figure:after {
content: "";
background: #003894;
___background: -moz-linear-gradient(left, #003894 50%, #171c61);
___background: -webkit-linear-gradient(left, #003894 50%, #171c61);
___background: linear-gradient(to right, #003894 50%, #171c61);
width: 100%;
height: 30%;
position: absolute;
bottom: -30%;
left: 0;
transform: skewY(-8deg);
transform-origin: bottom left;
}
#event #box figure:last-child:after {
display: none;
}
#event #box dl {
background: rgba(253,229,190,.9);
color: #003894;
padding: 20px 20px 10px;
}

#event #box figure:nth-child(even){
background: #003894;
___background: -moz-linear-gradient(left, #003894 50%, #171c61);
___background: -webkit-linear-gradient(left, #003894 50%, #171c61);
___background: linear-gradient(to right, #003894 50%, #171c61);
background-size: 100% auto;
}
#event #box figure:nth-child(even):after {
background: #FFF;
}
#event #box figure:nth-child(even) figcaption,
#event #box figure:nth-child(even) figcaption a {
color: #FFF;
}
#event #box figure:nth-child(even) dl {
background: rgba(253,229,190,.9);
}

#event div.flex {
width: 916px;
max-width: 90%;
margin: 0 auto;
flex-wrap: wrap;
justify-content: space-between;	
}
#event div.flex figure {
flex-basis: 45%;
margin-bottom: 90px;
position: relative;
}
#event div.flex figure div {
text-align: left;
margin-left: -40px;
}
#event div.flex figcaption {
background: #003894;
___background: -moz-linear-gradient(left, #003894 50%, #171c61);
___background: -webkit-linear-gradient(left, #003894 50%, #171c61);
___background: linear-gradient(to right, #003894 50%, #171c61);
color: #FFF;
padding: 30px 30px 0;
position: relative;
}
#event div.flex figcaption a {
color: #FFF;
}
#event div.flex figcaption:before {
content: "";
background: #003894;
___background: -moz-linear-gradient(left, #003894 50%, #171c61);
___background: -webkit-linear-gradient(left, #003894 50%, #171c61);
___background: linear-gradient(to right, #003894 50%, #171c61);
width: 100%;
height: 60px;
position: absolute;
top: 0;
left: 0;
transform: skewY(-8deg);
transform-origin: bottom left;
z-index: -1;
}
#event div.flex figcaption:after {
content: "";
background: #003894;
___background: -moz-linear-gradient(left, #003894 50%, #171c61);
___background: -webkit-linear-gradient(left, #003894 50%, #171c61);
___background: linear-gradient(to right, #003894 50%, #171c61);
width: 100%;
height: 60px;
position: absolute;
bottom: -60px;
left: 0;
transform: skewY(-8deg);
transform-origin: bottom left;
z-index: -1;
}
#event div.flex dl dt {
background: #FFF;
color: #003894;
}

#event div.flex figure:nth-child(even) {
margin-top: 90px;
}
#event div.flex figure.wht figcaption {
background:  #FFF;
color: #003894;
border-left: solid 4px #003894;
border-right: solid 4px #003894;
}
#event div.flex figure.wht figcaption:before,
#event div.flex figure.wht figcaption:after {
background:  #FFF;
border: solid 4px #003894;
left: -4px;
}
#event div.flex figure.wht figcaption:before {
border-bottom: none;
}
#event div.flex figure.wht figcaption:after {
border-top: none;
}
#event div.flex figure.wht dl dt {
background: #003894;
color: #FFF;
}

/* .pr */
.pr {
background: #FFF;
padding-top: 40px;
}
.pr p {
font-size: 14px;
}
.pr div img {
width: 70%;
}
.pr div + div {
margin-top: 30px;
}

/* .booth*/
.booth {
background: url("../img/booth_bg.png") no-repeat center center;
background-size: cover;
padding-top: 60px;
}

/* .gourmet */
.gourmet {
padding-top: 60px;
}

/* #tohoku-booth */
#tohoku-booth {
background: url("https://www.montedioyamagata.jp/information/20211121/img/tohoku-booth_bg.png") no-repeat center bottom;
background-size: cover;
}

/* #limited */
#limited {
background: url("../img/limited_bg.jpg") no-repeat center bottom;
background-size: cover;
}

/* #limited3 */
#limited3 {
background: url("https://www.montedioyamagata.jp/information/20211121/img/limited3_bg.png") no-repeat center bottom;
background-size: cover;
}

/* #popular */
#popular {
background: url("https://www.montedioyamagata.jp/information/20211121/img/gourmet_bg.jpg") no-repeat center bottom;
background-size: cover;
}

/* #goods */
#goods {
background: #003894 url("../img/goods_bg.jpg") no-repeat center bottom;
background-size: contain;
}

/* #goods2 */
#goods2 {
background: #003894 url("https://www.montedioyamagata.jp/information/20211121/img/goods2_bg.png") no-repeat center bottom;
background-size: cover;
}

/* #gourmet-details */
#gourmet-details {
background: #003894;
padding: 10px 0 40px;
}
#gourmet-details .link a {
width: 360px;
}

/* #sns */
.share__icon {
display: flex;
justify-content: center;
margin: 0;
}
.share__icon li {
width: 20%;
}
.share__icon__item a {
color: #3e3e3e;
line-height: 1;
transition: opacity 0.2s ease;
padding: 15px 10px;
display: flex;
justify-content: center;
align-items: center;
}
.share__icon .line {
background: #00B900;
}
.share__icon .twitter {
background: #1DA1F2;
}
.share__icon .facebook {
background: #1877F2;
}
.share__icon .instagram {
background: url("../img/sns_instagram_bg.png") center no-repeat;
background-size: cover;
}
.share__icon .youtube {
background: #FF0000;
}
.share__icon__inner img {
width: 40px;
}
.share__icon__name {
margin-top: 5px;
text-align: center;
font-size: 10px;
color: #fff;
}
.share__icon__btn {
border: #fff 1px solid;
padding: 5px 20px;
border-radius: 10px;
margin-top: 10px;
font-size: 10px;
color: #fff;
}

/* #information */
#information a {
background: #FFE038;
font-size: 23px;
font-weight: bold;
padding: 20px;
display: block;
}


/* footer
------------------------------------------------------------ */
footer {
background: #000;
}
footer h1 {
width: 188px;
margin: 0 auto 30px;
}
footer p {
color: #FFF;
font-size: 12px;
}
footer p + p {
font-size: 11px;
}

/* #ticket */
#ticket {
display: none;
position: fixed;
right: 1%;
bottom: 2%;
z-index: 3;
}





@media screen and (max-width: 1024px) {
/* iPad横以下 */

/* main
------------------------------------------------------------ */
/* swiper */
.booth .swiper-slide h3 {
font-size: 22px;
padding: 10px;
}
#goods .swiper-slide-next + .swiper-slide {
opacity: 0;
transition: 2s;
}
/* #movie */
#movie iframe {
min-width: auto;
width: 700px;
height: 400px;
}
/* #event */
#event {
padding-top: 0;
}

/* footer
------------------------------------------------------------ */
/* #ticket */
#ticket {
width: 150px;
}

}


@media screen and (max-width: 1024px) and (orientation:portrait) {
/* iPad縦以下 */

/* set
------------------------------------------------------------ */
.pc {
display: none;
}
.smd {
display: block;
}

/* header
------------------------------------------------------------ */
header {
margin-top: 60px;
}

/* #match */
#match p strong {
display: block;
}

/* #highlight */
#highlight figure {
display: block;
}
#highlight figcaption {
padding: 20px;
}

/* .nav */
.nav li {
width: 32%;
}
.nav li .link a {
padding-right: 20px;
}

/* main
------------------------------------------------------------ *
/* #event */
#event:before {
top: 60px;
}
#event #box {
margin: 0 auto 60px;
}
#event #box figure {
padding: 60px 0 !important;
display: block;
}
#event #box figure div {
text-align: center;
margin: 0 auto 20px !important;
}
#event #box figcaption {
width: 90%;
margin: 0 auto !important;
}
#event #box:after,
#event #box figure:after,
#event #box figure:before {
display: none;
}
#event div.flex h3 {
font-size: 22px;
}

/* #sns */
.share__icon__name,
.share__icon__btn {
display: none;
}
/* #information */
#information a {
font-size: 20px;
}

}


@media screen and (max-width: 740px) {
/* iPhone以下 */

/* set
------------------------------------------------------------ */
body {
font-size: 14px;
line-height: 1.4;
}
.smd {
display: none;
}
.smp {
display: block;
}
br.smp {
font-size: 0;
}

/* common
------------------------------------------------------------ */
/* layout */
section {
padding: 30px 0;
}

/* header
------------------------------------------------------------ */
/* #match */
#match div {
max-width: 80%;
margin: 0 auto 20px;
}
#match p {
font-size: 20px;
}
#match p span {
font-size: 14px;
}
#match p em {
font-size: 26px;
}
#match p em span {
font-size: 18px;
}
#match p strong {
font-size: 28px;
}
#match p:nth-of-type(4) {
margin: 20px 0;
}

/* #highlight */
#highlight figcaption h3 {
font-size: 18px;
}

/* .nav */
.nav ul {
max-width: 100%;
padding: 0 0 10px;
}
.nav li {
width: 110px;
margin: 0 5px;
}
.nav li .link {
margin-top: 10px;
}
.nav li .link a {
font-size: 16px;
line-height: 1.3;
width: 110px;
height: 110px;
padding-right: 0;
border-radius: 50%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.nav li .link a:after {
display: none;
}

/* main
------------------------------------------------------------ */
/* common */
dl dt {
font-size: 12px;
line-height: 20px;
width: 40px;
height: 20px;
}
dl dd {
font-size: 14px;
padding: 2px 0 10px 50px;
}
dl dd em {
font-size: 16px;
}
dl dd span {
font-size: 10px;
}

/* swiper */
.swiper-slide {
padding-bottom: 80px;
}
.booth .swiper-slide p {
padding: 10px 10px 0;
}
.booth .swiper-slide dl {
padding: 10px 20px;
}
#goods .swiper-slide h3 {
font-size: 19px;
}

/* #movie */
#movie iframe {
height: 250px;
}

/* #coach */
#coach .vwmax + div img {
max-width: 60%;
}
#coach .link {
max-width: 80%;
}

/* #event */
#event h3 {
font-size: 22px;
}
#event #box figure {
padding: 0 0 60px !important;
}
#event div.flex {
display: block;
}
#event div.flex figure div {
text-align: center;
margin-left: 0;
}

/* #information */
#information a {
font-size: 18px;
}

/* footer
------------------------------------------------------------ */
footer {
padding-bottom: 60px;
}
footer p {
font-size: 10px;
}
footer p + p {
font-size: 10px;
}

/* #ticket */
#ticket {
width: 70px;
}

}