
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 1.7em;
    color: #cacaca;
    list-style: none;
    
    }

a{
    text-decoration: none;
}

    
    /* フォント */

h2{
font-size:1.875rem;
color: #ededed;
}

h3{
font-size:1.375rem ;
line-height: 2rem;
color: #c88f38;
margin-bottom: 1rem;
}

.f-md{
    font-size: 1.3rem;
}

.f-lg{
    font-size: 1.8rem;

}

.sans{
    font-family: '游ゴシック', 'Yu Gothic',YuGothic,sans-serif;
}

.f-s{
    font-size: 0.8em;
}

/* ラベル */

.b-line{
    text-shadow: 1px 1px 6px  #01002c;
    background: linear-gradient(transparent 50%, #0081c6 0%);
    line-height: 1.3em;
}

.g-line{
    text-shadow: 1px 1px 6px  #01002c;
    background: linear-gradient(transparent 50%, #906025 0%);
    line-height: 1.3em;
}

/* フォントカラー */

.f-g{
color: #c88f38;
}

.f-w{
color: #ededed;
}


/* Flex */

.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.flex-s{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flex-c{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flex-sc{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}


/* ボーダー */

.bdr{
    border: solid 1px #d6d6d6;
    width: fit-content;
    margin: 0 auto;
    padding: 0.5rem 3rem;
}

.bdr-g{
    border: 3px solid #c21500;
    border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    border-image-slice: 1;
    padding: 0.5em;

}

.bdr-f::before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(transparent 60%, #ffde00 20%);
filter: blur(15px);
content: "";
z-index: -1;
}


/* バックグラウンド */

.ttl{
    background-image: url(/images/1x/bg.png);
    background-size: cover ;
    width: 100%;
    height: 207px;
    margin: 0 auto;
    position: relative;

}


.ttl h2{
    position: absolute;
    top:50%;
    left:50%;
    translate: -50% -50%;

}

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

    .ttl{
        width: 100%;
        position: relative;
        text-align: left;
    }

    .ttl h2{
        position: absolute;
        top:0%;
        left:0%;
        translate: 0 0;
    }

}


/* Body */



.octa{
    display: block;
    margin: 0 auto;
    margin-top: 3em;
    margin-bottom: 3em;
}

.blr-line{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

body{
    background-color: #01002c;
    }

.wrapper {
width: 90%;
max-width: 1280px;
margin:0 auto;
background-color: #01002c;
}

.container{
width: 78%;
/* background-color: #01002c; */
margin: 0 auto;
text-align: center;
}

/* ヘッダー */

header .logo{
    width: 215px;
    height: 29px;
}

header .sub{
    width: 150px;
    height: 17px;
}

header{
    width: 100%;
    background-color: #d6d6d6;
    padding: 1.3em;
    text-align: center;
}

header a{
    margin-right: 1em;
}


/* HERO */




#hero-inner{
    background-image:url(/images/over_main_fix.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 512px;
    position: relative;
}


.item img{
    position: absolute;
    left: 50%;
    bottom: -130px;
    translate: -50%;    
}


.cap p{
    margin-bottom: 0.5rem;
}

.cap{
    margin-bottom: 1rem;
}


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

.wrapper{
    width: 100%;
}

.sp-cap{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 1.3rem 0;

}

.sp-cap h2{
    font-size: 1.4rem;
    line-height: 2.3rem;
    color: #c88f38;
    font-weight: 700;

}

.hero-sp{
    background-image: url(/images/2x/hero-sp@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 444px;
    margin-bottom: 2.3rem;
}

}


/* SEC01 */

.sec01{
    background-image: url(/images/1x/wave.png);
    padding-top: 10rem;
    padding-bottom: 4rem;
    text-align: center;
;
}

.sec01in{
    padding-left: 1rem;
}

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

.sec01{
    background-image: url(/images/2x/wave-sp@2x.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 0rem;
    text-align: center;
    width: 90%;
    margin: 0 auto
}

.sec01 h2{
    font-size: 1.6rem;
}

.main-caption{
    margin-bottom: 2rem;
}

.cap p,span{
    font-size: 1.2rem;
}

.sec01in{
    padding-left: 0rem;
    padding: 0 0rem;
}

.material{
width: 100%;
height: 185px;
object-fit: cover;
object-position: -121px;}

.cpsl{
    margin-bottom: 2rem;
}

}

/* SEC02 */

.sec02{
    text-align: center;
}

.sec02 h2{
    background-color: #d6d6d6;
    color: #c88f38;
}

.spec img{
    width: 48%;
    justify-content: space-between;
    
}

.md-img{
margin-bottom: 1em;
width: 100%;
}

@media screen and (max-width: 768px) {
.mid-sp img{
    width: 100%;
    margin-bottom: 2rem;
}

.container{
    width: 90%;
    padding: 0 0;
    /* background-color: #01002c; */
    margin: 0 auto;
    text-align: center;
    }

.sec02 .container img{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

}

/* SEC03 */

.sec03-text{
    text-align: left;
    width: 70%;
    padding-left: 2.5rem;
    background-image: url(/images/1x/blr-boll.png);
    background-repeat: no-repeat;
    background-size: contain ;
    background-position: 50%;
}


.sec03-inner{
    margin-bottom: 3em;
}

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

.sec03{
    margin-bottom: 3rem;
}

.sec03-inner img{
        width: 100%;
    }

.sec03-text{
    text-align: left;
    width: 100%;
    margin-top: 2rem;
    padding-left: 0rem;
}


.cell-img{
    width: 100%;
}

span .f-mid p{
    font-size: 2rem;
}

.sec03 .bdr{
    text-align: left;
    padding: 1rem;
}

.sec03 .bdr{
    font-size: 1rem;
}

.blr-line { 
    width: 100%;
}

}

/* SEC04 */

.sec04{
    background-image: url(/images/1x/wave2.png);
    background-size: cover;
    margin-bottom: 6rem;
}

.es-inner p{
    margin-bottom: 4em;
}

.es-inner{
    margin-bottom: 4em;
}



.licence p{
    margin-bottom: 2rem;
    text-align: left;
}

.li-l {
    width: 50%;
    padding: 0 3rem;
}

.li-r {
    width: 50%;
    padding: 0 3rem;
}

.li-r img{
    padding-top: 3.5rem;
}

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

.sec04{
    background-image: url(/images/1x/wave2.png);
    background-size: cover;
    
}

h3{
    text-align: left;
}

.es-inner{
    text-align: left;
}

.es-inner img{
    width: 100%;
}

.es-inner p span.f-md{
    font-size: 1rem;
}

.licence h3{
    text-align: center;
}

.li-l,.li-r{
width: 100%;
padding: 0 0;
margin-bottom: 2rem;
}

.li-r img{
    padding-top: 0rem;
}

}


/* SEC05 */

.sec05{
    margin-bottom: 4.5em;
}

.ul-1{
    position: relative;
    margin-bottom: 4.3rem;
}

.li-1{
    width: 50%;
    text-align: left;
    z-index: 1;
    padding-right: 2rem;
    text-shadow: 2px 2px 6px #01011a;
}

.li-2{
    width: 50%;
}

.li-2 img{  
    position: absolute;
    top: 0;
    right: 0rem;
    z-index: 0;
}

.ul-2{
    margin-bottom: 4.3rem;
}

.li-3{
    width: 50%;
}

.li-4{
    text-align: left;
    padding-left: 1.5rem;
    width: 50%;
    background-image: url(/images/1x/blr-boll.png);
    background-repeat: no-repeat;
    background-size: contain ;
    background-position: 50%;
}

.fda{
    margin: 5rem 0;
    
}

.fda img{
 box-shadow: 1px 1px 90px #284b99;

}

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

.sec05 p{
    text-align: left;
}

.ul-1{
    margin: 0 0;
}

.li-1,.li-2,.li-3,.li-4{
width: 100%;
margin-bottom: 1rem;
padding: 0 0;

}

.li-2 img{ 
    width: 100%;
    position: relative;
    top: 0;
    right: 0rem;
    z-index: 0;
}

.li-3 img{
    width: 100%;
}

.li-4{
    padding-left: 0;
}

.li-4 h3{
    font-size: 1.6rem;
}

}


/* SEC06 */

.support{
    margin-bottom: 5rem;
}

.s-text{
    text-align: left;
    line-height: 2rem;
}

.support img{
    margin: 3rem 0;
}

.sup-l{
    width: 50%;
    padding: 0 3rem;
    background-image: url(/images/1x/blr-boll.png);
    background-repeat: no-repeat;
    background-size: contain ;
    background-position: 50%;
}


.sup-r{
    width: 50%;
    padding: 0 3rem;
    background-image: url(/images/1x/blr-boll.png);
    background-repeat: no-repeat;
    background-size: contain ;
    background-position: 50%;
}


.sec06{
    margin-bottom: 3rem;
}

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

.support{
    margin-top: 4rem;
    margin-bottom: 0;
}
.sup-l,.sup-r{
    width: 100%;
    padding: 0 0;
    margin-bottom: 3rem;
}

.sec06 h3.bdr-g{
font-size: 1rem;
border: solid 2px;
border-radius: 0.4rem;
text-align: center;
}

}


/* SEC07 */
.sec07{
    margin-bottom: 5rem;
    position: relative;
}

.gmp-l{
    width: 60%;
    height: 337px;
    padding-top: 1rem;
    padding-right: 3rem;
    background-image: url(/images/1x/blr-boll.png);
    background-repeat: no-repeat;
    background-size: contain ;
    background-position: 50%;
}

.gmp-ttl{
    background-color: #906025;
    margin-bottom: 1rem;
}

.gmp-text{
    text-align: left;
}

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

.gmp-l,.gmp-r{
width: 100%;
padding: 0 0;
}

.gmp-l{
    height: fit-content;
    margin-bottom: 2rem;
}

.sec07{
    margin-bottom: 1rem;

}

}


