@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 896px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.80769;
    letter-spacing: 2px;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 896px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    html {
        font-size: 55%;
    }
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

@media (max-width: 1170px) {
    .container {
        width: 90%;
    }
}

/* 
@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
} */

.section {
    padding: 7.0rem 0;
}

/*
heading******************************/

.title_x_large {
    font-size: 4.6rem;
    font-weight: bold;
}

.title_x_large span {
    display: block;
    font-size: 2.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 2.8rem;
    font-weight: bold;
}

.title_large span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.2rem;
    font-weight: bold;
}

.title_small {
    font-size: 1.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }

    .box:nth-child(even) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 896px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 896px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 896px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 896px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
list*3カラム******************************/

.three_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.three_list .list_item {
    width: -webkit-calc((100% - 4%) / 3);
    width: calc((100% - 4%) / 3);
    margin-top: 4rem;
    margin-right: 2%;
    margin-bottom: 3.0rem;
    z-index: 10;
}

@media screen and (min-width: 897px) {
    .three_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 896px) {
    .three_list .list_item {
        width: -webkit-calc((100% - 5% - 1px) / 2);
        width: calc((100% - 5% - 1px) / 2);
        margin-right: 5%;
    }
}

@media screen and (max-width: 896px) {
    .three_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .three_list .list_item {
        width: 100%;
        margin-right: 0;
    }
}

.three_list .list_item .title {
    font-size: 1.6rem;
}

.three_list .list_item img {
    margin-bottom: 3.0rem;
}

/*
list*4カラム******************************/

.four_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.four_list .list_item {
    width: -webkit-calc((100% - 9%) / 4);
    width: calc((100% - 9%) / 4);
    margin-top: 2.0rem;
    margin-right: 3%;
    margin-bottom: 2.0rem;
}

@media screen and (min-width: 569px) {
    .four_list .list_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .four_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .four_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
list*5カラム******************************/

.five_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8.0rem;
}

.five_list .list_item {
    width: -webkit-calc((100% - 4%) / 5);
    width: calc((100% - 4%) / 5);
    margin-top: 1.0rem;
    margin-right: 1%;
    margin-bottom: 1.0rem;
}

.five_list .list_item .title {
    font-size: 2.0rem;
}

@media screen and (min-width: 993px) {
    .five_list .list_item:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 6%) / 3);
        width: calc((100% - 6%) / 3);
        margin-right: 3%;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(3n) {
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.inner {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 896px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .inner_320 {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_718 {
    width: 718px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .inner_718 {
        width: 90%;
        padding: 0 15px;
    }
}

.inner_915 {
    width: 915px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .inner_915 {
        width: 90%;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.btn {
    padding-top: 3.6rem;
}

.note {
    font-size: 1.4rem;
}

.w_100vw {
    width: 100vw;
}

.fz_16 {
    font-size: 1.6rem;
}

/*
header******************************/

.header {
    width: 100%;
    position: relative;
    padding: 2.7rem 70px 2.2rem;
    /* height: 149px; */
}

@media screen and (max-width: 1200px) {
    .header {
        padding: 2.7rem 15px 2.2rem;
    }
}

@media screen and (max-width: 896px) {
    .header {
        padding: 1.9rem 15px 1.5rem;
        /* height: 106px; */
    }
}

@media screen and (max-width: 480px) {
    .header {
        padding: 1.5rem 15px 1.2rem;
        /* height: 82px; */
    }
}

.header_inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.header_inner .logo_image {
    display: inline-block;
    padding-right: 6px;
}

.header_inner .logo_image .logo {
    text-align: center;
}

.header_inner .logo_image .logo .header_title {
    padding-top: 1.0rem;
    margin-bottom: -1rem;
}

@media screen and (max-width: 896px) {
    .header_inner .logo_image .logo img {
        width: 104px;
    }

    .header_inner .logo_image .logo .header_title img {
        width: 77px;
    }
}

@media screen and (max-width: 480px) {
    .header_inner .logo_image .logo img {
        width: 77px;
    }

    .header_inner .logo_image .logo .header_title img {
        width: 60px;
    }
}

.header_inner address {
    font-style: inherit;
}

@media screen and (max-width: 896px) {
    .header_inner address {
        display: none;
    }
}

.header_inner address p {
    font-size: 1.2rem;
    color: #6A4520;
    line-height: 1.4;
}


/* .masthead {
    position: fixed;
    padding: 44px;
    width: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
    right: 0;
    width: 55px;
    height: 55px;
}

@media only screen and (max-width: 896px) {
    .masthead {
        padding: 50px 30px;
    }
}

.masthead.scrolled {
    background: #5680C3;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 44px;
}

@media only screen and (max-width: 896px) {
    .masthead.scrolled {
        padding: 38px 30px;
    }
} */

#container {
    z-index: 900;
}

#gloval-nav {
    background: rgba(0, 0, 0, 0.87);
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.9rem;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    width: 48.0rem;
    text-align: left;
    font-size: 1.8rem;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 896px) {
    #gloval-nav {
        width: 100vw;
    }
}

#gloval-nav>nav {
    position: absolute;
    top: 100px;
}

#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    /*padding: 3.0rem 0;*/
    transition: color .6s ease;
}

