@charset "UTF-8";
.text a:hover {
  opacity: .7;
}

h2 img {
    height: 40px
}

main {
    width: 100%;
    margin: auto;
    display: block;
    overflow: hidden
}

.lead h1 {
    font-size: 35px;
    text-align: center;
    margin: 70px 0 0
}

@media screen and (max-width:767px), print {
    .lead h1 {
        font-size: 30px;
        text-align: center;
        margin: 70px 0 0
    }

    .lead p {
        font-size: 15px !important
    }

    .lead_img img {
        width: 50% !important
    }
}

.lead h1, .comingsoon_txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500
}

.lead p, .access p, .archive_article p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400
}

.lead p {
    margin: 1.6em 0;
    line-height: 1.8em;
    font-size: 20px;
    width: 100%;
    text-align: justify;
}

.lead__text-item {
    -webkit-transition: .7s all ease-out;
    transition: .7s all ease-out
}

.lead__text-item.animate-ready {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0
}

.article p {
    font-family: 'Muli', sans-serif;
    font-weight: 600
}

.comingsoon {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-style: italic
}

.nav__address img, .nav__open img {
    height: 28px
}

.lead {
    display: block;
    text-align: left;
    margin: auto
}

.lead_img {
    margin: auto;
    text-align: center
}

.lead_img img {
    width: 32%;
    margin: auto;
    display: block
}

.grad-wrap {
  position: relative;
  padding-top: 3rem;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 0;
  border-radius: 2px;
  background: #fff;
  color: #000;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  /* transition: .2s ease; */
  /* box-shadow: 0 0 3px rgba(0,0,0,.3); */
  font-family: 'Muli', sans-serif;
  /* padding-top: 3rem; */
}


.grad-trigger::after {
    content: "横浜ショートストーリー";
    /* display: inline-block; */
    max-width: 100%;
    text-align: left;
    border: 2px solid #a8d4d4;
    background-color: #a8d4d4;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 67px;
    border-radius: 4px;
    transition: .4s;
    /* margin-top: 3rem; */
}
.grad-trigger:hover {
  opacity: .5;
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
}
.grad-item.is-hide {
  height: 2px;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 300px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, #fff 100%);
}
.grad-trigger.is-show {
  bottom: 0em;
}
.grad-trigger.is-show::after {
  content: "close,,,";
  display: inline-block;
  width: 180px;
  text-align: center;
  border: 0;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  margin-top: 2re;
}
.grad-trigger.is-show .fa {
  transform: rotate(180deg);
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}


.credit {
    padding: 2rem 0
}

.schedule {
    margin: auto;
    padding: 2rem 0 0;
    width: 100%;
}

.article {
    text-align: center;
    display: flex;
    padding-top: 4rem;
    width: 100%;
    }

.article p {
    font-size: 33px;
    line-height: 1.8em;
    text-align: center;
    margin: 0;
    letter-spacing: .05em;
}

/**
.article img {
    margin-right: 70px;
    height: 160px;
    }
**/

@media screen and (max-width:767px), print {
    .article {
        text-align: center;
        display: block;
        width: 100%;
        padding-top: 1rem;
    }

    .article p {
        line-height: 1.5em;
        margin: 1.5em auto .5em;
        text-align: center;
        font-size: 20px;
        line-height: 1.5em;
        letter-spacing: .05em;
    }

    .article img {
        width: 60%;
        margin-right: 0;
        height: auto
    }
.grad-trigger::after {
  content: "横浜ショートストーリー";
  /* display: inline-block; */
  max-width: 100%;
  text-align: left;
  border: 2px solid #a8d4d4;
  background-color: #a8d4d4;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 4px;
  transition: .4s;
  /* margin-top: 3rem; */
}
}

.comingsoon {
    margin: 2rem 0;
    font-size: 60px;
    text-align: center
}

.comingsoon_txt {
    font-size: 32.5px;
    text-align: justify;
    margin: 0
}

.access {
    max-width: 100%;
    margin: auto;
    padding-top: 7rem
}

.access_title {
    font-weight: 700
}

.access p {
    margin-left: 160px;
    padding: 1rem 0 5rem;
    font-size: 17px;
    line-height: 2em
}

@media screen and (max-width:767px), print {
    .access p {
        margin-left: 0;
        font-size: 12px;
        line-height: 2em;
    }

    .access__text-item {
        padding: 1rem 30px 5rem !important;
        max-width: 768px
    }
}

.access__text-item {
    -webkit-transition: .7s all ease-out;
    transition: .7s all ease-out
}

.access__text-item.animate-ready {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0
}

@media screen and (max-width:767px), print {
    .archive .section__title {
        padding: 0 30px;
        margin-bottom: 33px
    }

    .archive .section__inner {
        padding: 0;
        max-width: 768px
    }

    .archive_article p {
        font-size: 12px !important;
        padding-left: 10px
    }
.grad-trigger {
  padding: 0;
}
}

