@charset "utf-8";
html , body {
    height:100%;
}
html { scroll-behavior: smooth;}

body {
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Kosugi Maru', sans-serif;
	color: #191919;
	font-size: 1rem;
	line-height: 1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    letter-spacing: 0.1em;
    /*pointer-events: none;*/
    pointer-events: auto;
}
body,
body.appear {
    background-color: #191919;
}
body {
    animation: fadeIn .4s ease-in 0s 1 normal;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
p {
    font-size: 1.0rem;
}
p span {
    font-size: 0.8rem;
}
h5 {
    font-size: 1.8rem;
    font-weight: bold;
}
ul {
	margin:0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
    outline: none;
    transition: all 0.5s;
}
:hover {
    transition: all .5s;
}
img {
    width:100%;
    height: auto;
}
* {
    box-sizing: border-box;
}
.br-pc {
    display: block;
}
.br-tb,
.br-sp {
    display: none;
}
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden !important;
}

@media screen and (max-width:340px){
    .container{
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 0
    }
    html,body,.container{
        height: auto;
    }
}


/* ---------- T O P  ------------ */
.top_main {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: -8px auto 0;
    padding: 0;
    background-image: url(../images/bg_top.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: -2;
    pointer-events: none;
}
.top_fade {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
}
.top_main .thunder1,
.top_main .thunder2,
.top_main .logo {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top_main .thunder1,
.top_main .thunder2 {
    z-index: -1;
  }
.top_main .thunder1 img {
    animation: 15s linear infinite rotation1;
}
.top_main .thunder2 img {
    animation: 12s linear infinite rotation1;
}
  @keyframes rotation1{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
  }

.top_main .logo {
    width: 100%;
    text-align: center;
}
.top_main .thunder1 img {
    width: 150vw;
}
.top_main .thunder2 img {
    width: 170vw;
}
.top_main .logo img {
    width: 800px;
}
.jet_logo {
    position: absolute;
    pointer-events: auto;
    width: 70px;
    top: 15px;
    left: 10px;
}

/* ---------- スライダー ------------ */
.top_slide {
    width: 100vw;
    margin: -210px auto 0;
    padding: 0;
    height: auto;
}
.slider {
    z-index: 5;
}
.slider img {
    width: 110%;
    height: auto;
}
.slider {
    margin: 0 -10px;
}



/* ---------- Verse1 : コピー ------------ */
section {
    width: 100%;
    margin: 0;
    padding: 0;
}
#sec_1 {
    position: relative;
    margin: -150px auto 0;
    padding-bottom: 20px;
    clip-path: polygon(0 0, 100% 0, 100% calc(80% - 20px), 0 calc(100% - 20px));
    background-color: #b1b51c;
}
#sec_1::before {
    content: '';
    position: absolute;
    display: block;
    margin: 0 auto 0;
    width: 100%;
    height: calc(100% - 15px);
    clip-path: polygon(0 0, 100% 0, 100% calc(80% - 20px), 0 calc(100% - 20px));
    background-color: #191919;
    z-index: -2;
}


.youtube-ratio {
  width: 60%;
  height: auto;
  margin: 150px auto 0;
  aspect-ratio: 16 / 9;
}
.youtube-ratio iframe {
  width: 100%;
  height: 100%;
}

.verse1 {
    position: relative;
    width: 100vw;
    height: auto;
    margin: 0 auto 50px;
    padding: 30px 0 220px;
    background-image: url("../images/fog.svg");
    background-position: 75% -10%;
    background-repeat: no-repeat;
    background-size: 850px;
    overflow: hidden;
    z-index: -1;
}

.verse1 ul {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    max-width: 1080px;
    margin: 0 auto 0;
    padding-top: 100px;
}

.verse1 ul li {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
}
.verse1 ul li:nth-child(1) img {
    margin: 50px auto;
}
.verse1 ul li:nth-child(2) img {
    width: 80%;
    margin: 0 auto;
}
.verse1 ul li:last-child {
    width: 100%;
}
.verse1 ul li dl {
    display: flex;
    flex-flow: column;
    margin: 30px auto 80px;
    padding: 30px 50px;
    border: #1a9cba 10px solid;
    border-radius: 30px;
    z-index: 1;
}
.verse1 ul li dt {
    text-align: center;
    color: #1a9cba;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 0 30px;
}
.verse1 ul li dd {
    display: flex;
    justify-content: center;
    margin: 0;
    pointer-events: auto;
}
.verse1 .icon img {
    height: 80px;
    width: auto;
    margin: 0 20px;
}

.verse1 ul li dd a {
    opacity: 1;
}
.verse1 ul li dd a:hover {
    opacity: .3;
}

.verse1_5 {
    position: relative;
    width: 90%;
    max-width: 1280px;
    height: 0;
    margin: -400px auto 0;
    padding: 80px 0 200px;
}
.price {
    position: absolute;
    display: block;
    width: 650px;
    top: -20%;
    right: 0;
    z-index: 10 !important;
    overflow: visible;
}

.price img {
    width: 100%;
}