#gloval-nav a:hover {
    color: #666;
}

#gloval-nav ul {
    list-style: none;
    text-align: left;
}

#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    line-height: 2.0;
}

#gloval-nav .list_item_01 {
    padding-bottom: 5.0rem;
}

@media only screen and (max-width: 480px) {
    #gloval-nav .list_item_01 {
        padding: 0 30px;
    }
}

#gloval-nav .list_item_01>li {
    margin-top: 4.0rem;
}

#gloval-nav .list_item_01>li:first-child {
    margin-top: 0;
    text-align: center;
}

#gloval-nav .list_item_01>li:nth-child(2) {
    margin-top: 9.0rem;
}

#gloval-nav .list_item_01>li:last-of-type {
    margin-bottom: 8.0rem;
    margin-top: 8.0rem;
}

#gloval-nav .list_item_01>li.link_instagram {
    text-align: center;
}

#gloval-nav .list_item_01>li.link_instagram span {
    display: block;
}

#gloval-nav .list_item_01>li.link_instagram span .icon_instagram {
    width: 21px;
    height: auto;
}

#gloval-nav .list_item_01>li.link_instagram span .title_instagram {
    width: 91px;
    height: auto;
}

#gloval-nav .followme {
    position: relative;
}

#gloval-nav .followme::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 138px;
    height: 1px;
    overflow: hidden;
    background: #fff;
    top: 12px;
    left: 67px;
}

#gloval-nav .sns_wrap {
    padding-top: 0;
    margin-left: -13px;
    display: block;
}

#gloval-nav .sns_wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#gloval-nav .sns_wrap ul li {
    padding: 0 13px;
}



/* open */

.open {
    overflow: hidden;
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

.open #gloval-nav ul>li>ul>li {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    transition: opacity .9s ease, -webkit-transform .1s ease;
    transition: transform .3s ease, opacity .9s ease;
    transition: transform .3s ease, opacity .9s ease, -webkit-transform .3s ease;
}

.open #gloval-nav ul>li>span>ul>li {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    transition: opacity .9s ease, -webkit-transform .1s ease;
    transition: transform .3s ease, opacity .9s ease;
    transition: transform .3s ease, opacity .9s ease, -webkit-transform .3s ease;
}

#gloval-nav ul>ul {
    margin-left: 20px;
}

#gloval-nav ul>ul>li {
    padding-top: 1.0rem;
}

#gloval-nav a span.bull {
    margin-right: 8px;
    position: relative;
    top: 0px;
}


/* nav-toggle */

#nav-toggle {
    position: fixed;
    top: 80px;
    right: 70px;
    height: 32px;
    cursor: pointer;
    background-color: transparent;
    mix-blend-mode: difference;
}

@media only screen and (max-width: 1200px) {
    #nav-toggle {
        position: fixed;
        right: 12px;
    }
}

@media only screen and (max-width: 896px) {
    #nav-toggle {
        top: 48px;
    }
}

@media only screen and (max-width: 480px) {
    #nav-toggle {
        top: 24px;
    }
}

#nav-toggle>div {
    position: relative;
    width: 31px;
}

#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #95badb;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 14px;
}

#nav-toggle span:nth-child(3) {
    top: 28px;
}

/* #nav-toggle:hover span:nth-child(1) {
    top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
    top: 23px;
} */

.open #nav-toggle span {
    background: #fff;
}

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* z-index */

