/**************************************
               reset
**************************************/
html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-feature-settings: "palt";
    overflow-x: hidden;
}

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
}

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

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

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: baseline;
}

ol, ul {
    list-style: none
}

*, * :before, * :after {
    box-sizing: inherit;
}

li > ul, li > ol {
    margin-bottom: 0;
}

dd {
    margin-left: 0;
}

table {
    width: 100%;
}

th {
    text-align: left;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

[src$=".svg"], [data$=".svg"] {
    width: 100%;
}

i, cite, em, address, dfn {
    font-style: normal;
}

code, pre {
    font-family: Consolas, Menlo, Courier, monospace;
}

code {
    padding: 0.2em;
    background-color: rgba(0, 0, 0, 0.06);
}

pre code {
    padding: 0;
    background-color: inherit;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote, p, address, hr, table, fieldset, figure, pre {
    margin-top: 0;
    margin-bottom: 0;
}

ul, li, dl, dt, dd {
    padding: 0;
    list-style-type: none;
}

body {
    margin: 0;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: hidden;
    letter-spacing: 0.15em;
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #000;
    display: block;
}

a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: auto;
    text-align: right;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}

ul, li, p {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul {
    overflow: hidden;
}

a {
    transition: all .8s;
    color: #000;
}

a:hover {
    text-decoration: none !important;
}

.sp {
    display: none;
}

/**************************************
               common
**************************************/
@font-face {
    font-family: lexend;
    src: url('../font/Lexend-Medium.ttf') format("truetype");
}

body {
    font-family: 'lexend', 'Noto Sans JP', cursive;
}

.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
}

.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;
        margin-top: 4rem;
    }
}

.section {
    padding-left: 0px !important;
}

@media screen and (min-width: 768px), print {
    .section__inner {
        text-align: center !important;
        font-size: 35px;
        font-weight: 100 !important;
    }
}

@media screen and (max-width: 767px), print {
    .section__inner {
        text-align: center !important;
        font-size: 25px;
        font-weight: 100 !important;
    }
  body {
    letter-spacing: .05em;
}

}

.section__title-border {
    height: 3px !important;
}

.section__title-inner {
    padding-bottom: 4px !important;
}

a {
    text-decoration: none;
}

.forPC {
    display: block !important;
}

.forSP {
    display: none !important;
}

.fadein_bottom {
    opacity: 1;
    transform: translate(0, 0px);
    transition: all 1000ms;
    text-align: center;
    font-weight: bolder;
}


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


.font_middle img {
    width: 55px;
    padding-bottom: 13px;
    margin-left: 20px;
}

@media screen and (max-width: 767px), print {
    .forSP {
        display: block !important;
    }

    .forPC {
        display: none !important;
    }

    .icon_block {
        position: fixed;
        top: 0;
        height: 50px;
        width: 100%;
        background: #f1f1f1;
        z-index: 98;
    }

    .menu {
        height: 20px;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 30px;
        z-index: 99;
    }
.insta-icon-h a{
  text-align: center!important;
  padding: 20px 40px;
}
    .insta_icon {
        position: fixed;
        top: 10px;
        left: 15px;
    }

    .insta_icon img {
        width: 60px;
    }

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

    .fadein_bottom {
        font-size: 25px;
        line-height: 1.5em;
        margin-top: 4rem;
        padding: 0!important;
    }

    .fadein2 img {
        width: 75% !important;
    }

    .fadein_bottom span {
        font-size: 15px;
        margin-left: .3em;
    }

    .fadein_bottom p:nth-child(2) {
        font-size: 20px !important;
        font-weight: 600;
    }
}

@media screen and (max-width: 768px) {
    .fadein_bottom p:nth-child(1) {
        font-size: 25px !important;
    }
}

/**************************************
               header
**************************************/
.headarea {
    background-color: #cacaca;
    font-weight: bolder;
    letter-spacing: .01em;
    padding-left: 2em !important;
}

@media screen and (max-width: 767px), print {
    .fadein_bottom p:nth-child(2) {
        font-size: 22px !important;
        font-weight: bolder;
        font-family: 'Noto Sans JP', sans-serif !important;
    }

    .fadein_bottom {
        letter-spacing: .01em !important;
        font-weight: bolder;
    }
    .icon {
    /* width: 80%; */
    /**width: 46%;**/
    margin: auto;
    text-align: center;
    padding: .8em;
    display: inline-block;
}
.ig {
  text-align: right;
  }
.ct {
  text-align: left;
  }
}
}

