@charset "UTF-8";

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

.header {
    align-items: center;
    background: #b30c16;
    display: flex;
    gap: 12rem;
    height: 10rem;
    justify-content: center;
    padding: 0 12rem;
    width: 100%;
    z-index: 10;
}

.header__logo {
    height: auto;
    width: 12.2rem;
}

/*  ----------------------------------------------------------
gnav
----------------------------------------------------------  */

.gnav__menu {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.gnav__menu li a {
    color: #fff;
    display: block;
    font-family: var(--mincho);
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 2;
    padding: 0.5rem;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}

.gnav__menu li a span {
    color: #fff;
    display: block;
    font-family: var(--mincho);
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 2;
    padding: 0.5rem;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}

.fa-instagram {
    font-size: 2.8rem;
}

.fa-line {
    font-size: 2.8rem;
}

.finsta {
    font-size: 2rem;
    color: #b80206;
}

/*  ----------------------------------------------------------
hamburger
----------------------------------------------------------  */

.gnav-sp {
    -webkit-overflow-scrolling: touch;
    background: url(../img/bg-news.jpg) repeat center center/100% auto;
    bottom: 0;
    display: block;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -9999;
}

.gnav-sp .wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.gnav-sp-menu li {
    font-family: var(--mincho);
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1rem;
    text-align: center;
}

.gnav-sp-menu li img {
    width: 3rem;
}

.gnav-sp-menu li i {
    font-size: 3rem;
}

.gnav-sp-menu li a {
    display: block;
    padding: 1rem 0;
    white-space: nowrap;
    line-height: 1.2;
}

/* .gnav-sp-menu li:last-of-type {
    height: 5.9rem;
    margin: 1.2rem auto 0;
    width: 3.5rem;
} */

/* toggle */

.toggle-btn {
    background: var(--brw);
    cursor: pointer;
    display: block;
    height: 6rem;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.5s;
    width: 6rem;
    z-index: 100000;
}

.toggle-btn span {
    background-color: #fff;
    display: block;
    height: 0.2rem;
    left: 2rem;
    position: absolute;
    transition: all 0.4s;
    width: 2rem;
}

.toggle-btn span:nth-child(1) {
    top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
    top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
    top: 3.5rem;
}

/* open */

.open .gnav-sp {
    display: block;
    opacity: 1;
    top: 0;
    z-index: 99999;
}

.open .toggle-btn span:nth-child(1) {
    transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
    transform: translateY(-0.8rem) rotate(45deg);
}

/* mask */

#mask {
    display: none;
    transition: all 0.5s;
}

.open #mask {
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

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

.footer {
    padding: 4.5rem 0 1.5rem;
    text-align: center;
    background: #fff;
}

.footer__nav {
    align-items: center;
    display: flex;
    gap: 6.8rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.footer__nav li a {
    display: block;
    font-family: var(--mincho);
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    width: 100%;
}

.footer__nav li:last-of-type a {
    height: auto;
    width: 2.5rem;
}

.footer__logo {
    height: auto;
    margin: 0 auto 1.5rem;
    width: 18.5rem;
}

.footer__book {
    background: var(--brw);
    color: #eee2d5;
    display: inline-block;
    font-family: var(--mincho);
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 1.6rem;
    padding: 0 2rem;
}

.footer__text {
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-bottom: 0.5rem;
}

.footer__tel {
    background: url(../img/icn_tel.png) no-repeat left bottom 15%/3.6rem auto;
    font-family: var(--mincho);
    font-size: 3.4rem;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-left: 4.6rem;
}

.footer__copyright {
    display: block;
    letter-spacing: 0.05em;
    margin-top: 2.6rem;
    text-align: center;
}

main {
    overflow: hidden;
}

.top-container {
    margin: 0 17rem;
}

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

.top-wrap.ycenter {
    align-items: center;
}

.top-wrap.xcenter {
    justify-content: center;
}

.top-wrap.rev {
    flex-direction: row-reverse;
}

.preparation {
    color: #7e2123;
    font-family: var(--mincho);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 5rem 0;
    text-align: center;
}

/*  ----------------------------------------------------------
mainvisual
----------------------------------------------------------  */

/*=============== top-kv ===========*/

.top-kv {
    position: relative;
}

@keyframes zoomUp {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        /* 拡大率 */
    }
}

