@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
html { line-height: 1;
    font-size: 62.5%;
}
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a { text-decoration: none; color: inherit; }
a img { border: none; vertical-align: bottom; }
a:focus { outline: none; }
a:hover { text-decoration: underline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
input, textarea, select, button {
    font-size: 1.5rem;
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6, strong{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 1rem;
    vertical-align: baseline;
}
.sp{ display: none !important; }
.pc{ display: block !important; }

img{ max-width: 100%; vertical-align: bottom;}
img {width: 100%; height: auto;}

ruby rt{ font-size: 1.4rem;}

.clearfix{display:inline-block;min-height:1%;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
* html .clearfix{height:1%;}
.clearfix{display:block;}

/*
===================*/
html { overflow-y: scroll; }
body {
    font-weight: normal;
    text-align: left;
    line-height: 1.6;
    word-break: normal;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
    font-feature-settings: 'palt' ;
    letter-spacing: 1px;
}


a:hover {
    text-decoration:none;
}

html {
	scroll-behavior: smooth;
}

/* ここまでリセットcss */


/*フォント 指定*/

body{
    font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #000000;
}

/*ここまでフォント 指定*/



/*==================================================
                    margin
===================================================*/

.margin10{
    margin-bottom: 10px!important;
}
.margin20{
    margin-bottom: 20px!important;
}
.margin30{
    margin-bottom: 30px!important;
}
.margin40{
    margin-bottom: 40px!important;
}
.margin50{
    margin-bottom: 50px!important;
}
.margin60{
    margin-bottom: 60px!important;
}
.margin70{
    margin-bottom: 70px!important;
}
.margin80{
    margin-bottom: 80px!important;
}
.margin90{
    margin-bottom: 90px!important;
}
.margin100{
    margin-bottom: 100px!important;
}
.margin130{
    margin-bottom: 130px!important;
}
.margin150{
    margin-bottom: 150px!important;
}


/*==================================================
                    fontsize
===================================================*/

.font130{
    font-size: 130px;
}
.font110{
    font-size: 110px;
}
.font60{
    font-size: 60px;
}
.font50{
    font-size: 50px;
}
.font40{
    font-size: 40px;
}
.font30{
    font-size: 30px;
}
.font26{
    font-size: 26px;
}
.font24{
    font-size: 24px;
}
.font21{
    font-size: 21px;
}
.font20{
    font-size: 20px;
}
.font18{
    font-size: 18px;
}
.font16{
    font-size: 16px;
}
.font12{
    font-size: 12px;
}

/*==================================================
                    font
===================================================*/

.rokkitt{
    font-family: 'Rokkitt', serif;
    line-height: 1;
    font-weight: 900;
}
.note{
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
}
.regu{
    font-weight: 400;
}
.bold{
    font-weight: 900;
}
.bold600{
    font-weight: 600!important;
}
.bold700{
    font-weight: 700!important;
}
.text_fit{
    text-align: justify;
    text-justify: inter-ideograph;
}
.nowrap{
    white-space: nowrap;
}


/*==================================================
                    center left
===================================================*/

.textcenter{
    text-align: center;
}

.text_left{
    text-align: left;
}

.textleft{
    display: flex!important;
    justify-content:center!important;
    align-items:center!important;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
}



/*==================================================
                    行間
===================================================*/

.lineheight05{
    line-height: 0.5;
}

.lineheight08{
    line-height: 0.8;
}

.lineheight10{
    line-height: 1.0;
}

.lineheight12{
    line-height: 1.2;
}

.lineheight15{
    line-height: 1.5;
}

.lineheight20{
    line-height: 2.0;
}

/*==================================================
                    flex
===================================================*/

.flex{
    display: flex!important;
    justify-content:center!important;
    align-items:center!important;
}

.flex_top{
    display: flex!important;
    justify-content:center!important;
    align-items:flex-start!important;
}


.flex_between{
    display: flex;
    justify-content: space-between!important;
    align-items:center!important;
}

.flex_between_top{
    display: flex;
    justify-content: space-between!important;
    align-items:top!important;
}


/*==================================================
                    inner
===================================================*/


.inner100{
    width: 100vw;
}

.inner{
    width: 1322px;
    margin: 0 auto;
}
.inner2{
    width: 1000px;
    margin: 0 auto;
}
.inner3{
    width: 850px;
    margin: 0 auto;
}


/*==================================================
                    color
===================================================*/


.glay{ color: #979797;}
.black_bg{ background-color: #000000;}
.glay_bg{ background-color: #292828;}


/*==================================================
                    other
===================================================*/



.arrow{
    width: 90px;
    display: block;
    margin: 0 auto;
    padding-bottom: 190px;
}

.underline{
    text-decoration:underline;
}

.logo{
    width: 400px;
    padding: 35px 70px;
}
.jallc .logo {
    width: 580px;
    padding: 28px 70px;
}

.sec_1 p{
    text-align: center;
    line-height: 2.5;
}


.sec_1 h2{
    width: 385px;
    margin: 0 auto 80px;
}

.sec_2 h2{
    width: 730px;
    margin: 0 auto 150px;
}

.sec_3 h2{
    width: 575px;
    margin: 0 auto 40px;
}

.sec_4 h2{
    width: 750px;
    margin: 0 auto 40px;
}

.sec_5{
    position: relative;
    padding-top: 65px;
}

.sec_5 button{
    position: absolute;
    top: -80px;
    text-align: center;
    width: 1000px;
    background-color: #BDA688;
    padding: 35px 60px;
    font-weight: bold;
}

.sec_5 h2{
    margin-left: 80px;
}

.sec_5 h2 p{
    font-size: 25px;
    color: #000000;
}


.sec_6{
    padding-bottom: 150px;
}



.sec_6 h2{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.sec6_btn{
    width: 750px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.sec6_btnp{
    text-align: center;
    display: block;
}


.sec_6con{
    background-color: #000000;
    border: 1px solid #FFFFFF;
    margin-bottom: 60px;
}

.sec_6con h3{
    font-size: 28px;
    font-weight: bold;
    background-color: #BDA688;
    border: 1px solid #FFFFFF;
    color: #000000;
    padding: 5px 0 5px 40px;
}

.sec_6con p{
    font-size: 20px;
    font-weight: 300;
    padding: 40px 50px;
    border-bottom: 1px solid #FFFFFF;
}


.sec_6con img{
    width: 310px;
    display: block;
    margin: 40px auto;
}

.sec_6conp .underline{
    margin-bottom: 10px;
}

.sec_7 h2,.sec_8 h2{
    font-size: 34px;
    font-weight: bold;
    padding: 150px 0 45px;
    margin-bottom: 80px;
    border-bottom: 3px solid #BDA688;
    color: #BDA688;
}

.sec_7 h3,.sec_8 h3{
    font-size: 30px;
    font-weight: bold;
    color: #BDA688;
}


.sec_8{
    padding-bottom: 150px;
}

.sec_8p{
    padding-left: 12px;
    text-indent: -12px;
}


.sec_1 ul,.sec_2 ul{
    width: 890px;
}

.sec_1 ul li,.sec_2 ul li{
    position: relative;
    margin-bottom: 65px;
    padding-bottom: 65px;
    border-bottom: 1px solid #707070;
}

.sec_2 ul li:last-child {
    margin: 0 auto 25px;
}

.sec_1 ul li a,.sec_2 ul li a{
    position: absolute;
    width: 200px;
    bottom: 60px;
    left: 70px;
}

.table-box {
    position: relative;
}
.scroll.store {
    width: auto;
    height: 294px;
}
.scroll.atokara {
    /* width: 1960px;
    max-width: 1960px; */
    width: auto;
    max-width: none;
    height: 236px;
}
.scroll-heading {
    position: absolute;
    left: 0;
    width: 207px;
    max-height: 100%;
    z-index: 1;
}
.scroll-hint-icon {
    z-index: 1;
}


/*==================================================
                    アコーディオン
===================================================*/


.accordion-btn {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    text-align: left;
    border: none;
    outline: none;
    background-color: #f1f1f1;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .accordion-content{
    display: none;
  }

  .accordion-btn .icon {
    font-size: 20px;
    color: #000000;
  }
  
  .accordion-content p {
    margin: 0;
  }
  