.forPC {
    position: fixed !important;
}

.forPC img {
    width: 80px;
    padding: 10px;
    /* margin-right: 20px; */
}

.forPC div {
    padding: 0 .3rem;
}

.for-sp .logo {
    display: none 
}

.end {
    font-size: 17px;
    color: #797979;
    text-decoration: none;
    padding-bottom: 5px;
    width: 21em;
    margin: .5em auto .5em;
    line-height: 1.5em;
}
.end2 {
    font-size: 22px;
    color:#000;
    text-decoration: none;
    padding-bottom: 5px;
    width: 100%;
    margin: .5em auto .5em;
    line-height: 1.5em;
}

header {
    width: 100%;
    position: relative;
}

/***navi***/
.sp_sns {
    display: none;
}

header .pc {
    width: 100%;
    margin: 1.5rem auto;
    background: #fff;
    letter-spacing: .05em;
}

header .pc ul {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 0 auto 0.5rem;
    font-size: 16px;
}

header .pc ul li {
    width: 22%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-style: normal;
    -ms-flex-item-align: center;
    align-self: center;
}

header .pc a {
    text-decoration: none;
}

header .fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

header {
    width: 100%;
    /**padding: 15px 0;**/
    margin: 0 auto;
    text-align: justify;
    position: relative;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid #000;
}

.insta-icon-h img {
    width: 25px;
    vertical-align: bottom;
    padding: 0;
}

@media screen and (min-width: 768px), print {
    .insta_icon {
        position: fixed;
        top: 20px;
        left: 20px;
    }

}

@media screen and (min-width: 768px), print {
    .fadein_bottom {
    font-size: 35px;
    line-height: 1.5em;
    text-align: center;
    margin: 0;
    letter-spacing: .01em;
    padding: 0rem 0 3rem !important;
}
    .insta_icon img {
        width: 40px;
    }
    .fadein_bottom span {
    font-size: 25px;
    margin-left: .3em;
}


.top-concept.fadein_bottom p:nth-child(1){
      font-size: 25px!important; 
    }
.top-concept.fadein_bottom p:nth-child(2){
      font-size: 25px!important; 
    }

.fadein_bottom p:nth-child(1) {
    font-size: 30px !important;
}

.fadein_bottom p:nth-child(2) {
    font-size: 25px !important;
}
}

.menu_block {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 140;
}

#thumbnalespace li img:hover {
    opacity: .7;
}


@media screen and (min-width: 768px), print {
    .menu {
        height: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 30px;
        z-index: 99;
    }
}

.menu__line {
    background: #000;
    display: block;
    height: 3px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}

.menu__line--center {
    top: 8px;
    width: 80%;
    right: 0;
}

.menu__line--bottom {
    bottom: 0;
    width: 60%;
    right: 0;
}

.menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
}

.menu__line--center.active {
    transform: scaleX(0);
}

.menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    width: 100%;
}

/*gnav*/
.gnav {
    background-color: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 50%;
    z-index: 98;
    top: 0;
    right: 0;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
    opacity: .9;
}

.gnav__wrap {
    align-items: center;
    /* display: flex; */
    height: 100%;
    justify-content: center;
    /* position: absolute; */
    width: 100%;
}

.gnav__menu__item {
    margin: 0;
    text-align: justify;
}

.gnav__menu__item a {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 40px;
    text-decoration: none;
    transition: .5s;
    font-family: 'Muli', sans-serif;
    text-align: right;
}

.gnav__menu__item a:hover {
    color: #666;
}

@media screen and (max-width: 768px) {
  .forSP {
    display: block!important;
  }
  .forPC {
    display: none!important;
  }
  header {
    border-bottom: 0px!important;
  }
  .headline {
    height: 100vh;
  }
  .icon_block {
    position: fixed;
    top: 0;
    height: 50px;
    width: 100%;
    background: #f1f1f1;
    z-index: 98;
  }
  .menu {
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    z-index: 99;
  }
.menu__line {
  background: #000;
  display: block;
  height: 3px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}

.menu__line--center {
  top: 8px;
  width: 80%;
  right: 0;
}

.menu__line--bottom {
  bottom: 0;
  width: 60%;
  right: 0;
}

.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}

.menu__line--center.active {
  transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
  width: 100%;
}
  .insta_icon {
    position: fixed;
    top: 10px;
    left: 15px;
  }
  .insta_icon img {
    width: 60px;
  }
  .headline img {
    width: 200px!important;
    top: 60%;
  }