.archive_article {
    display: inline-block;
    width: 49%
}

.section__inner div:nth-child(2) {
    padding-right: 10px;
}

.archive_article p {
    font-size: 17px;
    line-height: 1.5em;
    margin: 1em auto; /* width:100%; */
    text-align: left;
}

.archive_article img {
    width: 100%
}

.archive_ {
    -webkit-transition: .7s all ease-out;
    transition: .7s all ease-out
}

.archive_.animate-ready {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 0
}

.archive-text-item.animate-ready {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0
}

.brand__text-item {
    -webkit-transition: .7s all ease-out;
    transition: .7s all ease-out
}

.brand__text-item.animate-ready {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 0
}

.brand-item__color_f {
    height: 25px;
    background-color: #e0ded7;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: left;
    padding-left: 23px
}

.brand-item__color_fg {
    height: 25px;
    background-color: #d5e2de;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: left;
    padding-left: 23px
}

.brand-item__color_co {
    height: 25px;
    background-color: #e0d7e0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: left;
    padding-left: 23px
}

.brand-item__color_fo {
    height: 25px;
    background-color: #e2c9cc;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: left;
    padding-left: 23px
}

.brand-item__color_f span, .brand-item__color_fg span, .brand-item__color_co span,
.brand-item__color_fo span {
    color: #969594;
    font-size: 12px
}

@media screen and (max-width:767px), print {
    .brand-item__color_f {
        height: 17px;
        background-color: #e0ded7;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: left;
        padding-left: 6px
    }

    .brand-item__color_fg {
        height: 17px;
        background-color: #d5e2de;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: left;
        padding-left: 6px
    }

    .brand-item__color_co {
        height: 17px;
        background-color: #e0d7e0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: left;
        padding-left: 6px
    }

    .brand-item__color_fo {
        height: 17px;
        background-color: #e2c9cc;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: left;
        padding-left: 6px
    }

    .brand-item__color_f span, .brand-item__color_fg span, .brand-item__color_co span,
    .brand-item__color_fo span {
        color: #969594;
        font-size: 8px;
        font-family: 'Muli', sans-serif;
    }
}

footer {
    width: 100%;
    padding: 3rem 0;
    margin-top: 10rem
}

footer img {
    width: 160px;
    display: block;
    margin-left: auto;
    padding: 120px 0 100px
}

@media screen and (max-width:767px), print {
    footer img {
        width: 100px;
        display: block;
        margin-left: auto;
        padding: 40px 0 50px
    }
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption,
cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption,
figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, img,
ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp,
section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot,
th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0
}



ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: inherit
}

img {
    vertical-align: top
}

ol, ul {
    list-style: none
}

.for-tab {
    display: none
}

.for-sp {
    display: none
}

.section__title-inner {
    display: inline-block;
    position: relative;
    padding-bottom: 16px
}

.section__title-border {
    display: block;
    width: 100%;
    height: 8px;
    background-color: #000;
    position: absolute;
    bottom: 0
}