#nav-toggle {
    z-index: 1000;
}

.header_sns {
    position: absolute;
    top: 330px;
    right: 11px;
    z-index: 30;
}

.header_sns .sns_wrap {
    padding-top: 1.6rem;
    margin-left: -13px;
    display: inline-block;
}

.header_sns .sns_wrap ul {
    display: block;
    text-align: center;
}

.header_sns .sns_wrap ul li {
    padding: 11px 0;
}

.header_sns .icon_twitter {
    display: block;
    height: 2.3rem;
}

.header .copyright_content {
    position: absolute;
    top: 680px;
    right: 13px;
    font-size: 1.2rem;
    z-index: 30;
}

@-moz-document url-prefix() {
    .header .copyright_content {
        right: 30px;
    }
}

::-webkit-full-page-media, :future, :root .header .copyright_content {
    right: 30px;
}

.header .copyright_content .copyright {
    position: relative;
    display: block;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #6A4520;
}

.header .copyright_content .arrow_line01 {
    position: relative;
    left: 10px;
    margin-top: 5px;
    width: 1px;
    height: 50px;
    overflow: hidden;
    background: #6A4520;
}

.header .copyright_content .arrow_line02 {
    position: relative;
    margin-top: 0;
    width: 1px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    height: 10px;
    left: 14px;
    top: -8px;
    overflow: hidden;
    background: #6A4520;
}

/*
top_kv******************************/

/* .top_kv {
    background: #fff;
    padding-bottom: 6.0rem;
} */

.top_kv {
    height: calc(100vh - 149px);
    margin: 0 70px 6.0rem;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .top_kv {
        margin: 0 15px 6.0rem;
        max-height: 700px;
    }
}

@media screen and (max-width: 896px) {
    .top_kv {
        height: calc(100vh - 106px);
    }
}

@media screen and (max-width: 480px) {
    .top_kv {
        height: calc(100vh - 82px);
    }
}


.kv_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
}

@media only screen and (max-width: 1400px) {
    .kv_logo {
        width: 300px;
    }
}

@media only screen and (max-width:960px) and (max-height:480px) {
    .kv_logo {
        width: 130px;
    }
}

@media only screen and (max-width: 480px) {
    .kv_logo {
        width: 200px;
    }
}

.top_kv_slider {
    width: 96%;
    max-width: 1777px;
    max-height: 931px;
    margin: 0 auto;
    position: relative;
}

.top_kv .inner {
    width: 680px;
    margin: 0 auto;
    padding: 10.0rem 0;
}

@media screen and (max-width: 896px) {
    .top_kv .inner {
        width: 86%;
        padding: 10.0rem 15px;
    }
}


@media only screen and (max-width: 480px) {
    .top_kv .top_kv_slider .object_fit {
        object-fit: cover;
        width: 100%;
        height: 320px;
        max-height: 320px;
    }
}

.scroll_icon {
    position: absolute;
    z-index: 5;
    top: 95%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width:960px) and (max-height:480px) {
    .scroll_icon {
        width: 20px;
    }
}

/*
sub_kv******************************/

.sub_kv {
    padding: 0 70px 6.0rem;
}

@media screen and (max-width: 1200px) {
    .sub_kv {
        padding: 0 15px 6.0rem;
    }
}

.sub_kv .title_medium {
    padding: 0 15px 4rem;
    text-align: center;
}

.sub_kv_inner {
    position: relative;
}

.sub_kv_imagebox {
    position: relative;
}

.sub_kv_image {
    width: 100%;
    height: 285px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: left;
}

@media screen and (max-width: 896px) {
    .sub_kv_image {
        height: 285px;
    }
}

.sub_kv_textbox {
    position: absolute;
    top: 50%;
    z-index: 6;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 2.2rem;
    font-weight: bold;
    background-color: #fff;
    color: #a0944c;
    padding: 4.7rem 10.41vw 4.7rem 6.25vw;
    margin-left: -6.25vw;
}

@media screen and (max-width: 1600px) {
    .sub_kv_textbox {
        margin-left: 0;
    }
}

.sub_kv_textbox span {
    display: block;
}

/*
concept******************************/

.concept {
    padding: 7.5rem 0;
    position: relative;
}

.concept .title_d {
    position: relative;
    color: transparent;
    margin-left: calc(50% - 37vw);
    max-height: 0;
}