.gnav {
  background-color: #fff;
  display: none;
  height: 100%;
  position: fixed;
  width: 50%;
  z-index: 98;
  top: 0;
  right: 0;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
  opacity: .9;
}
.gnav__wrap {
  align-items:center;
  /* display: flex; */
  /* height: 100%; */
  justify-content: center;
  /* position: absolute; */
  width: 82%;
  /* padding: 45px; */
  vertical-align: middle;
  /* height: 100vh; */
  margin: auto;
  margin-top: 70%;
}
.gnav__menu__item {
  margin: 0;
  text-align: justify;
}
.gnav__menu__item a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 40px;
  text-decoration: none;
  transition: .5s;
  font-family: 'Muli', sans-serif;
  text-align: right;
}
.gnav__menu__item a:hover {
  color: #666;
}
.gnav__menu img {
    width: 30px!important;
}
.icon {
    /**width: 48%;**/
    /* width: 46%; */
    margin: auto;
    text-align: center;
    padding: .8em;
    /* display: inline-block; */
    position: fixed;
    top: 0;
    right: 50px;
    z-index: 98;
}
.ct img {
  width: 25px;
}
.sns {
  text-align: center;
}
}

/* header icon */



.fadein2 img {
    width: 94%;
}

/* footer */
.f_logo img {
    width: 100px;
}

.f_logo {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    margin: auto;
    background: #000;
    margin-top: 5rem;
}

/**************************************
               brand-area
**************************************/
.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
}

.FASHION {
    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
}

.LIFE {
    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
}

.BEAUTY,.GOODS {
    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
}

.FOOD {
    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
}

.ART {
    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_f span, .brand-item__color_fg span, .brand-item__color_co span, .brand-item__color_fo span, .brand-item__color_art span {
    color: #969594;
    font-size: 12px
}

@media screen and (max-width: 767px), print {
    .FASHION {
        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
    }

    .LIFE {
        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
    }

    .BEAUTY,.GOODS {
        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
    }

    .FOOD {
        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
    }

    .ART {
        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_f span, .brand-item__color_fg span, .brand-item__color_co span, .brand-item__color_fo span, .brand-item__color_art span {
        color: #969594;
        font-size: 8px;
        font-family: 'Muli', sans-serif;
    }
}

@media screen and (max-width: 767px), print {
    .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 (min-width: 1180px), print {
    .section__inner {
        width: 100%;
    }

    .event .section__title {
        margin-bottom: 56px;
        padding: 0 128px;
        max-width: 1050px;
    }

    .event .section__inner {
        padding: 0;
        max-width: 100%;
    }
}

@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;
display: none;
}

.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
}

.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
}

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

@media screen and (min-width: 768px), print {
    .brands {
        padding-top: 40px;
        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
}

.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: 0px;
        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 50px 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: unset;
        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;
        display: block;
    }
}

@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_data01 img{
   width: 200px;
}
.l_data02 img{
   width: 200px;
}
.l_data03 img{
   width: 200px;
}
.l_data04 img{
   width: 200px;
}
.l_data05 img{
   width: 200px;
}
.l_data06 img{
   width: 200px;
}
.l_data07 img{
   width: 200px;
}
.l_data08 img{
   width: 200px;
}
.l_data09 img{
   width: 200px;
}
.l_data10 img{
   width: 200px;
}
.l_data11 img{
   width: 10%;
}
.l_data12 img{
   width: 15%;
}
.l_data13 img{
   width: 15%;
}
.l_data14 img{
   width: 15%;
}
.l_data15 img{
   width: 15%;
}
.l_data16 img{
   width: 15%;
}
.l_data17 img{
   width: 15%;
}
.l_data18 img{
   width: 15%;
}
.l_data19 img{
   width: 15%;
}
.l_data20 img{
   width: 25%;
}
.l_data21 img{
   width: 20%;
}
.l_data22 img{
   width: 15%;
}
.l_data23 img{
   width: 20%;
}
.l_data24 img{
   width: 20%;
}
.l_data25 img{
   width: 20%;
}
.l_data26 img{
   width: 15%;
}
}

