@charset "UTF-8";

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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Shippori+Mincho:wght@400;500;600;700&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.png");
    text-indent: -9999px;
    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;
    color: #000;
}

#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;
}

.raidou-wrap .header-bg{
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #181411;
}

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

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

.raidou-wrap section{
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 50px auto;
    box-sizing: border-box;
}

.raidou-wrap h2{
border:20px solid transparent;
border-image-source: url("../images/common/h2.png");
border-image-slice: 20 fill;
border-image-width: 20px;
border-image-repeat: stretch; /* or repeat */
padding:10px;
box-sizing:border-box;width:100%;
margin:0 auto 50px;
text-align: center;
font-size: 1.5em;
font-weight: bold;
}

.raidou-wrap ul.info-wrap{
    margin: 0;
    padding: 0;
}

.raidou-wrap aside.info{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    border: 1px solid #181411;
    background: #fff;
    padding: 1.5em;
    box-sizing: border-box;
    position: relative;
    margin-top: 1em;
}

.raidou-wrap aside.tokyo::before{
    content: "東京";
    position: absolute;
    bottom: 2%;
    right: 0;
    font-size: 8em;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    opacity: 0.3;
    line-height: 1;
    vertical-align: baseline;
}

.raidou-wrap aside.nagoya::before{
    content: "名古屋";
    position: absolute;
    bottom: 2%;
    right: 0;
    font-size: 8em;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    opacity: 0.3;
    line-height: 1;
}

.raidou-wrap aside.osaka::before{
    content: "大阪";
    position: absolute;
    bottom: 2%;
    right: 0;
    font-size: 8em;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    opacity: 0.3;
    line-height: 1;
}

.raidou-wrap aside h3{
margin: 0;
padding: 0;
color: #c00;
font-size: 1.4em;
font-weight: bold;
font-family: "Shippori Mincho", serif;
border-bottom: 1px solid #181411;
margin-bottom: 1rem;
}

.raidou-wrap aside.info span{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.4em;
    font-weight: bold;
}

.raidou-wrap .btn a{
    display: block;
    width: 100%;
    background: #000;
    color: #fff!important;
    padding: 0.5em;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    max-width: 400px;
    width: 100%;
}

.raidou-wrap .mini{
    font-size: 0.9em;
    color: #c00;
}

.raidou-wrap ul.product-wrap{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% -3% -1.5%;
    padding: 0;
}

.raidou-wrap ul.product-wrap li{
    width: calc(100% / 3);
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 3%;
}

.raidou-wrap ul.product-wrap li .frame{
    border-radius: 10px;
    overflow: hidden;
    background: #181411;
    position: relative;
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7);
}

.raidou-wrap ul.product-wrap li .frame figure{
    margin: 0;
    padding: 0;
}

.raidou-wrap ul.product-wrap li .frame figure img{
    width: 100%;
}

.raidou-wrap ul.product-wrap li .frame .ct1{
    position: absolute;
    top: 0;
    left: 0;
    background: #916838;
    color: #fff;
    padding: 0.3em 0.5em;
    font-size: 0.8em;
    border-bottom-right-radius: 10px;
}

.raidou-wrap ul.product-wrap li .frame .ct2{
    position: absolute;
    top: 0;
    left: 0;
    background: #6c091f;
    color: #fff;
    padding: 0.3em 0.5em;
    font-size: 0.8em;
    border-bottom-right-radius: 10px;
}

.raidou-wrap ul.product-wrap li .frame .details{
    padding: 1em;
}

.raidou-wrap ul.product-wrap li .frame .details .series{
    color: #ff0;
    font-size: 0.8em;
    font-family: "Noto Sans JP", sans-serif;
}

.raidou-wrap ul.product-wrap li .frame .details .product{
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.raidou-wrap ul.product-wrap li .frame .details .spec{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.raidou-wrap ul.product-wrap li .frame .details .spec .type{
    color: #cece6c;
    margin-right: 1em;
    border: 1px solid #cece6c;
    padding: 0.2em 0.3em;
    line-height: 1;
}

.raidou-wrap ul.product-wrap li .frame .details .spec .price{
    color: #fff;
}

.raidou-wrap ul.product-wrap li .frame .details .spec .price span{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.6em;
    margin-right: 0.3rem;
    line-height: 1.1;
}

.raidou-wrap figure.bonus{
    width: 33%;
    margin: 0 auto 50px auto;
    border-radius: 10px;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7);
}

.raidou-wrap figure.bonus img{
    width: 100%;
}

.raidou-wrap .footer{
    text-align: center;
    margin: 50px auto;
    border-top: 1px solid #181411;
    padding-top: 50px;
    font-size: 0.9em;
}

.lb-image {
    max-width: 800px !important;
    max-height: 800px !important;
}


/*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;
    }

    .raidou-wrap .header-wrap .header{
    aspect-ratio: 1000 / 1156;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/common/header2.jpg) no-repeat;
    background-size: cover;
    text-indent: -9999px;
}

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

.raidou-wrap h2{
margin:0 auto 5vh;
}

.raidou-wrap ul.product-wrap{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% -3vh -1.5%;
    padding: 0;
    justify-content: center;
}

.raidou-wrap ul.product-wrap li{
    width: 90%;
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 3vh;
}

figure.bonus{
    width: 100%;
    margin: 0 auto 5vh auto;
    border-radius: 10px;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7);
}

.raidou-wrap .footer{
    text-align: center;
    margin: 5vh auto;
    border-top: 1px solid #181411;
    padding-top: 5vh;
    font-size: 0.9em;
}


}

