@charset "UTF-8";

.home {
    position: relative;
}

.br-sp {
    display: block;
}

.br-pc {
    display: none;
}

@media (min-width: 768px) {
    .br-sp {
        display: none;
    }

    .br-pc {
        display: block;
    }
}

.icon-arrow-postion {
    position: relative;
}

.icon-arrow {
    position: relative;
}

.icon-arrow:before {
    content: "";
    display: block;
}

.icon-arrow:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 45%;
    border-bottom: 1px solid #4D4D4D;
    border-right: 1px solid #4D4D4D;
}

.icon-arrow--right:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.parts-btn-01 .parts-btn-01__icon {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    transition: transform 0.3s;
    display: inline-block;
    border: 1px solid #4D4D4D;
    border-radius: 50%;
}

.parts-btn-01 .parts-btn-01__icon.map-see-more-color {
    border-color: #fff;
}

.icon-arrow.map-see-more-color:after {
    border-color: #fff;
}

.parts-btn-01 {
    position: relative;
    color: #4D4D4D;
    letter-spacing: 0.3em;
    font-size: 12px;
    font-family: 'CrimsonText-Roman', serif;
    width: 200px;
    height: 12vw;
    padding-bottom: 15px;
}

.parts-btn-01.professional-see-more {
    display: inline-block;
    text-align: right;
    width: 90%;
}

.parts-btn-01__text {
    position: relative;
    top: -16px;
}

.map-see-more-color {
    color: #fff;
}

.parts-btn-01 .parts-btn-01__imgIcon {
    position: relative;
    width: 3vw;
    margin: 0 5px;
}

.parts-btn-01 .parts-btn-01__imgIcon:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.parts-btn-01 .parts-btn-01__imgIcon img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.parts-btn-01 .parts-btn-01__line {
    position: absolute;
    bottom: 0;
    display: block;
    height: 1px;
    width: 300px;
    overflow: hidden;
}

.parts-btn-01 .parts-btn-01__line span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    text-align: center;
}

.parts-btn-01.-alignLeft {
    justify-content: flex-start;
}

.parts-btn-01 {
    height: 64px;
    transition: opacity 0.3s;
}

.parts-btn-01 .parts-btn-01__imgIcon {
    width: 20px;
}

.parts-btn-01:hover {
    opacity: 0.8;
    /* color:#fff; */
    cursor: pointer !important;
}

.parts-btn-01:hover .parts-btn-01__line span {
    animation: btnAnimation 2s cubic-bezier(0.57, 0.01, 1, 1) infinite;
}

.parts-btn-01:hover .icon-arrow--right {
    transform: translateX(5px);
}

@keyframes btnAnimation {
    0% {
        opacity: 1;
        left: 0%;
    }

    34% {
        opacity: 1;
        left: 100%;
    }

    35% {
        left: 100%;
        opacity: 0;
    }

    36% {
        opacity: 0;
        left: -100%;
    }

    37% {
        opacity: 1;
        left: -100%;
    }

    70% {
        left: 0%;
        opacity: 1;
    }

    100% {
        left: 0%;
        opacity: 1;
    }
}

element {
    /* backface-visibility: visible; */
    /*初期値 背面が可視になる*/
    /* backface-visibility: hidden; */
    /*背面が非表示になる*/
}

.slider img {
    backface-visibility: hidden;
    /*追加*/
    max-width: 280px;
    margin: auto;
}

@media (min-width: 768px) {
    .slider img {
        max-width: inherit;
    }
}

body {
    /* overflow: hidden; */
    font-size: 14px;
    line-height: 1.7;
    color: #464646;
    background: #fff;
    height: 100%;
    position: relative;
    /* font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
    /* font-family: 'Times New Roman', 'Baskerville', 'Yu Mincho Medium', 'YuMincho', 'Hiragino Mincho ProN', Meiryo, sans-serif; */
    /* font-family: 'ten-mincho', 'Times New Roman', 'Baskerville', 'Yu Mincho Medium', 'YuMincho', 'Hiragino Mincho ProN', Meiryo, sans-serif; */
    font-family: 'Yu Mincho Medium', 'YuMincho', 'Times New Roman', 'Baskerville', 'Hiragino Mincho ProN', Meiryo, sans-serif;

}


/* ---------- page ------------------*/

#page {
    overflow: hidden;
    position: relative;
}


/*------------------- font -----------*/

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

a {
    text-decoration: none;
    color: #606060;
}

a:hover,
a:active,
a:focus {
    /* color: #606060; */
    outline: none;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #000;
    font-weight: normal;
    margin: 0;
    padding: 0;
}


/*
::-webkit-selection {
	color: #fff;
	background: #606060;
}

::-moz-selection {
	color: #fff;
	background: #606060;
}

::selection {
	color: #fff;
	background: #606060;
}
*/


/*---------------- animate-box --------*/

.animate-box {
    opacity: 0;
}

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

.headers {
    width: 136px;
    position: fixed;
    z-index: 900;
    left: 15px;
    top: 20px;

}