.add-animation {
    animation: zoomUp 10s linear 0s normal both;
}

#main {
    height: 64rem;
    position: relative;
    width: 100%;
}

#main .slick-slide {
    height: 64rem;
}

#main .slick-slide img {
    -o-object-fit: cover;
    -o-object-position: center bottom;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
}

/*  ----------------------------------------------------------
loop slider 
----------------------------------------------------------  */

#loopslider {
    height: 306px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

#loopslider ul {
    display: inline-block;
    height: 306px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}

#loopslider ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#loopslider ul li {
    display: inline;
    float: left;
    height: 306px;
    overflow: hidden;
    width: 390px;
}

#loopslider ul img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    padding: 0 5px;
    width: 100%;
}

/*============================
	news
============================*/
.news {
    padding: 8rem 0 10.9rem;
    position: relative;
    background: url("../img/bg-news.jpg") repeat top center / 100% auto;
}

@media (max-width: 767px) {}

.CMS-NEWS-INDEX {
    width: 101.2rem;
    height: auto;
    display: flex;
    gap: 6rem 2.6rem;
    margin: 3.6rem auto 9rem;
    position: relative;
}

@media (max-width: 767px) {
    .CMS-NEWS-INDEX {
        width: 90%;
        flex-direction: column;
    }
}


@media (max-width: 767px) {}

.CMS-NEWS-LINK-CONTENT {
    display: block;
    width: 32rem;
}

@media (max-width: 767px) {
    .CMS-NEWS-LINK-CONTENT {
        width: 100%;
    }
}

.CMS-NEWS-THUMBNAIL {
    width: 100%;
    height: 20rem;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .CMS-NEWS-THUMBNAIL {
        height: 36rem;
    }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
    letter-spacing: 0.05em;
    font-size: max(14px, 1.4rem);
    font-weight: 400;
    color: #000;
}

.CMS-NEWS-TIME {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.CMS-NEWS-LINK {
    line-height: 2.5;
    font-size: max(14px, 1.6rem);
    border-top: 0.5px solid var(--black);
    margin-top: 1rem;
}

.CMS-NEWS-MORE-READ {
    display: none;
}

.common__btn a span {
    background: url(../img/btn-bg.png) no-repeat center / cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.24em;
}

/*  ----------------------------------------------------------

instagram

----------------------------------------------------------  */

.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.CMS-INSTAGRAM-LIST > * {
    aspect-ratio: 4/3;
    display: block;
    margin-right: 1.5%;
    width: 32.2%;
}

.CMS-INSTAGRAM-LIST > * img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1.5%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}

.more {
    display: block;
    height: 7.2rem;
    width: 30.6rem;
}

.top-heading {
    background: url(../img/heading_bg2.png) no-repeat center center/12.5rem auto;
    color: #000;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-style: bold;
    font-size: 4.5rem;
    letter-spacing: 0.025em;
    line-height: 1;
    padding: 3rem 0;
    position: relative;
    text-align: center;
}

.headingga {
    background: url(../img/heading_bg.png) no-repeat center center/12.5rem auto;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-style: bold;
    font-size: 4.5rem;
    letter-spacing: 0.025em;
    line-height: 1;
    padding: 3rem 0;
    position: relative;
    text-align: center;
}

.top-heading span {
    display: block;
    font-family: var(--gothic);
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    margin-top: -1rem;
}

.top-heading.news {
    background: url(../img/heading_bg.png) no-repeat center center/9.1rem auto;
    color: var(--cm);
    padding: 1rem 0;
}