@media screen and (max-width:767px), print {
    .for-pc {
        display: none
    }

    .for-sp {
        display: block
    }

    .section__title img {
        height: 20px
    }

    .section__title-border {
        height: 4px
    }

    .section__title-inner {
        padding-bottom: 7px
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

@media screen and (max-width:767px), print {
    .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
        height: 500px
    }
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
    width: 100%
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .5
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    width: 100% !important
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.nav {
    background-color: #e0e0e0;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
}

.nav__inner.is-fix {
    position: fixed;
    top: 0
}

.nav__inner {
    display: -webkit-box;
    display: flex;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute
}

@media screen and (min-width:768px), print {
    .nav {
        width: 134px; display: block;}

    .nav__inner {
        top: 100vh;
        margin-top: -45px;
        left: 19px
    }

    .nav__logo {
        padding-right: 36px
    }

    .nav__link {
        display: block !important;
        padding-right: 20px;
        border-right: 2px solid #000
    }

    .nav__info {
        padding-left: 26px
    }

    .nav__address {
        margin: 13px 0
    }

    .nav__link-item img {
        height: 14px
    }

    .btn-menu, .nav__sp {
        display: none !important
    }
}

@media screen and (max-width:767px), print {
    .main__logo-main {
        margin-right: -30px
    }

    .btn-menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10
    }

    .btn-menu img {
        width: 20px;
        vertical-align: middle
    }

    .btn-menu a {
        text-align: center;
        display: block;
        padding: 10px;
        width: 20px;
        height: 20px
    }

    .nav {
        width: 40px;
        z-index: 1
    }

    .nav__inner {
        top: 100vh;
        margin-top: 0;
        left: 8px;
        z-index: 1
    }

    .nav__link {
        display: none
    }

    .nav__info {
        display: -webkit-box;
        display: flex;
        padding-left: 20px;
        vertical-align: middle
    }

    .nav__logo img {
        height: 20px
    }

    .nav__open {
        -webkit-box-ordinal-group: 2;
        order: 1;
        padding-right: 15px
    }

    .nav__open img {
        height: 18px
    }

    .nav__address {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .nav__address img {
        height: 18px
    }

    .nav__sp {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #e0e0e0;
        width: 100%;
        height: 100%;
        z-index: 50;
        display: none;
        opacity: 0
    }

    .nav__sp.is-show {
        display: block
    }

    .nav__sp .nav__link {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .nav__sp .nav__link-item a {
        display: block;
        padding: 12px 0
    }

    .nav__sp .nav__link-item a img {
        height: 31px
    }

    .btn-close {
        position: absolute;
        top: 0;
        right: 0
    }

    .btn-close .btn-close__inner {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000
    }

    .btn-close a {
        padding: 10px;
        display: block;
        width: 20px;
        height: 20px;
        text-align: center
    }

    .btn-close a img {
        width: 100%
    }
}

.section__inner {
    margin: 0 auto
}

.anim {
    -webkit-transition: .7s all ease-out;
    transition: .7s all ease-out
}

@media screen and (min-width:1180px), print {
    .section__inner {
        padding: 0 128px;
        max-width: 1050px;}
}


@media screen and (min-width:768px), print {
    .section {
        padding-left: 134px
    }
}

@media screen and (max-width:767px), print {
    .section {
        padding-left: 40px
    }

    .section__inner {
        padding: 0 30px;
        max-width: 768px
    }
}


@media screen and (max-width:1179px) and (min-width:768px), print {
.section {
padding-left: 16%;
width: 84%;
}
}

* * / .fixed-modal {
    overflow: hidden
}

.fixed-modal .contents {
    display: block
}

.fixed-modal .nav, .fixed-modal .nav__inner {
    top: 0;
    z-index: 999
}

.fixed-modal .nav__inner {
    display: -webkit-box;
    display: flex
}

.fixed-modal .nav__inner {
    display: -webkit-box;
    display: flex
}

@media screen and (max-width:767px), print {
    .fixed-modal .nav__inner {
        top: 0
    }
}

.main {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden
}

.main__slide {
    width: 100%;
    height: 100vh
}

.main__slide img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    text-align: center;
    width: 100%;
    height: 100vh
}

@media screen and (min-width:768px), print {
    .main__logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2
    }
}

@media screen and (max-width:767px), print {
    .main__logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
    }
}

.main__logo img {
    width: 70%;
    margin: auto;
    text-align: center;
    display: block
}

.main__logo-sub {
    margin-top: 5%;
    display: block;
    overflow: hidden
}

.main__logo-sub img {
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out
}

.main__logo-sub.animate-ready img {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.main__scroll-attention {
    position: absolute;
    bottom: -45px;
    left: 50%;
    width: 2px;
    height: 95px;
    background-color: #000;
    z-index: 2
}

.main__scroll-attention.is-animate {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-animation: scroll-in-animation 1.5s infinite ease;
    animation: scroll-in-animation 1.5s infinite ease
}

.swiper-slide-active {
    overflow: none
}

.swiper-slide-active img {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: slide 7s ease-out;
    animation: slide 7s ease-out
}

.main__slide-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 22
}

@media screen and (max-width:767px), print {
.loading img{
padding-top:12px;}
}
@media screen and (min-width:768px), print {
.loading img{
padding-top:22px;}
}

.loading.is-hide {
  background-color: transparent
}

.effect-rect {
  position: absolute;
  height: 100%;
  background-color: #fff
}

.effect-rect.is-animate {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .4s -webkit-transform cubic-bezier(.25, .46, .45, .94);
  transition: .4s -webkit-transform cubic-bezier(.25, .46, .45, .94);
  transition: .4s transform cubic-bezier(.25, .46, .45, .94);
  transition: .4s transform cubic-bezier(.25, .46, .45, .94), .4s -webkit-transform cubic-bezier(.25, .46, .45, .94)
}

@-webkit-keyframes scroll-in-animation {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
}

@keyframes scroll-in-animation {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
}

@-webkit-keyframes scroll-out-animation {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
}

