@charset "UTF-8";

/*---------------------------------------------------------
Reset
---------------------------------------------------------*/

html {
    /*overflow-x: hidden;*/
    scroll-behavior: smooth;
}

body {
    /*overflow-x: hidden;*/
}

html,
body,
div,
article,
section,
main,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
input,
textarea,
address,
nav,
table,
th,
td,
a,
p,
img,
figure,
span,
em,
small {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

small {
    font-size: 12px;
    line-height: 1.2;
}

small.kumamon {
    font-size: 60%;
}

main {
    display: block;
}

ul,
li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a,
button {
    outline: none;
}

a:focus,
button:focus {
    outline: none;
}

.mt4 {
    margin-top: 4px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt16 {
    margin-top: 16px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mb40 {
    margin-bottom: 40px;
}

.bold {
    font-weight: bold;
}

.res-pc {
    display: block !important;
}

.res-sp {
    display: none !important;
}

.widthSp {
    width: calc(100% - 48px);
    margin: 40px auto;
}

.center {
    text-align: center !important;
}

.center_margin {
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

.ch {
    width: 960px;
    margin: 24px auto 0;
}

@media only screen and (max-width: 959px) {
    .res-pc {
        display: none !important;
    }
    .res-sp {
        display: block !important;
    }
    .widthSp {
        margin: 16px auto;
    }
    .ch {
        width: 92%;
    }
}


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

html {
    font-size: 62.5%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
    html {
        font-size: 2.41546vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
    html {
        font-size: 0.80645vw;
    }
}

body {
    margin: inherit;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #3B3B3B;
    line-height: 2;
    letter-spacing: 0.04em;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    font-weight: 500;
    position: relative;
    /*overflow: hidden;*/
    background: #F8F8F8;
}

@media only screen and (max-width: 959px) {
    body {
        margin: inherit;
        font-size: 1.4rem;
        color: #3B3B3B;
        line-height: 1.8;
        letter-spacing: 0.04em;
    }
}

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

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

a:hover {}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: none;
}

.bgwhite {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
}

@media only screen and (max-width: 959px) {
    .bgwhite {
        padding: 24px;
    }
}


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

header {
    position: fixed;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.04);
    width: 96%;
    inset: 0;
    margin: 24px auto 0;
    height: 80px;
    border-radius: 8px;
}

header .headerL {
    padding-left: 40px;
}

header .headerL img {
    width: 280px;
}

header .headerR .headerbtn {
    text-align: right;
}

header .headerR .headerbtn a {
    min-width: 140px;
    font-size: 16px;
    padding: 10px auto;
    line-height: 14px;
    font-weight: bold;
    min-height: 38px;
    background-color: #268FCF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
}

header .headerR .linebtn a {
    color: #1F1FA3;
    border: 2px solid #1F1FA3;
    background-color: #fff;
}

header .headerR .headerR_btn {
    display: flex;
    justify-content: flex-end;
}

header .headerR .headerbtn a:hover {
    opacity: 0.6;
}

header .headerR ul {
    display: flex;
    padding-right: 24px;
}

header .headerR ul li {
    padding: 0 8px;
}

header .headerR ul li a {
    color: #00030B;
    font-weight: bold;
    font-size: 14px;
}

header .headerR ul li a:hover {
    opacity: 0.4;
}


/*---------------------------------------------------------
headerSP
---------------------------------------------------------*/


/* Navbar & Navmenu color */

:root {
    --background-navbar: rgba(0, 3, 11, 0.96);
}

.headersp {
    position: fixed;
    width: 92%;
    height: 64px;
    z-index: 8;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.04);
    width: 96%;
    inset: 0;
    margin: 8px auto 0;
    height: 64px;
    border-radius: 8px;
}

.menu,
.menu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}

.menu {
    position: fixed;
    top: 28px;
    right: 25px;
    width: 35px;
    height: 22px;
    z-index: 10;
    border: none;
    background: none;
}

.menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #111;
    z-index: 10;
}

.menu span:nth-of-type(1) {
    top: 0px;
}

