
/* ----------------------------------------
Base
---------------------------------------- */
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
}
.dropdown {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.dropdown:nth-of-type(2){
    margin:0;
}

.dropdown::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    top: 15px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.dropdown select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
    box-sizing: border-box;
}


.pc {
display: block;
}

.sp {
display: none;
}

.pc-in {
display: inline-block;
}

.sp-in {
display: none;
}

.pc-table {
display: table;
}

.sp-table {
display: none;
}

.in a:hover{
color: #ffffff;
}

.goodsinfo img{
max-width: 165px;
}



.goodslineup img{
max-width: 200px;
}


.goods_price p {
font-size: 1.5em;
letter-spacing: 0.05em;
font-weight: bold;
line-height: 1;
margin-bottom: 0.5em;
margin-top: 0.7em;
padding: 0 0 20px 0;
border-bottom: 1px solid;
}
.goods_price p span {
font-size: .6em;
font-weight: lighter;
}
.goods_spec p {
font-size: .7em;
letter-spacing: 0.01em;
line-height: 2;
}

.interview-container{
    white-space: wrap;
}

.interview-container span {
    display: inline-block;
    margin-right: 10px;
}

.interview-container span:not(:last-child)::after {
    content: "/";
    margin-left: 5px;
}
#nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 64px;
z-index: 10;
-webkit-transition: background 0.2s;
transition: background 0.2s;
margin-bottom: 20px;
margin-top: 0px;
}

#nav.fixed {
position: fixed;
top: 0;
background: rgba(255, 255, 255, 0.9);
}

#nav .in {
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 1em;
width: 100%;
}

#nav .in li {
margin: 0 20px;
background: #c78b04;
font-size: 1.25em;
width: 30%;
}

#nav a {
display: block;
line-height: 0;
text-decoration: none;
    display: block;
    line-height: 0;
    text-decoration: none;
    font-size: .9em;
    padding: 25px 35px;
}
.sp-inner{
    width: 100%;
}
#nav a span {
display: inline-block;
position: relative;
height: 36px;
padding: 10px 15px 0 15px;
-webkit-transition: all .2s;
transition: all .2s;
}

#nav a span::before,
#nav a span::after {
content: "";
background: #ffc38a;
width: 100%;
height: 1px;
position: absolute;
left: 0;
opacity: 0;
-webkit-transition: all .2s;
transition: all .2s;
}

#nav a span::before {
top: 4px;
}

#nav a span::after {
bottom: 4px;
}

#nav a svg {
fill: #f1704d;
-webkit-transition: all .2s;
transition: all .2s;
}



#page-top {
position: fixed;
bottom: 20px;
right: 20px;
font-size: 77%;
z-index: 99999;
}
#page-top a {
background: #f18700;
text-decoration: none;
color: #fff;
width: 100px;
padding: 30px 0;
text-align: center;
display: block;
border-radius: 50px;
width: 75px;}
#page-top a:hover {
text-decoration: none;
background: #f18700;
}

.pd{padding: 0 2.5%;margin-top: 2em;}

.information{line-height: 1.8;}

#special h3{margin: 2em 0;}

.logo{margin-bottom: 50px;}

.information li{
text-indent: -1em;
padding-left: 1em;
}
.information h4{    
font-size: 1.5rem;
font-weight: 700;
color: #ffffff;
text-align: left;
border-radius: 50px;
margin-bottom: 5px;

}

.info {
font-weight: 700;
color: #efd20a;
text-align: center;
margin-bottom: 30px;
font-size: 1.8rem;
}

.goodslineup-block{
padding: 10px;
}


.goodslineup-block .inner{
max-width: 1200px;
margin: 0 auto;

}

.goodslineup-block .inner h2{
margin: 1.5em auto 3em;
padding: 10px 0 5px 20px;
max-width: 925px;
min-height: 2em;
background-size: auto 1.6em;
color: #f18900;
border-bottom: 2px solid #f18900;
}
.goodslineup-block .inner h2.line2020{
margin: 1.5em auto 3em;
padding: 10px 0 5px 0px;
max-width: 925px;
min-height: 2em;
background-size: auto 1.6em;
color: #f18900;
border-bottom: 2px solid #f18900;
}