@keyframes scroll-out-animation {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes slide {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}


@media screen and (max-width:767px), print {
    .is-contents-top .nav__inner {
        display: -webkit-box;
        display: flex;
        margin-top: 0;
        left: 8px
    }

    .main__logo img {
        width: 240px;
        height: auto
    }

    .main__scroll-attention {
        bottom: -30px;
        height: 60px
    }
}

.about__thumb img {
    width: 370px
}

@media screen and (max-width:767px), print {
    .about__thumb img {
        width: 100%;
    }

    .section__inner div:nth-child(2) {
        padding-right: 0
    }
}

.about__text img {
    max-width: 100%
}

.about__text-item {
    -webkit-transition: .7s all ease-out;
    transition: .7s all ease-out
}

.about__text-item.animate-ready {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0
}

.about__thumb {
    -webkit-transition: .7s all ease-out;
    transition: .7s all ease-out
}

.about__thumb .animate-ready, .all__thumb.animate-ready {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0
}

@media screen and (min-width:768px), print {
    .about {
        padding-top: 130px
    }

    .about .section__title {
        margin-bottom: 80px
    }

    .about__text-item {
        margin-bottom: 60px
    }

    .about__text, .about__thumb {
        box-sizing: border-box
    }

    .about__text {
        padding-right: 50px
    }
}

@media screen and (min-width:1180px), print {
    .about__contents {
        display: -webkit-box;
        display: flex
    }

    .about__text p {
        font-size: 22px;
        line-height: 1.8em;font-family: 'Noto Sans JP', sans-serif;
    }

    .about__thumb {
        box-sizing: border-box;
        width: 45%
    }

    .about__text {
        box-sizing: border-box;
        width: 55%
    }

    .about__text-item {
        /* margin-bottom: 15%; */
    }
}

@media screen and (max-width:1179px) and (min-width:768px), print {
    .about__text-item {
        margin-bottom: 60px
    }
    .about__contents {
    display: unset;
    display: unset;
}
    
    .about__text {
box-sizing: border-box;
    width: 55%;font-size: 22px;    }
    
    
}

@media screen and (max-width:767px), print {
    .about {
        padding-top: 40px
    }

    .about .section__title {
        margin-bottom: 27px
    }

    .about__contents {
        margin-right: -18px;
        width: 100%
    }

    .about__text {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: baseline;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
    }

    .about__text img {
        max-width: 296px;
        width: 100%
    }

    .about__text-item {
        margin-bottom: 38px;
        font-size: 15px;
        line-height:1.8em;
    }
}

@media screen and (max-width:767px), print {
    .brands {
        padding-top: 40px
    }
}

@media screen and (min-width:768px), print {
    .brands {
        padding-top: 90px;
        overflow: hidden
    }
}

@media screen and (min-width:768px), print {
    .brands .section__title {
        margin-bottom: 56px
    }
}

@media screen and (max-width:767px), print {
    .brands .section__title {
        margin-bottom: 33px
    }
}

.icon-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.icon-close img {
    width: 25px;
    height: 25px
}

.about__thumb {
    box-sizing: border-box;
    /* width: 45%; */
}

.modal-container {
    display: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
    opacity: 0;
    position: fixed;
    top: 0;
    box-sizing: border-box;
    z-index: 999
}

.modal-container.open {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow-y: hidden
}

@media screen and (max-width:767px), print {
    .modal-container.open::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none
    }
}

.modal-container.show::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none
}

.modal-container.show {
    opacity: 1;
    overflow-y: hidden
}