@media screen and (max-width: 767px), print {
.l_data01 img{
   width: 15%;
}
.l_data02 img{
   width: 40%;
}
.l_data03 img{
   width: 45%;
}
.l_data04 img{
   width: 40%;
}
.l_data05 img{
   width: 45%;
}
.l_data06 img{
   width: 40%;
}
.l_data07 img{
   width: 35%;
}
.l_data08 img{
   width: 35%;
}
.l_data09 img{
   width: 35%;
}
.l_data10 img{
   width: 40%;
}
.l_data11 img{
   width: 30%;
}
.l_data12 img{
   width: 35%;
}
.l_data13 img{
   width: 35%;
}
.l_data14 img{
   width: 35%;
}
.l_data15 img{
   width: 35%;
}
.l_data16 img{
   width: 35%;
}
.l_data17 img{
   width: 35%;
}
.l_data18 img{
   width: 35%;
}
.l_data19 img{
   width: 35%;
}
.l_data20 img{
   width: 45%;
}
.l_data21 img{
   width: 40%;
}
.l_data22 img{
   width: 35%;
}
.l_data23 img{
   width: 40%;
}
.l_data24 img{
   width: 40%;
}
.l_data25 img{
   width: 35%;
}
.l_data26 img{
   width: 35%;
}
}

.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: 13px !important;
    }
}

.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: block;
}

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

.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: auto;
        height: 20px;
        width: 1px;
        content: "";
        background-color: #000;
        transform: rotate(90deg);
        bottom: 0;
    }
}

.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-bottom: 25px;
    }
}

.arrow-nav__item--next {
    right: 10px;
    -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
    }
.brand-item__thumbnail__logo img {
   max-width: 70%;
}
}

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

.data01 img {
    width: 200px;
}
.data02 img {
    width: 200px;
}
.data03 img {
    width: 200px;
}
.data04 img {
    width: 200px;
}
.data05 img {
    width: 200px;
}
.data06 img {
    width: 200px;
}
.data07 img {
    width: 200px;
}
.data08 img {
    width: 200px;
}
.data09 img {
    width: 200px;
}
.data10 img {
    width: 200px;
}
.data11 img {
    width: 25%;
}
.data12 img {
    width: 45%;
}
.data13 img {
    width: 35%;
}
.data14 img {
    width: 40%;
}
.data15 img {
    width: 35%;
}
.data16 img {
    width: 45%;
}
.data17 img {
    width: 35%;
}
.data18 img {
    width: 35%;
}
.data19 img {
    width: 45%;
}
.data20 img {
    width: 55%;
}
.data21 img {
    width: 45%;
}
.data22 img {
    width: 35%;
}
.data23 img {
    width: 45%;
}
.data24 img {
    width: 45%;
}
.data25 img {
    width: 45%;
}
.data26 img {
    width: 45%;
}
}





.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
    }

    
.data01 img {
    width: 25%;
}
.data02 img {
    width: 65%;
}
.data03 img {
    width: 65%;
}
.data04 img {
    width: 55%;
}
.data05 img {
    width: 65%;
}
.data06 img {
    width: 65%;
}
.data07 img {
    width: 55%;
}
.data08 img {
    width: 60%;
}
.data09 img {
    width: 55%;
}
.data10 img {
    width: 55%;
}
.data11 img {
    width: 45%;
}
.data12 img {
    width: 55%;
}
.data13 img {
    width: 55%;
}
.data14 img {
    width: 50%;
}
.data15 img {
    width: 55%;
}
.data16 img {
    width: 65%;
}
.data17 img {
   width: 55%;
}
.data18 img {
    width: 55%;
}
.data19 img {
    width: 65%;
}
.data20 img {
    width: 75%;
}
.data21 img {
    width: 65%;
}
.data22 img {
    width: 45%;
}
.data23 img {
    width: 65%;
}
.data24 img {
    width: 55%;
}
.data25 img {
    width: 55%;
}
.data26 img {
    width: 45%;
}
}

.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: 0px 0 15px !important;
    }
}

.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/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/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 (min-width: 768px), print {
    .brand-item__text {
        padding-left: 23px;
        padding-top: 12px;
        font-size: 16px
    }
    .brands {
    padding-top: 40px;
}
}

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

.swiper-container-fade .swiper-slide {
    width: 50% !important;
}

.modal-container .text {
    font-size: 14px;
    text-align: center;
}

.brandsite-link-container {
    margin: 20px 0 50px;
}

.swiper-slide__child {
    padding-top: 50%;
}

.swiper-container-fade .swiper-slide {
    width: 100% !important;
    margin: auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3px !important;
}

.brand-item__text {
    font-size: 12px;
}

.brand-main-slide .swiper-slide__child {
    height: 80px !important;
}

.swiper-button-next, .swiper-button-prev {
    background: auto !important;
}

.swiper-button-prev {
    background: auto !important;
}