/* ---------- Verse2　: 商品情報 ------------ */
#sec_2 {
    width: 100vw;
    height: auto;
    margin: -20% auto 0;
    padding: 30% 0 calc(20% + 100px);
    background-image: url("../images/bg_main.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}
.veil {
    width: 100%;
    height: auto;
    margin: -30% auto 0;
    padding: 30% 0 0;
    background-color: rgba(255, 255, 255, .8);
    z-index: -1;
}
.veil::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 800px;
    margin: 0 auto 0;
    padding: 0;
    background-image: url("../images/baribari_under.svg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    opacity: 0.8;
}
.verse2 {
    display: flex;
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 100px;
    z-index: -5;
}
.verse2 ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.verse2 ul li {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.verse2 ul li img {
    width: 85%;
}
.verse2 ul li:nth-child(even) {
    margin: 240px 0 -100px;
}

/* ----------  テーブル ------------ */
table.table01 {
	width: 80%;
	border-right:#ccc solid 1px;
	border-collapse: collapse;
    margin: 600px auto 0;
}
table.table01 thead th {
	color:#FFF;
	padding: 10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
    background-color: #b1b51c;
}
table tr:nth-child(odd) td {
    background-color: #FFF;
}
table tr:nth-child(even) td {
    background-color: #ddddd4;
}
table.table01 thead th:last-child {
	border-right:#ccc solid 1px;
}
table.table01 tbody tr:last-child th {
	border-bottom:#ccc solid 1px;
}
table.table01 tbody td {
	padding: 10px 15px;
	border-left:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
}
table.table01 tbody td p {
	margin:0;
}

.size {
	width: 80%;
    height: auto;
    margin: 80px auto 0;
    overflow: visible;
}
.size_inner {
    display: flex;
}
.size_inner ul {
    display: flex;
    flex-flow: column;
    width: 65%;
    max-width: 760px;
    height: auto;
    padding: 155px 130px 130px 190px;
    background-image: url(../images/attention.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95%;
}
.size_inner ul li,
.caution ul li {
    font-size: 1.0rem;
    margin-bottom: 30px;
}
.size_inner ul li span {
    font-size: 0.8rem;
}
.size_inner ul img,
.caution img {
    width: auto;
    height: 25px;
}
.size_inner .item{
    width: 350px;
    margin: -20px 0 0 -50px;
}
.size_inner .item img {
    width: 100%;
    height: auto;
}

.caution {
	width: 80%;
    margin: 30px auto 0;
    padding: 130px 50px 50px;
    background-color: #FFF;
    background-image: url(../images/caution.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}


#sec_3 {
    height: 300px;
    margin: -20% auto 0;
    padding: 30px 0 0;
    clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0 100%);
    background-color: #191919;
}

.verse3 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 120px;
}

.verse3 ul li {
    padding: 0 10px;
}

.verse3 ul li:first-child {
    width: 53%;
}
.verse3 ul li:last-child {
    width: 47%;
}
.verse3 ul li img {
    width: 200px;
}
.verse3 ul li:nth-child(1) {
    text-align: right;
}



@media screen and (min-width: 1799px) {
    .price {
        top: -20%;
        right: -10%;
    }
    table.table01 {
        margin: 600px auto -100px;
    }
}

@media screen and (min-width: 1499px) {
    .veil::after {
        height: 700px;
        background-image: url("../images/baribari_under2.svg");
    }
    table.table01 {
        margin: 500px auto 0;
    }
}
@media screen and (min-width: 1399px) {
    .caution {
        margin-bottom: -100px;
    }
    #sec_3 {
        height: 300px;
        margin: -10% auto 0;
    }
}