.size-list .bg1 h2{
margin: -1em auto 2em;
padding: 10px 0 5px 20px;
max-width: 925px;
min-height: 2em;

background-size: auto 1.6em;
color: #c78b04;
border-bottom: 2px solid #c78b04;
}

.goodslineup-block .inner h2 span{
font-size: 1.25em;
}
.inner h1 {
width: 900px;
height: 296px;
background: url(../img/logo_pc.png) no-repeat center/cover;
text-indent: 100%;
overflow: hidden;
white-space: nowrap;
margin: 0 auto 30px auto;
}
.contents .goodslineup-block .goods-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
padding: 0 0px;
}

.contents .goodslineup-block .goods-list li {
    width: 300px;
    margin: 5px 15px 40px;
    text-align: center;
    position: relative;
}

.contents .goodslineup-block .goods-list .big{
width:890px !important;
}

.lead .card img{
margin: 2em auto 0;
}


.contents .goodslineup-block .goods-list li p.size {
display: block !important;
width: auto !important;
float: none !important;   
margin: -1em auto 0;    font-size: 1.05em;
text-decoration: underline;
}

.goods_text h4{font-size: 1.6rem;
font-weight: 700;
color: #000;
background: #efd20a;
text-align: center;
border-radius: 50px;
margin-top: 15px;
margin-bottom: 3px;
padding: 5px;}
.slide_text{font-size: .5em;}
#size{
display: block;
padding-top: 100px;    margin-top: -100px;
text-align: center;
}

#size2{
display: block;
padding-top: 70px;    margin-top: -70px;text-align: center;
}
#size3{
display: block;
padding-top: 70px;    margin-top: -70px;text-align: center;
}
#size4{
display: block;
padding-top: 70px;    margin-top: -70px;text-align: center;
}
#size5{
display: block;
padding-top: 70px;    margin-top: -70px;text-align: center;
}
.contents .goodslineup-block .goods-list li img {
max-width: 100%;
}


.contents .goodslineup-block .size-list .table-wrap {
width: 100%;
max-width: 880px;
margin-left: auto;
margin-right: auto;
}

.contents .goodslineup-block .size-list .table-wrap p:nth-of-type(2) {
margin-top: 30px;
}

.contents .goodslineup-block .size-list .table-wrap .size-table {
margin-top: 10px;
max-width: 812px;
margin-left: auto;
margin-right: auto;
}

.contents .goodslineup-block .size-list .table-wrap .note {
margin-top: 30px;
padding-left: 34px;
}

.contents .goodslineup-block .size-list .table-wrap .dot-list {
max-width: 812px;
margin: 10px auto 20px;
}

.contents .goodslineup-block .size-list .table-wrap .dot-list > li {
margin-bottom: 0;
}


.contents .size-table {
width: 100%;
height: 100%;
margin-top: 30px;
border-collapse: collapse;
line-height: 1.6;
}

.contents .size-table th {
padding: 8px 10px;
vertical-align: middle;
text-align: center;
border: 1px solid #c78b04;
font-size: 15px;
background: #c78b04;
font-weight: normal;
line-height: 1.3;
}

.contents .size-table td {
padding: 14px 10px 16px;
vertical-align: middle;
text-align: center;
border: 1px solid #c78b04;
font-size: 1.4rem;
}

.contents .size-table .span2 {
padding: 0 10px;
height: 100%;
overflow: hidden;
}

.contents .size-table th.span2 span,
.contents .size-table td.span2 span {
height: 100%;
width: 50%;
padding: 8px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
float: left;
}