.modal-container .modal-bg {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

@media screen and (min-width:768px), print {
    .modal-container {
        padding-left: 10.6%;
        padding-right: 10.6%;
        left: 133px;
        right: 0;
        top: 0;
        position: fixed;
        height: 100%
    }
}

@media screen and (max-width:767px), print {
    .modal-container {
        position: fixed;
        left: 40px;
        right: 0;
        padding-top: 60px;
        padding-bottom: 60px;
        height: 100%;
        box-sizing: border-box
    }
}

.modal-container .slide-description {
    width: 100%;
    margin: 40px 0;
    margin-right: 0;
    box-sizing: border-box;
    position: relative;
    text-align: left
}

@media screen and (max-width:767px), print {
    .modal-container .slide-description {
        width: auto;
        margin: 26px 30px 0
    }
}

.modal-container .number {
    margin-bottom: 25px;
    font-weight: 700;
    margin-top: 60px;
    font-size: 20px;
    text-align: center
}

@media screen and (max-width:767px), print {
    .modal-container .number {
        position: absolute;
        left: 0;
        top: 0
    }
}

.modal-container .logo {
    margin-bottom: 40px;
    text-align: center
}

@media screen and (max-width:767px), print {
    .modal-container .logo {
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px), print {
    .modal-container .logo img {
        width: auto
    }
}

@media screen and (max-width:767px), print {
    .modal-container .logo.minimal img, .modal-container .logo.minokamo img,
    .modal-container .logo.snails img {
        max-height: 40px !important;
        width: auto !important
    }
}

@media screen and (max-width:767px), print {
    .modal-container .logo.minimal img {
        margin-top: -19px;
        width: 70px !important
    }
}

.l_casa img {
    width: 25%
}

.l_beyond img {
    width: 25%
}

.l_riccie img {
    width: 17%
}

.l_objcts img {
    width: 20%
}

.l_ayakawa img {
    width: 20%
}

.l_matlor img {
    width: 20%
}

.l_senn img {
    width: 17%
}

.l_dam img {
    width: 25%
}

.l_serend img {
    width: 20%
}

.l_iwai img {
    width: 10%
}

.l_gui img {
    width: 25%
}

@media screen and (min-width:768px), print {
    .modal-container .logo.minimal img {
        margin-top: -19px;
        width: 70px !important
    }
}

@media screen and (min-width:768px), print {
.l_rford img{
  width: 15%;
}

.l_if img{
  width: 12%;
}

.l_dot img{
  width: 7%;
}

.l_casa img{
  width: 25%;
}

.l_beyond img{
  width: 22%;
}

.l_riccie img{
  width: 17%;
}

.l_objcts img{
  width: 20%;
}

.l_ayakawa img{
  width: 20%;
}

.l_matlor img{
  width: 20%;
}

.l_senn img{
  width: 17%;
}

.l_dam img{
  width: 25%;
}

.l_minimal img{
  width: 15%;
}

.l_serend img{
  width: 15%;
}

.l_iwai img{
  width: 17%;
}

.l_gui img{
  width: 17%;
}
}

@media screen and (max-width:767px), print {
.l_rford img{
  width: 25%!important;
}

.l_if img{
  width: 20%!important;
}

.l_dot img{
  width: 15%!important;
}
.l_casa img{
  width: 35%!important;
}

.l_beyond img{
  width: 35%!important;
}

.l_riccie img{
  width: 30%!important;
}

.l_objcts img{
  width: 30%!important;
}

.l_ayakawa img{
  width:50%!important;
}

.l_matlor img{
  width: 30%!important;
}

.l_senn img{
  width: 25%!important;
}

.l_dam img{
  width: 35%!important;
}

.l_minimal img{
  width: 25%!important;
}

.l_serend img{
  width: 30%!important;
}

.l_iwai img{
  width: 30%!important;
}

.l_gui img{
  width: 25%!important;
}
}

.modal-container .logo.allyours img {
    display: block;
    text-align: center;
    margin: auto
}

.modal-container .logo.rford img {
    width: 45%
}

.modal-container .logo.tender img {
    width: 78%
}

.modal-container .logo.snails img {
    width: 30%
}

.modal-container .logo.gauge img {
    width: 62%
}

.modal-container .logo.matlor img {
    width: 44%
}

.modal-container .logo.iwaigami img {
    width: 63%
}

.modal-container .logo.beyond img {
    width: 75%
}

.modal-container .logo.objectsio img {
    width: 55%
}

.modal-container .logo.cloudy img {
    width: 54%
}

.modal-container .logo.minimal img {
    width: 45%
}

.modal-container .logo.minokamo img {
    width: 37%
}

.modal-container .logo.iyoshi img {
    width: 76%
}

.modal-container .logo.futaba img {
    width: 59%
}

.modal-container .logo.imperfect img {
    width: 47%
}

.modal-container .text {
    line-height: 2;
    font-size: 17px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

@media screen and (max-width:767px), print {
    .modal-container .text {
        font-size: 12px
    }
}

.modal-swiper-container {
    width: 100%;
    height: 100%
}

@media screen and (max-width:767px), print {
    .modal-swiper-container {
        overflow-y: auto
    }
}

.slide-container {
    position: relative;
    height: 100%
}

.swiper-slide__child {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-top: 70.5%;
    width: 100%;
    left: 0;
    top: 0
}

.swiper-slide-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (min-width:768px), print {
    .swiper-slide-inner {
        height: 100%;
        width: 800px;
        margin: auto;
        overflow-y: auto;
        height: 100vh;
        -ms-overflow-style: none;
        scrollbar-width: none;
        display: block
    }
}

.swiper-slide-inner::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none
}

@media screen and (max-width:767px), print {
    .swiper-slide-inner {
        display: block
    }
}

.inner-slide {
    width: 100%
}

@media screen and (max-width:767px), print {
    .brand-main-slide {
        overflow: auto
    }

    .brand-main-slide > .swiper-slide-inner {
        min-height: 100%;
        height: auto
    }

    .brand-main-slide .swiper-slide__child {
        height: 0
    }

    .brand-main-slide .swiper-wrapper {
        height: auto
    }

    .brand-main-slide .slide-container {
        height: auto
    }
}

.brand-main-slide-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100%;
    height: auto;
    margin: auto
}

@media screen and (max-width:767px), print {
    .brand-main-slide-inner {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        min-height: 100%;
        height: auto
    }
}

.modal-pagination {
    position: relative !important;
    left: 0;
    top: auto;
    padding-top: 13px
}

.modal-pagination .swiper-pagination-bullet {
    margin: 0 16px;
    border: 5px solid #c6c6c6;
    background-color: transparent;
    box-sizing: border-box
}

.modal-pagination .swiper-pagination-bullet-active {
    x background-color: #999
}

.swiper-button-next, .swiper-button-prev {
    background: 0
}

.modal-container .swiper-slide-active img {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
    animation: none;
    margin: auto;
    text-align: center;
    display: block
}

.arrow-nav__item__text {
    display: none
}

@media screen and (max-width:767px), print {
    .arrow-nav__item__text {
        font-size: 11px;
        display: block
    }
}

.arrow-nav__item {
    position: absolute;
    top: 50%;
    width: 70px;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    z-index: 3;
    cursor: pointer;
    height: 30px;
    margin-top: -15px
}

@media screen and (max-width:767px), print {
    .arrow-nav__item {
        top: 0;
        left: 50%;
        margin-top: 0;
        background-color: transparent;
        width: auto;
        height: auto;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        text-align: center
    }
}

.arrow-nav__item:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #000
}