@media screen and (min-width: 1921px) {
    .concept .title_d {
        margin-left: 0;
        left: -376px;
    }
}

@media screen and (max-width: 1800px) {
    .concept .title_d {
        position: relative;
        color: transparent;
        margin-left: calc(50% - 31vw);
    }
}

@media screen and (max-width: 896px) {
    .concept .title_d {
        margin-left: 0;
    }
}

.concept .title_d::before {
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    padding-top: 0;
    display: block;
}

.concept .title_d::after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    display: block;
    width: 100%;
    height: 221px;
    background-image: url(../images/title_d_concept.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1400px) {
    .concept .title_d::after {
        width: 70%;
    }
}

@media screen and (max-width: 896px) {
    .concept .title_d::after {
        top: 10px;
        left: 0;
    }
}

/* stage_2st */

.concept .stage_2st .img_right_auto {
    width: 100%;
    text-align: right;
    height: 0;
}

@media screen and (max-width: 896px) {
    .concept .stage_2st .img_right_auto {
        width: 100%;
        text-align: right;
        height: auto;
    }
}

.concept .stage_2st .img_right_auto .images_inner {
    width: 41.6666666667%;
    margin-left: auto;
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 896px) {
    .concept .stage_2st .img_right_auto .images_inner {
        width: 100%;
        margin-left: auto;
        padding-left: 0;
    }
}

.concept .stage_2st .text_area {
    position: relative;
    min-height: 17.5vw;
    z-index: 20;
    padding-top: 1.5rem;
}

@media screen and (max-width: 896px) {
    .concept .stage_2st .text_area {
        margin-right: 0;
        padding-top: 5.0rem;
    }
}

.concept .stage_2st .title_large {
    padding-top: 1.0rem;
    padding-bottom: 3.2rem;
}

.concept .stage_2st .text {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-bottom: 2.0rem;
}

.concept .stage_2st p.btn {
    text-align: right;
    padding-top: 0;
}

.five_n {
    display: block;
    padding-bottom: 2.0rem;
    line-height: 0;
}

/*
greeting******************************/

.greeting {
    padding: 7.5rem 0;
    position: relative;
}

.greeting .title_d {
    position: relative;
    color: transparent;
    margin-right: calc(50% - 37vw);
    max-height: 0;
}

@media screen and (min-width: 1921px) {
    .greeting .title_d {
        margin-right: 0;
        right: -376px;
    }
}

@media screen and (min-width: 1921px) {
    .aboutus .greeting .title_d {
        right: -261px;
    }
}

@media screen and (max-width: 1800px) {
    .greeting .title_d {
        position: relative;
        color: transparent;
        margin-right: calc(50% - 31vw);
    }
}

@media screen and (max-width: 896px) {
    .greeting .title_d {
        margin-right: 0;
    }
}

.greeting .title_d::before {
    content: '';
    top: 0px;
    right: 0;
    width: 100%;
    padding-top: 0;
    display: block;
}