@media screen and (max-width: 980px) {
    .br-pc,
    .br-sp {
        display: none;
    }
    .br-tb {
        display: block;
    }
    .top_main .logo img {
        width: 80%;
    }

    #sec_1 {
        margin: -150px auto 0;
        padding-bottom: 20px;
        clip-path: polygon(0 0, 100% 0, 100% calc(90% - 20px), 0 calc(100% - 20px));
    }
    #sec_1::before {
        height: calc(100% - 15px);
        clip-path: polygon(0 0, 100% 0, 100% calc(90% - 20px), 0 calc(100% - 20px));
    }

    .youtube-ratio {
        width: 90%;
        margin-bottom: -100px;
    }
    .verse1 ul {
        flex-flow: column;
        max-width: 95%;
    }
    .verse1 ul li {
        width: 100%;
    }
    .verse1 ul li:nth-child(1) img {
        margin: 20px auto;
        width: 80%;
    }
    .verse1 ul li:nth-child(2) img {
        width: 70%;
    }

    .verse1 ul li:last-child {
        width: 90%;
    }
    .verse1 ul li dl {
        margin: 30px auto 80px;
        padding: 30px 20px;
    }
    .verse1 ul li dt {
        width: 100%;
        font-size: 1.2rem;
        padding: 0 0 30px;
    }

    .verse1 ul li dd {
        width: 100%;
        flex-wrap: wrap;
    }
    .verse1 .icon img {
        margin: 10px;
    }

    .verse1_5 {
        width: 100%;
        max-width: 100%;
        margin: -30% auto 0;
        padding: 80px 0 30%;
    }
    .price {
        width: 70%;
        top: -10%;
        right: -3%;
    }

    #sec_2 {
        margin: -50% auto 0;
        padding: 50% 0 10px;
        overflow-x: hidden;
    }

    .veil {
        margin-top: -100%;
        padding-top: 110%;
    }
    .verse2 {
        flex-flow: column;
        width: 100%;
        max-width: 100%;
    }

    .verse2 ul li,
    .verse2 ul li:nth-child(even) {
        width: 100%;
        margin: 50px 0 0;
    }
    .verse2 ul li:first-child {
        margin: 0 0 0;
    }
    .verse2 ul li img {
        width: 80%;
    }

    table.table01 {
        width: 95%;
        margin: 300px auto;
    }
    table.table01 thead {
        display:none;
    }

    table tr {
        margin-bottom: 10px;
    }
    table.table01 tbody td {
        display:block;
        margin: 0;
        padding: 6px 0;
    }
    table.table01 tbody td::before {
        content: attr(label);
        float: left;
        clear:both;
        width: 130px;
        height: auto;
        color: #FFF;
        font-weight: bold;
        background-color: #b1b51c;
        margin: -5px 10px 0 0;
        padding: 7px;
        font-size: 0.9rem;
    }
    table.table01 tbody td:nth-child(4) {
        margin-bottom: 10px;
    }
    table.table01 {
        border-right: 0px;
    }


    .size {
        width: 100%;
        margin: 20px auto 0;
    }
    .size_inner {
        flex-flow: column;
        flex-direction: column-reverse;
    }
    .size_inner ul {
        width: 100%;
        background-size: 120%;
        margin: -7% auto 0;
        margin-right: 20px;
        padding: 27% 10% 30% 20%;
        background-position: center top;
    }
    .size_inner ul li{
        margin-bottom: 20px;
        line-height: 1.5em;
    }
    .size_inner ul li span {
        line-height: 1.3em;
    }
    .caution ul li {
        margin-bottom: 30px;
        line-height: 1.5em;
    }
    .size_inner .item {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .size_inner .item img {
        width: 80%;
        height: auto;
    }

    .caution {
        width: 95%;
        margin:-10px auto 25%;
        padding: 60px 20px 10px;
    }
    #sec_3 {
        height: 350px;
        margin: -20% auto 0;
        padding: 20px 0 0;
    }

}

@media screen and (max-width: 640px) {
    .br-pc {
        display: none;
    }
    .br-tb,
    .br-sp {
        display: block;
    }
    h5 {
        font-size: 2.0rem;
    }
    /* ---------- T O P  ------------ */

    .top_main .thunder1 img {
        width: auto;
        height: 260vw;
    }
    .top_main .thunder2 img {
        width: auto;
        height: 300vw;
    }
    .top_main .thunder1,
    .top_main .thunder2,
    .top_main .logo {
        top: 42%;
    }
    .top_main .logo img {
        width: 95%;
    }
    .jet_logo {
        position: absolute;
        width: 50px;
        top: 15px;
        left: 5px;
    }


    /* ---------- Verse1 : コピー ------------ */

    .verse1 {
        background-position: 75% 30%;
        padding-bottom: 150px;
    }
    .verse1 ul {
        flex-flow: column;
        width: 100%;
    }
    .verse1 ul li:nth-child(1) img {
        margin: 20px auto;
        width: 95%;
    }
    .verse1 ul li:nth-child(2) img {
        width: 80%;
    }
    .price {
        width: 90%;
    }

/* ---------- Verse2　: 商品情報 ------------ */

    #sec_2 {
        margin: -70% auto 0;
        padding: 50% 0 calc(20% + 50px);
    }
    .verse1 ul {
        flex-flow: column;
        max-width: 100%;
    }
    .verse2 ul li img {
        width: 90%;
    }

    .veil {
        margin: -70% auto 0;
        padding: 100% 0 0;
    }
    .verse2 ul li,
    .verse2 ul li:nth-child(even) {
        margin: 30px 0 0;
    }

    .verse2 {
        padding-bottom: 50px;
    }

/* ---------- テーブル ------------ */
    table.table01 {
        margin: 200px auto 0;
    }
    table.table01 tbody td:nth-child(2)::before {
        padding: 22px 7px;
    }
    table.table01 tbody tr:nth-child(7) td:nth-child(3)::before {
        padding: 22px 7px;
    }
    .caution {
        margin-bottom: 0;
    }
    #sec_3 {
        height: 350px;
        margin: -20% auto 0;
        padding: 20px 0 0;
    }

    .verse3 ul {
        flex-flow: column;
    }

    .verse3 ul li {
        padding: 0 0 10px;
    }
    .verse3 ul li:first-child,
    .verse3 ul li:last-child {
        width: 50%;
    }
}

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

    .size_inner ul {
        width: 100%;
        background-size: 150%;
        margin: -7% auto 0;
        margin-right: 20px;
        padding: 27% 10% 30% 13%;
        background-position: center top;
    }
}


#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #191919;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

#splash-logo {
    width: 200px;
    max-width: 80%;
}