.brand-item__text {
    font-weight: 100 !important;
    letter-spacing: .05em;
}

.brand-item__text {
    padding-left: 23px;
    padding-top: 12px;
    font-size: 16px;
}



.modal-container {
    left: 0 !important;
}

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

    .modal-container .number {
        margin-bottom: 5px;
        margin-top: 0px;
        font-size: 15px;
    }

    .name {
        font-size: 9px
    }

    .brand-item__text {
        padding-left: 6px;
        padding-top: 10px
    }

    .brand-item__text {
        font-size: 12px;
    }
}

/**************************************
               event-area
**************************************/
#event .contents {
    width: 70%;
    margin: auto;
}

#event a {
    text-decoration: underline;
    display: initial;
}

#event .e_button a {
    text-decoration: none;
}

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

    #event .contents {
        width: 70%;
        margin: auto;
    }

    .archive {
        padding-top: 40px;
    }

    .box {
        display: flex;
        flex-direction: row;
        margin-bottom: 14rem;
    }

    .pict {
        width: 40%;
        margin-right: 3%;
        margin-left: 6%;
    }

    .box h4 {
        font-size: 22px;
        font-weight: bold;
    }

    .e_title {
        font-size: 18px;
        font-weight: bold;
        margin: 1.5em 0;
    }

    .box .text {
        width: 50%;
    }

    .box h4 span {
        background-color: #000;
        color: #fff;
        font-size: 15px;
        padding: 5px 30px;
        margin-bottom: 2px;
        margin-left: .3em;
    }
        .logo.for-pc {
        display: block;
    }

    .logo.for-sp {
        display: none;
    }
    #event .for-sp {
    display: none;
}

#event .for-pc {
    display: block;
}
}

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

    .logo.for-pc {
        display: none;
    }

    .logo.for-sp {
        display: block;
    }

    .section__title img {
        height: 20px
    }

    .section__title-border {
        height: 4px
    }

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

    .box h4 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: .5em;
    }

    .box h4 span {
        background-color: #000;
        color: #fff;
        font-size: 13px;
        padding: 5px 16px;
        margin-bottom: 2px;
        margin-left: .3em;
    }

    #event .contents {
        width: 80%;
        margin: auto;
    }

    .box .text p {
        margin-left: 0 !important;
        line-height: 1.7em;
        margin-top: 1rem;
    }

#event .for-sp {
    display: block;
}

#event .for-pc {
    display: none;
}

    .e_title {
        font-size: 16px;
        font-weight: bold;
        margin: .5em 0;
    }

    .pict {
        width: 100% !important;
        margin-right: 0% !important;
        margin-left: 0% !important;
    }

    .box .text {
        width: 100%;
    }

    .box {
        display: block !important;
        flex-direction: row;
        margin-bottom: 6rem;
    }
}

.pict {
    width: 40%;
    margin-right: 3%;
    margin-left: 6%;
}

.pict img {
    width: 100%;
}

.box .text p {
    margin-left: 0 !important;
    line-height: 2em;
}

.e_text {
    margin-bottom: 1em;
}

.e_button {
    border: 2px solid;
    width: 260px;
    padding: 7px 30px;
    text-align: center;
    margin-top: 2em;
}

/**************************************
               theater-area
**************************************/
@media screen and (min-width: 768px), print {
    #theater .contents {
        width: 1125px;
        margin: auto;
    }
}

.archive .section__title {
    margin-bottom: 30px;
}

#cover {
    width: 76%;
    margin: 0 auto;
    display: flex;
}

#main_frame {
    border-radius: 10px;
    text-align: center;
}

#main_frame img {
    width: 90%;
}

#thumbnalespace {
    width: 100%;
    margin-left: 5px;
}

#thumbnalespace li {
    list-style: none;
    display: inline;
}

#thumbnalespace img {
    width: 123px;
}

#thumbnalespace li {
    display: block;
    text-align: right;
}

.ytp-title-text {
    font-size: 13px !important;
}

.theater-area p {
    width: 76%;
    margin: auto;
    text-align: center;
    background-color: #dedede;
}

.theater-area .text01 {
    padding-top: 1.5rem;
    font-size: 18px;
    font-weight: bold;
}

.theater-area span {
    font-size: 14px;
    font-weight: bold;
}

.theater-area .text02 {
    padding-top: .5rem;
    padding-bottom: 1.5rem;
    font-size: 15px;
    font-weight: bold;
}