@media screen and (min-width: 768px) {
    .headers {
        width: 160px;
        left: 68px;
        top: 30px;
    }
}

@media screen and (min-width: 1024px) {}

.logo {
    text-align: center;
    line-height: 1em;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.logo:hover {
    opacity: .5;
}


/*--------------- global-nav ---------------------*/

.global-nav {
    display: none;
}

.global-nav-item {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.global-nav-item:hover {
    opacity: .6;
}

@media screen and (min-width: 1024px) {
    .global-nav {
        display: block;
        background-color: #727171;
        height: 80px;
    }

    .global-nav-contents {
        top: 25px;
        right: 120px;
        position: absolute;
        list-style: none;
        display: flex;
        justify-content: space-around;
        width: 350px;
    }

    .global-nav-content {
        color: #606060;
        letter-spacing: 0.2em;
        font-size: 12px;
        font-weight: 600;
    }

    .global-nav-content:hover {
        opacity: .5;
        color: #606060;
    }
}


/*--------------- menu ---------------------*/

.menu {
    overflow: hidden;
}

#toggle {
    display: block;
    color: #fff;
    text-align: center;
    width: 70px;
    height: 70px;
    padding: 10px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-color: #92000B;
    /* border: 1px solid #fff; */
    /* border-radius: 50%; */

    /* box-shadow: 0px 0px 2px 0px grey; */
    /* background: linear-gradient(85deg, rgba(131, 136, 193, 1) 0%, rgba(177, 136, 188, 1) 90%, rgba(181, 137, 188, 1) 100%); */
    /* background-image: url(../img/common/menu-bg-image.png);
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    background-position: center center;
    background-size: cover;
    transition: all .3s; */
}


@media (min-width: 768px) {
    #toggle {
        top: 0px;
        right: 0px;
        width: 80px;
        height: 77px;
    }
}

#toggle:hover {
    opacity: .85;
}

#toggle.toggle-on {
    /* border: 1px solid #fff; */
    /* background-color: transparent; */
}

#toggle.toggle-on:hover {
    opacity: .65;
}

.trigger,
.trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.trigger {
    position: relative;
    width: 25px;
    height: 20px;
    top: 0px;
}

.trigger.active {
    position: relative;
    width: 25px;
    height: 20px;
    top: -1px;
    left: 0;
}

.trigger span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    border-radius: 4px;
}

.trigger .triger-title {
    position: absolute;
    left: 3px;
    width: 100%;
    top: 20px;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.trigger.active .triger-title {
    display: none;
}

.trigger span:nth-of-type(1) {
    top: 2px;
    /* box-shadow: 0px 1px 1px 0px grey; */
}

.trigger span:nth-of-type(2) {
    top: 9px;
    width: 70%;
    /* box-shadow: 0px 1px 1px 0px grey; */
}

.trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.trigger span:nth-of-type(3) {
    bottom: 2px;
    right: 0;
    width: 43%;
    /* box-shadow: 0px 1px 1px 0px grey; */
}

.trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) scale(0);
    transform: translateY(8px) scale(0);
    opacity: 0;
    box-shadow: none;
}

.trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
    width: 100%;
    background-color: #fff;
    /* z-index: 100000000; */
    /* position: absolute; */
    box-shadow: none;
}

.trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
    background-color: #fff;
    box-shadow: none;
}

.trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) scale(0);
    transform: translateY(-8px) scale(0);
    opacity: 0;
    box-shadow: none;
}

.menu-trigger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    margin: -16px 0 0 -16px;
    /* border-radius: 50%; */
    /* border: 1px solid rgba(255, 255, 255, .3); */
    transition: all .1s;
    opacity: 0;
}