.top-heading.news span {
    color: var(--brw);
}

.top-heading.left span {
    margin-left: -2em;
}

.top-heading.insta {
    padding: 3rem 0 1.5rem;
}

.top-heading.insta span {
    margin-top: 1rem;
}

.top-heading__wrap {
    align-items: center;
    display: flex;
    gap: 3rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: -moz-max-content;
    width: max-content;
}

.top-heading__wrap::after,
.top-heading__wrap::before {
    content: "";
    display: inline-block;
    height: 1.2rem;
    position: relative;
    width: 14.2rem;
}

.colorwh {
    color: #fff;
}

.top-title {
    color: #fff;
    font-family: var(--mincho);
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.top-title span {
    color: #c69c6d;
    font-size: 4.4rem;
}

.top-title.menu {
    color: var(--brw);
}

.top-title.menu span {
    color: var(--cm);
}

.top-text {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    line-height: 2;
}

.scroll {
    bottom: 0;
    color: #eee2d5;
    font-family: var(--mincho);
    font-size: 1.6rem;
    font-weight: 700;
    left: 50%;
    letter-spacing: 0.2em;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    writing-mode: vertical-rl;
}

.scroll::after {
    background: #fff;
    content: "";
    display: block;
    height: 8.6rem;
    width: 1px;
}

/*=============== top-news ===========*/

.top-news {
    background: url(../img/texture1.jpg) repeat center top/100% auto;
    padding: 11rem 0 9rem;
}

.top-news__box {
    background-image: url(../img/news_deco1.png), url(../img/news_deco2.png), url(../img/news_deco4.png), url(../img/news_deco3.png);
    background-position: left top, right top, left bottom, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 3.9rem auto;
    border: 1px solid var(--brw);
    padding: 7.5rem 7.5rem 8rem;
}

.top-news__heading {
    display: flex;
    flex-direction: column;
    position: relative;
}

.top-news__heading::after {
    background: url(../img/heading_deco_br.png) no-repeat center center/contain;
    content: "";
    display: inline-block;
    height: 1.2rem;
    margin-top: 1rem;
    position: relative;
    width: 14.2rem;
}

.top-news__body {
    width: 76%;
}

.top-news .more {
    margin: 3rem auto 0 24%;
}

/*=============== top-policy ===========*/

.top-policy {
    background: url(../img/policy_bg.jpg) no-repeat center center/cover;
    padding: 10rem 0 15rem;
    position: relative;
}

.top-policy::after {
    background: inherit;
    content: "";
    display: block;
    filter: brightness(75%) saturate(75%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.top-policy .top-container {
    position: relative;
    z-index: 5;
}

.top-policy .top-heading__wrap {
    margin-bottom: 3rem;
}

.top-policy .top-title {
    margin-bottom: 1.6rem;
    text-align: center;
}

.top-policy .top-text {
    text-align: center;
}

.top-policy .more {
    margin: 4rem auto 0;
}


/*  ----------------------------------------------------------

menu

----------------------------------------------------------  */
.top-menu {
    padding: 11.5rem 0 10.5rem;
    background-color: #000;
    background: url(../img/back-menu.jpg) no-repeat center top / cover;
    color: #000;
    position: relative;
}

.top-menu__inner {

    margin: 0 auto;
}

.top-menu h2 {
    margin-bottom: 10.5rem;
}

.top-menu__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6rem;
}

.top-menu__wrapper.food {
    flex-direction: row-reverse;
}

.top-menu__txt,
.top-menu figure {
    width: 47%;
    flex-basis: 47%;
}

.top-menu__txt {
    padding: 20px;
}

.top-menu__txt .en {
    color: var(--maincolor);
    letter-spacing: 0.2em;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

.top-menu__txt h3 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.2rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 0.16rem solid var(--maincolor);
}

.top-menu__txt p {
    font-size: 1.48rem;
    line-height: 2.8;
}

.top-menu .more {
    margin: 0 auto;
}

.top-menu__text {
    text-align: center;
    font-size: 1.57rem;
    margin: 10rem 0 0.5rem;
}

.top-menu__text img {
    width: 250px;
}

@media screen and (max-width: 767px) {
    .top-menu {
        padding: 8rem 3rem;
    }

    .top-menu__text img {
        width: 200px;
    }

    .top-menu__inner {
        width: auto;
    }

    .top-menu h2 {
        margin-bottom: 5rem;
    }

    .top-menu__wrapper.food,
    .top-menu__wrapper.drink {
        flex-direction: column;
    }

    .top-menu__txt,
    .top-menu figure {
        width: 100%;
        flex-basis: 100%;
    }

    .top-menu__txt {
        margin-bottom: 3rem;
    }

    .top-menu__text {
        margin: 5rem 0 0rem;
    }
}


/*=============== top-gallery ===========*/

.top-gallery {
    background: url(../img/texture2.jpg) repeat center top/100% auto;
    padding: 10rem 0 13rem;
}

.top-gallery .top-heading__wrap {
    margin-bottom: 3rem;
}

.top-gallery .more {
    margin: 7rem auto 0;
}

/*=============== top-access ===========*/

.top-access {
    background: url(../img/texture1.jpg) no-repeat center center/cover;
    padding-bottom: 10rem;
}

.top-access__head {

    margin-bottom: 10rem;
    padding: 10.5rem 0;
}

.top-access .top-wrap {
    align-items: stretch;
}

.top-access__map {
    width: 100%;
}

.top-access__map iframe {
    width: 100%;
}

.top-access__body {
    width: 48.2%;
}

.access_img {
    width: 45%;
}

.access_img img {
    width: 100%;
}

.top-access__list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top-access__list dt {
    border-bottom: 1px solid #544d47;
    padding: 2rem 0 2rem 1.5rem;
    width: 25%;
}

.top-access__list dt:first-of-type {
    padding-top: 0;
}

.top-access__list dd {
    border-bottom: 1px solid #544d47;
    padding: 2rem 1.5rem 2rem 3rem;
    width: 75%;
}

.top-access__list dd:first-of-type {
    padding-top: 0;
}

.top-access .more {
    margin-top: 5rem;
}

/*=============== top-insta ===========*/

.top-insta {
    background: url(../img/texture3.jpg) repeat center top/100% auto;
    padding: 10rem 0 12rem;
}

.top-insta .top-heading__wrap {
    margin-bottom: 7rem;
}

@media only screen and (max-width: 1400px) {
    /* Wider than xxl-size */
}

@media only screen and (max-width: 1200px) {
    /* Wider than xl-size */

    .header {
        padding: 0 5rem;
    }

    .top-container {
        margin: 0 7.5rem;
    }

    .top-menu__heading {
        margin: 0 8.5rem 7rem auto;
    }

    .top-menu .top-menu__inner {
        padding: 0 2rem 0 6rem;
    }

    .top-menu__list li:first-of-type {
        left: 2rem;
    }

    .top-menu__list li:last-of-type {
        right: 10rem;
    }

    .mnslider .slick-dots li.slick-active button:before {
        left: -0.07em;
    }
}

@media only screen and (max-width: 992px) {
    /* Wider than lg-size */
}

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

    /* Wider than md-size */
    .access_img {
        width: 100%;
    }

    .header {
        display: block;
        height: 6rem;
        padding: 0 5%;
        width: 100%;
    }

    .header__logo {
        width: 7.5rem;
    }

    .footer {
        background-size: cover;
        padding: 3rem 0 30.5vw;
    }

    .footer__nav {
        flex-direction: column;
    }

    .footer__nav li a {
        margin-bottom: 0.5rem;
        padding: 1rem;
    }

    .footer__logo {
        width: 13rem;
    }

    .footer__text {
        font-size: 1.4rem;
    }

    .footer__tel {
        background-size: 3rem auto;
        font-size: 2.8rem;
        padding-left: 4rem;
    }

    .footer__copyright {
        font-size: 1.2rem;
    }

    .top-container {
        margin: 0 5%;
    }

    .top-wrap {
        flex-direction: column;
    }

    .top-wrap.rev {
        flex-direction: column;
    }

    .top-wrap.mdrev {
        flex-direction: column-reverse;
    }

    .preparation {
        font-size: 2.2rem;
    }

    #main {
        height: 30rem;
    }

    #main .slick-slide {
        height: 30rem;
    }

    .top-news .CMS-NEWS-ITEM a {
        flex-direction: column;
    }

    .top-news .CMS-NEWS-TIME {
        font-size: 1.4rem;
        font-weight: 700;
        width: 100%;
    }

    .top-news .CMS-NEWS-LINK {
        width: 100%;
    }

    .CMS-NEWS-INDEX {
        display: block;
        padding-bottom: 10rem;
    }

    .CMS-NEWS-INDEX > * {
        margin-bottom: 3rem;
        margin-right: 0;
        width: 100%;
    }

    .CMS-NEWS-INDEX > *:last-of-type {
        margin-bottom: 0;
    }

    .CMS-NEWS-INDEX > * img {
        height: auto;
    }

    .CMS-NEWS-TIME {
        margin: 1.5rem 0 0.3rem 0;
    }

    .CMS-NEWS-CONTENT img {
        width: 100%;
    }

    .top-heading {
        background-size: 10rem auto;
        font-size: 2.3rem;
    }

    .top-heading span {
        font-size: 1.4rem;
        margin-top: 0;
    }

    .top-heading.insta {
        font-size: 4.4rem;
    }

    .top-heading__wrap {
        gap: 1.5rem;
    }

    .top-heading__wrap::after,
    .top-heading__wrap::before {
        width: 10rem;
    }

    .top-heading__wrap.insta:before,
    .top-heading__wrap.insta:after {
        width: 7rem;
    }

    .top-title {
        font-size: 1.7rem;
    }

    .top-title span {
        font-size: 2rem;
    }

    .top-text {
        font-size: 1.5rem;
        letter-spacing: 0.05em;
        line-height: 1.65;
    }

    .scroll {
        bottom: 0;
        color: #fff;
        font-size: 1.2rem;
    }

    .scroll:after {
        background: #fff;
        height: 6rem;
    }

    .top-news {
        background-size: cover;
        padding: 6rem 0;
    }

    .more {
        width: 250px;
    }

    .top-policy .more {
        margin: 0 auto 0;
    }

    .top-news__box {
        padding: 5rem 2rem;
    }

    .top-news__heading {
        margin-bottom: 3rem;
    }

    .top-news__body {
        width: 100%;
    }

    .top-news .more {
        margin: 3rem auto 0;
    }



    .top-policy .top-heading__wrap {
        margin-bottom: 0;
    }

    .top-policy .top-title {}

    .top-policy .top-text {
        text-align: left;
        margin-bottom: 1rem;
        padding-left: 20px;
    }

    .top-menu {
        background-size: cover;
        padding: 6rem 0;
    }

    .top-menu__heading {
        margin: 0 4rem 5rem auto;
    }

    .top-menu__heading::before {
        height: 1.5rem;
        width: 6.7rem;
    }

    .top-menu__heading h2 {
        font-size: 7rem;
    }

    .top-menu__heading h2 span {
        font-size: 1.4rem;
    }

    .top-menu .top-menu__inner {
        padding: 0 5%;
        width: 100%;
    }

    .top-menu__img1 {
        margin: -6rem 0 0 auto;
        width: 25%;
    }

    .top-menu__body {
        width: 100%;
    }

    .top-menu .more {
        margin: 4rem auto 0;
    }

    .top-menu__list {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 6rem;
    }

    .top-menu__list li:first-of-type {
        bottom: initial;
        left: initial;
        margin: -7rem 0 0 auto;
        position: relative;
        width: 80%;
    }

    .top-menu__list li:last-of-type {
        bottom: initial;
        margin: 4rem 0 auto 0;
        position: relative;
        right: initial;
        width: 80%;
    }

    .mnslider .slick-dots {
        gap: 0.5rem;
        left: -4rem;
    }

    .mnslider .slick-dots li {
        height: 2rem;
        width: 2rem;
    }

    .mnslider .slick-dots li button:before {
        font-size: 1.5rem;
    }

    .mnslider .slick-dots li.slick-active button:before {
        font-size: 1.8rem;
        left: 0;
    }

    .top-gallery {
        background-size: cover;
        padding: 6rem 0;
    }

    .top-gallery .top-heading__wrap {
        margin-bottom: 4rem;
    }

    .top-gallery .more {
        margin: 4rem auto 0;
    }

    .top-access {
        padding-bottom: 6rem;
    }

    .top-access__head {
        background-position: left 25% bottom;
        margin-bottom: 4rem;
        padding: 7rem 0;
    }

    .top-access .top-wrap {
        align-items: center;
    }

    .top-access__map {
        width: 100%;
    }

    .top-access__map iframe {
        height: 32rem;
    }

    .top-access__body {
        width: 100%;
    }

    .top-access__list dt {
        border-bottom: none;
        font-weight: 700;
        padding: 2rem 0 0 1rem;
        width: 100%;
    }

    .top-access__list dd {
        padding: 0 1rem 1rem 2rem;
        width: 100%;
    }

    .top-access .more {
        margin: 4rem auto 0;
    }

    .top-insta {
        background-size: cover;
        padding: 6rem 0 8rem;
    }

    .top-insta .top-heading__wrap {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .top-policy {
        padding: 28vw 0;
        background: url(../img/policy_bg_sp.jpg) no-repeat center center / cover;
        position: relative;
        min-height: 200px;
    }
}