.menu span:nth-of-type(2) {
    top: 10px;
}

.menu span:nth-of-type(3) {
    bottom: 0px;
}

.menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    background-color: #fff;
}

.menu.active span:nth-of-type(2) {
    opacity: 0;
    background-color: #fff;
}

.menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    background-color: #fff;
}

#nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: #302D2C;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}

#nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

#nav ul {
    margin: 20px 0;
    padding: 20px 0;
}

#nav ul li {
    list-style-type: none;
    padding: 16px;
}

#nav ul li a {
    display: block;
    transition: all 0.2s ease-in-out;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.menuList .btn a {
    width: 100%;
    text-align: center !important;
    background: #268FCF;
    border-radius: 8px;
    padding: 8px 0;
}

.menuList .btnlist .btn a {
    margin: 0 auto;
    color: #fff !important;
}

.menuList .btnlist .linebtn a {
    color: #1F1FA3 !important;
    border: #1F1FA3 2px solid;
    background: none;
}

.headersp .navtext a img {
    width: 200px;
    margin-top: 18px;
    margin-left: 16px;
}


/*---------------------------------------------------------
mv
---------------------------------------------------------*/

.opening_img {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.opening_img img {
    width: 370px;
}

.mv {
    margin-top: 92px;
    position: relative;
}

.mvimg {
    margin-top: 80px;
}

.mv .maintx {
    margin-top: 200px;
    text-align: left;
    margin-left: 4%;
    color: #00030b;
}

.mv .maintx h1 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 114px;
    line-height: 120px;
}

.mv .maintx small {
    font-weight: bold;
    display: block;
    font-size: 20px;
    letter-spacing: 0.16em;
    line-height: 40px;
    font-family: 'Noto Sans JP', sans-serif;
}

.js-text-anime span {
    opacity: 0;
    transition: 0.5s;
}

.container {
    background-image: url(../img/bg_main@2x.jpg);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    height: 560px;
}

.jptx {
    position: absolute;
    top: 54%;
    right: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/*スクロールダウン全体の場所*/

.scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    right: 4%;
    bottom: 40%;
    /*全体の高さ*/
    height: auto;
}


/*Scrollテキストの描写*/

.scrolldown1 span {
    /*描画位置*/
    position: absolute;
    left: -60px;
    top: 40px;
    transform: rotate(90deg);
    /*テキストの形状*/
    color: #111;
    font-size: 11px;
    letter-spacing: 0.05em;
    width: 88px;
}


/* 線の描写 */

.scrolldown1::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #111;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}


/*高さ・位置・透過が変化して線が上から下に動く*/

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }
    30% {
        height: 80px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 100px;
        opacity: 0;
    }
}

@media screen and (max-width: 959px) {
    .mvimg {
        margin-top: 40px;
    }
    .mv .maintx {
        top: 0;
        left: 32%;
        margin-top: 0;
    }
    .mv .maintx h1 {
        font-size: 64px;
        line-height: 64px;
    }
    .mv .maintx small {
        font-size: 14px;
        line-height: 32px;
    }
    .jptx {
        position: absolute;
        top: 54%;
        right: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .jptx {
        top: 54%;
        right: 4%;
        width: 80px;
    }
    /*スクロールダウン全体の場所*/
    .scrolldown1 {
        right: 8%;
        bottom: 16%;
    }
    /*Scrollテキストの描写*/
    .scrolldown1 span {
        font-size: 9px;
    }
    .opening_img {
        position: fixed;
        bottom: 0;
        right: 0;
    }
    .opening_img img {
        width: 240px;
    }
}


/*---------------------------------------------------------
 title
---------------------------------------------------------*/

h2.title {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 68px;
    letter-spacing: 0.04em;
    line-height: 80px;
    text-align: center;
    color: #0d0100;
}

h2.title span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 24px;
    display: block;
}

h3.title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: center;
    color: #00030b;
    margin-top: 40px;
}

@media screen and (max-width: 959px) {
    h2.title {
        font-size: 40px;
        line-height: 48px;
    }
    h2.title span {
        font-size: 12px;
        line-height: 20px;
    }
    h2.title::before {
        padding-right: 14px;
    }
    h3.title {
        font-size: 20px;
        line-height: 32px;
    }
}