.menu-trigger.active::after {
    -webkit-animation: circle .5s;
    animation: circle .5s;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: scale(.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(3.5);
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        transform: scale(.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}


/* ------------------- toggleWrap ---------------- */

.toggleWrap {
    visibility: hidden;
    background-color: #D1CDC7;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    height: 100vh;
    overflow: auto;
    padding-bottom: 120px;
}

.toggleWrap-contents {
    padding: 150px 20px 0 20px;
}

.menu-list-rule-position {
    padding: 0px 20px 0 20px;
}

@media (min-width: 768px) {
    .toggleWrap-contents {
        padding: 0;
        padding-top: 125px;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        position: relative;
        justify-content: space-between;
    }

    .menu-list-rule-position {
        position: relative;
        padding: 0;
        width: 90%;
        max-width: 980px;
        margin: 100px auto;
    }
}

.toggleWrap.open {
    display: block;
    visibility: inherit;
    opacity: 1;
    z-index: 1000;
}

.mainNav {
    text-align: center;
    ;
    padding: 0;
    list-style-type: none;
    font-family: 'CrimsonText-Roman', serif;
}

.mainNav.threes {
    list-style-type: none;
    width: 250px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .mainNav {}
}

.menu-logo-position {
    padding: 0;
    padding-top: 25px;
    /* display: flex; */
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    /* position: relative;
    justify-content: space-between; */
}

.menu-logo {
    margin: 43px 0 0 0px;
}

.menu-logo img {
    width: 167px;
}

@media (min-width: 768px) {
    .menu-logo {
        width: 235px;
        position: relative;
        margin: 63px 0 0 0;
    }

    .menu-logo img {
        width: 431px;
    }
}

.menu-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #969285;
}

.menu-footer .copyright {
    background-color: inherit;
}

.navItem {
    font-family: 'CrimsonText-Roman', serif;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    /* padding: 10px 0; */
    padding: 0 0 60px 0;
    font-size: 25px;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (min-width: 768px) {
    .navItem {
        font-size: 30px;
    }
}

.mainNav .navItem:hover {
    opacity: .5;
}

.nav-sub {
    font-size: 12px;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media (min-width: 768px) {
    .nav-sub {
        font-size: 14px;
    }
}

.menu-list-sns {
    width: 205px;
    margin: 30px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .menu-list-sns {
        margin: 0 0 30px 0;
    }
}

.menu-list-sns li a {
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.menu-list-sns li a:hover {
    opacity: .5;
}

.sns-icons img {
    width: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.sns-insta img {
    width: 15px;
}

.sns-linkdin img {
    width: 15px;
}

.menu-list-link {
    list-style: none;
    width: 227px;
    margin-bottom: 30px;
    text-align: left;
}

.menu-list-link li {
    border-top: 1px solid #fff;
}

.menu-list-link li:last-of-type {
    border-bottom: 1px solid #fff;
}

.menu-list-link li a {
    color: #fff;
    padding: 15px 0 15px 10px;
    display: block;
    position: relative;
    font-family: 'CrimsonText-Roman', serif;
    letter-spacing: 0.15em;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 12px;
}

/* @media screen and (min-width: 768px) {
    .menu-list-link li a {
        font-size: 14px;
    }
} */

.menu-list-link li a:hover {
    opacity: .5;
}

.menu-list-link li a:after {
    position: absolute;
    z-index: 1000;
    content: '';
    margin: 0 auto;
    top: 22px;
    right: 20px;
    width: 13px;
    height: 11px;
    background-image: url("../img/common/footer-contents-list-link-icon-wh.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu-list-rule {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 230px;
    line-height: 1;
    letter-spacing: .2em;
}

.menu-list-rule li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 1px;
    background-color: #fff;
    margin-right: 5px;
    position: relative;
    top: -3px;
    left: 0;
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-list-rule li {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.menu-list-rule li:hover {
    opacity: .5;
}

@media (min-width: 768px) {
    .menu-list-rule {
        width: 404px;
    }
}

@media (min-width: 1024px) {
    .menu-list-rule {
        width: 404px;
    }
}


.menu-list-rule li>a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.01em;
    font-weight: normal;
}

@media (min-width: 768px) {
    .menu-list-rule li>a {
        font-size: 14px;
    }
}

.no-scroll {
    overflow: hidden;
}

.animation {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

#wrapper {
    position: fixed;
    width: 100%;
    z-index: -1;
}

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

.footer {
    padding: 55px 0 0 0;
    float: left;
    width: 100%;
    position: relative;
    background-color: #D1CDC7;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 30px 0 0 0;
    }
}

.footer-contents {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .footer-contents {
        width: 90%;
    }
}

@media screen and (min-width: 1024px) {
    .footer-contents {
        max-width: 992px;
    }
}

.footer-address {
    width: 100%;
    /*    max-width: 420px;*/
    margin: 0 auto;
    position: relative;

}

@media screen and (min-width: 768px) {
    .footer-address {
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1024px) {
    .footer-address {
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .footer-row.one {
        width: 450px;
    }
}

@media (min-width: 1024px) {
    .footer-row.one {
        width: 465px;
        margin: 0;
        padding: 0;
    }
}

.footer-row.two {}

@media (min-width: 768px) {
    .footer-row.two {
        margin-top: 65px;
    }
}

@media (min-width: 1024px) {
    .footer-row.two {}
}

.footer-title {
    color: #fff;
    font-weight: bold;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .footer-title {
        font-size: 18px;
        letter-spacing: .05em;
    }
}

.footer-address-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .footer-address-list {
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: .2em;
    }
}

.footer-address-list-rule {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 230px;
    line-height: 1;
    letter-spacing: .2em;
}

.footer-address-list-rule.sp {
    margin: 20px 0 50px;
}

.footer-address-list-rule.pc {
    display: none;
}

.footer-address-list-rule li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 1px;
    background-color: #fff;
    margin-right: 5px;
    position: relative;
    top: -3px;
    left: 0;
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-address-list-rule li {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.footer-address-list-rule li:hover {
    opacity: .5;
}

@media (min-width: 768px) {
    .footer-address-list-rule {
        width: 404px;
    }

    .footer-address-list-rule.sp {
        display: none;
    }

    .footer-address-list-rule.pc {
        display: flex;
    }
}

@media (min-width: 1024px) {
    .footer-address-list-rule {
        position: absolute;
        width: 404px;
        top: 183px;
    }
}

/* .footer-address-list-rule li+li {
    border-left: 1px solid #fff;
    padding-left: 15px;
} */

.footer-address-list-rule li>a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.01em;
    font-weight: normal;
}

.address-place {
    font-size: 14px;
}

@media (min-width: 768px) {
    .address-place {
        font-size: 16px;
    }
}


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

.footer-row-fb {
    width: 300px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .footer-row-fb {
        margin: 0;
    }
}

.facebook-wrapper {}

@media screen and (min-width: 768px) {
    .facebook-wrapper {
        width: 330px;
        margin-left: -10%;
    }
}

@media screen and (min-width: 1024px) {
    .facebook-wrapper {
        width: 330px;
        margin-left: -25%;
    }
}

.facebook-wrapper>.fb-page {
    width: 100%;
}

.facebook-wrapper>.fb-page>span,
.facebook-wrapper iframe {
    width: 100% !important;
}

@media screen and (min-width: 768px) {
    .fb-page-parent>.fb-page {
        width: 300px;
    }
}


/*---------------- pagetop --------*/

.pagetop-display {
    display: none;
}

@media screen and (min-width: 769px) {
    .pagetop-display {
        display: block;
    }
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 9999;
    width: 168px;
}

.pagetop-home {
    width: 98px;
}

.pagetop a {
    display: block;
    filter: alpha(opacity=50);
    -moz-opacity: 1;
    opacity: 1;
}

.pagetop a:hover {
    display: block;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/*---------------- copyright --------*/

.copyright {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    border-top: 1px solid #4D4D4D;
}

.copyright-position-item {
    text-align: center;
    padding: 27px 0 22px;
}

@media (min-width: 768px) {
    .copyright-position-item {
        padding: 42px 0 45px;
    }
}

.copyright-logo {
    max-width: 165px;
    display: inline-block;
    margin-top: 25px;
}

@media (min-width: 768px) {
    .copyright {
        margin: 0 auto;
        /* margin-top: 50px; */
    }

    .copyright-logo {
        margin-top: 0;
    }
}

@media (min-width: 1025px) {
    .copyright {
        max-width: 992px;
        margin-top: 0;
    }
}

.copyright p {
    text-align: center;
    font-family: 'Crimson', sans-serif;
}

.copyright p small {
    font-family: 'CrimsonText-Roman', sans-serif;
    letter-spacing: 0.15em;
    color: #4D4D4D;
}

@media screen and (min-width: 768px) {
    .copyright p small {
        font-size: 12px;
    }
}

.breadcrumb {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    text-transform: uppercase;
}

.breadcrumb_inner span {
    font-size: 13px;
    letter-spacing: 0.1em;
}

.section-contents {
    background-color: #fff;
}

.section-contents-position {
    max-width: 1080px;
    margin: 0 auto;
}


/*------------ other-section-contents-------*/

@media screen and (min-width: 768px) {
    .other-section-contents {
        margin: 0 auto;
        width: 90%;
        display: flex;
        justify-content: space-around;
        max-width: 1200px;
    }
}

.other-section-content {
    width: 90%;
    margin: 0 auto;
}

.other-section-content.contact {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .other-section-content {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 55px;
    }
}

@media screen and (min-width: 768px) {
    .other-section-content {
        width: 50%;
    }
}

@media screen and (min-width: 1025px) {
    .other-section-content {
        max-width: 515px;
        margin: 0 auto;
        margin-top: 55px;
        margin-bottom: 55px;
    }
}

@media (min-width: 768px) {
    .other-section-contents-image {
        margin-top: 50px;
    }
}

.other-section-contents-image:hover,
.other-section-contents-image:focus {
    text-decoration: none;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, .2));
    top: -2px;
}


/*--------------------- #newsList ---------------*/

#newsList {
    /* width: 80%; */
    margin: 0 auto;
    height: 100%;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    #newsList {
        width: 100%;
    }
}

#newsList2 {
    /* width: 80%; */
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    #newsList2 {
        width: 100%;
        max-width: 800px;
        display: flex;
        justify-content: space-between;
    }

}

#newsList li {
    /* margin-bottom: 55px; */
}

