@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
.wf-loading {
    visibility: hidden;
    opacity: 0;
}

.wf-active,
.wf-inactive {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s linear, opacity 0.5s linear;
}

html{
	font-size:62.5%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form,figure,
input, select, textarea, button, div, small{
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
    font-family: "dnp-shuei-gothic-gin-std", system-ui, -apple-system, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.75;
	font-feature-settings: "palt";
    color: #222222;
    text-align: left;
    box-sizing: border-box;
    letter-spacing: 0.05em;
}

.img, .video {
    max-width: 100%;
    max-height: 100%;
}

a{
	text-decoration: none;
    color: #222222;
}

a img {
 transition: opacity 0.3s ease-out;
}

img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

button{
	background: none;
	border: none;
    cursor: pointer;
}

input, select, textarea {
    display: block;
    border: none;
    border-radius: 0;
    color: inherit;
    background: inherit;
    -webkit-appearance: none;
    font-size: inherit;
    cursor: pointer;
    line-height: 2;
    border-radius: 5px;
	font-family: “Hiragino Sans W3”, “Hiragino Kaku Gothic ProN”, “ヒラギノ角ゴ ProN W3”, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: unset;
    /* color: #FFF; */
}
select {
    -webkit-appearance: none;
    appearance: none;
}

input, select {
    -webkit-appearance: none;
    appearance: none;
}

/* ----------------------------------------------------------------------------------------------------
*  ティザー
* --------------------------------------------------------------------------------------------------*/
body {
    background: #efede4;
}
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;   /* ← hidden よりクリップが堅い */
    overflow-y: auto;   /* 必要に応じて */
}
img{
    max-width: 100%;
}
.teaser{
    min-height: 100vh;  /* ← height ではなく min-height に変更 */
    display: flex;
    justify-content: center;
    align-items: center;
}
.side-bg{}
.side-bg__left{
    position: fixed;
    z-index: 99;
    top: -5px;
    left: 12px;
    width: 18px;
    height: 100%;
    background: url(../images/common/side-bg-left.png);
    background-size: 100%;
}
.side-bg__right{
    position: fixed;
    z-index: 99;
    top: -5px;
    right: 12px;
    width: 18px;
    height: 100%;
    background: url(../images/common/side-bg-right.png);
    background-size: 100%;
}
.top-back{
    position: absolute;
    right: 9.5rem;
    top: 5.5rem;
    font-size: 1.5rem;
}
.top-back__link{
    position: relative;
    display: inline-block;
    line-height: 1;
    transition: .3s;
    font-weight: bold;
}
.top-back__link:before{
    position: absolute;
    display: block;
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: .3s;
}
@media (any-hover: hover) {
    .top-back__link:hover{
        opacity: 0.8;
    }
    .top-back__link:hover:before{
        opacity: 0;
    }
  }
/* ロゴ */
.teaser-wrap{
    padding-top: 9rem;
}
.logo-block__logo{
    width: 12rem;
    margin: 0 auto;
}
.logo-block__title{
    width: 28rem;
    margin: 3.5rem auto 3rem;
}

.teaser-contents{
    width: 84vw;
    margin: 0 auto;
    text-align: center;
}
.teaser-contents__text{
    font-size: 1.8rem;
    line-height: 2;
    font-weight: bold;
    text-align: center;
}
.teaser-contents .teaser-contents__schedule{
    margin-top: 2.5rem;
    display: inline-block;
    font-size: 1.4rem;
    border: 1px solid #222222;
    border-radius: 3rem;
    padding: 0.7rem 2.2rem;
    line-height: 1;
    font-weight: bold;
}
/* ループスライダー */
.loop-slider {
    margin-top: 8.5rem;
    position: relative;
    z-index: 9;
    overflow: hidden;
    width: 100%;
}
.slider-inner {
    display: flex;
    white-space: nowrap;
}
.loop-slide__item {
    flex-shrink: 0;
    width: 221rem;
}
.slider{
    margin-top: 8.5rem;
    overflow: hidden;
}

/* コピーライト */
.copyright{
    margin-top: 4rem;
    padding-bottom: 12rem;
}
.copyright small{
    display: block;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
}
.pc{display: block;}
.sp{display: none;}
@media screen and (max-width: 850px) {
    .pc{display: none;}
    .sp{display: block;}
    .top-back{
        right: 4rem;
        top: 3rem;
        font-size: 1.4rem;
    }
    .side-bg__left{
        position: fixed;
        z-index: 99;
        top: 0;
        left: 6px;
        width: 10px;
    }
    .side-bg__right{
        position: fixed;
        z-index: 99;
        top: 0;
        right: 6px;
        width: 10px;
    }
    /* ロゴ */
    .teaser-wrap{
        padding-top: 11.5rem;
    }
    .logo-block__logo{
        width: 8.5rem;
    }
    .logo-block__title{
        width: 20rem;
        margin: 2.5rem auto 4.5rem;
    }
    .teaser-contents__text{
        font-size: 1.6rem;
        line-height: 1.94;
        letter-spacing: 0.05em;
    }
    .teaser-contents .teaser-contents__schedule {
        margin-top: 3rem;
        font-size: 1.4rem;
    }
    .loop-slider{
        margin-top: 6rem;
    }
    .loop-slide__item {
        width: 172rem;
    }
    .copyright{
        margin-top: 7rem;
    }
}