@charset "UTF-8";

p{margin: 0; line-height: 1.7}
html {
    scroll-behavior: smooth;
    width: 100%;
    box-sizing: border-box;
/*  font-family: "M PLUS 1p","Noto Sans JP","游ゴシック","メイリオ",serif;*/
    /*font-family: "Roboto Slab",Garamond,"Times New Roman","游明朝","Yu Mincho",
    "游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;*/
}

body{
    font-family: 'Zen Kaku Gothic New','Zen Kaku Gothic',"M PLUS 1p","Noto Sans JP","游ゴシック","メイリオ",'Zen Maru Gothic',serif!important;
}

a{
    text-decoration: none;
    transition: 0.7s;
}
a:hover{
    opacity: 0.7;
    text-decoration: none;
}
img{
    width: 100%;
}

.sp{
    display: none;
}
.tb_sp{
    display: none;
}

.content_wrap{
    width: 100%;
    position: relative;
    background-image: url(img/korean_hai.jpg?09);
    background-size: auto;
    background-repeat: repeat-y;
    background-position: top center;
    padding-bottom: 50px;
}
.korean_top{
    background-image: url(img/top_title2.png?09);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 835px;
}
.korean_wrap{
    max-width: 1000px;
    width: 90%;
    margin: -1.5% auto 0;
    padding: 10px 20px 40px;
    box-sizing: border-box;
    background-color: rgb(249 240 216);
}
.kop_tex{
    margin-bottom: 15px;
}
.kop_tex p{
    text-align: center;
}
.kop_tex .kotitle{
    color: #d6000f;
    font-size: 24px;
    font-weight: bold;
    background-color: #fff;
    padding: 15px 20px;
    width: 100%;
    max-width: 535px;
    margin: -40px auto 35px;
    border-radius: 50px;
}
.kop_tex .komintex{
    font-size: 16px;
    color: #333;
    max-width: 850px;
    margin: 0 auto 40px;
}
.kop_tex .umaimono{
    color: #004a8a;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    direction: flex;
    align-content: center;
    justify-content: center;
}
.kop_tex .umaimono img{
    max-width: 22px;
    margin-right: 5px;
}
.kop_tex .umaimono img:nth-of-type(2){
    transform: scale(-1, 1);
    margin-left: 5px;
}
.koitem_wrap{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 850px;
    margin: 0 auto 50px;
}
.koitem_wrap .item_con{
    width: 24%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 10px;
}
.koitem_wrap .item_con img{
    padding: 10px;
}
.niji_line{
    line-height: 0;
}

.korean_line{
    position: relative;
}
.korean_line:before{
    content: '';
    background-image: url(img/korean_line.png?09);
    background-repeat: repeat-y;
    background-size: contain;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
}
.korean_line:after{
    content: '';
    background-image: url(img/korean_lline.png?09);
    background-repeat: repeat-y;
    background-size: contain;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
}
.korean_line:before,.korean_line:after{
    width: 22px;
}

