@charset "UTF-8";

@font-face {
    font-family: sans-serif;
    src: local(HiraginoSans-W3);
    font-weight: normal
}

@font-face {
    font-family: sans-serif;
    src: local(HiraginoSans-W6);
    font-weight: bold
}

@font-face {
    font-family: 'ヒラギノ角ゴ Pro W3';
    src: local(HiraginoSans-W3);
    font-weight: normal
}

@font-face {
    font-family: 'ヒラギノ角ゴ Pro W3';
    src: local(HiraginoSans-W6);
    font-weight: bold
}

@font-face {
    font-family: 'ヒラギノ角ゴ ProN W3';
    src: local(HiraginoSans-W3);
    font-weight: normal
}

@font-face {
    font-family: 'ヒラギノ角ゴ ProN W3';
    src: local(HiraginoSans-W6);
    font-weight: bold
}

@font-face {
    font-family: 'ＭＳ Ｐゴシック';
    src: local(HiraginoSans-W3);
    font-weight: normal
}

@font-face {
    font-family: 'ＭＳ Ｐゴシック';
    src: local(HiraginoSans-W6);
    font-weight: bold
}

@font-face {
    font-family: 'MS P Gothic';
    src: local(HiraginoSans-W3);
    font-weight: normal
}

@font-face {
    font-family: 'MS P Gothic';
    src: local(HiraginoSans-W6);
    font-weight: bold
}

@font-face {
    font-family: 'MS PGothic';
    src: local(HiraginoSans-W3);
    font-weight: normal
}

@font-face {
    font-family: 'MS PGothic';
    src: local(HiraginoSans-W6);
    font-weight: bold
}