/*---------------------------------------------------------
kadou
---------------------------------------------------------*/

.kadou {
    padding: 40px 0 80px;
    background: #ECEEEF;
}

.opening {
    width: 960px;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.opening p {
    width: 50%;
    margin-bottom: 24px;
    padding: 1%;
}

.jittshi {
    width: 357px;
    margin: 0 auto 16px;
}

.kadoutable {
    width: 960px;
    margin: 0 auto 80px;
}

.kadou_p {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: left;
    color: #0d0100;
}

#calendar {
    padding-top: 80px;
}

.calendarbox {
    width: 960px;
    margin: 24px auto 0;
}

@media screen and (max-width: 959px) {
    .kadou {
        padding: 40px 0 80px;
    }
    .opening {
        width: 92%;
        display: block;
    }
    .opening p {
        width: 100%;
        margin-top: 24px;
        padding: 0;
    }
    .jittshi {
        width: 92%;
        margin: 0 auto;
    }
    .kadoutable {
        width: 100%;
        margin: 0 auto 80px;
    }
    .calendarbox {
        width: 92%;
        margin: 40px auto 0;
    }
    #calendar {
        padding-top: 40px;
    }
}


/*---------------------------------------------------------
Access
---------------------------------------------------------*/

.aceess {
    padding: 80px 0 0;
}

.accessbox {
    width: 960px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accessbox p.img {
    width: 48%;
}

.accessbox .txbox {
    width: 48%;
}

.accessbox .txbox h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: left;
    color: #0d0100;
}

.accessbox .txbox p.tx {
    margin-top: 16px;
    font-size: 14px;
}

.aceess .iframebox {
    width: 960px;
    margin: 40px auto 0;
}

.imgtwin {
    display: flex;
}

.imgtwin img {
    width: 50%;
}

@media screen and (max-width: 959px) {
    .aceess {
        padding: 80px 0 0;
    }
    .accessbox {
        width: 92%;
        margin: 40px auto 0;
        display: block;
        justify-content: space-between;
        align-items: center;
    }
    .accessbox p.img {
        width: 100%;
    }
    .accessbox .txbox {
        width: 100%;
        margin-top: 24px;
    }
    .accessbox .txbox h3 {
        font-size: 20px;
        letter-spacing: 0.04em;
        line-height: 40px;
        text-align: left;
        color: #0d0100;
    }
    .accessbox .txbox p.tx {
        margin-top: 16px;
        font-size: 12px;
    }
    .aceess .iframebox {
        width: 92%;
        margin: 40px auto 0;
    }
    .imgtwin {
        display: block;
    }
    .imgtwin img {
        width: 100%;
    }
}


/*---------------------------------------------------------
l_menu
---------------------------------------------------------*/

.l_menu {
    padding: 80px 0;
}

.tabletwin {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
}

.tabletwin #table02 {
    width: 48%;
    margin: 40px 0 0;
}

#table02 {
    width: 960px;
    margin: 40px auto 0;
    border: #E6E6E6 solid 1px;
    background: #fff;
}

#table02 th {
    background: #00030B;
    color: #fff;
}


/* table02 */

#table02 th,
#table02 td {
    text-align: center;
    padding: 24px 40px;
    border: #E6E6E6 solid 1px;
    text-align: left;
}

#table02 td img {
    width: 24px;
}

#table02 td span.yellow {
    font-size: 10px;
    letter-spacing: 0.04em;
    line-height: 10px;
    text-align: center !important;
    color: #ebb42c;
}

.lineheight12 {
    line-height: 1.2;
}

#table02 th,
#table02 td:nth-child(2) {
    width:
}

.thtitle_twin {
    width: 300px;
}

.thtitle_twin_small {
    padding: 24px 0 !important;
    text-align: center !important;
}

.td_small {
    padding: 24px 0 !important;
    text-align: center !important;
    line-height: 1;
}

.lmtblbox {
    width: 640px;
    margin: 0 auto;
}