/*購入ボタン*/


a.btn{
    border-radius: 7px;
    border: solid 2px;
    display:inline-block ;
    width: 30%;
    padding: 0.3em ;
    font-size: 1.8em;
    text-align: center;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 35px;
    left: 50%;
    translate: -50%;
}

a.btn:hover{
    transition: transform .6s ease;

}

a.btn-radius-solid {
    background: #1f3859;
    background: -webkit-gradient(linear, left top, left bottom, from(#1f3859), to(#19253f));
    background: -webkit-linear-gradient(top, #1f3859 0%, #19253f 100%);
    background: linear-gradient(to bottom, #1f3859 0%, #19253f 100%);
}
  
  a.btn-radius-solid:hover {
    transform: scale(1.05, 1.05);
    /* transition: transform .6s ease; */
    text-decoration: none;
    /* filter: brightness(1.03); */
}

@media screen and (max-width: 768px) {
a.btn{
    width: 90%;
    position: absolute;
    bottom: 35px;
    left: 50%;
    translate: -50%;
    }
}


/* アンダー*/
.under{
    background-image: url(/images/1x/under_main_fix_2.png);
    width: 100%;
    height:761px;
    background-repeat: no-repeat;
    position: relative;

}

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

    .under{
        background-image: url(/images/2x/und-main-sp@2x_2.png);
        width: 100%;
        height: 790px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        margin-bottom: 0rem;
    }
}


/* philo */
.philo{
    background-image: url(/images/under_philosophy.png);
    width: 100%;
    height: 380px;
    position: relative;
}

.philo p{
    color:black;
    line-height: 2.7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

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

.philo{
    background-image: url(/images/under_philosophy.png);
    background-repeat: no-repeat;
    background-size:  cover;
    background-position: right;
    width: 100%;
    height: 380px;
    position: relative;

}

.philo::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
}

.philo p{
    color:#e1e1e1;
    line-height: 2rem;
    font-size: 1.03rem;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    font-weight: 400;
    text-shadow: 1px 1px 6px black;
}

}

/* フッター */

footer{
    background-color: #d6d6d6;
    color: black;
    height: 12rem;
    text-align: center;
    padding-top: 2rem;
}

footer .f-logo{
    width: 215px;
    height: 29px;
}

footer .f-sub{
    width: 150px;
    height: 17px;

}

footer p{
    color: black;
}

footer a{
    color: black;
}

a:hover{
color: #ffffff;
}

.f-right{
    text-align: left;
    padding-left: 3rem;
}

.url{
    margin-top: 1rem;
}

.copyright{
    font-size: 0.7rem;
    color: white;
    margin-top: 2rem;
}

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

footer{
        height: auto;
}

.f-left img{
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0.3rem;
}

.f-right{
    text-align: center;
    padding: 0 0;
    font-size: 0.8rem;
}

.url{
    margin-top: 0rem;

}

.copyright{
    font-size: 0.7rem;
    color: white;
    margin-top: 1rem;
}

}



/* メディアクエリ */

@media screen and (min-width: 770px) {
    /* PC時非表示 */
.pc{
    display: none;
}

}


@media screen and (max-width: 768px) {
    /* スマホ時非表示 */
    .sp{
        display: none;
    }

    /* フォント */

    *{
        font-size: 16px;
    }

    h2{
    font-size:2.23rem;
    color: #ededed;
    line-height: 3.4rem;
    }

    h3{
    font-size:1.692rem ;
    line-height: 2rem;
    color: #c88f38;
    margin-bottom: 1rem;
    }

    .f-md{
        font-size: 1.3rem;
    }

    .f-lg{
        font-size: 1.8rem;

    }

    .sans{
        font-family: '游ゴシック', 'Yu Gothic',YuGothic,sans-serif;
    }

    .f-s{
        font-size: 1rem;
    }
    
.hero-sp{
    background-image: url(/images/2x/hero-sp@2x.png);
    background-size:contain ;
    background-repeat: no-repeat;
}

.sp{
    display: none;
}

}