@charset "UTF-8";

/*確認用（公開時には削除）------------------------------------------------------------*/

body {
    margin: 0;
}

.ft-temporary.ft-temporary--black {
    display: none;
}

/*PC--------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=family=Shippori+Mincho&display=swap');

/*content*/

.bg-ill {
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.bg-ill .ill {
    background: url("../images/common/bg.jpg") no-repeat top center;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    height: 100vh;
}


#content {
    padding: 0;
    box-sizing: border-box;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(10px, 16 / 1200 * 100vw, 16px);
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #000;
    color: #fff;
}

#content p {
    margin: 0 0 1.5em 0;
}

#content p:last-child {
    margin: 0;
}

#content img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#content a {
    text-decoration: none;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    color: #c00;
}

#content a:hover{
    opacity: 0.7;
}

.dw-wrap .header-bg{
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
}

.dw-wrap .header-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.dw-wrap .header-wrap .header{
    aspect-ratio: 120 / 67.5;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/header/header01.jpg) no-repeat;
    background-size: cover;
}

.header-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.dw-wrap .spec-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-top: -90px;
    z-index: 1;
    position: relative;
}

.dw-wrap .spec-wrap .pv{
    width: 60%;
}

.dw-wrap .spec-wrap .pv .movie
{
    position: relative;
    width: 100%;
    aspect-ratio: 560 / 315;
}

.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    -moz-box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
}

.dw-wrap .spec-wrap .spec{
    width: 40%;
    padding-left: 4%;
    box-sizing: border-box;
}