.greeting .title_d::after {
    content: "";
    position: absolute;
    top: 57px;
    right: 0;
    display: block;
    width: 100%;
    height: 221px;
    background-image: url(../images/title_d_greeting.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.aboutus .greeting .title_d::after {
    top: -64px;
}


@media screen and (max-width: 1920px) {
    .greeting .title_d::after {
        width: 70%;
        right: -1vw;
    }
}

@media screen and (max-width: 1920px) {
    .aboutus .greeting .title_d::after {
        right: 3vw;
    }
}

@media screen and (max-width: 1400px) {
    .greeting .title_d::after {
        top: 74px;
    }
}

@media screen and (max-width: 896px) {
    .greeting .title_d::after {
        top: 10px;
        right: 0;
    }
}

@media screen and (max-width: 896px) {
    .aboutus .greeting .title_d::after {
        top: 14px;
    }
}

.greeting .text_area {
    padding: 15.0rem 8.0rem 0 5.0rem;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1200px) {
    .greeting .text_area {
        padding: 13.0rem 1.5rem 0 1.5rem;
    }
}

@media screen and (max-width: 896px) {
    .greeting .text_area {
        padding: 5.0rem 1.5rem 0 1.5rem;
    }
}

.greeting .text_area .text {
    padding-bottom: 4.0rem;
}

.greeting .name span {
    display: block;
}

.greeting_img {
    position: relative;
    z-index: 10;
}

.greeting .bg_hana_01::before {
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    padding-top: 0;
    display: block;
}

.greeting .bg_hana_01::after {
    content: "";
    position: absolute;
    top: -8vw;
    left: 0;
    display: block;
    width: 100%;
    height: 894px;
    background: url(../images/bg_hana_01.png) no-repeat;
    z-index: 1;
}

@media screen and (max-width: 1400px) {
    .greeting .bg_hana_01::after {
        top: -11vw;
        background-size: 40%;
    }
}

@media screen and (max-width: 896px) {
    .greeting .bg_hana_01::after {
        top: -18vw;
        background-size: 50%;
    }
}

@media screen and (max-width: 480px) {
    .greeting .bg_hana_01::after {
        top: -34vw;
        background-size: 60%;
    }
}

.greeting .bg_hana_02::before {
    content: '';
    top: 0px;
    right: 0;
    width: 100%;
    padding-top: 0;
    display: block;
}

.greeting .bg_hana_02::after {
    content: "";
    position: absolute;
    top: 15vw;
    right: 0;
    display: block;
    width: 541px;
    height: 721px;
    background: url(../images/bg_hana_02.png) no-repeat;
    z-index: 1;
}

@media screen and (max-width: 1400px) {
    .greeting .bg_hana_02::after {
        top: 32vw;
        width: 100%;
        background-size: 30%;
        -webkit-transform: translateX(70%);
        transform: translateX(70%);
    }
}

@media screen and (max-width: 896px) {
    .greeting .bg_hana_02::after {
        top: 660px;
        background-size: 40%;
        -webkit-transform: translateX(60%);
        transform: translateX(60%);
    }
}

@media screen and (max-width: 480px) {
    .greeting .bg_hana_02::after {
        top: 660px;
        background-size: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

/*
aboutus******************************/

.aboutus {
    padding-top: 7.5rem;
}

@media screen and (max-width: 896px) {
    .aboutus {
        padding-top: 0;
    }
}

.aboutus .greeting {
    padding: 7.5rem 0;
}

.aboutus .greeting .text_area {
    padding: 0 8rem 0 5rem;
}

@media screen and (max-width: 896px) {
    .aboutus .greeting .text_area {
        padding: 5.0rem 1.5rem 0 1.5rem;
        margin-top: 0;
    }
}

.aboutus .greeting .text_area .text {
    padding-bottom: 4.0rem;
}

.aboutus .greeting .text_area .text:first-of-type {
    padding-bottom: 2.0rem;
}

.aboutus .greeting .name {
    padding-top: 2.0rem;
}

.aboutus .greeting .name span {
    display: block;
}

.aboutus .greeting .name_wrap {
    padding: 4rem 0;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}

.aboutus .greeting_img {
    padding-top: 9.8rem;
}

@media screen and (max-width: 896px) {
    .aboutus .greeting_img {
        padding-top: 0;
    }
}

/* aboutus_info */

.aboutus_info {
    position: relative;
    padding: 7.5rem 0;
}

.aboutus_info .logo_type {
    position: relative;
    text-align: center;
    z-index: 10;
}

.aboutus_info address {
    position: relative;
    font-style: inherit;
    padding-bottom: 3.0rem;
    z-index: 10;
}

.aboutus_info address p {
    padding: 2.5rem 0 2rem;
    border-bottom: 1px dashed #000;
    text-align: center;
}

.aboutus_info address p .title_medium {
    font-size: 2.2rem;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .aboutus_info address p .title_medium {
        display: block;
    }
}

.aboutus_info address .to_googlemap {
    padding-left: 16px;
}

.aboutus_info address .to_googlemap img {
    margin-right: 6px;
}

.aboutus_info .bg_hana_01::before {
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    padding-top: 0;
    display: block;
}

.aboutus_info .bg_hana_01::after {
    content: "";
    position: absolute;
    top: -26vw;
    left: 0;
    display: block;
    width: 100%;
    height: 894px;
    background: url(../images/bg_hana_01.png) no-repeat;
    z-index: 1;
}

@media screen and (max-width: 1400px) {
    .aboutus_info .bg_hana_01::after {
        top: -11vw;
        background-size: 40%;
    }
}

@media screen and (max-width: 896px) {
    .aboutus_info .bg_hana_01::after {
        top: -18vw;
        background-size: 50%;
    }
}

@media screen and (max-width: 480px) {
    .aboutus_info .bg_hana_01::after {
        top: -28vw;
        background-size: 60%;
    }
}

.aboutus_info .bg_hana_02::before {
    content: '';
    top: 0px;
    right: 0;
    width: 100%;
    padding-top: 0;
    display: block;
}

.aboutus_info .bg_hana_02::after {
    content: "";
    position: absolute;
    top: 5vw;
    right: 0;
    display: block;
    width: 541px;
    height: 721px;
    background: url(../images/bg_hana_02.png) no-repeat;
    z-index: 1;
}

@media screen and (max-width: 1400px) {
    .aboutus_info .bg_hana_02::after {
        top: 12vw;
        width: 100%;
        background-size: 30%;
        -webkit-transform: translateX(70%);
        transform: translateX(70%);
    }
}

@media screen and (max-width: 896px) {
    .aboutus_info .bg_hana_02::after {
        top: 560px;
        background-size: 40%;
        -webkit-transform: translateX(60%);
        transform: translateX(60%);
    }
}

@media screen and (max-width: 480px) {
    .aboutus_info .bg_hana_02::after {
        top: 560px;
        background-size: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

/* Google Map */

.google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 36.629526%;
    position: relative;
    z-index: 2;
    clear: both;
    margin: auto;
}

@media screen and (max-width: 896px) {
    .google_map {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .google_map {
        padding-bottom: 50%;
    }
}

.google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* gallery */

.gallery {
    padding: 15.0rem 0 7.5rem;
    background: linear-gradient(#FFF 25.1%, #F5F4E4 0, #F5F4E4 79.9%, #FFF 0);
}

@media screen and (max-width: 480px) {
    .gallery {
        padding: 7.5rem 0 7.5rem;
    }
}

.gallery .normal_swiper {
    padding: 5.0rem 0 7.5rem;
}

.gallery .normal_swiper .swiper_images {
    text-align: center;
}

.gallery .normal_swiper .swiper_images img {
    width: 95%;
}

.gallery .title_d {
    position: relative;
    color: transparent;
    margin-left: 0;
    left: -405px;
    max-height: 0;
}

@media screen and (max-width: 1700px) {
    .gallery .title_d {
        margin-left: 0;
        margin-left: calc(50% - 48vw);
        left: 0;
    }
}

.gallery .title_d::before {
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    padding-top: 0;
    display: block;
}

.gallery .title_d::after {
    content: "";
    position: absolute;
    top: -59px;
    left: 0;
    display: block;
    width: 100%;
    height: 221px;
    background-image: url(../images/title_d_gallery.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

@media screen and (max-width: 1400px) {
    .gallery .title_d::after {
        width: 70%;
    }
}

@media screen and (max-width: 896px) {
    .gallery .title_d::after {
        left: 0;
    }
}

@media screen and (max-width: 600px) {
    .gallery .title_d::after {
        top: 0;
    }
}

/* swiper */

.swiper-button-prev {
    background: url(../images/arrow_left.png) no-repeat !important;
    width: 8px !important;
    height: 22px !important;
    background-size: 8px 22px !important;
    left: 1px !important;
}

.swiper-button-next {
    background: url(../images/arrow_right.png) no-repeat !important;
    width: 8px !important;
    height: 22px !important;
    background-size: 8px 22px !important;
    right: 1px !important;
}

.swiper-pagination.swiper-pagination-bullets {
    bottom: -6px !important;
    position: relative;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #C1B0A0 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #6a4520 !important;
}

/* pannellum */

.pannellum {
    height: 0;
    overflow: hidden;
    padding-bottom: 74.418%;
    position: relative;
    width: 95%;
    margin: 0 auto 3.0rem;
}

.pannellum iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*
menu_list******************************/

.menu_list {
    position: relative;
    padding: 7.5rem 0;
    background: linear-gradient(#fff0 21.1%, #F5F4E4 0, #F5F4E4 75.9%, #fff0 0);
    z-index: 10;
}

@media screen and (max-width: 480px) {
    .menu_list {
        padding: 7.5rem 0 0;
    }
}

.menu_list .three_list .list_item .title span {
    font-weight: bold;
    padding-right: 2.0rem;
}

.menu_list .title_d {
    position: relative;
    color: transparent;
    margin-left: calc(50% - 44vw);
    max-height: 0;
}

@media screen and (min-width: 1921px) {
    .menu_list .title_d {
        margin-left: 0;
        left: -271px;
    }
}

@media screen and (max-width: 1800px) {
    .menu_list .title_d {
        position: relative;
        color: transparent;
        margin-left: calc(50% - 48vw);
        left: 0;
    }
}

@media screen and (max-width: 896px) {
    .menu_list .title_d {
        margin-left: 0;
    }
}

.menu_list .title_d::before {
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    padding-top: 0;
    display: block;
}

.menu_list .title_d::after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    display: block;
    width: 100%;
    height: 220px;
    background-image: url(../images/title_d_menu.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

@media screen and (max-width: 1400px) {
    .menu_list .title_d::after {
        width: 70%;
    }
}

@media screen and (max-width: 896px) {
    .menu_list .title_d::after {
        top: -41px;
        left: 0;
    }
}

/*
menu
***************************************************** */

.menu {
    padding: 7.5rem 0 15.0rem;
}

.menu_table {
    position: relative;
    padding-bottom: 15.0rem;
    margin-top: -7.5rem;
}

.menu_course {
    padding-top: 7.5rem;
}

.menu_course_title {
    padding: 2.4rem 0 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media screen and (max-width: 992px) {
    .menu_course_title {
        display: block;
    }
}

.menu_course_title span.en {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    padding-right: 1.8rem;
    letter-spacing: 2px;
}

@media screen and (max-width: 992px) {
    .menu_course_title span.en {
        display: block;
    }
}

.menu_course_title span.ja {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: normal;
}

@media screen and (max-width: 992px) {
    .menu_course_title span.ja br {
        display: none;
    }
}

.menu_details_list {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding: 2.4rem 0;
}

.menu_details_list .menu_details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 1.0rem;
    font-size: 1.8rem;
}

.menu_details_list .menu_details:first-of-type {
    padding-top: 0;
}

.menu_details_list .menu_details .title {
    padding-right: 5px;
}

.menu_details_list .menu_details .title .toka {
    color: transparent;
}

.menu_details_list .menu_details .price {
    letter-spacing: 2px;
}

.menu_note {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding: 2.4rem 0;
    width: 390px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .menu_note {
        width: 90%;
    }
}

.menu_note p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

/*
news******************************/

.news_list {
    padding: 15.0rem 0 15.0rem;
}

.news_body {
    border-top: 1px dashed #000;
    position: relative;
    z-index: 10;
}

.news_body dl a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #252525;
    padding: 2.5rem 0 2.0rem;
    border-bottom: 1px dashed #000;
}

.news_body dl+dl {
    margin-top: 0.6rem;
    padding-top: 0;
}

@media only screen and (max-width: 896px) {
    .news_body dl {
        display: block;
    }
}

.news_body dt {
    display: inline-block;
}

.news_body dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 60px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 896px) {
    .news_body dd {
        margin-left: 40px;
    }
}

.news_body .date {
    font-size: 1.4rem;
    padding-left: 16px;
}

.news_list .btn {
    position: relative;
    text-align: center;
    padding-top: 5.0rem;
    z-index: 10;
}

.news_title .title_d {
    position: relative;
    color: transparent;
    margin-left: 0;
    left: -167px;
    max-height: 0;
}

@media screen and (max-width: 1100px) {
    .news_title .title_d {
        margin-left: 0;
        margin-left: calc(50% - 48vw);
        left: 0;
    }
}

.news_title .title_d::before {
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    padding-top: 0;
    display: block;
}

.news_title .title_d::after {
    content: "";
    position: absolute;
    top: -120px;
    left: 0;
    display: block;
    width: 100%;
    height: 220px;
    background-image: url(../images/title_d_news.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1400px) {
    .news_title .title_d::after {
        width: 70%;
    }
}

@media screen and (max-width: 896px) {
    .news_title .title_d::after {
        left: 0;
    }
}

@media screen and (max-width: 480px) {
    .news_title .title_d::after {
        top: -16vw;
    }
}

/*
news_archive******************************/

.news_archive {
    padding: 22.5rem 0 15.0rem;
}

@media screen and (max-width: 480px) {
    .news_archive {
        padding: 15.0rem 0 15.0rem;
    }
}

/*
news_single******************************/

.news_single {
    background: #F5F4E4;
    padding: 7.5rem 0 15.0rem;
}

.single_inner {
    background: #fff;
    width: 1068px;
    margin: 0 auto;
    padding: 5.0rem 75px 8.0rem;
}

@media screen and (max-width: 1200px) {
    .single_inner {
        width: 90%;
        padding: 5.0rem 75px 8.0rem;
    }
}

@media screen and (max-width: 480px) {
    .single_inner {
        width: 90%;
        padding: 5.0rem 25px 8.0rem;
    }
}

/* .notice_date_wrap {
    overflow: hidden;
} */

.notice_category {
    float: left;
}

.notice_date {
    font-size: 1.4rem;
    display: block;
    padding-bottom: 1.5rem;
}

.notice_title {
    font-size: 2.4rem;
    display: block;
    padding-bottom: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.notice_text {
    font-size: 1.6rem;
    display: block;
    line-height: 2.0;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}

/*
postNavi
***************************************************** */

.back {
    text-align: center;
    padding-top: 6.5rem;
}

/*
contact
***************************************************** */

.contact {
    padding: 7.5rem 0 15.0rem;
}

.contact_tel {
    text-align: center;
    padding-bottom: 7.5rem;
    border-bottom: 1px dashed #000;
}

@media screen and (max-width: 896px) {
    .contact_tel .text {
        padding: 0 20px;
    }
}

.contact_tel .text span {
    font-size: 2.4rem;
    font-weight: bold;
}

.btn_contact_tel {
    text-align: center;
    padding-top: 3.8rem;
}

@media screen and (max-width: 480px) {
    .btn_contact_tel {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.contact_line {
    text-align: center;
    padding-top: 7.5rem;
}

@media screen and (max-width: 896px) {
    .contact_line .text {
        padding: 0 20px;
    }
}

.contact_line .btn_line {
    text-align: center;
    padding-top: 2.0rem;
}

/*
footer
***************************************************** */

.footer {
    background: url(../images/bg_footer.png) repeat;
    background-size: contain;
    padding: 7.5rem 0 1.8rem;
}

.footer address {
    font-style: inherit;
    padding-bottom: 3.0rem;
    color: #fff;
}

.footer address p {
    padding: 2.5rem 0 2rem;
    border-bottom: 1px dashed #fff;
    text-align: center;
}

.footer address p .title_medium {
    font-size: 2.2rem;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .footer address p .title_medium {
        display: block;
    }
}

.footer address .to_googlemap {
    color: #fff;
    padding-left: 16px;
}

.footer address .to_googlemap img {
    margin-right: 6px;
}

.footer .btn_content p {
    color: #fff;
    padding-bottom: 1.6rem;
    text-align: center;
}

.footer .btn_content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .footer .btn_content ul {
        display: block;
    }
}

.footer .btn_content ul li {
    padding: 0 3px;
}

@media screen and (max-width: 480px) {
    .footer .btn_content ul li {
        padding: 3px 0;
        text-align: center;
    }

    .footer .btn_content ul li:first-of-type {
        padding-top: 0;
    }
}

.footer .sns_wrap {
    padding-top: 3.8rem;
}

.footer .sns_wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .sns_wrap ul li {
    padding: 0 20px;
}

@media screen and (max-width: 480px) {
    .footer .sns_wrap ul li {
        padding: 0 13px;
    }
}

.footer .copyright {
    color: #fff;
    font-size: 1.2rem;
    padding-top: 2.4rem;
    letter-spacing: 0.6em;
    text-align: center;
}

/*
404 Not Found******************************/

.not_found {
    padding: 7.5rem 0 15.0rem;
}

.not_found_text {
    line-height: 2.0;
}

.not_found a {
    text-decoration: underline;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.pagination button {
    padding: 5px 15px;
    margin: 0 10px;
    border: none;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
}

.pagination button:hover {
    background: #333;
    color: #fff;
}

.dots {
    display: flex;
    margin: 0 10px;
}

.dot {
    font-size: 20px;
    margin: 0 5px;
    cursor: pointer;
    color: #ccc;
}

.dot.active {
    color: #333;
}