@media screen and (max-width:767px), print {
    .arrow-nav__item:after {
        position: absolute;
        left: 50%;
        top: 0;
        height: 20px;
        width: 1px;
        content: "";
        background-color: #000
    }
}

.arrow-nav__item--prev {
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top
}

@media screen and (max-width:767px), print {
    .arrow-nav__item--prev {
        left: 50%
    }

    .arrow-nav__item--prev .arrow-nav__item__text {
        padding-top: 25px
    }
}

.arrow-nav__item--next {
    right: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top
}

@media screen and (max-width:767px), print {
    .arrow-nav__item--next {
        bottom: 0;
        top: auto
    }

    .arrow-nav__item--next:after {
        top: auto;
        bottom: 0
    }

    .arrow-nav__item--next .arrow-nav__item__text {
        padding-bottom: 25px
    }
}

@media screen and (min-width:1179px), print {
    .arrow-nav__item:hover {
        -webkit-transform: scaleX(1.2);
        transform: scaleX(1.2)
    }
}

@media screen and (min-width:768px), print {
    .swiper-container::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none
    }
}

.brand-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

@media screen and (min-width:768px), print {
    .brand-list {
        margin: 0 -1px
    }
}

@media screen and (min-width:768px), print {
    .brand-item__text {
        padding-left: 23px;
        padding-top: 12px;
        font-size: 16px
    }
}

.brand-item {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 33px;
    cursor: pointer
}

@media screen and (max-width:767px), print {
    .brand-item {
        width: 50%
    }

    .brand-item:nth-child(odd) {
        padding-left: 1px
    }

    .brand-item:nth-child(even) {
        padding-left: 1px
    }
}

@media screen and (min-width:768px), print {
    .brand-item {
        width: 33.3333%;
        padding: 0 1px 0;
        margin-bottom: 42px
    }
}

.brand-item.allyours .brand-item__thumbnail__logo img {
  width: 70%
}

.brand-item.rford .brand-item__thumbnail__logo img {
  width: 45%
}

.brand-item.tender .brand-item__thumbnail__logo img {
  width:45%
}

.brand-item.snails .brand-item__thumbnail__logo img {
  width: 40%;
}

.brand-item.gauge .brand-item__thumbnail__logo img {
  width: 50%;
}

.brand-item.matlor .brand-item__thumbnail__logo img {
  width: 55%;
}

.brand-item.iwaigami .brand-item__thumbnail__logo img {
  width: 40%;
}

.brand-item.beyond .brand-item__thumbnail__logo img {
  width: 45%;
}

.brand-item.objectsio .brand-item__thumbnail__logo img {
  width: 18%;
}

.brand-item.cloudy .brand-item__thumbnail__logo img {
  width: 40%;
}

.brand-item.minimal .brand-item__thumbnail__logo img {
  width: 55%;
}

.brand-item.minokamo .brand-item__thumbnail__logo img {
  width: 45%;
}

.brand-item.iyoshi .brand-item__thumbnail__logo img {
  width: 45%;
}

.brand-item.futaba .brand-item__thumbnail__logo img {
  width: 50%;
}

.brand-item.imperfect .brand-item__thumbnail__logo img {
  width: 47%;
}