.dw-wrap .spec-wrap .spec .spec-title{
    font-family: Futura, "Century Gothic";
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4em;
    border-bottom: 1px solid #fbc568;
    margin-bottom: 0.7em;
    padding-bottom: 0.5em;
    background: #BD7444;
    background: linear-gradient(0deg,rgba(189, 116, 68, 1) 30%, rgba(218, 166, 86, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dw-wrap .spec-wrap .spec dl{
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    margin: 0;
}

.dw-wrap .spec-wrap .spec dl dt{
    width: 25%;
    color: #fbeb5c;
}

.dw-wrap .spec-wrap .spec dl dd{
    width: 75%;
    margin: 0;
}

.dw-wrap .buy-wrap{
    display: flex;
    flex-wrap: wrap;
    background: #000;
    border-radius: 100px;
    overflow: hidden;
    line-height: 3;
}

.dw-wrap .buy-wrap .title{
    width: 19%;
    text-align: center;
}

.dw-wrap .buy-wrap .buy{
    width: 27%;
    text-align: center;
    border-right: 1px solid #BD7444;
    box-sizing: border-box;
}

.dw-wrap .buy-wrap .buy:last-child{
    border-right: none;
}

.dw-wrap .buy-wrap .buy a{
    display: block;
    background: #801408;
    color: #fbeb5c!important;
}

.dw-wrap section{
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    margin: 50px auto;
    box-sizing: border-box;
}

.dw-wrap .cbg01,
.dw-wrap .cbg02,
.dw-wrap .cbg03{
    background-color: rgba( 0, 0, 0, 0.5);
    background-image:
        url("../images/content/bg00.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20% auto;
}


.dw-wrap .cbg01 .eng,
.dw-wrap .cbg02 .eng,
.dw-wrap .cbg03 .eng
{
    background: #801408;
    display: inline-block;
    padding: 0 2em;
    margin-top: 3.5%;
}

.dw-wrap .cbg01 .eng span,
.dw-wrap .cbg02 .eng span,
.dw-wrap .cbg03 .eng span{
    font-family: Futura, "Century Gothic";
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4em;
    background: #BD7444;
    background: linear-gradient(0deg,rgba(189, 116, 68, 1) 30%, rgba(218, 166, 86, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dw-wrap .cbg01 .innerframe,
.dw-wrap .cbg02 .innerframe,
.dw-wrap .cbg03 .innerframe{
    padding: 3.5%;
}

.dw-wrap .frame{

border:10px solid transparent;
border-image-source: url("../images/content/frame.png");
border-image-slice: 10 fill;
border-image-width: 10px;
border-image-repeat: repeat;
width:100%;
box-sizing: border-box;
}

.dw-wrap h2{
    font-size: clamp(10px, 38 / 1200 * 100vw, 38px);
    font-weight: normal;
    margin: -2% 0 2.5% 0;
    padding: 0;
    text-align: center;
    line-height: 1.3;
    color: #ffc47f;
}

.dw-wrap h2 span{
    color: #ff0;
}

.dw-wrap h3{
    font-family: Futura, "Century Gothic";
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4em;
    background: #BD7444;
    background: linear-gradient(0deg,rgba(189, 116, 68, 1) 30%, rgba(218, 166, 86, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 1em 0;
}

.dw-wrap .intro-wrap{
    aspect-ratio: 100 / 40;
    position: relative;
    margin-top: 3.5%;
}

.dw-wrap .intro-wrap .pic01{
    position: absolute;
    top: 0;
    left: 0;
    width: 53%;
}

.dw-wrap .intro-wrap .pic02{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 53%;
}

.dw-wrap .intro-wrap .pic01 img,
.dw-wrap .intro-wrap .pic02 img{
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
}

.dw-wrap ul.pickup-wrap{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1.5% -3.5% -1.5%;
    padding: 0;
}

.dw-wrap ul.pickup-wrap li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 1.5%;
    margin-bottom: 3.5%;
}

.dw-wrap ul.pickup-wrap li a{
    color: #fff!important;;
}

.dw-wrap ul.pickup-wrap li img{
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    margin-bottom: 1em!important;
}

.dw-wrap ul.fullmoon-wrap{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1.5% -3.5% -1.5%;
    padding: 0;
}

.dw-wrap ul.fullmoon-wrap li{
    width: 25%;
    box-sizing: border-box;
    padding: 0 1.5%;
    margin-bottom: 3.5%;
    font-size: 0.9em;
    -moz-text-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    -webkit-text-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    text-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    position: relative;
}

.dw-wrap ul.fullmoon-wrap li a{
    color: #fff!important;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.dw-wrap ul.fullmoon-wrap li a .fmbox,
.dw-wrap ul.fullmoon-wrap li .fmbox{
    aspect-ratio: 50 / 60;
    position: relative;
    width: 100%;
}

.dw-wrap ul.fullmoon-wrap li .fmbox .circle{
    width: 100%;
    aspect-ratio:1;
    border-radius:50%;
    overflow:hidden;
    -moz-box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    position: absolute;
    top: 0;
}

.dw-wrap ul.fullmoon-wrap li .fmbox .circle img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.dw-wrap ul.fullmoon-wrap li .fmbox .text{
    width: 100%;
    position: absolute;
    bottom: 0;
}

.dw-wrap .news-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.dw-wrap .news-list .main-column{
    flex: 1;
    padding-right: 3%;
    box-sizing: border-box;
}

.dw-wrap .news-list .sub-column{
    width: 27%;
    padding-left: 3%;
    box-sizing: border-box;
    border-left: 1px solid #BD7444;
}

.dw-wrap .news-list .sub-column figure{
    margin: 0 auto 10px auto;
}

.dw-wrap .news-list .sub-column figure img{
    width: 100%;
}

.dw-wrap .news-list .sub-column .copyright{
    font-size: 0.9em;
    font-family: Futura, "Century Gothic";
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    margin-top: 1em!important;
}

.contentsWrapper {
    display: flex;
    position: relative;
}

.contentsWrapper .image {
    flex: 0 0 30%;
    max-width: 30%;
}

.contentsWrapper .image img {
    /*background-position: 50%;
    background-repeat: no-repeat;
    object-position: 50% 20%;
    aspect-ratio: 16/9;*/
    width: 100%;
}

.contentsWrapper .textWrapper {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 0;
    overflow: hidden;
    padding-left: 3%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.contentsWrapper p.title {
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.5em!important;
    color: #fbc568;
}

.contentsWrapper p.description {
    color: #fff;
    font-size: 0.9em;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 0.8em!important;
}

.contentsWrapper p.datetime {
    font-size: 0.8em;
    line-height: 1.4285714286;
    color: #ccc;
    margin-top: auto;
    align-self: flex-end;
}

.sp_news {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sp_news li {
    border-bottom: 1px solid #BD7444;
    padding-bottom: 1.5em;
}

.sp_news li a{
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

.sp_news li a:hover{
    opacity: 0.7;
}

.sp_news li:not(:first-child) {
    padding-top: 1.5em;
}




/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {}

/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

    #content {
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
        line-height: 1.7;
    }

    span.br::before {
        content: "\A";
        white-space: pre;
    }

    .dw-wrap .header-wrap .header{
    aspect-ratio: 80 / 62;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/header/header02.jpg) no-repeat;
    background-size: cover;
    text-indent: -9999px;
}

    .dw-wrap section{
    width: 100%;
    padding: 0 15px;
    margin: 5vh auto;
    box-sizing: border-box;
}

.dw-wrap .spec-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-top: auto;
    z-index: 1;
    position: relative;
}

.dw-wrap .spec-wrap .pv{
    width: 100%;
    margin-bottom: 3vh;
}

.dw-wrap .spec-wrap .spec{
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
}

.dw-wrap .buy-wrap{
    display: flex;
    flex-wrap: wrap;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
    line-height: 3;
    font-size: 0.9em;
}

.dw-wrap .buy-wrap .title{
    width: 100%;
    text-align: center;
}

.dw-wrap .buy-wrap .buy{
    width: calc( 100% / 3);
    text-align: center;
    border-right: 1px solid #BD7444;
    box-sizing: border-box;
}

.dw-wrap .cbg01,
.dw-wrap .cbg02,
.dw-wrap .cbg03{
    background-image:
        url("../images/content/bg00.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 35% auto;
}

.dw-wrap .cbg01 .eng,
.dw-wrap .cbg02 .eng,
.dw-wrap .cbg03 .eng
{
    background: #801408;
    display: inline-block;
    padding: 0 2em;
    margin-top: 5vh;
}

.dw-wrap .cbg01 .eng span,
.dw-wrap .cbg02 .eng span,
.dw-wrap .cbg03 .eng span{
    font-family: Futura, "Century Gothic";
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 1.2em;
    background: #BD7444;
    background: linear-gradient(0deg,rgba(189, 116, 68, 1) 30%, rgba(218, 166, 86, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dw-wrap .cbg01 .innerframe,
.dw-wrap .cbg02 .innerframe,
.dw-wrap .cbg03 .innerframe{
    padding: 5vh 15px;
}

.dw-wrap h2{
    font-size: clamp(10px, 20 / 375 * 100vw, 20px);
    font-weight: normal;
    margin: -2vh 0 3vh 0;
    padding: 0;
    text-align: center;
    line-height: 1.3;
}

.dw-wrap h2 span{
    color: #ff0;
}

.dw-wrap h3{
    font-family: Futura, "Century Gothic";
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4em;
    background: #BD7444;
    background: linear-gradient(0deg,rgba(189, 116, 68, 1) 30%, rgba(218, 166, 86, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 1em 0;
}

.dw-wrap .intro-wrap{
    aspect-ratio: auto;
    position: relative;
    margin-top: 3.5%;
}

.dw-wrap .intro-wrap .pic01{
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    margin: 5vh auto 0 auto;
}

.dw-wrap .intro-wrap .pic02{
    position: relative;
    bottom: auto;
    right: auto;
    width: 90%;
    margin: 3vh auto 0 auto;
}

.dw-wrap ul.pickup-wrap{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1.5% -3vh -1.5%;
    padding: 0;
}

.dw-wrap ul.pickup-wrap li{
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.5%;
    margin-bottom: 3vh;
}

.dw-wrap ul.fullmoon-wrap{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -2% -3vh -2%;
    padding: 0;
}

.dw-wrap ul.fullmoon-wrap li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 2%;
    margin-bottom: 3vh;
    font-size: 0.9em;
    -moz-text-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    -webkit-text-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    text-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.7);
    position: relative;
}

.dw-wrap ul.fullmoon-wrap li .fmbox{
    aspect-ratio: 50 / 60;
    position: relative;
    width: 100%;
}

.dw-wrap ul.fullmoon-wrap li a .fmbox{
    aspect-ratio: 50 / 75;
    position: relative;
    width: 100%;
}


    .dw-wrap .news-list{
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .dw-wrap .news-list .main-column{
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    
    .dw-wrap .news-list .sub-column{
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        border-left: none;
        margin-top: 3vh;
        margin-bottom: 0;
    }

    .dw-wrap .news-list .sub-column figure{
        width: 80%;
    }

    .dw-wrap ul.article-wrap li {
        flex-basis: 100%;
        padding: 0 1.5%;
        box-sizing: border-box;
        margin-bottom: 3vh;
    }

    .dw-wrap ul.article-wrap {
        list-style: none;
        margin: 0 -1.5% -3vh -1.5%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    


}