#newsList li span {
    display: block;
}

#newsList li span.catNametitle {
    color: #606060;
    font-weight: 600;
}

.catNametitle {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cell-category-position {
    position: absolute;
    width: 100%;
    top: 34%;
    left: 25px;
}

span.catName {
    color: #fff;
    font-size: 26px;
    font-family: 'Cinzel', serif;
    line-height: 1em;
}

@media (min-width: 1024px) {
    span.catName {
        font-size: 36px;
    }
}

span.catName-sub {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    margin-top: 5px;
}

@media (min-width: 1024px) {
    span.catName-sub {
        font-size: 20px;
    }
}

span.catName-sub:before {
    content: "";
    display: inline-block;
    width: 20.3%;
    height: 1px;
    background-color: #fff;
    margin-right: 10px;
    position: relative;
    top: -6px;
    left: 0px;
}

span.catName-sub.saiyou:before {
    width: 13%;
}

@media (min-width: 768px) {
    span.catName-sub:before {
        width: 17.3%;
    }

    span.catName-sub.saiyou:before {
        width: 15%;
    }

}

@media (min-width: 768px) {
    span.catName-sub:before {
        width: 17.3%;
    }

    span.catName-sub.saiyou:before {
        width: 12%;
    }

}

/*------ cell ----------------------- */

.cell {
    width: 345px;
    border-radius: 20px;
}


.cell2 {
    list-style: none;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .cell2 {
        list-style: none;
        width: 48%;
    }
}

.cell.is-empty {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.cell:hover {
    cursor: pointer;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/*------------- secntion-hr --------------*/

.secntion-hr {
    background-color: #727171;
}

.secntion-hr-position {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    border: none;
    border-top: 1px solid #606060
}


/* ---------- btn ------------------*/

.btn-position-center {
    text-align: center;
    margin-top: 50px;
    ;
}

@media screen and (min-width: 768px) {
    .btn-position-center {
        text-align: center;
        margin-top: 60px;
        ;
    }
}

.btn {
    display: block;
    width: 230px;
    height: 43px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    outline: none;
    letter-spacing: 0.15em;
    line-height: 46px;
    background-color: #E6E4E1;
    /* border: 2px solid #606060; */
    color: #0A0A0A;
    /*	line-height: 50px;*/
    font-family: 'CrimsonText-Roman', serif;
}

@media screen and (min-width: 768px) {
    .btn {
        width: 255px;
        height: 43px;
    }
}

.btn:before,
.btn:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.btn,
.btn:before,
.btn:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn:hover {
    opacity: .5;
    /* background-color: #fff;
    border-color: #606060;
    color: #606060;
    border: 2px solid #606060; */
}

.btn-text {
    /*    margin-top: 100px;*/
    text-align: center;
}

.btn-about {
    background-color: #606060;
    border: 2px solid #606060;
    color: #fff;
}

.btn-about:hover {
    background-color: #fff;
    color: #606060;
}

@media screen and (min-width: 768px) {
    .btn-text.company {}

    .btn-company {
        width: 210px;
        height: 50px;
        line-height: 47px;
    }
}

.btn-yajirushi {
    position: relative;
}

.btn-yajirushi img {
    position: absolute;
    margin: auto;
    width: 16px;
    top: 0;
    left: 12px;
    right: 30px;
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn:hover .btn-yajirushi img {
    left: 24px;
}

.home-btn-series {
    margin-top: 90px;
}

@media screen and (min-width: 768px) {
    .home-btn-series {
        margin-top: 0px;
    }
}

.home-about-see-more {
    clear: both;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .btn-home-about-see-more {
        float: right;
    }
}

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

.contents-title {
    font-size: 20px;
}

.contents-subtitle {
    font-size: 16px;
}


/*
@media (min-width: 768px) {
    .contents-title {
        font-size: 24px;
    }

    .contents-subtitle {
        font-size: 16px;
    }
}
*/


/*---------------------- page-top -------------------*/

.page-top-title-position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.page-top-title-subtitle {
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.page-top-title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 37px;
    margin-top: 10px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .page-top-title {
        font-size: 48px;
    }
}

.catName-material {
    position: absolute;
    bottom: 26px;
    right: 0;
    font-size: 15px;
}

@media screen and (min-width: 768px) {
    .catName-material {}
}

.catName-material.FABRICS {
    color: #5D8080;
}

.catName-material.LACQUER {
    color: #C98078;
}

.catName-material.PAPER {
    color: #B7976F;
}

.catName-material.TEXTILE {
    color: #918C80;
}

.catName-material.BAMBOO {
    color: #428072;
}

/* ボタンの装飾 */
.pulse-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
}


.box {
    width: 50vw;
    height: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

div.circle {
    opacity: 0.5;
    width: 80%;
    height: 80%;
    border: solid 1.5px #929292;
    border-radius: 50%;
    position: absolute;
}

div.circle.layer-0 {
    animation: wave-0 4s linear infinite;
}

div.circle.layer-1 {
    animation: wave-1 4s linear infinite;
}

div.circle.layer-2 {
    animation: wave-2 4s linear infinite;
}

div.circle.layer-3 {
    animation: wave-3 4s linear infinite;
}

div.circle.layer-4 {
    animation: wave-4 4s linear infinite;
}

div.circle.layer-5 {
    animation: wave-5 4s linear infinite;
}

div.circle.layer-6 {
    animation: wave-6 4s linear infinite;
}

div.circle.layer-7 {
    animation: wave-7 4s linear infinite;
}

div.circle.layer-8 {
    animation: wave-8 4s linear infinite;
}

@keyframes wave-0 {
    0% {
        width: 0%;
        height: 0%;
        transform: none;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
        transform: none;
    }
}

@keyframes wave-1 {
    0% {
        width: 0%;
        height: 0%;
        transform: none;
    }

    100% {
        width: 89%;
        height: 89%;
        opacity: 0;
        transform: none;
    }
}

@keyframes wave-2 {
    0% {
        width: 0%;
        height: 0%;
        transform: none;
    }

    100% {
        width: 74%;
        height: 74%;
        opacity: 0;
        transform: none;
    }
}

@keyframes wave-3 {
    0% {
        width: 0%;
        height: 0%;
        transform: none;
    }

    100% {
        width: 63%;
        height: 63%;
        opacity: 0;
        transform: none;
    }
}

@keyframes wave-4 {
    0% {
        width: 0%;
        height: 0%;
        transform: none;
    }

    100% {
        width: 50%;
        height: 50%;
        opacity: 0;
        transform: none;
    }
}

@keyframes wave-5 {
    0% {
        width: 0%;
        height: 0%;
        transform: none;
    }

    100% {
        width: 38%;
        height: 38%;
        opacity: 0;
        transform: none;
    }
}

@keyframes wave-6 {
    0% {
        width: 0%;
        height: 0%;
        transform: none;
    }

    100% {
        width: 25%;
        height: 25%;
        opacity: 0;
        transform: none;
    }
}

@keyframes wave-7 {
    0% {
        width: 0%;
        height: 0%;
        transform: none;
    }

    100% {
        width: 15%;
        height: 15%;
        opacity: 0;
        transform: none;
    }
}

@keyframes wave-8 {
    0% {
        width: 0%;
        height: 0%;
        transform: none;
    }

    100% {
        width: 10%;
        height: 10%;
        opacity: 0;
        transform: none;
    }
}

.ripple-position-0 {
    position: absolute;
    z-index: 1;
}

.ripple-position-1 {
    position: absolute;
    z-index: 1;
}

.ripple-position-2 {
    position: absolute;
    z-index: 1;
}

.ripple-position-3 {
    position: absolute;
    z-index: 1;
}

.ripple-position-4 {
    position: absolute;
    z-index: 1;
}

.ripple-position-5 {
    position: absolute;
    z-index: 1;
}

.ripple-position-6 {
    position: absolute;
    z-index: 1;
}

.ripple-position-7 {
    position: absolute;
    z-index: 1;
}

.ripple-position-8 {
    position: absolute;
    z-index: 1;
}

.ripple-position-9 {
    position: absolute;
    z-index: 1;
}

.ripple {
    position: absolute;
    margin: 0 auto;
    top: 0;
    width: 500px;
    height: 300px;
    border-radius: 500px / 300px;
    border: 2px solid #999;
    transform: scale(0.01, 0.01);
    opacity: 0;
    /* animation: 6s ease-out 1s infinite running spread; */
}

.ripple-on {
    animation: 6s ease-out 1s infinite running spread;
}

@keyframes spread {
    from {
        opacity: 0;
    }

    15% {
        opacity: 60%;
    }

    60% {
        transform: scale(1, 1);
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

.delay1 {
    top: 0px;
    animation-delay: 1.3s;
}

.delay2 {
    top: 0px;
    animation-delay: 1.7s;
}

.delay3 {
    top: 0px;
    animation-delay: 2.1s;
}

.delay4 {
    top: 0px;
    animation-delay: 2.4s;
}


.img-blur {
    -webkit-animation-name: imageBlur;
    animation-name: imageBlur;
    opacity: 1;
    transition: .8s;
}

@-webkit-keyframes imageBlur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px);
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes imageBlur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px);
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }
}

.footer-global-menu-position {
    font-family: 'CrimsonText-Roman', serif;
    letter-spacing: 0.15em;
    margin-bottom: 80px;
}

.footer-global-menu {
    list-style: none;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .footer-global-menu {
        display: flex;
        justify-content: space-between;
    }
}

.footer-global-menu li {
    position: relative;
}

@media screen and (min-width: 768px) {
    .footer-global-menu li {
        width: 32%;
    }
}

.footer-global-menu li a {
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    padding: 30px 0 10px 10px;
    border-bottom: 1px solid #4D4D4D;
}

.footer-global-menu li a:hover {
    opacity: .5;
}

.footer-global-menu li a::after {
    position: absolute;
    z-index: 998;
    content: '';
    margin: 0 auto;
    top: 44px;
    right: 20px;
    width: 19px;
    height: 2.6px;
    background-image: url("../img/common/yajirushi.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-contents-list-position {
    width: 100%;
    ;
}

.footer-contents-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}

.footer-contents-list li {
    /* line-height: 2.5em; */
    letter-spacing: 0.1em;
    font-size: 16px;
    color: #4D4D4D;
    display: inline;

}

.footer-info-divide {
    display: none;
}

@media screen and (min-width: 768px) {
    .footer-info-divide {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .footer-contents-list li {
        font-size: 16px;
    }

}

.footer-contents-list li a {
    color: #4D4D4D;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-contents-list li a:hover {
    opacity: .5;
}

.footer-contents-list li a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 1px;
    background-color: #fff;
    margin-right: 5px;
    position: relative;
    top: -3px;
    left: 0;
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-logo-image {
    display: inline-block !important;
    padding: 0 0 20px 0;
    max-width: 210px;
}

@media screen and (min-width: 768px) {
    .footer-logo-image {
        padding: 0 0 40px 0;
        display: inline-block !important;
    }
}

.footer-contents-list-sns {
    width: 205px;
    margin: 30px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .footer-contents-list-sns {
        margin: 0 0 30px 0;
    }
}

.footer-contents-list-sns li a {
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.footer-contents-list-sns li a:hover {
    opacity: .5;
}

.footer-contents-list-link {
    list-style: none;
    width: 205px;
    margin-bottom: 30px;
}

.footer-contents-list-link li {
    border-top: 1px solid #4D4D4D;
}

.footer-contents-list-link li:last-of-type {
    border-bottom: 1px solid #4D4D4D;
}

.footer-contents-list-link li a {
    color: #4D4D4D;
    padding: 15px 0 15px 10px;
    display: block;
    position: relative;
    font-family: 'CrimsonText-Roman', serif;
    letter-spacing: 0.15em;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 12px;
}


.footer-contents-list-link li a:hover {
    opacity: .5;
}

.footer-contents-list-link li a:after {
    position: absolute;
    z-index: 998;
    content: '';
    margin: 0 auto;
    top: 22px;
    right: 20px;
    width: 13px;
    height: 11px;
    background-image: url("../img/common/footer-contents-list-link-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sns-sinsta-anker {
    display: block;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 145px;
}

.sns-sinsta-anker:hover {
    opacity: .8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.insta-image {
    width: 21px;
    height: 21px;
}

.sns-text-insta {
    color: #4D4D4D;
    font-size: 18px;
    display: inline-block;
}

.section-about-concept-title-position {
    /* margin: 0 0 45px 0; */
    /* position: relative;
    z-index: 10; */
}

@media (min-width: 768px) {
    .section-about-concept-title-position {}
}

.our-news-link-position {
    margin-top: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 0;
}

@media (min-width: 768px) {
    .our-news-link-position {
        margin-top: 30px;
    }
}

.our-news-link-position>p {
    text-align: right;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .our-news-link-position>p {
        margin-right: 0px;
    }
}

.our-news-link-position>p a {
    font-size: 16px;
    color: #8388C1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.our-news-link-position>p a:hover {
    opacity: .5;
}

.our-works-link-position>p {
    text-align: center;
}

.our-contact-link-position>p {
    text-align: center;
}



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


.sample {
    margin-bottom: 90px;
}

.sample:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .sample {
        margin-bottom: 150px;
    }
}

.column1,
.column2 {
    position: relative;
}

.column-contents {
    height: 250px;
    display: block;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

@media (min-width: 768px) {
    .column-contents {
        height: 50vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}


@media (min-width: 1400px) {
    .column-contents {
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed !important;
    }
}

.column-contents::before {
    position: absolute;
    content: '';
    width: 247px;
    height: 162px;
    top: -158px;
    right: -10px;
    background-image: url(../img/common/bg-right-pc-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

@media screen and (min-width: 768px) {
    .column-contents::before {
        position: absolute;
        content: '';
        width: 530px;
        height: 339px;
        top: -330px;
        right: -10px;
        background-image: url(../img/common/bg-right-pc-01.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: 0;
    }
}

@media screen and (min-width: 1024px) {
    .column-contents::before {
        position: absolute;
        content: '';
        width: 686px;
        height: 430px;
        top: -420px;
        right: -10px;
        background-image: url(../img/common/bg-right-pc-01.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: 0;
    }
}

.column-contents::after {
    position: absolute;
    content: '';
    width: 247px;
    height: 162px;
    bottom: -159px;
    left: -10px;
    background-image: url(../img/common/bg-left-pc-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

@media screen and (min-width: 768px) {
    .column-contents::after {
        position: absolute;
        content: '';
        width: 543px;
        height: 340px;
        bottom: -337px;
        left: -10px;
        background-image: url(../img/common/bg-left-pc-01.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: 0;
    }
}

.column1>div:nth-of-type(1) {
    background-image: url(../img/home/top-image-img-2-sp.jpg);
}

.column2>div:nth-of-type(1) {
    background-image: url(../img/home/top-image-img-3-sp.jpg);
}

.column3>div:nth-of-type(1) {
    background-image: url(../img/rellax-sample5.jpg);
}

@media screen and (min-width: 1200px) {
    .column1>div:nth-of-type(1) {
        background-image: url(../img/home/top-image-img-2.jpg);
    }

    .column2>div:nth-of-type(1) {
        background-image: url(../img/home/top-image-img-3.jpg);
    }

    .column3>div:nth-of-type(1) {
        background-image: url(../img/rellax-sample5.jpg);
    }
}

.column1 .sample-tit {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.column1 .sample-txt {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}

.column1 .more {
    background: rgba(255, 255, 255, 0.9);
    display: block;
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 3px 0;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .column1 .sample-tit {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .column1 .sample-txt {
        font-size: 18px;
    }

    .column1 .more {
        width: 220px;
        padding: 6px 0;
    }
}

.grant-contens-image {
    padding-top: 30px;
}

.grant-contens-image-position {
    padding-bottom: 30px;
    width: 90%;
    margin: 0 auto;
}

.grant-contens-image-position a {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.grant-contens-image-position a:hover {
    opacity: .6;
}

@media screen and (min-width: 768px) {
    .section-grant {
        width: 690px;
        margin: 0 auto;
    }

    .grant-contens-image {
        display: flex;
        justify-content: space-between;
        padding-top: 60px;
    }

    .grant-contens-image-position {
        width: 48%;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .section-grant {
        width: 1080px;
        margin: 0 auto;
    }

    .grant-contens-image {
        display: flex;
        justify-content: space-between;
        padding-top: 120px;
    }

    .grant-contens-image-position {
        width: 48%;
        padding-bottom: 0;
    }
}

.showroom-contens-image {
    padding-top: 30px;
}

.showroom-contens-image-position {
    padding-bottom: 30px;
    width: 80%;
    margin: 0 auto;
}

.showroom-contens-image-position a {
    -webkit-transition: all .6s;
    transition: all .6s;
}

.showroom-contens-image-position a:hover {
    opacity: .4;
}

@media screen and (min-width: 768px) {
    .section-showroom {
        width: 690px;
        margin: 0 auto;
    }

    .showroom-contens-image {
        display: flex;
        justify-content: space-between;
        padding-top: 60px;
    }

    .showroom-contens-image-position {
        width: 48%;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .section-showroom {
        width: 1080px;
        margin: 0 auto;
    }

    .showroom-contens-image {
        display: flex;
        justify-content: space-between;
        padding-top: 100px;
    }

    .showroom-contens-image-position {
        width: 48%;
        padding-bottom: 0;
    }
}

.showroom-anker:hover {
    opacity: .6;
}

.organizer-contens {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 45px 0;
    width: 80%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .organizer-contens {
        width: 100%;
        padding: 60px 0;
        max-width: 630px;
    }
}

@media screen and (min-width: 1024px) {
    .organizer-contens {
        width: 100%;
        padding: 60px 0;
        max-width: 800px;
    }
}

.organizer-contens-image-position {
    width: 44%;
    margin-bottom: 30px;
}

.organizer-contens-image-position a {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.organizer-contens-image-position a:hover {
    opacity: .4;
}

@media screen and (min-width: 768px) {
    .organizer-contens-image-position {
        width: 26%;
        margin-bottom: 60px;
    }

    .organizer-contens-image-position a img {
        max-width: 180px;
    }
}

.organizer2-contens-image {
    padding-bottom: 30px;
    width: 80%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .organizer2-contens-image {
        width: 90%;
        display: flex;
        justify-content: space-between;
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 1024px) {
    .organizer2-contens-image {
        width: 100%;
    }
}

.organizer2-contens-list {
    list-style: none;
}

.organizer2-contens-list-img {
    max-width: 144px;
    padding: 15px 0;
}

@media screen and (min-width: 768px) {
    .organizer2-contens-list-img {
        max-width: 170px;
    }
}

.hrs {
    height: 1px;
    background-color: #707070;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 80%;
    max-width: 800px;
}

@media screen and (min-width: 768px) {
    .hrs {
        width: 90%;
        max-width: 800px;
        margin-bottom: 120px;
    }
}

@media screen and (min-width: 1024px) {
    .hrs {
        width: 100%;
    }
}

.section-online-shop {
    margin: 80px 0;
}

/*-------------------------------------------*/
/* LOAD
/*-------------------------------------------*/
@-webkit-keyframes spinLoad {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinLoad {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#load {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 100000;
}

#load .inner {
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: spinLoad 1.2s linear 0s infinite;
    animation: spinLoad 1.2s linear 0s infinite;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.mainv-img {
    height: 100vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.slick-img img {
    height: 100vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.slick-dots {
    bottom: -53px !important;
}

.slider-about .slick-dots {
    text-align: right;
}

.slider-profile .slick-dots {
    text-align: left;
}

.slider-about.position-left .slick-dots {
    text-align: left;
}

.slider {
    background-color: #fff;
}

.top-slider.pc {
    display: none;
}

.top-slider.sp {
    display: block;
}

@media screen and (min-width: 1024px) {
    .top-slider.pc {
        display: block;
    }

    .top-slider.sp {
        display: none;
    }

}

/*---------------- top-image --------*/

.top-image {
    height: 375px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .top-image {
        height: 350px;
    }
}

@media screen and (min-width: 1024px) {
    .top-image {
        height: 400px;
    }
}

/*------ cell ----------------------- */

.cell {
    width: 80%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .cell {
        width: 195px;
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .cell {
        width: 290px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .cell {
        width: 237px;
        margin: 0;
    }
}