.item_con p{
    color: #333;
    font-size: 14px;
    margin: 0px auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
}
.item_con.naika p{
    margin-bottom: 0;
}
.item_con p.item_debtn{
    padding: 3px 5px 5px;
    background-color: #d6000f;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    position: relative;
    margin: 0;
    min-height: 32px;
    width: 100%;
}
.item_con p.item_debtn:before{
    content: '';
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 13px;
    height: 10px;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.item_con.item_con_not p.item_debtn{
    background-color: #fff;
    border: solid 1px #d6000f;
    color: #d6000f;
    font-size: 10px;
}
.item_con.item_con_not p.item_debtn:before{
    display: none;
}
.bottom_tex .umaimono{
    color: #d6000f;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 5px;
}
.bottom_tex .umaimono img{
    max-width: 22px;
    margin-right: 5px;
}
.bottom_tex .umaimono img:nth-of-type(2){
    transform: scale(-1, 1);
    margin-left: 5px;
}
.bottom_tex a{
    display: flex;
    background-color: #d6000f;
    padding: 20px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    max-width: 400px;
    margin: 0 auto 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}
.bottom_tex a:before {
    content: '';
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 13px;
    height: 10px;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.bottom_tex a img{
    max-width: 32px;
    height: 24px;
    margin-right: 10px;
    margin-left: -16px;
}
.kometex{
    font-size: 12px;
    max-width: 850px;
    margin: 0 auto;
}
.mainkome{
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.shop_con {
    text-align: center;
    padding-top: 70px;
}
.shop_con h4 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.shop_con img {
    width: 216px;
    margin: 10px 0 20px;
}
.shop_btn {
    background-color: #13a555;
    padding: 21px 30px;
    max-width: 400px;
    width: 80%;
    display: inline-block;
    border-radius: 40px;
    transition: 0.3s;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.shop_btn p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.shop_btn p::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 12px;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    right: 20px;
}
.shop_con h4::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 22px;
    background-image: url(img/txt_deco2.png);
    background-size: contain;
    vertical-align: bottom;
    margin-right: 8px;
}
.shop_con h4::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 22px;
    background-image: url(img/txt_deco2b.png);
    background-size: contain;
    vertical-align: bottom;
    margin-left: 8px;
}

.movie_bnr{
    position: fixed;
    bottom: 50px;
    right: 3%;
    max-width: 205px;
    width: 100%;
    cursor: pointer;
    z-index: 999;
}
.movie_bnr a img:hover{
    opacity: 0.9;
}
.movie_bnr.none{
    display: none;
}
.xbtn{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    color: #b70016;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
}
.xbtn:hover{
    opacity: 0.7;
}

.annotation {
    max-width: 1025px;
    width: 93%;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
}
.annotation ul {
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 880px;
}

@media screen and (min-width: 1921px){
    .content_wrap{
        background-size: cover;
    }
    .korean_top{
        padding-top: 50%;
        height: unset;
    }
}
@media screen and (max-width:1800px){
    .korean_top {
        background-size: 108%;
        background-position: top center;
        height: unset;
        padding-top: 55%;
    }
}
@media screen and (max-width:1500px){
    .korean_wrap{
        margin: 0 auto;
    }
}
@media screen and (max-width:1200px){
    .koitem_wrap .item_con{
        width: 32%;
    }
    .kop_tex .komintex{
        font-size: 15px;
    }
    .korean_line:before,.korean_line:after{
        width: 15px;
    }
    .movie_bnr{
        width: 150px;
    }
}
@media screen and (max-width:1023px){
    .pc_only{
        display: none;
    }
    .tb_sp{
        display: block;
    }

    .content_wrap{
        background-size: 120%;
    }
    .korean_top {
        background-size: 108%;
        background-position: top center;
        height: unset;
        padding-top: 55%;
    }
    .koitem_wrap .item_con{
        width: 32%;
    }
    .kop_tex .komintex{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .kop_tex .kotitle{
        font-size: 22px;
        margin: -40px auto 25px;
    }
}
@media screen and (max-width:700px){
    .content_wrap{
        background-size: 200%;
    }
    .item_con p{
        font-size: 13px;
    }
    .item_con p.item_debtn{
        font-size: 12px;
        min-height: 25px;
    }
    .item_con p.item_debtn:before {
        width: 8px;
        height: 8px;
        right: 7px;
    }
    .korean_line:before,.korean_line:after{
        display: none;
    }
}
@media screen and (max-width:600px){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }

    .korean_top {
        background-image: url(img/top_title_sp2.png?09);
        background-size: 100%;
        background-position: top center;
        height: unset;
        padding-top: 145%;
    }
    .korean_wrap{
        width: 93%;
        padding: 10px 20px 25px;
    }
    .koitem_wrap .item_con{
        width: 48%;
        margin-bottom: 15px;
    }
    .kop_tex .kotitle{
        font-size: 20px;
    }
    .kop_tex .komintex{
        font-size: 14px;
    }
    .kop_tex .umaimono{
        font-size: 18px;
    }
    .bottom_tex .umaimono{
        font-size: 16px;
    }
    .bottom_tex a{
        font-size: 16px;
        padding: 15px 20px;
        margin-bottom: 30px;
    }
    .kop_tex .umaimono img{
        max-width: 18px;
    }
    .koitem_wrap{
        margin-bottom: 30px;
    }
    .kometex{
        font-size: 11px;
    }
    .mainkome{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .shop_btn{
        padding: 15px 20px;
    }
    .shop_btn p{
        font-size: 16px;
    }
    .shop_con{
        padding-top: 50px;
    }
    .movie_bnr{
        bottom: 40px;
    }
}
@media screen and (max-width: 420px){
    .kop_tex .kotitle{
        font-size: 18px;
        padding: 15px 10px;
    }
    .kop_tex .umaimono{
        font-size: 16px;
    }
}
@media screen and (max-width: 370px){
    /*.korean_wrap{
        width: 95%;
        padding: 10px 15px 25px;
    }*/
    .koitem_wrap .item_con{
        padding: 10px 10px 12px;
    }
    .kop_tex .kotitle {
        font-size: 16px;
        padding: 12px 10px;
        margin: -35px auto 20px;
    }
    .item_con p{
        font-size: 12px;
    }
    .item_con p.item_debtn{
        font-size: 11px;
    }
}