@charset "utf-8";

/* ----------------------------------------------
    hacks
---------------------------------------------- */
@media (min-width: 768px) {
    .ga202406 .sp {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .ga202406 .pc {
        display: none !important;
    }
}

.ga202406 img {
    width: 100%;
    display: block;
    vertical-align: bottom;
}

.ga202406 .ma {
    margin-left: auto;
    margin-right: auto;
}

.ga202406 .pr {
    position: relative;
}

.ga202406 .pa {
    position: absolute;
}

.ga202406 .pf {
    position: fixed;
}

.ga202406 .ps {
    position: sticky;
}

.ga202406 .db {
    display: block;
}

.ga202406 .di {
    display: inline;
}

.ga202406 .dib {
    display: inline-block;
}

.ga202406 .dn {
    display: none;
}

.ga202406 .df {
    display: flex;
}

.ga202406 .fww {
    flex-wrap: wrap;
}

.ga202406 .fwnw {
    flex-wrap: nowrap;
}

.ga202406 .fdrr {
    flex-direction: row-reverse;
}

.ga202406 .jcc {
    justify-content: center;
}

.ga202406 .jcsb {
    justify-content: space-between;
}

.ga202406 .jcfs {
    justify-content: flex-start;
}

.ga202406 .jcfe {
    justify-content: flex-end;
}

.ga202406 .aic {
    align-items: center;
}

.ga202406 .aifs {
    align-items: flex-start;
}

.ga202406 .aife {
    align-items: flex-end;
}

.ga202406 .acsb {
    align-content: space-between;
}

.ga202406 .oxa {
    overflow-x: auto;
}

.ga202406 .oxs {
    overflow-x: scroll;
}

.ga202406 .oxh {
    overflow-x: hidden;
}

.ga202406 .oya {
    overflow-y: auto;
}

.ga202406 .oys {
    overflow-y: scroll;
}

.ga202406 .oyh {
    overflow-y: hidden;
}

.ga202406 .vv {
    visibility: visible;
}

.ga202406 .vh {
    visibility: hidden;
}

.ga202406 .vc {
    visibility: collapse;
}

.ga202406 .tl {
    text-align: left;
}

.ga202406 .tc {
    text-align: center;
}

.ga202406 .tr {
    text-align: right;
}

.ga202406 .tj {
    text-align: justify;
}

.ga202406 .cp {
    cursor: pointer;
}

.ga202406 .hac {
    left: 50%;
    transform: translateX(-50%);
}

.ga202406 .vam {
    top: 50%;
    transform: translateY(-50%);
}

.ga202406 .wf {
    max-width: 1400px;
    width: 100%;
}

.ga202406 .z1 {
    z-index: 1;
}

.ga202406 .z2 {
    z-index: 2;
}

.ga202406 .z3 {
    z-index: 3;
}

.ga202406 .z4 {
    z-index: 4;
}

.ga202406 .z5 {
    z-index: 5;
}

.ga202406 .z6 {
    z-index: 6;
}

.ga202406 .z7 {
    z-index: 7;
}

.ga202406 .z8 {
    z-index: 8;
}

.ga202406 .z9 {
    z-index: 9;
}

.ga202406 a {
    text-decoration: none;
}



/* ----------------------------------------------
    common
---------------------------------------------- */

body {
    background: #ffffff;
}

body .ga202406 {
    overflow: hidden;
}



/* ----------------------------------------------
    layout
---------------------------------------------- */

/* X */
.sec .inner {
    width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width:1200px) and (min-width:768px) {
    body .ga202406 {
        width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .sec .inner {
        max-width: unset;
        width: 92vw;
    }
}

/* Y */
.sec00 {
    background: url('../img/pc/bg/00.png') center top / cover no-repeat;
}

.sec01 {
    background: url('../img/pc/bg/01.png') center top no-repeat;
}

.sec02 {
    background: url('../img/pc/bg/02.png') center top no-repeat;
}

.sec03 {
    background: url('../img/pc/bg/03.png') center top no-repeat;
}

.sec04 {
    background: url('../img/pc/bg/04.png') center top no-repeat;
}

.sec05 {
    background: url('../img/pc/bg/05.png') center top no-repeat;
}

.sec06 {
    background: url('../img/pc/bg/06.png') center top no-repeat;
}

.sec07 {
    background: url('../img/pc/bg/07.png') center top no-repeat;
}

.sec08 {
    background: url('../img/pc/bg/08.png') center top no-repeat;
}

.sec09 {
    background: url('../img/pc/bg/09.png') center top no-repeat;
}

.sec {
    background-size: cover;
}

@media screen and (min-width:1581px) {
    .sec00 {
        height: 842px;
        margin: 0;
    }

    .sec01 {
        height: 809px;
        margin: -3.8vw 0 0;
    }

    .sec02 {
        height: 914px;
        margin: -3.8vw 0 0;
    }

    .sec03 {
        height: 854px;
        margin: -4.6vw 0 0;
    }

    .sec04 {
        height: 1145px;
        margin: -3.8vw 0 0;
    }

    .sec05 {
        height: 750px;
        margin: -3.9vw 0 0;
    }

    .sec06 {
        height: 874px;
        margin: -3.8vw 0 0;
    }

    .sec07 {
        height: 822px;
        margin: -3.8vw 0 0;
    }

    .sec08 {
        height: 1906px;
        margin: -3.8vw 0 0;
    }

    .sec09 {
        height: 683px;
        margin: -3.8vw 0 0;
    }
}

@media screen and (max-width:1580px) and (min-width:768px) {
    .sec00 {
        height: 842px;
        margin: 0;
    }

    .sec01 {
        height: 809px;
        margin: -60px 0 0;
    }

    .sec02 {
        height: 914px;
        margin: -60px 0 0;
    }

    .sec03 {
        height: 854px;
        margin: -72px 0 0;
    }

    .sec04 {
        height: 1145px;
        margin: -60px 0 0;
    }

    .sec05 {
        height: 750px;
        margin: -60px 0 0;
    }

    .sec06 {
        height: 874px;
        margin: -60px 0 0;
    }

    .sec07 {
        height: 822px;
        margin: -60px 0 0;
    }

    .sec08 {
        height: 1906px;
        margin: -60px 0 0;
    }

    .sec09 {
        height: 683px;
        margin: -60px 0 0;
    }
}

@media screen and (max-width:1400px) and (min-width:768px) {
    /*
		.sec00		{ height: 60.143vw;	margin:0; }
		.sec01		{ height: 57.786vw;	margin:-3.8vw 0 0; }
		.sec02		{ height: 65.286vw;	margin:-3.8vw 0 0; }
		.sec03		{ height: 61.000vw;	margin:-5.1vw 0 0; }
		.sec04		{ height: 81.786vw;	margin:-4.0vw 0 0; }
		.sec05		{ height: 53.571vw;	margin:-4.4vw 0 0; }
		.sec06		{ height: 62.429vw;	margin:-4.5vw 0 0; }
		.sec07		{ height: 58.714vw;	margin:-4.2vw 0 0; }
		.sec08		{ height:136.143vw;	margin:-4.2vw 0 0; }
		.sec09		{ height: 48.786vw;	margin:-5.1vw 0 0; }
		.sec		{ background-size:100%; }
		*/
}

@media screen and (max-width: 767px) {
    .sec00 {
        height: 144.000vw;
        background: url('../img/sp/bg/00.png') center top / cover no-repeat;
        margin: 0;
    }

    .sec01 {
        height: 244.533vw;
        background: url('../img/sp/bg/01.png') center top no-repeat;
        margin: -4.4vw 0 0;
    }

    .sec02 {
        height: 276.667vw;
        background: url('../img/sp/bg/02.png') center top no-repeat;
        margin: -4.2vw 0 0;
    }

    .sec03 {
        height: 207.200vw;
        background: url('../img/sp/bg/03.png') center top no-repeat;
        margin: -4.6vw 0 0;
    }

    .sec04 {
        height: 239.333vw;
        background: url('../img/sp/bg/04.png') center top no-repeat;
        margin: -4.0vw 0 0;
    }

    .sec05 {
        height: 252.800vw;
        background: url('../img/sp/bg/05.png') center top no-repeat;
        margin: -4.2vw 0 0;
    }

    .sec06 {
        height: 227.600vw;
        background: url('../img/sp/bg/06.png') center top no-repeat;
        margin: -4.8vw 0 0;
    }

    .sec07 {
        height: 248.667vw;
        background: url('../img/sp/bg/07.png') center top no-repeat;
        margin: -4.2vw 0 0;
    }

    .sec08 {
        height: 445.067vw;
        background: url('../img/sp/bg/08.png') center top no-repeat;
        margin: -4.2vw 0 0;
    }

    .sec09 {
        height: 162.667vw;
        background: url('../img/sp/bg/09.png') center top no-repeat;
        margin: -20.0vw 0 0;
    }

    .sec {
        background-size: cover;
    }
}


/* ----------------------------------------------
    header
---------------------------------------------- */

header {
    transition: background-color 0.5s;
    background-color: unset;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
}

header.active {
    transition: background-color 0.5s;
    background-color: rgba(256, 256, 256, 0.8);
}

header .logo {
    width: 169px;
    height: 45px;
    margin: 0 0 25px 30px;
}

@media screen and (max-width:1400px) and (min-width:768px) {
    /*
		header			{ height:5.357vw; }
		header .logo	{ width:12.071vw; height:3.214vw; margin-left:2.143vw; }
		*/
}

@media screen and (max-width:767px) {
    header {
        height: 15vw;
    }

    header .logo {
        width: 26.8vw;
        height: 6.933vw;
        margin: 0 0 4vw 4vw;
    }
}



/* ----------------------------------------------
    sections
---------------------------------------------- */

.sec00 .inner {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 40px 190px 0 0;
}

.sec00 .inner .txt {
    font-size: 25px;
    line-height: 1;
    margin: 25px 0 0 35px;
}

.sec00 .inner .txt span {
    vertical-align: super;
}

.sec00 .inner h1 {
    font-size: 140px;
    line-height: 1;
    letter-spacing: 12px;
    font-weight: normal;
    margin: 25px 0 0 60px;
}

.sec00 .inner ol {
    width: 460px;
    height: 701px;
    flex-direction: column;
    margin: 0 auto;
}

.sec00 .inner ol li {
    width: 115px;
    height: 350px;
    background: url('../img/pc/sec00/00.png') center bottom 20px / 25.217% no-repeat;
    padding: 30px 35px 0;
}

.sec00 .inner ol li:nth-child(-n+4) {
    border-bottom: solid 1px #341c1c;
}

.sec00 .inner ol li::before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    margin: 0 0 10px;
    z-index: 1;
}

.sec00 .inner ol li:nth-child(1):before {
    background: url('../img/pc/sec00/01.png') left center / 100% no-repeat;
}

.sec00 .inner ol li:nth-child(2):before {
    background: url('../img/pc/sec00/02.png') left center / 100% no-repeat;
}

.sec00 .inner ol li:nth-child(3):before {
    background: url('../img/pc/sec00/03.png') left center / 100% no-repeat;
}

.sec00 .inner ol li:nth-child(4):before {
    background: url('../img/pc/sec00/04.png') left center / 100% no-repeat;
}

.sec00 .inner ol li:nth-child(5):before {
    background: url('../img/pc/sec00/05.png') left center / 100% no-repeat;
}

.sec00 .inner ol li:nth-child(6):before {
    background: url('../img/pc/sec00/06.png') left center / 100% no-repeat;
}

.sec00 .inner ol li:nth-child(7):before {
    background: url('../img/pc/sec00/07.png') left center / 100% no-repeat;
}

.sec00 .inner ol li:nth-child(8):before {
    background: url('../img/pc/sec00/08.png') left center / 100% no-repeat;
}

.sec00 .inner ol li a {
    font-size: 18px;
    width: 45px;
    display: flex;
    align-items: center;
    padding-top: 54px;
    position: relative;
    z-index: 2;
}

.sec00 .inner ol li::after {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background-size: 38.261%;
}

.sec00 .inner .scroll {
    width: 52px;
    bottom: -11.5%;
}

.sec01 .inner {
    padding: 120px 0 0 30px;
}

.sec01 .inner dl {
    width: 100%;
    flex-direction: row-reverse;
}

.sec01 .inner dl dt {
    width: 38.183%;
}

.sec01 .inner dl dd {
    width: 56.000%;
}

.sec01 .inner .txt1 {
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.sec01 .inner .txt2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.sec01 .inner .txt2 span {
    color: #d80000;
}

.sec01 .inner .txt3 {
    font-size: 20px;
    line-height: 2.0;
}

.sec02 .inner {
    padding: 170px 0 0;
}

.sec02 .inner .blk {
    background: url('../img/pc/sec02/bg02.png') 0 0 / 100% no-repeat;
   background-position: left;
    background-size: contain;
    background-color: #fff;
     border-radius: 5px 5px 5px 5px;
    padding: 30px 60px 30px 440px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.sec02 .inner .txt1 {
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.sec02 .inner .txt2 {
    font-size: 29px;
    line-height: 1.0;
    margin-bottom: 20px;
}

.sec02 .inner .txt2 span {
    color: #d80000;
}

.sec02 .inner .txt3 {
    font-size: 19px;
    line-height: 1.9;
    margin-bottom: 20px;
}

.sec02 .inner hr {
    margin-bottom: 20px;
}

.sec02 .inner .txt4 {
    font-size: 14px;
    line-height: 2.4;
}

.sec02 .inner .txt4 span {
    border: solid 1px #000000;
    padding: 5px;
}

.sec03 .inner {
    padding: 130px 0 0 30px;
}

.sec03 .inner .txt1 {
    font-size: 50px;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 20px;
}

.sec03 .inner .txt1 span {
    font-size: 30px;
}

.sec03 .inner .txt2 {
    font-size: 30px;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 20px;
}

.sec03 .inner .txt3 {
    font-size: 20px;
    line-height: 2.0;
    color: #ffffff;
    margin-bottom: 25px;
}

.sec03 .inner .img {
    width: 31.455%;
}

.sec03 .inner .img span {
    font-size: 15px;
    line-height: 1.0;
    color: #ffffff;
    margin-top: 20px;
}

.sec04 .inner {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 150px 0 0;
}

.sec04 .inner .txt1 {
    font-size: 50px;
    line-height: 1.3;
    text-shadow: #fff 0 0 12px, #fff 0 0 12px, #fff 0 0 12px;
    margin-left: 25px;
}

.sec04 .inner .txt2 {
    font-size: 30px;
    line-height: 1.4;
    text-shadow: #fff 0 0 12px, #fff 0 0 12px, #fff 0 0 12px;
    margin-left: 25px;
}

.sec04 .inner .txt2 span {
    text-combine-upright: all;
}

.sec04 .inner .txt3 {
    font-size: 20px;
    line-height: 1.8;
    text-shadow: #fff 0 0 12px, #fff 0 0 12px, #fff 0 0 12px;
    margin-left: 40px;
}

.sec04 .inner .txt3 span {
    text-combine-upright: all;
}

.sec04 .inner .img {
    width: 36.546%;
}

.sec05 .inner {
    padding: 120px 0 0 30px;
}

.sec05 .inner .blk {}

.sec05 .inner .blk .txt1 {
    font-size: 45px;
    line-height: 1.5;
    text-shadow: #fff 0 0 12px, #fff 0 0 12px, #fff 0 0 12px;
    margin-bottom: 20px;
}

.sec05 .inner .blk .txt2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.sec05 .inner .blk .txt2 span {
    color: #d80000;
}

.sec05 .inner .blk .txt3 {
    font-size: 20px;
    line-height: 2.0;
}

.sec06 .inner {
    padding: 130px 0 0;
}

.sec06 .inner .txt1 {
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.sec06 .inner dl {
    width: 100%;
}

.sec06 .inner dl dt {
    width: 45.728%;
    margin-right: 50px;
}

.sec06 .inner dl dd {
    width: 48.000%;
}

.sec06 .inner dl dd .txt2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.sec06 .inner dl dd .txt3 {
    font-size: 20px;
    line-height: 2.0;
}

.sec07 .inner {
    padding: 110px 0 0;
}

.sec07 .inner .txt1 {
    font-size: 45px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.sec07 .inner .txt1 span {
    color: #d80000;
}

.sec07 .inner .txt2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.sec07 .inner .txt2 span {
    font-size: 12px;
}

.sec07 .inner .txt3 {
    font-size: 20px;
    line-height: 2.2;
}

.sec08 .inner {
    padding: 80px 0 0;
}

.sec08 .inner dl {
    width: 820px;
    flex-direction: row-reverse;
    margin: 0 auto 20px;
}

.sec08 .inner dl dt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 50px;
}

.sec08 .inner dl dt span.tcua {
    text-combine-upright: all;
}

.sec08 .inner dl dt span.cr {
    color: #d80000;
}

.sec08 .inner dl dd {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 30px;
}

.sec08 .inner dl dd ul {
    width: 546px;
    height: 361px;
    flex-direction: column;
}

.sec08 .inner dl dd ul li {
    width: 78px;
    height: 180px;
    padding: 38px 19px 0;
}

.sec08 .inner dl dd ul li:nth-child(-n+7) {
    border-bottom: solid 1px #341c1c;
}

.sec08 .inner .img {
    width: 820px;
    margin: 0 auto 40px;
}

.sec08 .inner .txt1 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.sec08 .inner .txt2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.sec08 .inner .txt3 {
    font-size: 20px;
    line-height: 2.0;
    margin-bottom: 25px;
}

.sec08 .inner ul.kanji {
    width: 938px;
    margin: 0 auto 20px;
}

.sec08 .inner ul.kanji li {
    width: 110px;
    height: 110px;
    margin: 0 12px 54px;
}

.sec08 .inner ul.kanji li span {
    font-size: 15px;
    margin: 5px 0 0;
}

.sec08 .inner ul.kana {
    width: 700px;
    margin: 0 auto 0;
}

.sec08 .inner ul.kana li {
    font-size: 12px;
    margin: 0 12px 12px;
}

.sec09 .inner {
    padding: 120px 0 0;
}

.sec09 .inner dl {
    width: 880px;
    flex-direction: row-reverse;
    margin: 0 auto;
}

.sec09 .inner dl dt {
    width: 334px;
}

.sec09 .inner dl dd .txt1 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.sec09 .inner dl dd .btn {
    width: 485px;
    margin-bottom: 40px;
}

.sec09 .inner dl dd .sns {
    width: 334px;
    margin: 0 auto;
}

.sec09 .inner dl dd .sns p {
    font-size: 20px;
}

.sec09 .inner dl dd .sns ul {
    margin: 0 0 0 15px;
}

.sec09 .inner dl dd .sns ul::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #341c1c;
    margin: 0 20px 0 0;
}

.sec09 .inner dl dd .sns ul li:first-child {
    width: 30px;
    height: 30px;
    margin: 0 30px 0 0;
}

.sec09 .inner dl dd .sns ul li:last-child {
    width: 40px;
    height: 40px;
}



@media screen and (max-width:1400px) and (min-width:768px) {
    /*
		.sec00	.inner								{ padding:2.857vw 13.571vw 0 0;  }
		.sec00	.inner .txt							{ font-size:1.786vw; margin:1.786vw 0 0 2.5vw; }
		.sec00	.inner h1							{ font-size:10vw; letter-spacing:0.857vw; margin:1.786vw 0 0 4.286vw; }
		.sec00	.inner ol							{ width:32.857vw; flex-direction:column; margin:0 auto; }
		.sec00	.inner ol li						{ width:8.214vw; height:27.143vw; background:url('../img/pc/sec00/00.png') center bottom 2.5vw / 25.217% no-repeat; padding:2.5vw 2.5vw; }
		.sec00	.inner ol li::before				{ width:3.143vw; height:3.143vw; margin:0 0 0.714vw; }
		.sec00	.inner ol li a						{ font-size:1.286vw; }
		.sec00	.inner ol li::after					{ width:3.143vw; height:3.143vw; }
	
		.sec01	.inner								{ padding:10.714vw 0 0 2.143vw; }
		.sec01	.inner .txt1						{ font-size:3.571vw; margin-bottom:1.429vw; }
		.sec01	.inner .txt2						{ font-size:2.143vw; margin-bottom:1.786vw; }
		.sec01	.inner .txt3						{ font-size:1.071vw; }
	
		.sec02	.inner								{ padding:12.143vw 0 0; }
		.sec02	.inner .blk							{ height:41.214vw; background:url('../img/pc/sec02/bg.png') 0 0 / 100% no-repeat; padding:3.214vw 4.286vw 0 31.429vw; }
		.sec02	.inner .txt1						{ font-size:3.571vw; margin-bottom:1.429vw; }
		.sec02	.inner .txt2						{ font-size:2.143vw; margin-bottom:1.429vw; }
		.sec02	.inner .txt3						{ font-size:1.071vw; margin-bottom:1.429vw; }
		.sec02	.inner hr							{ margin-bottom:1.429vw; }
		.sec02	.inner .txt4						{ font-size:1vw; }
	
		.sec03	.inner								{ padding:12.143vw 0 0 2.143vw; }
		.sec03	.inner .txt1						{ font-size:3.571vw; margin-bottom:1.429vw; }
		.sec03	.inner .txt1 span					{ font-size:2.143vw; }
		.sec03	.inner .txt2						{ font-size:2.143vw; margin-bottom:1.429vw; }
		.sec03	.inner .txt3						{ font-size:1.071vw; margin-bottom:1.786vw; }
		.sec03	.inner .img span					{ font-size:1.071vw; margin-top:1.429vw; }
	
		.sec04	.inner								{ padding:10.714vw 0 0; }
		.sec04	.inner .txt1						{ font-size:3.571vw; margin-left:2.143vw; }
		.sec04	.inner .txt2						{ font-size:2.143vw; margin-left:2.143vw; }
		.sec04	.inner .txt3						{ font-size:1.071vw; margin-left:4.286vw; }
	
		.sec05	.inner								{ padding:10.714vw 0 0; }
		.sec05	.inner .txt1						{ font-size:3.214vw; margin-bottom:1.429vw; }	
		.sec05	.inner .txt2						{ font-size:2.143vw; margin-bottom:1.786vw; }
		.sec05	.inner .txt2 span					{  }
		.sec05	.inner .txt3						{ font-size:1.071vw; }
	
		.sec06	.inner								{ padding:10.714vw 0 0; }
		.sec06	.inner .txt1						{ font-size:3.571vw; margin-bottom:3.571vw; }
		.sec06	.inner dl dt						{ margin-right:3.571vw; }
		.sec06	.inner dl dd .txt2					{ font-size:2.143vw; margin-bottom:1.786vw; }
		.sec06	.inner dl dd .txt3					{ font-size:1.071vw; }
	
		.sec07	.inner								{ padding:12.143vw 0 0; }
		.sec07	.inner .txt1						{ font-size:3.214vw; margin-bottom:1.429vw; }	
		.sec07	.inner .txt2						{ font-size:2.143vw; margin-bottom:1.786vw; }
		.sec07	.inner .txt2 span					{ font-size:0.857vw; }
		.sec07	.inner .txt3						{ font-size:1.071vw; }
	
		.sec08	.inner								{ padding: 6.429vw 0 0;  }
		.sec08	.inner dl 							{ width:58.571vw; margin:0 auto 1.429vw; }
		.sec08	.inner dl dt						{ font-size:3.571vw; }
		.sec08	.inner dl dd						{ font-size:2.143vw; }
		.sec08	.inner dl dd ul						{ width:39vw; }
		.sec08	.inner dl dd ul li					{ width: 5.571vw; height:12.857vw; padding:2.714vw 1.357vw 0; }
		.sec08	.inner .img							{ width:58.571vw; margin:0 auto 5vw; }
		.sec08	.inner .txt1						{ font-size:2.857vw; margin-bottom:1.429vw; }
		.sec08	.inner .txt2						{ font-size:1.429vw; margin-bottom:1.429vw; }
		.sec08	.inner .txt3						{ font-size:1.071vw; margin-bottom:1.786vw; }
		.sec08	.inner ul.kanji						{ width:67vw; margin:0 auto 1.429vw; }
		.sec08	.inner ul.kanji li					{ width:7.857vw; height:7.857vw; margin:0 0.857vw 3.857vw; }
		.sec08	.inner ul.kanji li span				{ font-size:1.071vw; margin: 0.357vw 0 0; }
		.sec08	.inner ul.kana						{ width:50vw; }
		.sec08	.inner ul.kana li					{ font-size:0.857vw; margin:0 0.571vw 0.857vw; }
	
		.sec09	.inner								{ padding:8.571vw 0 0; }
		.sec09	.inner dl							{ width:62.857vw; }
		.sec09	.inner dl dt						{ width:23.857vw; }
		.sec09	.inner dl dd .txt1					{ font-size:2.857vw; margin-bottom:2.857vw; }	
		.sec09	.inner dl dd .btn					{ width:34.643vw; margin-bottom:2.857vw; }
		.sec09	.inner dl dd .sns					{ width:23.857vw; }
		.sec09	.inner dl dd .sns p					{ font-size:1.429vw; }
		.sec09	.inner dl dd .sns ul				{ margin:0 0 0 1.071vw; }
		.sec09	.inner dl dd .sns ul::before		{ width:1.429vw; height:0.071vw; margin:0 1.429vw 0 0; }
		.sec09	.inner dl dd .sns ul li:first-child	{ width:2.143vw; height:2.143vw; margin:0 2.143vw 0 0; }
		.sec09	.inner dl dd .sns ul li:last-child	{ width:2.857vw; height:2.857vw; }
		*/
}

@media screen and (max-width: 767px) {
    .sec00 .inner {
        padding: 10.4vw 0 0 0;
    }

    .sec00 .inner .txt {
        font-size: 3.6vw;
        margin: 0 0 0 3vw;
    }

    .sec00 .inner h1 {
        font-size: 17.6vw;
        letter-spacing: 2.4vw;
        margin: 0 0 0 2vw;
    }

    .sec00 .inner ol {
        width: 63.6vw;
        height: 113vw;
        margin: 12vw 0 0;
    }

    .sec00 .inner ol li {
        width: 15.9vw;
        height: 56.4vw;
        background: url('../img/sp/sec00/00.png') center bottom 8vw / 5.6vw no-repeat;
        padding: 9vw 1vw 0;
    }

    .sec00 .inner ol li::before {
        width: 7.6vw;
        height: 7.6vw;
        top: 9vw;
    }

    .sec00 .inner ol li:nth-child(1):before {
        background: url('../img/sp/sec00/01.png') left center / 100% no-repeat;
    }

    .sec00 .inner ol li:nth-child(2):before {
        background: url('../img/sp/sec00/02.png') left center / 100% no-repeat;
    }

    .sec00 .inner ol li:nth-child(3):before {
        background: url('../img/sp/sec00/03.png') left center / 100% no-repeat;
    }

    .sec00 .inner ol li:nth-child(4):before {
        background: url('../img/sp/sec00/04.png') left center / 100% no-repeat;
    }

    .sec00 .inner ol li:nth-child(5):before {
        background: url('../img/sp/sec00/05.png') left center / 100% no-repeat;
    }

    .sec00 .inner ol li:nth-child(6):before {
        background: url('../img/sp/sec00/06.png') left center / 100% no-repeat;
    }

    .sec00 .inner ol li:nth-child(7):before {
        background: url('../img/sp/sec00/07.png') left center / 100% no-repeat;
    }

    .sec00 .inner ol li:nth-child(8):before {
        background: url('../img/sp/sec00/08.png') left center / 100% no-repeat;
    }

    .sec00 .inner ol li a {
        font-size: 3.4vw;
         width: 13.9vw;
    padding-top: 9.3vw;
    }

    .sec00 .inner .scroll {
        width: 10.267vw;
        bottom: -6%;
    }

    .sec01 .inner {
        padding: 12vw 0 0;
    }

    .sec01 .inner dl {
        width: 100%;
        flex-direction: column-reverse;
    }

    .sec01 .inner .txt1 {
        font-size: 8.0vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .sec01 .inner .txt2 {
        font-size: 5.4vw;
        line-height: 1.8;
        margin-bottom: 4vw;
    }

    .sec01 .inner .txt3 {
        font-size: 4.0vw;
        line-height: 1.9;
        margin-bottom: 6vw;
    }

    .sec01 .inner dl dt {
        width: 79.276%;
    }

    .sec01 .inner dl dd {
        width: unset;
    }

    .sec02 .inner {
        padding: 18vw 0 0;
    }

    .sec02 .inner .blk {
        background: url('../img/sp/sec02/bg02.png') 0 0 / 100% no-repeat;
        background-color: #fff;
        background-position: top;
        padding: 75vw 4vw 8vw 4vw;
    box-shadow: 2vw 2vw 2vw rgba(0, 0, 0, 0.2);
    }

    .sec02 .inner .txt1 {
        font-size: 7.8vw;
        line-height: 1.5;
        margin-bottom: 3vw;
    }

    .sec02 .inner .txt2 {
        font-size: 5.3vw;
        line-height: 1.6;
        margin-bottom: 2vw;
    }

    .sec02 .inner .txt3 {
        font-size: 4.0vw;
        line-height: 2.0;
        font-feature-settings: "palt";
        margin-bottom: 5vw;
    }

    .sec02 .inner hr {
        margin-bottom: 5vw;
    }

    .sec02 .inner .txt4 {
        font-size: 3.6vw;
        line-height: 2.1;
    }

    .sec03 .inner {
        padding: 14vw 0 0;
    }

    .sec03 .inner .txt1 {
        font-size: 8.0vw;
        line-height: 1.6;
        margin-bottom: 6vw;
    }

    .sec03 .inner .txt1 span {
        font-size: 5.3vw;
    }

    .sec03 .inner .txt2 {
        font-size: 5.3vw;
        line-height: 1.8;
        margin-bottom: 4vw;
    }

    .sec03 .inner .txt3 {
        font-size: 4.0vw;
        line-height: 2.0;
        margin-bottom: 10vw;
    }

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

    .sec03 .inner .img span {
        font-size: 3.6vw;
        line-height: 1.0;
        margin-top: 5vw;
    }

    .sec04 .inner {
        writing-mode: unset;
        padding: 18vw 0 0;
    }

    .sec04 .inner .img {
        width: 29.333vw;
        position: absolute;
        right: 0;
        top: -6vw;
    }

    .sec04 .inner .txt1 {
        letter-spacing: 1vw;
        font-size: 8.0vw;
        line-height: 1.5;
        margin: 6vw 0 10vw;
    }

    .sec04 .inner .txt1 span {
        letter-spacing: -1vw;
    }

    .sec04 .inner .txt2 {
        font-size: 5.4vw;
        line-height: 1.8;
        margin: 0 0 5vw;
    }

    .sec04 .inner .txt3 {
        font-size: 4.0vw;
        line-height: 2.0;
        font-feature-settings: "palt";
        margin: 0;
    }

    .sec05 .inner {
        padding: 16vw 0 0;
    }

    .sec05 .inner .blk .txt1 {
        font-size: 8.0vw;
        line-height: 1.4;
        margin-bottom: 6vw;
    }

    .sec05 .inner .blk .txt2 {
        font-size: 5.3vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .sec05 .inner .blk .txt3 {
        font-size: 3.9vw;
        line-height: 2.0;
        font-feature-settings: "palt";
    }

    .sec06 .inner {
        padding: 12vw 0 0;
    }

    .sec06 .inner .txt1 {
        font-size: 7.8vw;
        letter-spacing: 0.5vw;
        line-height: 1.6;
        font-feature-settings: "palt";
        margin-bottom: 6vw;
    }

    .sec06 .inner dl {
        width: 100%;
        flex-direction: column;
    }

    .sec06 .inner dl dt {
        width: 67.067vw;
        margin: 0 auto 6vw;
    }

    .sec06 .inner dl dd {
        width: unset;
    }

    .sec06 .inner dl dd .txt2 {
        font-size: 5.3vw;
        line-height: 1.9;
        margin-bottom: 4vw;
    }

    .sec06 .inner dl dd .txt3 {
        font-size: 3.9vw;
        line-height: 2.0;
    }

    .sec07 .inner {
        padding: 84vw 0 0;
    }

    .sec07 .inner .txt1 {
        font-size: 8.0vw;
        line-height: 1.4;
        margin-bottom: 2vw;
    }

    .sec07 .inner .txt2 {
        font-size: 5.3vw;
        line-height: 1.7;
        margin-bottom: 4vw;
    }

    .sec07 .inner .txt2 span {
        font-size: 3.2vw;
        display: block;
        margin-top: 2vw;
    }

    .sec07 .inner .txt3 {
        font-size: 4.0vw;
        line-height: 2.1;
    }

    .sec08 .inner {
        padding: 14vw 0 0;
    }

    .sec08 .inner dl {
        width: 100%;
        flex-direction: column;
        margin: 0;
    }

    .sec08 .inner dl dt {
        writing-mode: unset;
        width: 100%;
        font-size: 8.0vw;
        line-height: 1.5;
        margin: 0 0 2vw;
    }

    .sec08 .inner dl dt span {
        text-combine-upright: all;
    }

    .sec08 .inner dl dd {
        font-size: 5.3vw;
    }

    .sec08 .inner dl dd ul {
        width: 100%;
        height: 61vw;
        flex-direction: column;
    }

    .sec08 .inner dl dd ul li {
        width: 13vw;
        height: 30vw;
        padding: 5vw 2.5vw 0;
    }

    .sec08 .inner dl dd ul li:nth-child(-n+7) {
        border-bottom: solid 1px #341c1c;
    }

    .sec08 .inner .img {
        width: 100%;
        margin: 0 auto 6vw;
    }

    .sec08 .inner .txt1 {
        font-size: 5.4vw;
        line-height: 1.7;
        text-align: left;
        letter-spacing: 0.5vw;
        margin-bottom: 4vw;
    }

    .sec08 .inner .txt2 {
        font-size: 4.0vw;
        line-height: 1.7;
        text-align: left;
        margin-bottom: 4vw;
    }

    .sec08 .inner .txt3 {
        font-size: 4.0vw;
        line-height: 2.1;
        text-align: left;
        margin-bottom: 6vw;
    }

    .sec08 .inner ul.kanji {
        width: 100%;
        justify-content: flex-start;
        margin: 0 auto 4vw;
    }

    .sec08 .inner ul.kanji li {
        width: 19.734vw;
        height: 19.734vw;
        margin-left: 0;
        margin-bottom: 10vw;
    }

    .sec08 .inner ul.kanji li:not(:nth-child(4n)) {
        margin-right: 4vw;
    }

    .sec08 .inner ul.kanji li:nth-child(4n) {
        margin-right: 0;
    }

    .sec08 .inner ul.kanji li span {
        font-size: 3.2vw;
        margin: 1vw 0 0;
    }

    .sec08 .inner ul.kana {
        width: 100%;
        margin: 0 auto 0;
    }

    .sec08 .inner ul.kana li {
        font-size: 3.0vw;
        margin: 0 4vw 1vw 0;
    }

    .sec09 .inner {
        padding: 16vw 0 0;
    }

    .sec09 .inner dl {
        width: 100%;
        flex-direction: column;
        margin: 0 auto;
    }

    .sec09 .inner dl dt {
        width: 44.535vw;
        margin-bottom: 8vw;
    }

    .sec09 .inner dl dd .txt1 {
        font-size: 7.8vw;
        line-height: 1.5;
        margin-bottom: 7vw;
    }

    .sec09 .inner dl dd .txt1 span {
        vertical-align: super;
    }

    .sec09 .inner dl dd .btn {
        width: 100%;
        margin-bottom: 12vw;
    }

    .sec09 .inner dl dd .sns {
        width: 70vw;
        margin: 0 auto;
    }

    .sec09 .inner dl dd .sns p {
        font-size: 4vw;
    }

    .sec09 .inner dl dd .sns ul {
        margin: 0;
    }

    .sec09 .inner dl dd .sns ul::before {
        content: '';
        display: block;
        width: 2.6vw;
        height: 1px;
        background: #341c1c;
        margin: 0 8vw 0 0;
    }

    .sec09 .inner dl dd .sns ul li:first-child {
        width: 6.4vw;
        height: 6.667vw;
        margin: 0 8vw 0 0;
    }

    .sec09 .inner dl dd .sns ul li:last-child {
        width: 8vw;
        height: 8vw;
    }
}

/* ----------------------------------------------
    footer
---------------------------------------------- */

footer {
    width: 100%;
    height: 60px;
    background: #341c1c;
    font-size: 12px;
    color: #ffffff;
}

footer .inner {
    max-width: 1300px;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    margin: 0 auto;
}

footer .inner ul {
    width: 260px;
}

@media screen and (max-width:1400px) and (min-width:768px) {
    /*
		footer						{ height:4.286vw; font-size:0.857vw; }
		footer .inner				{ max-width:92.857vw; padding:0 3.571vw; }
		footer .inner ul			{ width:18.571vw; }
		*/
}

@media screen and (max-width:767px) {
    footer {
        height: 21vw;
        font-size: 3.2vw;
    }

    footer .inner {
        max-width: unset;
        flex-direction: column;
        justify-content: center !important;
        padding: 0;
    }

    footer .inner ul {
        width: 100%;
        justify-content: center !important;
        margin-bottom: 2vw;
    }

    footer .inner ul li {
        margin: 0 2.5vw;
    }

    footer .inner p.copyright {
        width: 100%;
        text-align: center;
    }
}



/* ------------------------------------------------------
	animations
------------------------------------------------------ */

.ga202406 .anm {
    transition: opacity 0.8s;
    opacity: 0;
}

.ga202406 .anm.active {
    transition: opacity 0.8s;
    opacity: 1;
    animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
    from {
        transform: translateY(50px);
    }

    to {
        transform: translateY(0);
    }
}



/* ------------------------------------------------------
	font-family
------------------------------------------------------ */

.sec01 .inner .txt3,
.sec02 .inner .txt3,
.sec03 .inner .txt3,
.sec03 .inner .img span,
.sec04 .inner .txt3,
.sec05 .inner .txt3,
.sec06 .inner .txt3,
.sec07 .inner .txt3,
.sec08 .inner .txt3,
.sec08 .inner ul,
.sec09 .inner .sns p,
footer {
    font-family: "Noto Sans JP", sans-serif;
}
