@charset "UTF-8";

.home {
    position: relative;
}

@font-face {
    font-family: 'CrimsonText-Roman';
    src: url('../font/CrimsonText-Roman.woff2') format('woff2');
}

.font-crimson {
    font-family: 'CrimsonText-Roman';
    font-size: 14px;
}

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

.br-sp {
    display: block;
}

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

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

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    /* overflow: hidden; */
    font-size: 14px;
    line-height: 1.7;
    color: #5A5A5A;
    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 -----------*/

.eng {
    font-family: 'Bentham', serif;
    letter-spacing: 0.1em;
}

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


/*---------------- 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;
    }
}

.demo {
    position: absolute;
    bottom: 90px;
    right: 40px;
}

@media (min-width: 768px) {
    .demo {
        bottom: 90px;
        right: 135px;
    }
}

.scroll-text {
    top: -30px;
    left: -30px;
    z-index: 2;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    color: #fff;
    font-size: 9px;
    font-family: 'CrimsonText-Roman', serif;
    letter-spacing: 0.5em;
}

.demo a {
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

#section03 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

#section03 a span::after {
    position: absolute;
    top: -5px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

#section03 a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.scroll {
    position: absolute;
    margin: auto;
    /* bottom: 80px; */
    top: 560px;
    right: 80px;
    width: 23px;
    /* transform: scaleX(1.7); */
    z-index: 10;
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
    /*
    animation: fadeout 4s ease 0s 1 normal;
    -webkit-animation: fadeout 4s ease 0s 1 normal;
*/
}


/*---------------- scroll --------*/

.scroll p {
    position: absolute;
    transform: rotate(90deg);
    left: -3px;
    color: #fff;
    font-size: 6px;
    letter-spacing: 0.5em;
    margin: auto;
}

.scrolls {
    position: absolute;
    bottom: -93px;
    width: 3em;
    height: 3em;
    border: 1px solid #f0ede4;
    border-radius: 50%;
    cursor: pointer;
    background-color: #f0ede4;
}

.scrolls:hover::before {
    background: rgba(255, 230, 64, 0.2);
    animation-play-state: paused;
}

.scrolls::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3em;
    height: 3em;
    box-shadow: 0 0 0 0 rgba(255, 230, 64, 0.2);
    border-radius: 50%;
    opacity: 0;
    animation: ripple1 3s infinite;
}

.scrolls span {
    width: 0.7em;
    height: 0.7em;
    position: absolute;
    top: 34%;
    left: 39%;
    transform: rotate(-45deg);
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    z-index: 2;
}

@keyframes ripple1 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 2em rgba(255, 230, 64, 0.2);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}


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

.headers {
    width: 160px;
    position: fixed;
    z-index: 900;
    left: 25px;
    top: 45px;

}

@media screen and (min-width: 768px) {
    .headers {
        left: 100px;
        top: 40px;
    }
}

@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: 55px;
    height: 55px;
    padding: 10px;
    position: fixed;
    top: 31px;
    right: 10px;
    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;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 2px 0px grey;
}

@media (min-width: 768px) {
    #toggle {
        top: 20px;
        right: 105px;
        width: 67px;
        height: 67px;
    }
}

#toggle:hover {
    opacity: .8;
}

#toggle.toggle-on {
    background-color: transparent;
}

.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: 100%;
    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: 100%;
    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: #C1BEB3;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    height: 100vh;
}

.toggleWrap-contents {
    padding: 44px 15px 0 15px;
}

@media (min-width: 768px) {
    .toggleWrap-contents {
        padding: 0;
        padding-top: 25vh;
        display: flex;
        max-width: 727px;
        margin: 0 auto;
        position: relative;
        /* max-height: 295px; */
    }
}

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

.mainNav {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}

.mainNav {
    list-style-type: none;
}

.menu-logo {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 83px;
    padding: 0;
}

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

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

.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: #606060;
    padding: 15px 0;
    font-size: 15px;
    letter-spacing: 0.5em;
    -webkit-transition: all .3s;
    transition: all .3s;
}

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

.mainNav .navItem:hover {
    /* opacity: .5; */
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
}

.mainNav2 {
    margin-top: 10px;
}

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

.mainNav2 li a {
    font-size: 12px;
}