.lmtblbox img {
    margin-top: 24px;
}

@media screen and (max-width: 959px) {
    .tabletwin {
        display: block;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }
    .tabletwin #table02 {
        width: 92%;
        margin: 24px auto 0;
    }
    #table02 {
        width: 92%;
        margin: 24px auto 0;
        border: #E6E6E6 solid 1px;
        background: #fff;
    }
    #table02 th {
        background: #00030B;
        color: #fff;
    }
    /* table02 */
    #table02 th,
    #table02 td {
        text-align: center;
        padding: 8px 16px;
        text-align: left;
    }
    .nowrap {
        white-space: nowrap;
    }
    #table02 td img {
        width: 24px;
    }
    #table02 td span.yellow {
        font-size: 10px;
        letter-spacing: 0.04em;
        line-height: 10px;
        text-align: center !important;
        color: #ebb42c;
    }
    .lineheight12 {
        line-height: 1.2;
    }
    #table02 th,
    #table02 td:nth-child(2) {
        width:
    }
    .thtitle_twin {
        width: 300px;
    }
    .thtitle_twin_small {
        padding: 24px 0 !important;
        text-align: center !important;
    }
    .td_small {
        padding: 24px 0 !important;
        text-align: center !important;
        line-height: 1;
    }
    #table03 {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .lmtblbox {
        width: 92%;
        margin: 0 auto;
    }
}


/*---------------------------------------------------------
about
---------------------------------------------------------*/

.about {
    background: #302D2C;
    padding: 80px 0;
}

.about h2 {
    color: #fff;
}

.about .abouttwin,
.aboutthree {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 80px auto 0;
    border-bottom: 1px dashed #fff;
    padding-bottom: 80px;
    flex-wrap: wrap;
}

.aboutthree {
    border-bottom: none;
    padding-bottom: 0;
}

.about .abouttwin div {
    width: 48%;
    text-align: center;
}

.about .aboutthree div {
    width: 32.5%;
    text-align: center;
    margin-bottom: 64px;
}

.aboutdetail h4 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
}

.aboutdetail p {
    color: #fff;
    text-align: left;
    margin-top: 8px;
}

.aboutdetail img {
    width: 80px;
    margin: 0 auto;
}

.aboutdetail img.widthlong {
    width: 180px;
    margin: 0 auto;
}

.prepaid {
    width: 600px;
    margin: 40px auto 0;
}

.prepaid h5 {
    background: #11B0BF;
    color: #fff;
    width: 100%;
    padding: 16px 0;
    border-radius: 16px 16px 0 0;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.prepaid p {
    background: #fff;
    border-radius: 0 0 16px 16px;
    text-align: center;
    padding: 16px 0;
}

@media screen and (max-width: 959px) {
    .about .abouttwin,
    .aboutthree {
        width: 92%;
        margin: 40px auto 0;
        padding-bottom: 40px;
    }
    .aboutthree {
        border-bottom: none;
        padding-bottom: 0;
    }
    .about .abouttwin div {
        width: 48%;
        text-align: center;
    }
    .about .aboutthree div {
        width: 48%;
        text-align: center;
        margin-bottom: 40px;
    }
    .aboutdetail h4 {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
    }
    .aboutdetail p {
        font-size: 12px;
    }
    .aboutdetail img {
        width: 56px;
        margin: 0 auto;
    }
    .aboutdetail img.widthlong {
        width: 120px;
        margin: 0 auto;
    }
    .prepaid {
        width: 92%;
        margin: 40px auto 0;
    }
    .prepaid h5 {
        font-family: "Noto Sans JP";
        font-weight: bold;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
    }
    .prepaid p {
        font-size: 12px;
        text-align: left;
        padding: 16px;
    }
}


/*---------------------------------------------------------
shop
---------------------------------------------------------*/

.shop {
    padding: 80px 0;
}


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

footer {
    background: #00030B;
    padding: 80px 0;
    text-align: center;
}

footer .ftlogo img {
    width: 170px;
    margin-bottom: 24px;
}

footer ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

footer ul li {
    padding: 0 16px;
}

footer address {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 44px;
    text-align: center;
    color: #fff;
    margin-top: 16px;
    font-style: normal;
}

@media screen and (max-width: 959px) {
    footer ul {
        display: block;
    }
    footer ul li {
        padding: 0 0 16px;
    }
    footer address {
        font-size: 10px;
        line-height: 10px;
    }
}


/*---------------------------------------------------------
list
---------------------------------------------------------*/

.disc {
    list-style-type: disc;
    padding-left: 24px;
    margin-top: 24px;
}

.disc li {
    list-style-type: disc;
}

.decimal {
    list-style-type: decimal;
    padding-left: 24px;
    margin-top: 24px;
}

.decimal li {
    list-style-type: decimal;
}


/*---------------------------------------------------------
base
---------------------------------------------------------*/

p.mt {
    margin-top: 80px;
}

p.line {
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 1px solid #E0DFDF;
    max-width: 1120px;
    margin: 120px auto;
    width: 100%;
}

p.line:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 16px;
    height: 1px;
    content: '';
    background: #10A5CC;
}