.brand-item.animate-ready .brand-item__thumbnail__pic, .brand-item.current .brand-item__thumbnail__pic,
.brand-item.hover .brand-item__thumbnail__pic {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.brand-item.animate-ready .brand-item__thumbnail__logo, .brand-item.current .brand-item__thumbnail__logo,
.brand-item.hover .brand-item__thumbnail__logo {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.brand-item.hover .brand-item__thumbnail__logo, .brand-item.hover .brand-item__thumbnail__pic {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.brand-item.animate-ready .brand-item__thumbnail__logo, .brand-item.animate-ready .brand-item__thumbnail__pic {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.brand-item.animate-ready .brand-item__text {
    opacity: 0
}

.brand-item__thumbnail {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
    overflow: hidden;
    padding-top: 66%;
    background-color: #f6f6f6 !important;
}

@media screen and (max-width:767px), print {
    .brand-item__thumbnail:nth-child(odd) {
        padding-right: .5px
    }

    .brand-item__thumbnail:nth-child(even) {
        padding-left: .5px
    }
}

.brand-item__thumbnail__logo, .brand-item__thumbnail__pic {
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out
}

.brand-item__thumbnail__pic {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.brand-item__thumbnail__pic img {
    width: 100%;
    vertical-align: top
}

.brand-item__thumbnail__logo {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #f6f6f6 !important;
    -webkit-transition: .7s all ease-out;
    transition: .7s all ease-out;
}

.brandsite-link-container {
    text-align: center;
    margin: 140px 0 50px
}

@media screen and (max-width:767px), print {
    .brandsite-link-container {
        text-align: center;
        margin: 20px 0 20px
    }
}

.brandsite-link {
    padding-left: 25px;
    font-family: "Avenir Next", Verdana, sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-top: 13px;
    font-size: 20px;
    text-align: center;
    background: url(../../images/brands/icon_window.png) no-repeat left center;
    background-size: 20px 17px
}

@media screen and (max-width:767px), print {
    .brandsite-link {
        padding-left: 20px;
        font-family: "Avenir Next", Verdana, sans-serif;
        font-weight: 700;
        display: inline-block;
        margin-top: 13px;
        font-size: 13px;
        text-align: center;
        background: url(../../images/brands/icon_window.png) no-repeat left center;
        background-size: 15px 12px
    }
}

.brand-item__text {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    vertical-align: top;
    letter-spacing: -.02em;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 1s .2s linear;
    transition: opacity 1s .2s linear;
    padding-bottom: 5px;
    font-family: 'Muli', sans-serif;
}

@media screen and (max-width:767px), print {
    .brand-item__text {
        padding-left: 6px;
        padding-top: 10px
    }

    .name {
        font-size: 9px
    }
}

@media screen and (min-width:768px), print {
    .brand-item__text {
        padding-left: 23px;
        padding-top: 12px;
        font-size: 16px
    }
}

@media screen and (max-width:767px), print {
    .event {
        padding-top: 40px
    }
}

@media screen and (min-width:768px), print {
    .event {
        padding-top: 130px
    }
}

@media screen and (min-width:768px), print {
    .event .section__title {
        margin-bottom: 56px
    }
}

@media screen and (max-width:767px), print {
    .event .section__title {
        margin-bottom: 33px
    }
}

.event-item {
    line-height: 1;
    font-weight: 700
}

.event__date {
    line-height: 1;
    font-weight: 700;
    font-family: "Avenir Next", Verdana, sans-serif;
    letter-spacing: -.04em
}

.event__label {
    line-height: 1;
    white-space: nowrap;
    font-family: "Avenir Next", Verdana, sans-serif
}

.event__thumbnail {
    box-sizing: border-box
}

@media screen and (max-width:767px), print {
    .event__thumbnail {
        margin-bottom: 11px
    }
}

.event__thumbnail img {
    width: 100%;
    vertical-align: top
}

.event__title {
    line-height: 1.46
}

.event__text {
    line-height: 1.416
}

.entry-button {
    border: 2px solid #000;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    font-weight: 700
}

.entry-button:hover {
    text-decoration: underline
}

.event__tag {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 8px 12px;
    background-color: #000;
    line-height: 1;
    white-space: nowrap;
    vertical-align: top
}

@media screen and (min-width:768px), print {
    .event__tag {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 34px
    }
}

@media screen and (min-width:1179px), print {
    .event__tag {
        -webkit-transform: translate(0, 4px);
        transform: translate(0, 4px)
    }
}

@media screen and (max-width:767px), print {
    .event-item {
        margin-bottom: 77px
    }

    .event__date {
        font-size: 23px;
        margin-bottom: 12px;
        font-family: "Avenir Next", Verdana, sans-serif;
        margin-bottom: 9px
    }

    .event__tag {
        font-size: 12px;
        padding: 5px 8px
    }

    .event-large__title {
        font-size: 20px;
        font-weight: 700;
        font-family: "Avenir Next", Verdana, sans-serif;
        line-height: 1.2;
        margin-bottom: 12px
    }

    .event__label {
        font-size: 15px;
        margin-bottom: 20px;
        font-family: "Avenir Next", Verdana, sans-serif;
        letter-spacing: -.02em
    }

    .event__title {
        font-size: 15px;
        margin-bottom: 10px;
        letter-spacing: -.02em
    }

    .event__text {
        font-size: 12px;
        text-align: justify;
        font-weight: 400
    }

    .event-body-column .event__date {
        margin-top: 17px
    }

    .event-body-column .event-body {
        margin-bottom: 54px
    }

    .event-body-column .event-body:last-child {
        margin-bottom: 0
    }

    .entry-button {
        font-size: 14px;
        line-height: 49px;
        padding-right: 23px;
        position: relative;
        margin-top: 20px;
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center
    }

    .entry-button .entry-button_inner {
        position: relative;
        padding-left: 74px
    }

    .entry-button .entry-button_inner:after {
        content: "";
        position: absolute;
        left: 19px;
        top: 50%;
        width: 33px;
        height: 1px;
        background-color: #000
    }
}

@media screen and (min-width:768px), print {
    .event-list {
        flex-wrap: wrap
    }

    .event-item {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 93px;
        display: -webkit-box;
        display: flex
    }

    .event__date {
        font-size: 35px;
        margin-bottom: 13px
    }

    .event__label {
        font-size: 20px;
        margin-bottom: 34px
    }

    .event-body {
        width: 50%
    }

    .event-body-column {
        width: 50%
    }

    .event-body-column .event-body {
        width: 100%;
        margin-bottom: 60px
    }

    .event-body-column .event-body:last-child {
        margin-bottom: 0
    }

    .event__thumbnail {
        width: 50%;
        padding-right: 45px
    }

    .event__title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 8px
    }

    .event__text {
        font-size: 12px
    }

    .event-large__title {
        font-size: 40px;
        letter-spacing: -.02em;
        font-family: "Avenir Next", Verdana, sans-serif;
        line-height: 1.075;
        margin-bottom: 29px
    }

    .entry-button {
        font-size: 19px;
        line-height: 53px;
        display: inline-block;
        padding-left: 74px;
        padding-right: 23px;
        position: relative;
        margin-top: 20px;
        border-width: 1px
    }

    .entry-button:after {
        content: "";
        position: absolute;
        left: 19px;
        top: 50%;
        width: 33px;
        height: 1px;
        background-color: #000
    }
}

@media screen and (min-width:1179px), print {
    .event__date {
        font-size: 45px
    }

    .event__label {
        font-size: 26px
    }

    .event__title {
        font-size: 19px
    }

    .event__text {
        font-size: 12px;
        line-height: 1.6666
    }
}

.access .section__inner {
    position: relative
}

@media screen and (max-width:767px), print {
    .access {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media screen and (min-width:768px), print {
    .access {
        padding-top: 130px;
        padding-bottom: 70px
    }
}

@media screen and (min-width:768px), print {
    .access .section__title, .archive .section__title {
        margin-bottom: 56px
    }
}

@media screen and (max-width:767px), print {
    .access .section__title {
        margin-bottom: 33px
    }
}

.access-map {
    width: 100%;
    padding-top: 45.7%;
    position: relative
}

@media screen and (max-width:767px), print {
    .access-map {
        margin-bottom: 20px
    }
}

@media screen and (min-width:768px), print {
    .access-map {
        margin-bottom: 73px
    }
}

.access-map__inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

@media screen and (max-width:767px), print {
    .access-data {
        margin-bottom: 52px
    }
}

@media screen and (min-width:768px), print {
    .access-grid {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        align-items: flex-end
    }
}

.access__name {
    font-family: "Avenir Next", Verdana, sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .06em;
    margin-bottom: 7px
}

@media screen and (max-width:767px), print {
    .access__name {
        font-size: 17px
    }
}

@media screen and (min-width:768px), print {
    .access__name {
        font-size: 20px;
        margin-bottom: 40px
    }
}

.access__detail {
    line-height: 1.85;
    letter-spacing: .06em
}

@media screen and (max-width:767px), print {
    .access__detail {
        font-size: 10px
    }
}

@media screen and (min-width:768px), print {
    .access__detail {
        font-size: 13px
    }
}

@media screen and (max-width:767px), print {
    .access__attantion {
        font-size: 10px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

@media screen and (max-width:767px), print {
    .logo-world {
        text-align: center
    }

    .logo-world img {
        width: 70px
    }
}

@media screen and (min-width:768px), print {
    .logo-world {
        width: 85px;
        height: 15px;
        margin-bottom: 30px
    }

    .logo-world img {
        width: 100%;
        height: auto
    }
}

/**追加**/
@media screen and (max-width:1179px) and (min-width:768px), print {
    .section__inner {
padding: 0 50px;
width: 90%;
}
.article img {
height: 110px;
}

.article p {
font-size: 23px;
}

.about__text {
width: 100%;
}

.about__thumb {
margin: auto;
text-align: center;
}

.about__thumb img {
width: 80%;
margin: auto;
text-align: center;
}

.access p {
margin-left: 50px;
}

.archive_article {
width: 48%;
}
}s