.mainNav2 li a.navItem:hover {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.mainNav2 li a:before {
    content: "";
    display: inline-block;
    width: 33.5px;
    height: 1px;
    background-color: #606060;
    margin-right: 10px;
    position: relative;
    top: -3px;
    left: 0;
    z-index: 100;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mainNav2 li a:hover::before {
    background-color: #fff;
}

/* .open {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}  */

/* .open {
    opacity: .8;
    visibility: inherit;
    overflow: inherit;
} */


/* .hide {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
} */


/* メニューオープン時のみ、メニューの後ろのコンテンツをスクロールさせない
  iOS safariには別途対応が必要（jQueryに記述）*/

.no-scroll {
    overflow: hidden;
}


/* アニメーションはメニューの開閉時のみでいいので
  .toggleWrapに書かず、別にclassを用意 */

.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 {
    /*    margin-top: -100px;*/
    position: fixed;
    width: 100%;
    z-index: -1;
}

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

.footer {
    color: #fff;
}

.footer-contents {
    background-color: #878080;
    padding-bottom: 20px;
}

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

.footer-address {
    width: 90%;
    margin: 0 auto;
    max-width: 170px;
}

@media screen and (min-width: 768px) {
    .footer-address {
        margin: 0 auto;
        position: relative;
        display: flex;
        width: 90%;
        max-width: inherit;
        justify-content: space-between;
        padding-bottom: 55px;
    }
}

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

.footer-row {
    margin: 0 auto;
    padding-top: 60px;
}

@media (min-width: 768px) {
    .footer-row {
        width: 30%;
        margin: 0;
        padding: 0;
        padding-top: 60px;
    }
}

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

    .footer-row:first-of-type {
        width: 60%;
        padding-top: 60px;
    }
}

.footer-address-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: left;
}

@media (min-width: 768px) {
    .footer-address-list {
        width: 100%;
        font-size: 14px;
    }
}

.footer-address-list.logo {
    width: 170px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .footer-address-list.logo {
        width: 160px;
        margin: 0;
    }
}

.footer-address-list.footer-menu {
    font-size: 12px;
}

.footer-address-list.footer-menu a.navItem {
    color: #fff;
}

.footer-address-list.footer-menu a.navItem:hover {
    opacity: .5;
}

.footer-address-list.footer-menu a.navItem.first {
    padding-top: 0;
}

.footer-address-list.footer-menu a.navItem.last {
    padding-bottom: 0;
}

.footer-address-list.link {
    letter-spacing: 0.15em;
    font-family: 'CrimsonText-Roman', serif;
}

.footer-address-list.link li {
    position: relative;
    padding-bottom: 25px;
}

.footer-address-list.link li:before {
    content: "";
    display: inline-block;
    width: 33.5px;
    height: 1px;
    background-color: #fff;
    margin-right: 10px;
    position: relative;
    top: -3px;
    left: 0;
    z-index: 100;
}

@media (min-width: 768px) {
    .footer-address-list.link li {
        padding-bottom: 25px;
    }
}

.footer-address-list.link li a {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-address-list.link li a:hover {
    opacity: .6;
}


/* .footer-address-list.address {
    text-align: left;
    letter-spacing: 0.15em;
} */

.footer-address-list .main {
    font-weight: 600;
    margin-bottom: 6px;
}

.footer-address-list .sub {
    font-size: 8px;
    max-width: 192px;
}

.footer-row.sns {
    width: 40%;
    padding-right: 20px;
}

.sns-icon {
    display: flex;
    align-items: center;
}

.sns-icon li {
    width: 50px;
}

.sns-icon li.sns-title {
    font-size: 10px;
    width: 135px;
}

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

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

.copyright {
    background-color: #C3C1BA;
}

.copyright p {
    text-align: center;
    font-family: 'EB Garamond', serif;
    color: #4D4D4D;
}

.copyright p small {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'CrimsonText-Roman', serif;
}

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


/*------------ 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 {
    height: 100%;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 40px;
}

#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;
}

.catNametitle:hover {
    opacity: .6;
}

span.catName {
    color: #606060;
    margin-top: 20px;
    letter-spacing: 0.01em;
    /* font-weight: 600; */
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: 'CrimsonText-Roman';
}

#newsList li span.catName-eng {
    margin-top: 25px;
    font-size: 15px;
    font-family: 'CrimsonText-Roman';
    letter-spacing: 0.01em;
}

#newsList li span.catName-material {
    font-family: 'CrimsonText-Roman';
}

span.catName:hover {
    opacity: .6;
}

#newsList li span.title {
    line-height: 1.3em;
}

#newsList li span.title a {
    color: #4D4D4D;
}


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

.cell {
    width: 345px;
}

.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 {
    display: inline-block;
    width: 230px;
    height: 53px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    line-height: 42px;
    font-size: 12px;
    outline: none;
    letter-spacing: 0.15em;
    line-height: 53px;
}

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

.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 {
    background-color: #606060;
    border: 2px solid #606060;
    color: #fff;
    /*	line-height: 50px;*/
}

.btn:hover {
    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;
    }
}


/*-------------- 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;
}

.hamon-container {
    height: 100%;
    display: flex;
    /* align-items:     center; */
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: -30px;
}

.hamaon-2 {
    display: none;
}

.hamon-container2 {
    height: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 30%;
}

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