.contents .size-table td.span2 span {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.contents .size-table td.span2 span:nth-child(1),
.contents .size-table th.span2 span:nth-child(1) {
padding-right: 10px;
border-right: 1px solid #f98b00;
}

.contents .size-table td.span2 span:nth-child(2),
.contents .size-table th.span2 span:nth-child(2) {
padding-left: 10px;
}


@media screen and (min-width: 768px){
.register span {
background: url(https://kingeshop.jp/img/kingsuperlive/images/icon_cart.png) no-repeat 0 0;
font-weight: 600;
background-size: 1.8em auto;
padding: 0.2em 0 1em 2.5em;
color: #fff;
/* font-size: 1.3em; */
font-size: 1em;
line-height: 3.9;
letter-spacing: 2px;
}



}
@media screen and (max-width: 768px){
.register span {
background: url(https://kingeshop.jp/img/kingsuperlive/images/icon_cart.png) no-repeat 0 0;
background-position: right 58% bottom 100%;
font-weight: 600;
background-size: 2.3em auto;
}

.goods_spec p {
font-size: .95em;
letter-spacing: 0.01em;
line-height: 2;
}
.contents .goodslineup-block .goods-list li {
width: 100%;
margin: 5px 15px 50px;
text-align: center;
position: relative;
}
}
@media screen and (max-width: 768px){
.pd {
padding: 0 5%;
margin-top: 2em;
}
.register {
padding: 0em 1em;
}
.modal__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal2__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal3__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal4__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
	
.modal5__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal6__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal7__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal8__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal9__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal10__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal11__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal12__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal13__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal14__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal15__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}
.modal16__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 500px;
padding: 20px;
}

h2 .main {
font-size: 2.8rem;
line-height: 1.3;
}
#nav .in{margin-top: 1em;}

#nav .in li {
margin: 0 10px;
background: #c78b04;
font-size: 1.25em;
width: 50%;
}
#nav a {
    padding: 25px 13px;
}
.info {
font-size: 1.8rem;
line-height: 1.6;
}


.logo{
margin-bottom: 40px;

}


}

/* モーダル */
.modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8);
}
/* モーダルがactiveの時 */
.modal.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}


/* モーダル */
.modal2 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal2.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal2__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal2__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal2__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal2__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

/* モーダル */
.modal3 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal3.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal3__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal3__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal3__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal3__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}


/* モーダル */
.modal4 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal4.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal4__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal4__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal4__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal4__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

/* モーダル */
.modal5 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal5.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal5__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal5__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal5__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal5__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

/* モーダル */
.modal6 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal6.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal6__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal6__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal6__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal6__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

/* モーダル */
.modal7 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal7.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal7__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal7__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal7__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal7__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

/* モーダル */
.modal8 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal8.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal8__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal8__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal8__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal8__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

/* モーダル */
.modal9 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal9.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal9__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal9__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal9__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal9__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

/* モーダル */
.modal10 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal10.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal10__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal10__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal10__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal10__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

/* モーダル */
.modal11 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal11.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal11__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal11__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal11__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal11__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

/* モーダル */
.modal12 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal12.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal12__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal12__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal12__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal12__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

/* モーダル */
.modal13 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal13.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal13__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal13__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal13__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal13__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

/* モーダル */
.modal14 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal14.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal14__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal14__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal14__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal14__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

/* モーダル */
.modal15 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal15.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal15__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal15__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal15__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal15__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}


/* モーダル */
.modal16 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(1, 0, 0, 0.8)!important;
}
/* モーダルがactiveの時 */
.modal16.is-active {
opacity: 1;
pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal16__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
/* モーダルのコンテンツ */
.modal16__content {
position: relative;
background-color: #fff;
width: 100%;
max-width: 560px;
padding: 30px;
}
/* モーダルを閉じるボタン */
.modal16__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal16__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}



/* モーダルを閉じるボタン */
.modal__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: 1px solid #ccc;
cursor: pointer;
z-index: 10;
}




.modal__close-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}
.modal2__close-btn2 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

.modal__close-btn3 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

.modal__close-btn4 {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
background: #fff;
border: none;
cursor: pointer;
z-index: 10;
font-size: 2.5em;
color: #707070;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
right: 12px !important;
left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
left: 12px !important;
right: auto;
}

.swiper2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper3 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper4 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper5 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper6 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper7 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper8 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper9 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper10 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper11 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper12 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper13 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper14 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper15 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper16 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

@media screen and (max-width: 1080px){
.inner h1 {
width: 70%;
margin: 0 auto 30px auto;
padding-top: 50.166%;
background: url(../img/logo_sp.png) no-repeat center/cover;
height: 0;
}
}
#nav a {
    display: block;
    line-height: 0;
    text-decoration: none;
    font-size: .9em;
    }