.theater-area {
    margin-bottom: 5rem;
}

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

    #thumbnalespace {
        width: 100%;
        margin-left: 0;
        display: flex;
    }

    #thumbnalespace li {
        list-style: none;
        display: inline;
    }

    #thumbnalespace img {
        width: 100%;
    }

    #thumbnalespace li:nth-child(2) {
        margin: 0 5px;
    }

    #thumbnalespace li:nth-child(3) {
        margin: 0 5px 0 0;
    }

    #cover {
        width: 98%;
        margin: 0 auto;
        display: block;
        padding-left: 0;
    }

    iframe {
        width: 100% !important;
    }

    .theater-area p {
        width: 98% !important;
    }
}

/**************************************
               about-area
**************************************/
.about {
    padding-top: 40px;
}

.about .section__title {
    margin-bottom: 30px;
}

.contents_area_3, .access__text-item {
    text-align: center;
    margin: 50px auto;
    line-height: 2em;
    font-size: 18px;
}

.contents_area_3 {
    width: 90%;
}

.access_map {
    width: 70vw;
    margin: auto;
}

@media screen and (min-width: 768px), print {
#about .for-pc {
    display: block;
}

#about .for-sp {
    display: none;
}

}


@media screen and (max-width: 767px), print {
    /*about*/
    .about {
    padding-top: 40px;
}
    .access__text-item {
        padding: 1rem 10px 5rem !important;
        max-width: 768px;
    }

    .contents_area_3, .access__text-item {
        font-size: 15px !important;
    }

    .access_map {
        width: 100vw !important;
        margin: auto;
    }
#about .for-pc {
    display: none;
}

#about .for-sp {
    display: block;
}
}

/**************************************
               archive-area
**************************************/
@media screen and (min-width: 768px), print {
    #archive .contents {
        width: 1125px;
        margin: 0 auto 3em;
    }
}

.archive .section__title {
    margin-bottom: 30px;
}

.inline-block-3 {
    display: inline-block;
    vertical-align: middle;
    padding: 30px 0 0 0;
    height: auto;
    width: 47%;
    margin: 0 15px !important;
}

.title, .sub-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.title_8 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 1rem;
}

.title span {
    font-size: 14px;
    font-weight: bold;
}

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

    .inline-block-3 {
        width: auto;
        padding-bottom: 3rem;
    }
}

/**************************************
               news
**************************************/
#news .contents {
    width: 82%;
    margin: auto;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    padding: 8px 8px 15px;
    width: 32.9%;
}

.inline-block a {
    text-decoration: none;
}

.inline-block a:hover {
    opacity: 0.7;
}

.contents_area {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.contents_area-2 {
    padding-top: 35px;
    text-align: center;
    display: block;
}

.contents_area-3 {
    padding-top: 35px;
    text-align: center;
    display: block;
}

.contents_area-4 {
    padding-top: 35px;
    text-align: center;
    display: block;
}

.contents_area-5 {
    padding-top: 35px;
    text-align: left;
    display: block;
    padding-left: 40px;
}

.inline-block img {
    width: 100%;
}

.title_4 {
    margin-top: 15px;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
}

#news .inline-block p {
    margin-top: 15px;
    font-size: 12px;
    text-align: left;
}

.title_6 {
    margin-top: 13px;
    text-align: justify;
    font-size: 12px;
}

@media screen and (max-width: 767px), print {
    #news .contents {
        width: 100%;
        margin: auto;
    }

    .inline-block {
        display: block !important;
        width: 90% !important;
        margin: auto;
    }
}

/**************************************
               news-area
**************************************/
#news_page .contents_area {
    width: 100%;
    background-color: #fff;
}

.news_area {
    padding: 0 0 10%;
    text-align: center;
}

.news_area a {
    text-decoration: underline;
}

.news_area img {
    width: 55%;
}

.weight {
    font-weight: bold;
}

#news_page .title {
    font-size: 22px;
    font-weight: bold;
    margin: 40px 0;
}

.release {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 40px;
}

.textarea {
    font-size: 16px;
    line-height: 2em;
    /**text-align: justify;**/
}

.bn {
    display: flex;
    justify-content: space-between;
    padding: 0 15% 100px;
    font-family: 'Muli', sans-serif;
    opacity: .5;
    font-size: 16px;
}

.bn a {
    text-decoration: none;
}

.textarea img {
    width: auto!important;
}

@media screen and (max-width: 767px), print {
    .news_area {
        width: 90%;
        margin: auto;
    }

    .news_area img {
        width: 100%;
    }
}