.inner1360 {
    max-width: 1360px;
    margin: 0 auto;
}

.inner1120 {
    max-width: 1120px;
    margin: 0 auto;
}

.inner960 {
    max-width: 960px;
    margin: 0 auto;
}

.pankuzu {
    padding: 16px 0;
    position: absolute;
    width: 100%;
    top: 88px;
}

.pankuzu ul {
    display: flex;
}

.pankuzu ul li {
    margin-right: 8px;
    font-weight: normal;
    color: #fff;
}

.pankuzu ul li a {
    color: #fff;
    font-weight: normal;
}

.anc {
    width: 960px;
    margin: 80px auto;
}

.anc ul {
    display: flex;
    justify-content: center;
}

.anc ul li {
    width: 293px;
    padding: 2%;
}

.anc ul li a {
    width: 100%;
    max-width: 293px;
}

.anc ul li .button_solid019 a:after {
    display: none;
}

span.circle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: inherit;
    text-align: center;
    color: #fff;
    background-color: #0A3464;
    border-radius: 40px;
    padding: 1px 9px;
    margin-right: 16px;
}

.blue {
    color: #1E6CC3;
}

span.number {
    background: #00508E;
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    width: 56px;
    height: 56px;
    padding-top: 12px;
    border-radius: 40px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 16px;
}

@media only screen and (max-width: 959px) {
    p.mt {
        margin-top: 64px;
    }
    p.line {
        max-width: inherit;
        margin: 80px auto;
        width: calc(100% - 48px);
    }
    .inner1360 {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }
    .inner1120 {
        max-width: inherit;
        width: calc(100% - 48px);
        margin: 0 auto;
    }
    .inner960 {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }
    .anc {
        width: calc(100% - 48px);
        margin: 40px auto;
    }
    .anc ul {
        display: flex;
    }
    .anc ul li {
        width: 161px;
    }
    .anc ul li a {
        max-width: inherit;
    }
    .anc ul li .button_solid019 a:after {
        display: none;
    }
    span.circle {
        font-size: 16px;
        margin-right: 8px;
        padding: 7px;
    }
    .pankuzu {
        top: 72px;
    }
}


/*---------------------------------------------------------
fadein
---------------------------------------------------------*/


/* 画面外にいる状態 */

.fadein {
    opacity: 0.1;
    transform: translate(0, 24px);
    transition: all 500ms;
}


/* 画面内に入った状態 */

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

@media only screen and (max-width: 959px) {}


/*---------------------------------------------------------
Pagination
---------------------------------------------------------*/

.Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.Pagination-Item-Link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    background: #fff;
    font-size: 14px;
    color: #111;
    font-weight: bold;
    transition: all 0.15s linear;
}

.Pagination-Item-Link img {
    width: 24px;
}

.Pagination-Item-Link.isActive {
    background: #0072C6;
    color: #fff;
    pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
    background: #0072C6;
    color: #fff;
}

.Pagination>*+* {
    margin-left: 8px;
}