@font-face {
    font-family: 'tc-icon';
    src: url("../font/icomoon.eot?z9w590");
    src: url("../font/icomoon.eot?z9w590#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?z9w590") format("truetype"), url("../font/icomoon.woff?z9w590") format("woff"), url("../font/icomoon.svg?z9w590#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: 'tc-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -15%;
    display: inline-block
}

.icon-kougu:before {
    content: "\e900"
}

.icon-shop:before {
    content: "\e901"
}

.icon-arrow-top:before {
    content: "\e902"
}

.icon-tel:before {
    content: "\e903"
}

.icon-mail:before {
    content: "\e904"
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all
}

html {
    font-size: 15px
}

@media (max-width:62.5em) {
    html {
        font-size: 14px
    }
}

@media (max-width:20em) {
    html {
        font-size: 13px
    }
}

body {
    font-family: 'Open Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    color: #222;
    line-height: 1.86;
    letter-spacing: .1em;
    margin: 0 auto;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

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

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

ol,
ul {
    list-style: none
}

dt {
    font-weight: bold
}

dd {
    margin: 0
}

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

a {
    color: #222;
    -webkit-user-select: none;
    text-decoration: none
}

@media (min-width:48em) {
    a[href^=tel] {
        display: inline-block;
        pointer-events: none
    }
}

b,
em,
strong {
    font-weight: bold;
    font-style: normal
}

small {
    font-size: 80%
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    font-weight: normal;
    padding: 0;
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

address {
    font-style: normal
}

svg:not(:root) {
    overflow: hidden;
    max-width: 100%
}

input,
select,
textarea {
    font-family: 'Open Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 1rem;
    border: none;
    border-radius: none;
    background: none;
    vertical-align: middle
}

textarea {
    resize: vertical
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    -o-text-overflow: '';
    text-overflow: ''
}

select::-ms-expand {
    display: none
}

button {
    font-size: 1em;
    display: block;
    width: 100%;
    border: none;
    cursor: pointer
}

:placeholder-shown {
    color: #ccc
}

::-webkit-input-placeholder {
    color: #ccc
}

:-moz-placeholder {
    color: #ccc;
    opacity: 1
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

:-ms-input-placeholder {
    color: #ccc
}

#wrapper {
    position: relative
}

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

.loading-logo {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    height: 350px;
    opacity: 0;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, -webkit-filter, -webkit-transform;
    -o-transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s
}

@media (min-width:48em) {
    .loading-logo {
        height: 350px
    }
}

@media (max-width:48em) {
    .loading-logo {
        height: 33vh
    }
}

.hamburger {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    background: #333;
    -webkit-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent
}

.hamburger-line {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 28px;
    height: 1px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    -o-transition-property: transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width:68.75em) {
    .hamburger {
        display: none
    }
}

@media (max-width:68.75em) {
    .hamburger {
        display: block
    }
}

@media (min-width:48em) {
    .hamburger {
        width: 66px;
        height: 66px
    }

    .hamburger-line-top {
        top: 24px
    }

    .hamburger-line-middle {
        top: 32px
    }

    .hamburger-line-bottom {
        top: 40px
    }
}

@media (max-width:48em) {
    .hamburger {
        width: 54px;
        height: 54px
    }

    .hamburger-line-top {
        top: 19px
    }

    .hamburger-line-middle {
        top: 27px
    }

    .hamburger-line-bottom {
        top: 35px
    }
}

.globalHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.globalHeader-logo {
    line-height: 1;
    z-index: 9
}

.globalHeader-logo a {
    display: block;
    background-image: url("../../assets/img/common/logo-horizontal.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.globalHeader-logo span {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px
}

@media (min-width:68.75em) {
    .globalHeader {
        height: 75px;
        background: rgba(255, 255, 255, 0.9)
    }

    .globalHeader-logo {
        position: fixed;
        top: 16px;
        left: 26px
    }

    .globalHeader-logo a {
        width: 185px;
        height: 44px
    }
}

@media (max-width:68.75em) {
    .globalHeader {
        height: 66px;
        background: rgba(255, 255, 255, 0.8)
    }

    .globalHeader-logo {
        position: absolute;
        top: 10px;
        left: 4%
    }

    .globalHeader-logo a {
        width: 185px;
        height: 44px
    }
}

@media (max-width:48em) {
    .globalHeader {
        height: 54px
    }

    .globalHeader-logo a {
        width: 158px;
        height: 35px
    }
}

.globalNav {
    position: fixed;
    top: 0;
    z-index: 11
}

.globalNav li a {
    display: block;
    line-height: 1;
    color: #222
}

.globalNav li a:hover .ja:after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.globalNav li a span {
    display: block
}

.globalNav .ja {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-weight: bold;
    letter-spacing: .06em
}

.globalNav .en {
    font-family: 'Marcellus', serif;
    color: #999;
    text-transform: capitalize;
    margin-top: .8em
}

.globalNav-shopping {
    position: fixed;
    top: 0;
    right: 0;
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    line-height: 75px;
    color: #fff;
    width: 146px;
    color: #fff;
    text-align: center;
    background: #222;
    -webkit-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s
}

.globalNav-shopping .icon {
    margin-right: .5em;
    font-size: 78%;
    vertical-align: middle
}

.globalNav-shopping:hover {
    opacity: .4
}

@media (min-width:75em) {
    .globalNav li {
        margin-right: 30px
    }

    .globalNav-shopping,
    .globalNav li a {
        font-size: 15px
    }
}

@media (max-width:75em) {
    .globalNav li {
        margin-right: 20px
    }

    .globalNav-shopping,
    .globalNav li a {
        font-size: 14px
    }
}

@media (min-width:68.75em) {
    .globalNav {
        right: 146px
       /* right: 0;*/
    }

    .globalNav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .globalNav li.contact,
    .globalNav li.shopping,
    .globalNav li.topics {
        display: none
    }

    .globalNav li a:hover .ja:after {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }

    .globalNav .ja {
        position: relative;
        line-height: 75px
    }

    .globalNav .ja:after {
        position: absolute;
        display: block;
        content: '';
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #222;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
        -o-transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
        transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .globalNav-shopping .en,
    .globalNav .en {
        display: none
    }
}

@media (max-width:68.75em) {
    .globalNav {
        width: 100%;
        height: 100%;
        right: 0;
        background: #fff;
        opacity: 0;
        -webkit-transition-property: opacity transform;
        -o-transition-property: opacity transform;
        transition-property: opacity transform;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        pointer-events: none;
        overflow: scroll;
        visibility: hidden
    }

    .globalNav ul {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }

    .globalNav li {
        width: 100%
    }

    .globalNav li a {
        font-size: 2.4vw;
        text-align: center;
        padding: 1.5rem 0
    }

    .globalNav .en {
        font-size: .6em
    }

    .globalNav-shopping {
        display: none
    }

    /*.globalNav li.contact{
    	display: none;
  	}*/
}

@media (max-width:48em) {
    .globalNav li a {
        font-size: 1.4rem
    }
    /*.globalNav li.contact{
    	display: none;
  	}*/
}

@media (max-width:40em) {
    .globalNav li a {
        font-size: 1.1rem;
        padding: .9rem 0
    }
}

.globalFooter {
    position: relative;
    font-size: 12px;
    padding-top: 100px
}

.globalFooter-inner {
    padding: 0 6%
}

.globalFooter-container {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto
}

.globalFooter-right {
    border: solid #c9c9c9;
    border-width: 0 0 0 1px
}

.globalFooter-logo {
    width: 190px;
    height: 45px
}

.globalFooter-address {
    margin-top: 3em
}

.globalFooter-address dl+dl {
    margin-top: 1.5em
}

.globalFooter-address dt {
    font-size: 15px;
    display: inline-block;
    margin-bottom: .25em
}

.globalFooter-address .icon {
    font-size: 110%;
    margin-right: .5em
}

.globalFooter-contact-button p {
    font-size: .9rem;
    line-height: 1;
    margin-bottom: 1em
}

.globalFooter-contact-button a {
    position: relative;
    display: block;
    font-size: 1.2rem;
    text-align: center;
    padding: 1em 0;
    width: 330px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.globalFooter-contact-button.tel .text {
    letter-spacing: .2em
}

.globalFooter-contact-button .icon {
    margin-right: .25em;
    vertical-align: middle
}

.globalFooter-contact-button.tel .icon {
    font-size: 120%
}

.globalFooter-contact-button.contact .icon {
    font-size: 80%
}

.pageTop {
    position: fixed;
    z-index: 1;
    display: block;
    text-align: center;
    -webkit-transition: margin 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pageTop a {
    display: block
}

.globalFooter-copy {
    color: #cacaca;
    font-weight: bold;
    text-align: center;
    padding: 50px 6%;
    background: #454545
}

@media (min-width:75em) {
    .globalFooter-contact-heading {
        font-size: 1.2rem;
        margin-bottom: 2.5em
    }
}

@media (max-width:75em) {
    .globalFooter-contact-heading {
        font-size: 1.2rem;
        margin-bottom: 1.5em
    }

    .globalFooter-contact-button {
        margin-top: 1.8em
    }

    .globalFooter-contact-button a {
        font-size: 1.1rem;
        width: 280px
    }
}

@media (min-width:62.5em) {
    .globalFooter-contact-button {
        display: inline-block;
        margin-right: 1em
    }
}

@media (max-width:62.5em) {
    .globalFooter-contact-button {
        display: block
    }

    .globalFooter-contact-button a {
        width: 100%
    }
}

@media (min-width:57.5em) {
    .globalFooter-link {
        font-family: 'Open Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-left: 1px solid #222;
        margin-top: 2.5em
    }

    .globalFooter-link li {
        line-height: 1.2;
        border-right: 1px solid #222
    }

    .globalFooter-link li a {
        padding: 0 1em
    }
}

@media (max-width:57.5em) {
    .globalFooter-link {
        display: block;
        margin-top: 2em;
        border: 0
    }

    .globalFooter-link li {
        border: 0;
        line-height: 2
    }

    .globalFooter-link li a {
        position: relative;
        display: inline-block;
        padding-left: 1.5em
    }

    .globalFooter-link li a:before {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: .6em;
        height: 1px;
        background: #222
    }
}

@media (min-width:48em) {
    .globalFooter-link li a:hover {
        text-decoration: underline
    }

    .pageTop {
        width: 35px;
        height: 35px
    }

    .pageTop:hover {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    .ie .pageTop {
        margin-bottom: 60px
    }
}

@media (max-width:48em) {
    .globalFooter-left {
        width: 30%
    }

    .globalFooter-right {
        width: 70%
    }

    .globalFooter-contact-button a {
        font-size: 1rem
    }

    .pageTop {
        width: 28px;
        height: 28px;
        margin-right: 4%
    }

    .pageTop.fixed {
        margin-bottom: 4%
    }

    .globalFooter-copy {
        margin-top: 70px
    }
}

@media (min-width:46em) {
    .globalFooter-container {
        display: table
    }

    .globalFooter-left,
    .globalFooter-right {
        display: table-cell;
        vertical-align: top
    }

    .globalFooter-left {
        width: 30%;
        padding-right: 7%
    }

    .globalFooter-right {
        padding-left: 7%
    }

    .globalFooter-copy {
        margin-top: 135px
    }
}

@media (max-width:46em) {
    .globalFooter {
        padding-top: 80px
    }

    .globalFooter-container {
        display: block
    }

    .globalFooter-container,
    .globalFooter-left,
    .globalFooter-right {
        width: 100%
    }

    .globalFooter-right {
        padding-top: 2em;
        margin-top: 2.5em;
        border-width: 1px 0 0
    }

    .globalFooter-address {
        margin-top: 2em
    }
}

.slick-slider {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: #dad7cc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    background: #9d4753
}

@media (max-width:560px) {
    .slick-dots {
        bottom: 5%
    }
}

.topicsList-container {
    position: relative
}

.topicsList-category {
    font-weight: bold;
    line-height: 1;
    width: 7.2em;
    color: #fff;
    background: #222;
    margin-right: 1.5em;
    text-align: center
}

.topicsList-date {
    white-space: nowrap
}

.topicsList-title {
    font-size: 1em;
    line-height: 1.6;
    padding-top: .2em
}

.windows .topicsList-title {
    font-weight: bold
}

.topicsList-link {
    position: relative;
    display: block;
    padding: 1.2em 0;
    color: #222
}

.topicsList-item:first-child .topicsList-link {
    padding-top: 0
}

.topicsList-link:hover .topicsList-title {
    text-decoration: underline
}

.topicsList-item+.topicsList-item {
    border-top: 1px dotted #e5e5e5
}

@media (min-width:40em) {
    .topicsList-container {
        display: table;
        padding-left: 8em;
        width: 100%
    }

    .topicsList-category {
        position: absolute;
        top: 2px;
        left: 0;
        font-size: .9em;
        padding: .55em 0 .4em
    }

    .topicsList-date {
        font-size: 1.1em;
        width: 7em
    }

    .topicsList-date:after {
        content: '/';
        display: inline-block;
        margin: 0 1em;
        line-height: 1
    }

    .topicsList-date,
    .topicsList-title {
        display: table-cell;
        vertical-align: top
    }
}

@media (max-width:40em) {
    .topicsList-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .topicsList-category {
        font-size: .7em;
        padding: .5em 0
    }

    .topicsList-title {
        width: 100%
    }

    .topicsList-item:not(:last-child) {
        margin-bottom: 1em
    }
}

article.page {
    padding-bottom: 80px
}

.page-inner {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:75em) {
    .page-inner {
        padding-right: 120px;
        padding-left: 120px
    }
}

@media (max-width:75em) and (min-width:48em) {
    .page-inner {
        padding-right: 90px;
        padding-left: 90px
    }
}

@media (min-width:48em) {
    article.page {
        padding-top: 167px
    }

    .page-inner {
        padding-top: 70px
    }
}

@media (max-width:48em) {
    article.page {
        padding-top: 120px
    }

    .page-inner {
        padding: 0
    }
}

.pageHeader {
    text-align: center;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pageHeader-inner {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.pageHeader-title {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif
}

.windows .pageHeader-title {
    font-weight: bold
}

.pageHeader-title-en {
    font-family: 'Marcellus', serif;
    font-size: 11px;
    font-style: italic;
    margin-right: 1.4rem;
    text-align: right;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, -webkit-filter, -webkit-transform;
    -o-transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pageHeader-title,
.pageHeader-title-en {
    line-height: 1;
    letter-spacing: 2px;
    white-space: nowrap
}

.pageHeader-title span {
    display: block;
    font-size: 1.15rem;
    margin-left: 1.4rem;
    letter-spacing: .15em;
    text-align: left
}

@media (min-width:75em) {
    .pageHeader {
        width: 202px;
        padding: 80px 0
    }

    .pageHeader-title {
        font-size: 2.4rem
    }
}

@media (max-width:75em) {
    .pageHeader {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5em
    }

    .pageHeader-title {
        font-size: 2rem
    }
}

@media (max-width:75em) and (min-width:48em) {
    .pageHeader {
        width: 150px;
        padding: 50px 0
    }
}

@media (min-width:48em) {
    .pageHeader {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background: #222
    }
}

@media (max-width:48em) {
    .pageHeader-title {
        font-size: 2rem
    }
}

.pageBody {
    background: #fff
}

.pageContent a[href]:not([class]) {
    text-decoration: underline
}

@media (min-width:75em) {
    .pageBody {
        padding: 75px 150px
    }
}

@media (max-width:75em) and (min-width:48em) {
    .pageBody {
        padding: 60px 90px;
        min-height: 40vh
    }
}

@media (max-width:48em) {
    .pageBody {
        padding: 3em 6%
    }
}

.wp-pagenavi {
    position: relative;
    z-index: 3;
    padding: 3em 0 0;
    text-align: center
}

.wp-pagenavi .current,
.wp-pagenavi a {
    font-family: 'Marcellus', serif;
    font-size: 1.2em;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 36px;
    margin: 0 .3em;
    border: 1px solid;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.wp-pagenavi a {
    border-color: #e5e5e5
}

.wp-pagenavi a:hover {
    border-color: #222
}

.wp-pagenavi .current {
    color: #fff;
    background: #222;
    border-color: #222
}

.post-navigation {
    display: table;
    width: 100%;
    padding-top: 7em
}

.post-navigation-all,
.post-navigation-next,
.post-navigation-prev {
    display: table-cell;
    vertical-align: middle;
    width: 33.3333%;
    font-family: 'Marcellus', serif;
    font-size: 1.1rem;
    font-style: italic;
    text-transform: capitalize
}

.post-navigation-all {
    border: 1px solid #e5e5e5;
    border-width: 0 1px;
    text-align: center
}

@media (min-width:48em) {
    .post-navigation a {
        position: relative;
        line-height: 1
    }

    .post-navigation a:hover:after {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: translateY(-50%) scaleX(1);
        -ms-transform: translateY(-50%) scaleX(1);
        transform: translateY(-50%) scaleX(1)
    }

    .post-navigation a:after {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #222;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: translateY(-50%) scaleX(0);
        -ms-transform: translateY(-50%) scaleX(0);
        transform: translateY(-50%) scaleX(0);
        -webkit-transition-duration: .6s;
        -o-transition-duration: .6s;
        transition-duration: .6s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

@media (max-width:48em) {
    .topicsTitle {
        padding-top: .5em
    }
}

@media (min-width:40em) {
    .post-navigation-next {
        text-align: left
    }

    .post-navigation-prev {
        text-align: right
    }
}

@media (max-width:40em) {
    .square-group {
        width: 18px;
        height: 18px
    }

    .post-navigation a {
        font-size: .9rem
    }

    .post-navigation-next,
    .post-navigation-prev {
        text-align: center
    }
}

.inner {
    position: relative;
    margin-right: auto;
    margin-left: auto
}

.inner-1 {
    max-width: 1520px
}

.inner-2 {
    max-width: 1280px
}

.inner-3 {
    max-width: 900px
}

.inner-4 {
    max-width: 800px
}

.inner-5 {
    max-width: 700px
}

.clf {
    *zoom: 1
}

.clf:after,
.clf:before {
    line-height: 0;
    display: table;
    content: ''
}

.clf:after {
    clear: both
}

.tb-blank {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.t-blank {
    padding-top: 4rem
}

.b-blank {
    padding-bottom: 4rem
}

.inside-blank {
    padding-right: 6%;
    padding-left: 6%
}

.side-blank {
    margin-right: 40px;
    margin-left: 40px
}

.button {
    position: relative;
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 1.13rem;
    line-height: 1;
    display: block;
    color: #fff;
    padding: 1em 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #222;
    background: #222;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    -o-transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.button span {
    display: block
}

.button.invert {
    color: #222;
    background: #fff
}

.button.medium {
    max-width: 360px
}

.button.large {
    max-width: 470px
}

@media (min-width:48em) {
    .button:hover {
        color: #222;
        background: transparent
    }

    .button.invert:hover {
        color: #fff;
        background: #222
    }
}

.button-border,
.button-border-hover {
    position: absolute;
    display: block;
    content: '';
    -webkit-transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    -o-transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.button-border {
    z-index: 0;
    background: #c9c9c9
}

.button-border-hover {
    z-index: 1;
    background: #222
}

.button-border-hover-top,
.button-border-top {
    top: 0;
    right: 0;
    width: 100%;
    height: 1px
}

.button-border-hover-right,
.button-border-right {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%
}

.button-border-bottom,
.button-border-hover-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px
}

.button-border-hover-left,
.button-border-left {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%
}

.button-border-hover-top {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right
}

.button-border-hover-right {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right
}

.button-border-hover-bottom {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.button-border-hover-left {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

@media (min-width:48em) {
    a:hover .button-border-hover-top {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }

    a:hover .button-border-hover-right {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }

    a:hover .button-border-hover-bottom {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }

    a:hover .button-border-hover-left {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.img-center {
    display: block;
    margin: auto;
    text-align: center
}

.img-left {
    float: left
}

.img-right {
    float: right;
    margin-left: 2em
}

.list-unstyled li {
    list-style-type: none
}

.list-disc {
    padding-left: 1.2em
}

.list-disc li {
    list-style-type: disc
}

.list-decimal {
    padding-left: 1.4em
}

.list-decimal li {
    list-style-type: decimal
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.break-pc {
    display: block !important
}

.break-tab {
    display: none !important
}

.break-sp {
    display: none !important
}

@media (max-width:48em) {
    .break-pc {
        display: none !important
    }

    .break-tab {
        display: block !important
    }
}

@media (max-width:40em) {
    .break-sp {
        display: block !important
    }
}

.bg-washi-light {
    background-image: url("../../assets/img/common/bg-washi-light.jpg")
}

.bg-washi-dark {
    background-image: url("../../assets/img/common/bg-washi-dark.jpg")
}

.fade-in {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, -webkit-filter, -webkit-transform;
    -o-transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s;
    -webkit-transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    -o-transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fade-in-blur {
    opacity: 0;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, -webkit-filter, -webkit-transform;
    -o-transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ie .fade-in-blur {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.section-hero {
    position: relative;
    overflow: hidden
}

.section-hero:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DED8D7;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s;
    -webkit-transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    -o-transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.section-hero img {
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.section-head {
    text-align: center;
    background: #fff;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.section-head.invert {
    color: #fff;
    background: #222
}

.section-title {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif
}

.windows .section-title {
    font-weight: bold
}

.section-title-en {
    font-family: 'Marcellus', serif;
    font-size: 11px;
    font-style: italic;
    text-align: right;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, -webkit-filter, -webkit-transform;
    -o-transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.section-title,
.section-title-en {
    line-height: 1;
    letter-spacing: 2px;
    white-space: nowrap
}

.section-title span {
    display: block;
    letter-spacing: .15em;
    text-align: left
}

@media (min-width:68.75em) {
    .section-body p+p {
        margin-top: 2em
    }
}

@media (max-width:68.75em) {
    .section-body p+p {
        margin-top: 1em
    }
}

@media (min-width:56.25em) {
    .section-head {
        width: 202px;
        padding: 80px 0
    }

    .section-head-inner {
        display: inline-block;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl
    }

    .section-title {
        font-size: 2.4rem
    }

    .section-title span {
        font-size: 1.15rem;
        margin-left: 1.4rem
    }

    .section-title-en {
        margin-right: 1.4rem
    }
}

@media (max-width:56.25em) {
    .section-head {
        position: relative;
        display: inline-block;
        width: auto;
        padding: 2em 4em;
        z-index: 2
    }

    .section-title {
        font-size: 2.4rem
    }

    .section-title span {
        font-size: .8rem;
        margin-bottom: 1em
    }

    .section-title-en {
        font-size: .7rem;
        margin-top: 1.2em
    }
}

@media (max-width:48em) {
    .section-title {
        font-size: 2rem
    }
}

@media (min-width:40em) {
    .section-hero img.sp {
        display: none
    }
}

@media (max-width:40em) {
    .section-hero img.pc {
        display: none
    }
}

.mainVisual {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.mainVisual-container {
    height: 100%
}

.mainVisual-logo {
    position: absolute;
    top: 165px;
    right: 160px;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mainVisual-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    height: 100vh
}

.mainVisual-img1 {
    background-image: url("../../assets/img/page/front/mv1.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.mainVisual-img2 {
    background-image: url("../../assets/img/page/front/mv2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.mainVisual-img3 {
    background-image: url("../../assets/img/page/front/mv3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.mainVisual-img4 {
    background-image: url("../../assets/img/page/front/mv4.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (min-width:68.75em) {
    .mainVisual-logo {
        display: block
    }
}

@media (max-width:68.75em) {
    .mainVisual-logo {
        display: none
    }
}

@media (min-width:68.75em) {
    .front-section {
        padding-top: 75px;
        margin-top: -75px
    }
}

.frontTopics .section-title-en {
    line-height: 1
}

.frontTopics-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.frontTopics .section-head {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto
}

.frontTopics .topicsList-link {
    padding: .35em 0
}

.frontTopics .topicsList-item+.topicsList-item {
    border-top: none
}

.frontTopics .button {
    float: right;
    text-align: center;
    font-size: .85rem;
    margin-top: 1.5em;
    margin-left: auto;
    width: 200px
}

@media (min-width:56.25em) {
    .frontTopics {
        padding-top: 7em;
        padding-bottom: 7em
    }

    .frontTopics .section-title {
        font-size: 2rem
    }

    .frontTopics-body {
        width: 70%
    }
}

@media (max-width:56.25em) {
    .frontTopics {
        padding-top: 4em;
        padding-bottom: 4em
    }

    .frontTopics .section-title {
        font-size: 2rem
    }

    .frontTopics-body {
        width: 100%
    }
}

@media (min-width:48em) {
    .frontTopics .section-title-en {
        text-align: right;
        margin-right: 2em
    }
}

@media (max-width:48em) {
    .frontTopics .section-head {
        padding-bottom: 0;
        margin-bottom: 2rem
    }

    .frontTopics .section-head-inner {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit
    }

    .frontTopics .section-title-en {
        text-align: center;
        margin-top: .8em;
        margin-right: 0
    }
}

.frontAbout-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.frontAbout-body {
    width: 100%
}

.frontAbout-body p {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 1.2rem;
    line-height: 2
}

.frontAbout-body p+p {
    margin-right: 2em
}

@media (min-width:62.25em) {
    .frontAbout .section-head {
        right: 90px
    }

    .frontAbout-inner {
        max-width: 996px;
        padding-right: 366px
    }
}

@media (max-width:62.25em) {
    .frontAbout .section-head {
        right: 50px
    }

    .frontAbout-inner {
        padding-right: 312px
    }
}

@media (min-width:56.25em) {
    .frontAbout {
        min-height: 840px;
        padding-top: 10em
    }

    .frontAbout .section-head {
        position: absolute;
        top: -150px
    }

    .frontAbout-body {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl
    }

    .frontAbout-body p {
        font-size: 1.2rem
    }
}

@media (max-width:56.25em) {
    .frontAbout {
        padding-top: 0;
        padding-bottom: 10em
    }

    .frontAbout .section-head {
        position: relative;
        left: 0;
        display: inline-block;
        width: auto;
        padding: 2em 2em;
        margin-bottom: 3em
    }

    .frontAbout .section-head-inner {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit
    }

    .frontAbout-inner {
        max-width: 100%;
        padding-top: 4.5em;
        padding-right: 0
    }

    .frontAbout-body {
        padding: 0 6%
    }

    .frontAbout-body p {
        font-size: 1.1rem
    }

    .frontAbout-body p+p {
        margin-top: .8em;
        margin-right: 0
    }

    .frontAbout-body p br {
        display: none
    }
}

@media (min-width:48em) {
    .frontAbout {
        background-image: url("../../assets/img/page/front/about-bg.jpg");
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover
    }

    .frontAbout-body p:first-child {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s
    }

    .frontAbout-body p:nth-child(2) {
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s
    }

    .frontAbout-body p:last-child {
        -webkit-transition-delay: 2.2s;
        -o-transition-delay: 2.2s;
        transition-delay: 2.2s
    }
}

@media (max-width:48em) {
    .frontAbout {
        background-image: url("../../assets/img/page/front/about-bg-sp.jpg");
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover
    }

    .frontAbout-body p {
        font-size: 1rem
    }

    .frontAbout-body p:first-child {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s
    }

    .frontAbout-body p:nth-child(2) {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s
    }

    .frontAbout-body p:last-child {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s
    }
}

.frontCreator {
    overflow: hidden
}

.frontCreator-img {
    position: relative;
    overflow: hidden
}

.frontCreator-img img {
    width: 100%
}

.frontCreator-head {
    position: relative;
    z-index: 1;
    text-align: center;
    background: #222;
    -webkit-transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    -o-transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    transition-timing-function: cubic-bezier(0.53, 0, 0.34, 1.01);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.frontCreator-name {
    position: absolute;
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .15em;
    color: #fff;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.frontCreator-name span {
    display: block;
    font-size: 1.06rem
}

.frontCreator-history {
    text-align: left;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
}

.frontCreator-history td,
.frontCreator-history th {
    vertical-align: top;
    padding-bottom: .25em
}

.frontCreator-history th {
    width: 5em;
    white-space: nowrap
}

.frontCreator-history td {
    padding-left: 1em
}

.frontCreator-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.frontCreator-item-inner {
    height: 100%
}

.frontCreator-item:not(:last-child) .frontCreator-item-inner {
    border-right: 1px solid #dfddd8
}

@media (min-width:68.75em) {
    .frontCreator-body {
        padding: 3.5em 0 3em
    }
}

@media (max-width:68.75em) {
    .frontCreator-body {
        padding: 2em 1.5em 2em
    }
}

@media (min-width:48em) {
    .frontCreator-item {
        width: 33.3333%;
        padding-bottom: 3em
    }
}

@media (max-width:48em) {
    .frontCreator-item {
        width: 50%;
        margin-bottom: 3em
    }
}

@media (min-width:40em) {
    .frontCreator-head {
        width: 210px;
        height: 210px;
        margin-top: -58px;
        margin-left: auto;
        margin-right: auto
    }

    .frontCreator-name {
        font-size: 1.6rem;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl
    }

    .frontCreator-name span {
        text-align: left;
        margin-left: .8em
    }
}

@media (max-width:40em) {
    .frontCreator-head {
        width: 60%;
        height: 60px;
        margin-top: -30px;
        margin-left: auto;
        margin-right: auto
    }

    .frontCreator-name {
        font-size: 1.4rem
    }

    .frontCreator-name span {
        text-align: center;
        margin-bottom: .6em;
        font-size: 12px
    }

    .frontCreator-item {
        width: 100%
    }
}

.frontChoukoku-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.frontChoukoku .section-body {
    width: 80%
}

@media (min-width:88.125em) {
    .frontChoukoku-inner {
        padding: 6em 180px 6em 414px;
        max-width: 78.723%
    }

    .frontChoukoku .section-body {
        min-width: 840px
    }
}

@media (max-width:88.125em) {
    .frontChoukoku-inner {
        max-width: 100%;
        padding: 5em 130px 5em 38%
    }

    .frontChoukoku .section-head {
        left: 6%
    }

    .frontChoukoku .section-body {
        min-width: 100%
    }
}

@media (min-width:56.25em) {
    .frontChoukoku .section-head {
        position: absolute;
        top: -220px;
        left: 130px
    }
}

@media (max-width:56.25em) {
    .frontChoukoku-inner {
        padding: 0
    }

    .frontChoukoku .section-head {
        position: relative;
        left: 0;
        padding: 2em;
        margin: -4em 2em 2em 0
    }

    .frontChoukoku .section-body {
        padding: 0 6% 3em
    }
}

.frontWorks {
    position: relative;
    padding: 100px 0
}

.frontWorks-lead {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.frontWorks-name {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 1.471rem;
    letter-spacing: .15em
}

.frontWorks-material {
    width: 100%;
    margin-top: .5em;
    margin-bottom: 1.8em
}

.frontWorks-material dd,
.frontWorks-material dt {
    display: inline-block;
    vertical-align: middle
}

.frontWorks-material dt {
    font-family: 'Marcellus', serif;
    line-height: 1;
    color: #fff;
    width: 6.5em;
    padding: .5em 0;
    text-align: center;
    background: #454545
}

.frontWorks-material dd {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    padding-left: .7em
}

@media (min-width:88.125em) {
    .frontWorks-lead {
        margin-top: -18.2%;
        margin-bottom: 9.64em
    }
}

@media (max-width:88.125em) {
    .frontWorks-lead {
        margin-top: -15%;
        margin-bottom: 2.5em
    }
}

@media (max-width:68.75em) {
    .frontWorks-lead {
        margin-top: -13%
    }
}

@media (min-width:56.25em) {
    .frontWorks .section-hero {
        width: 85.106%
    }

    .frontWorks .section-head {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        margin: auto
    }

    .frontWorks-lead {
        margin-right: 20px
    }

    .frontWorks-lead .section-body {
        width: 48%;
        float: right;
        padding: 5.8vw;
        background: #fff
    }
}

@media (max-width:56.25em) {
    .frontWorks {
        padding-top: 50px
    }

    .frontWorks .section-hero {
        width: 94%
    }

    .frontWorks .section-head {
        margin-top: -4em;
        padding: 2em 4em
    }

    .frontWorks-lead {
        max-width: 100%;
        margin-top: 0
    }

    .frontWorks-lead .section-body {
        padding: 2em 6%
    }
}

@media (min-width:48em) {
    .frontWorks-items {
        padding: 0 60px;
        margin-bottom: -75px
    }

    .frontWorks-item {
        width: 31.7%;
        margin-bottom: 75px
    }
}

@media (max-width:48em) {
    .frontWorks-material {
        margin-bottom: 1em
    }

    .frontWorks-items {
        padding: 0 6%
    }

    .frontWorks-item {
        width: 48%
    }

    .frontWorks-item:not(:last-child) {
        margin-bottom: 3em
    }

    .frontWorks .button {
        max-width: 92%
    }
}

@media (min-width:40em) {
    .frontWorks-img {
        width: 100%
    }

    .frontWorks-name {
        margin-top: .8em
    }

    .frontWorks-material dt {
        font-size: 11px
    }

    .frontWorks-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:40em) {
    .frontWorks-img {
        width: 40%;
        float: right;
        margin: 0 0 .8em .8em
    }

    .frontWorks-material dt {
        font-size: 10px
    }

    .frontWorks-item {
        width: 100%;
        overflow: hidden
    }
}

.frontShopping {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ded8d7
}

.frontShopping-title {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 1.73rem;
    text-align: center;
    margin-bottom: .5em
}

.frontShopping-lead {
    text-align: center;
    margin-bottom: 3em
}

@media (max-width:40em) {
    .frontShopping-lead {
        text-align: left
    }
}

.frontGw {
    position: relative;
    padding-top: 178px;
    padding-bottom: 170px
}

.frontGw .section-head {
    position: absolute;
    top: 80px;
    left: 13vw;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../../assets/img/page/front/mizuhiki.svg");
    background-size: cover;
    background-repeat: no-repeat
}

.frontGw .section-head-inner {
    display: inline-block
}

.frontGw-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.frontGw-detail+.frontGw-detail {
    margin-top: 5em
}

.frontGw-detail-heading {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 1.46rem;
    margin-bottom: 1em
}

.frontGw-detail-text {
    width: 49%;
    padding: 0 5.67vw
}

.frontGw-detail-text.has-top-blank {
    padding-top: 270px
}

.frontGw-detail:nth-of-type(2) .frontGw-detail-text {
    padding-left: 0
}

.frontGw-detail-img {
    width: 51%;
    text-align: center
}

.frontGw-detail-img.sp {
    display: none
}

.frontGw-detail-img.full img {
    width: 100%
}

@media (min-width:68.75em) {
    .frontGw-detail-img.auto img {
        width: 70%
    }
}

@media (max-width:68.75em) {
    .frontGw-detail:nth-of-type(2) .frontGw-detail-text {
        padding-left: 5.67vw
    }
}

@media (min-width:56.25em) {
    .frontGw .section-head {
        width: 279px;
        height: 297px;
        padding: 80px 84px 0
    }
}

@media (max-width:56.25em) {
    .frontGw {
        padding: 80px 0
    }

    .frontGw .section-head {
        display: block;
        position: static;
        top: 30px;
        width: 259px;
        height: 275px;
        padding: 91px 75px 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3em
    }

    .frontGw .section-title {
        font-size: 2.4rem
    }

    .frontGw .section-title span {
        text-align: center
    }

    .frontGw-detail-text.has-top-blank {
        padding-top: 0
    }
}

@media (min-width:48em) {
    .frontGw .button {
        margin-top: 4em
    }
}

@media (max-width:48em) {
    .frontGw-detail+.frontGw-detail {
        margin-top: 1em
    }

    .frontGw-detail-img {
        width: 100%
    }

    .frontGw-detail-img.pc {
        display: none
    }

    .frontGw-detail-img.sp {
        display: block
    }

    .frontGw-detail-img.auto {
        padding: 0 6%
    }

    .frontGw-detail-text {
        width: 100%;
        padding: 2em 6%
    }

    .frontGw-detail-text.has-top-blank {
        padding-top: 2em
    }

    .frontGw .button {
        margin-top: 1em;
        max-width: 92%
    }
}

.frontQuality {
    position: relative
}

.frontQuality-title {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 1.73rem;
    margin-bottom: 1.5em
}

.frontQuality-title span {
    display: block;
    font-size: 11px
}

.frontQuality-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.frontQuality-detail-img {
    overflow: hidden
}

.frontQuality-img-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.frontQuality-img-group .full {
    width: 100%
}

.frontQuality-img-group .half {
    width: 50%
}

.frontQuality-img-group img {
    width: 100%
}

.frontQuality-materials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.frontQuality-materials li {
    position: relative
}

.frontQuality-materials li img {
    width: 100%;
    vertical-align: bottom
}

.frontQuality-materials-name {
    position: relative;
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: #fff
}

.frontQuality-materials-name .text {
    position: relative;
    z-index: 1;
    display: block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

@media (min-width:88.125em) {
    .frontQuality .section-head {
        left: 70px
    }

    .frontQuality-materials-name .text {
        font-size: 1.2em
    }
}

@media (max-width:88.125em) {
    .frontQuality .section-head {
        left: 6%
    }

    .frontQuality-materials-name .text {
        font-size: 1rem
    }
}

@media (min-width:68.75em) {
    .frontQuality-title {
        margin-bottom: 1.5em
    }

    .frontQuality-detail-text {
        padding: 4em 7.8vw
    }

    .frontQuality-detail-text p+p {
        margin-top: 2em
    }
}

@media (max-width:68.75em) {
    .frontQuality-title {
        margin-bottom: .8em
    }

    .frontQuality-detail-text p+p {
        margin-top: 1.4em
    }
}

@media (min-width:60em) {
    .frontQuality-detail-text {
        padding: 3em 5vw
    }
}

@media (max-width:60em) {
    .frontQuality-detail-text {
        padding: 4vw
    }

    .frontQuality-materials-name {
        width: 30px
    }

    .frontQuality-materials-name .text {
        font-size: .9rem
    }
}

@media (min-width:56.25em) {
    .frontQuality .section-head {
        position: absolute;
        top: 0;
        left: 70px;
        padding-top: 110px;
        padding-bottom: 100px
    }

    .frontQuality-detail-img,
    .frontQuality-detail-text {
        width: 50%
    }

    .frontQuality-detail-img.sp {
        display: none
    }
}

@media (max-width:56.25em) {
    .frontQuality {
        padding-bottom: 80px
    }

    .frontQuality .section-head {
        position: relative;
        left: 0;
        color: #fff;
        background: #222;
        margin-top: -4em
    }

    .frontQuality-detail-img,
    .frontQuality-detail-text {
        width: 100%
    }

    .frontQuality-detail-text {
        padding: 3em 6%
    }

    .frontQuality-detail-img {
        padding: 0 6% 0
    }

    .frontQuality-detail-img.pc {
        display: none
    }

    .frontQuality-detail-img.sp {
        display: block
    }
}

@media (max-width:48em) {
    .frontQuality-title {
        font-size: 1.5rem
    }
}

@media (min-width:35em) {
    .frontQuality-materials li {
        width: 33.3333%
    }

    .frontQuality-materials-name {
        width: 42px;
        height: 120px
    }
}

@media (max-width:35em) {
    .frontQuality-materials li {
        width: 50%
    }

    .frontQuality-materials-name {
        height: 100px;
        height: 85px
    }
}

.frontShop {
    position: relative;
    padding-top: 220px;
    padding-bottom: 80px
}

.frontShop .section-head {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto
}

.frontShop .section-hero:before {
    background: #c7bcba
}

.frontShop-kinokaze-img img {
    width: 100%
}

.frontShop .frontShop-body {
    padding: 5.7vw;
    background: rgba(255, 255, 255, 0.6)
}

.frontShop-kinokaze {
    margin-left: auto;
    margin-right: auto
}

.frontShop-kinokaze-name {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 1.73rem;
    margin-bottom: .8em
}

.frontShop-kinokaze-info {
    margin-top: 3em;
    padding: 2em;
    border: 1px solid #c6c4c4
}

.frontShop-kinokaze-info dt {
    margin-bottom: 1em
}

.frontShop-kinokaze-info a {
    text-decoration: underline
}

@media (min-width:75em) {
    .frontShop {
        padding-left: 150px;
        padding-right: 150px
    }

    .frontShop-kinokaze-img {
        width: 315px
    }

    .frontShop-kinokaze-body {
        padding-left: 4em
    }
}

@media (max-width:75em) {
    .frontShop {
        padding-left: 6%;
        padding-right: 6%
    }

    .frontShop-kinokaze-img {
        width: 40%
    }

    .frontShop-kinokaze-body {
        padding-left: 2.5em
    }
}

@media (min-width:56.25em) {
    .frontShop .section-head {
        width: 250px;
        padding: 49px 0
    }
}

@media (max-width:56.25em) {
    .frontShop {
        padding-top: 140px
    }

    .frontShop .section-head {
        width: 40%;
        padding: 2em 2em
    }
}

@media (min-width:48em) {
    .frontShop-kinokaze {
        display: table;
        width: 100%;
        max-width: 856px
    }

    .frontShop-kinokaze-body,
    .frontShop-kinokaze-img {
        display: table-cell;
        vertical-align: top
    }

    .frontShop-kinokaze-img.sp {
        display: none
    }
}

@media (max-width:48em) {
    .frontShop-kinokaze {
        display: block;
        max-width: 100%
    }

    .frontShop .section-head {
        width: 55%
    }

    .frontShop-kinokaze-img {
        float: right;
        margin: .4em 0 1em 1em
    }

    .frontShop-kinokaze-img.pc {
        display: none
    }

    .frontShop-kinokaze-img.sp {
        display: inline
    }

    .frontShop-kinokaze-body {
        padding-left: 0
    }

    .frontShop-kinokaze-body p+p {
        margin-top: 1em
    }

    .frontShop-kinokaze-name {
        font-size: 1.4rem
    }

    .frontShop-kinokaze-info {
        margin-top: 2em;
        padding: 2em 1.5em
    }
}

.frontShiga {
    position: relative;
    overflow: hidden
}

.frontShiga-img {
    width: 100%
}

.frontShiga-copy {
    position: absolute;
    top: 49%;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    text-align: center
}

.frontShiga-copy span {
    position: relative;
    display: inline-block;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@-webkit-keyframes fadein-text {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadein-text {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@media (min-width:88.125em) {
    .frontShiga-copy {
        font-size: 1.2vw
    }
}

@media (max-width:40em) {
    .frontShiga {
        display: none
    }
}

.topicsTitle {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    margin-bottom: 1rem;
    letter-spacing: .2em
}

.topicsDate {
    display: block;
    color: #666;
    margin-bottom: 2em
}

.topics .button {
    font-size: 1.2rem;
    padding: .5em 0;
    margin-top: 1.5em
}

.topics .button span:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.topics .button.hover span:before,
.topics .button:hover span:before {
    width: 100%
}

.topicsContent {}

.topicsContent h2 {
    position: relative;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: .5em;
    margin-bottom: .5em
}

.topicsContent h3 {
    font-weight: bold
}

.topicsContent h2+h2 {
    margin-top: 2.5em
}

.topicsContent p+h2 {
    margin-top: 2rem
}

.topicsContent p+h3 {
    margin-top: 1.5em
}

.topicsContent p {
    line-height: 2;
    letter-spacing: 0
}

.topicsContent p a[href]:not([class]) {
    color: #68b7d5;
    text-decoration: underline
}

.topicsContent p img:not([class]) {
    display: block
}

.topicsContent p+div,
.topicsContent p+p {
    margin-top: 1.8em
}

.topicsContent .video-container {
    position: relative;
    margin-bottom: 2em;
    padding-top: 56%
}

.topicsContent .video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.contactForm {
    letter-spacing: 0
}

.contactForm-lead {
    border-bottom: 1px solid #e5e5e5
}

.contactForm-label {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    line-height: 1;
    margin-bottom: .3em
}

.contactForm-label .en,
.contactForm-label .ja {
    display: inline-block;
    vertical-align: baseline;
    margin-right: .2em
}

.contactForm-label .ja {
    font-weight: bold
}
.contactForm-label .en {
    font-family: 'Marcellus', serif;
    font-size: 12px;
    font-style: italic;
    color: #999;
    letter-spacing: .03em;
    text-transform: capitalize
}

.contactForm-label .en:before {
    display: inline-block;
    font-style: normal;
    color: #222;
    content: '/';
    margin-right: .4em
}

.contactForm input[type='text'],
.contactForm textarea {
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.contactForm input:focus,
.contactForm textarea:focus {
    padding-left: 1em;
    padding-right: 1em;
    border-color: #666
}

.contactForm input[type='text'] {
    padding: 1em 0 .7em;
    border-bottom: 1px solid #e5e5e5
}
.contactForm input[type='checkbox'] {
     appearance: auto;
     -webkit-appearance: auto;
    }

.contactForm textarea {
    padding: 1em;
    margin-top: 1em;
    border: 1px solid #e5e5e5
}
.contactForm-item.agreement{}
.contactForm-item.agreement .flame{height: 200px;overflow: auto;}
.contactForm-item.agreement .flame h4{text-align: center;font-size: larger;margin-bottom: 0.5em}
.contactForm-item.agreement .checkbox{text-align: center;margin: 20px auto;width: 300px;border: 1px dotted #ccc;padding: 10px;}
.contactForm-item.agreement .flame .float-right{float: right;margin: 10px;}



.contactForm .optional,
.contactForm .required {
    display: inline-block;
    vertical-align: middle;
    font-size: .7rem;
    font-style: normal;
    padding: .5em;
    margin-top: -4px;
    margin-right: .6em;
    border: 1px solid #222
}

.contactForm .required {
    color: #fff;
    background: #222
}

.contactForm .notes {
    display: block;
    font-size: .8rem;
    margin-top: .6em
}

.contactForm .error {
    font-size: 80%;
    color: #dc3030;
    margin-top: .8em
}

.contactForm button {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    display: block;
    padding: .8em 0;
    text-align: center;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.contactForm button+button {
    margin-top: 1em
}

.contactForm [name=submitConfirm] {
    margin-top: 1.5em
}

@media (min-width:40em) {
    .contactForm-lead {
        padding-bottom: 2.5em;
        margin-bottom: 4em
    }

    .contactForm-item+.contactForm-item {
        margin-top: 3em
    }
}

@media (max-width:40em) {
    .contactForm-lead {
        padding-bottom: 2em;
        margin-bottom: 2.5em
    }

    .contactForm-item+.contactForm-item {
        margin-top: 2.5em
    }
}

.mw_wp_form_confirm .contactForm-input {
    margin-top: .8em
}

.mw_wp_form_confirm .contactForm-items {
    margin-bottom: 3em
}

.mw_wp_form_confirm .contactForm-item {
    padding-bottom: 1.5em;
    border-bottom: 1px dotted #e5e5e5
}

.mw_wp_form_confirm .contactForm-item+.contactForm-item {
    margin-top: 2em
}

.notFound h2 {
    font-family: 'Ryumin Regular KL', '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    margin-bottom: .8em
}

.js_menu-open {
    overflow-y: hidden
}

.js_menu-open .globalNav {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    visibility: visible
}

.js_menu-open .hamburger-line-top {
    top: 33px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.js_menu-open .hamburger-line-middle {
    opacity: 0
}

.js_menu-open .hamburger-line-bottom {
    top: 33px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width:48em) {
    .js_menu-open .hamburger-line-top {
        top: 27px
    }

    .js_menu-open .hamburger-line-bottom {
        top: 27px
    }
}

.js_loading .loading-logo {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.js_loading .hamburger {
    opacity: 1
}

.js_loading_done .loading-logo {
    opacity: 0;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, -webkit-filter, -webkit-transform;
    -o-transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s
}

.js_loading_done .ie .loading-logo {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.in.fade-in,
.in .fade-in {
    opacity: 1
}

.in.fade-in-blur,
.in .fade-in-blur {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.in.section-hero:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.in.frontCreator-img img,
.in.section-hero img {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.in.frontQuality-materials-name {
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.in.frontQuality-materials-name .bg {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.in.frontShiga-copy span {
    opacity: 1;
    -webkit-animation: fadein-text .6s both;
    animation: fadein-text .6s both
}

.in.frontShiga-copy span:first-child {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s
}

.in.frontShiga-copy span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.in.frontShiga-copy span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s
}

.in.frontShiga-copy span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.in.frontShiga-copy span:nth-child(5) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s
}

.in.frontShiga-copy span:nth-child(6) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.in.frontShiga-copy span:nth-child(7) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s
}

.in.frontShiga-copy span:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.in.frontShiga-copy span:nth-child(9) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s
}

.in.frontShiga-copy span:nth-child(10) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.in.frontShiga-copy span:nth-child(11) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s
}

.in.frontShiga-copy span:nth-child(12) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.in.frontShiga-copy span:nth-child(13) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s
}

.in.frontShiga-copy span:nth-child(14) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.in.frontShiga-copy span:nth-child(15) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s
}

.in.frontShiga-copy span:nth-child(16) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.in.frontShiga-copy span:nth-child(17) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s
}

.in.frontShiga-copy span:nth-child(18) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.in.frontShiga-copy span:nth-child(19) {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s
}

.in.frontShiga-copy span:nth-child(20) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.in.frontShiga-copy span:nth-child(21) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s
}

.in.frontShiga-copy span:nth-child(22) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.in.frontShiga-copy span:nth-child(23) {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

.in.frontShiga-copy span:nth-child(24) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.in.frontShiga-copy span:nth-child(25) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.in.frontShiga-copy span:nth-child(26) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.in.frontShiga-copy span:nth-child(27) {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s
}

.in.frontShiga-copy span:nth-child(28) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.in.frontShiga-copy span:nth-child(29) {
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s
}

.in.frontShiga-copy span:nth-child(30) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.mailorder-banner{
	text-align: center;
	margin-top: 80px;
}

@media (max-width: 75em){
	.mailorder-banner{
		margin-top: 40px;
		padding: 0 6%;
	}
	.frontShop-inner .mailorder-banner{
		padding: 0;
	}
}

.globalFooter-link li:nth-child(2) a:after, .globalFooter-link li:nth-child(3) a:after{
	content: url(/assets/img/page/front/squarebox.png); 
	padding-left: 7px;
}
.globalNav li.media a:after{
	content: url(/assets/img/page/front/head-squarebox.png); 
	padding-left: 7px;
}
.globalNav li.media a{
	display: flex;
  justify-content: center;
  align-items: center;
 	}
@media (max-width: 68.75em){
	.globalNav li.media a{
		display: inherit !important;
	}
	.globalNav li.media a:after{
		content: none !important;
	}
}