@media screen and (max-width: 568px) {
    .top-policy {
        padding: 15vw 0;
        background: url(../img/policy_bg_sp.jpg) no-repeat center center / cover;
        position: relative;
        min-height: 200px;
    }
}

@media screen and (max-width: 410px) {
    .top-policy {
        padding: 4vw 0;
        background: url(../img/policy_bg_sp.jpg) no-repeat center center / cover;
        position: relative;
        min-height: 200px;
    }
}

@media screen and (max-width: 767px) {
    #loopslider {
        height: 140px;
        margin: 0 auto;
    }

    #loopslider ul {
        height: 140px;
    }

    #loopslider ul li {
        height: 140px;
        width: 180px;
    }
}

@media only screen and (max-width: 575px) {
    /* Wider than sm-size */
}

.menu_f {
    position: absolute;
    right: 20px;
    top: -100px;
    z-index: 1;
}

.menu_f img {
    max-width: 500px;
    width: 30vw;
}

@media screen and (max-width: 567px) {
    .menu_f img {
        max-width: 400px;
        width: 100px;
    }

    .menu_f {
        position: absolute;
        right: 20px;
        top: -10px;
        z-index: 1;
    }
}

.top-heading_policy_title {
    text-align: center;
    margin-bottom: 5rem;
    width: 100%;
}

.top-heading_policy_title img {
    width: 280px;
}

@media screen and (max-width: 410px) {
    .top-heading_policy_title {
        text-align: center;
        margin-bottom: 1rem;
        width: 100%;
    }

    .top-heading_policy_title img {
        width: 170px;
    }
}
.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 4px #7e2123;
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT img {
  display: block;
  height: auto;
  margin: 0 auto 3rem auto;
  width: 80%;
}