/**
 * Custom media queries
 * @example
 * @media (--sp) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-lock {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
    display: none
}

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

.swiper-slide-zoomed {
    cursor: move
}

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

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

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

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

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

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

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

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

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

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

.swiper-container-cube {
    overflow: visible
}

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

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

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

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

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

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

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

.swiper-container-flip {
    overflow: visible
}

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

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

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

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

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

/**
 * z-index
 */
/**
 * text
 */
/**
 * content
 */
/**
 * section
 */
/**
 * image
 */
/**
 * background
 */
/**
 * position
 */
@-webkit-keyframes spinner {
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes spinner {
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/*
* html5doctor.com Reset Stylesheet
* v1.6.1
* Last Updated: 2010-09-17
* Author: Richard Clark - http://richclarkdesign.com
* Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/*
* Custom
* Author: ZENRYOKU
*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    list-style-type: none;
}

address {
    font-style: normal;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: .025em;
    line-height: 1.25;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #222;
}

a {
    color: #222;
    text-decoration: none;
    outline: none;
}

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

/**
 * settings
 */
.swiper-container.swiper-visible {
    overflow: visible;
}

.swiper-pagination {
    font-size: 0;
    position: relative;
    white-space: nowrap;
}

.swiper-pagination:before {
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    background: #222;
    margin: auto;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0;
    vertical-align: middle;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 90px;
}

.swiper-pagination-bullet {
    background: #222;
    opacity: 1;
}

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

/**
 * add settings
 */
.swiper-pagination-wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/**
 * cubic
 */
.swiper-cubic .swiper-wrapper,
.swiper-cubic .swiper-slide {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

/**
 * ticker
 */
.swipe-ticker .swiper-wrapper,
.swipe-ticker .swiper-slide {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/**
 * clipper
 */
.swiper-clipper .swiper-slide {
    overflow: hidden;
}

.swiper-clipper.swiper-container-wp8-horizontal * {
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
}

/**
 * controls
 */
.swiper-controls {
    width: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.swiper-controls--s {
    width: 62px;
}

.swiper-prev,
.swiper-next {
    position: relative;
    width: 35px;
    height: 35px;
    background: #222;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    cursor: pointer;
}

.swiper-prev:before,
.swiper-next:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -6px;
}

.swiper-controls--s .swiper-prev,
.swiper-controls--s .swiper-next {
    width: 30px;
    height: 30px;
}

.swiper-controls--s .swiper-prev:before,
.swiper-controls--s .swiper-next:before {
    margin-top: -4px;
}

.swiper-prev:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: -3px 0 0 -3px;
}

/**
 * regurtion
 */
/**
 * init
 */
.l-footer {
    position: relative;
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    background: #009fe8;
    color: #fff;
}

.l-footer a {
    color: #fff;
}

.l-footer__pagetop {
    width: 36px;
    height: 36px;
    background: #222;
    position: absolute;
    top: -18px;
    right: 15px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    z-index: 2001;
}

.l-footer__pagetop:after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(45deg) translate(2px, 2px);
    transform: rotate(45deg) translate(2px, 2px);
}

.l-footer__blank {
    font-size: 1.3rem;
    line-height: 1;
}

.l-footer__blank img {
    width: 20px;
    margin: -1px 6px 0 0;
}

.l-footer__credit {
    font-size: 1.1rem;
    line-height: 1;
}

.l-footer__credit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.l-footer__credit li + li {
    position: relative;
    padding-left: 1em;
    margin-left: 1em;
}

.l-footer__credit li + li:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.l-footer__credit p {
    font-size: 1.0rem;
    opacity: .75;
    margin: 1em 0 0;
}

/**
 * wrapper
 */
/**
 * header
 */
/**
 * top
 */
/**
 * regurtion
 */
/**
 * init
 */
.l-header {
    z-index: 3000;
}

/**
 * menu
 * child
 */
/**
 * select
 */
/**
 * lang
 */
/**
 * regurtion
 */
/**
 * init
 */
.l-main {
    position: relative;
    z-index: 1000;
    line-height: 1.75;
}

/**
 * regurtion
 */
/**
 * init
 */
.l-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 80px 0 0;
    -webkit-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
    opacity: 0;
}

.is-complete .l-wrapper {
    opacity: 1;
}

/**
 * regurtion
 */
/**
 * init
 */
.p-contact__container {
    margin-top: 45px;
    margin-bottom: 60px;
}

/**
 * xxxx
 */
/**
 * regurtion
 */
/**
 * init
 */
/**
 * 404
 */
.p-error-404 {
    margin-top: 90px;
    margin-bottom: 60px;
    text-align: center;
}

.p-error-404__title {
    font-size: 2.8rem;
    margin: 0 0 30px;
}

.p-error-404__tagline {
    font-size: 6.0rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.125em;
    text-indent: 0.125em;
    margin: 30px 0 0;
}

/**
 * regurtion
 */
/**
 * init
 */
/**
 * intro
 */
.p-farmers-intro {
    padding: 45px 0;
    background: #009fe8;
    color: #fff;
    text-align: center;
}

.p-farmers-intro p {
    line-height: 2;
}

/**
 * news
 */
.p-farmers-news {
    margin-top: 45px;
}

/**
 * contents
 */
.p-farmers-contents {
    margin-top: 60px;
}

/**
 * bnr
 */
.p-farmers-bnr {
    margin-top: 60px;
    margin-bottom: 60px;
}

/**
 * regurtion
 */
/**
 * init
 */
/**
 * secrion
 */
.p-global-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.p-global-section p {
    line-height: 2;
    text-align: justify;
}

.p-global-section figure {
    margin: 30px 0;
}

.p-global-section__row {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-global-section__row figure {
    width: calc(50% - 10px);
    margin: 0;
}

.p-global-section__subtitle {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 30px 0 5px;
}

.p-global-section__subtitle--cyan {
    color: #009fe8;
}

/**
 * regurtion
 */
/**
 * init
 */
.p-guide-material__container {
    margin-top: 60px;
    margin-bottom: 60px;
}

/**
 * news
 */
/**
 * ad
 */
.p-guide-material-ad {
    margin: 60px 0 0;
}

.p-guide-material-ad__title {
    font-size: 2.0rem;
    color: #009fe8;
    border-bottom: 1px solid #009fe8;
    padding: 0 0 10px;
}

.p-guide-material-ad__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-guide-material-ad__block {
    display: block;
    width: calc(100% / 3 - 10px);
    background: rgba(0, 159, 232, 0.1);
    padding: 20px;
    margin: 15px 0 0;
}

.p-guide-material-ad__block strong {
    display: block;
    font-size: 1.6rem;
}

.p-guide-material-ad__block strong:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 11px;
    background: url(../images/utils/blank.svg) no-repeat;
    background-size: cover;
    margin: 0 0 0 5px;
}

/**
 * order
 */
.p-guide-material-order {
    margin-top: 60px;
    border: 1px solid #222;
    padding: 30px;
}

.p-guide-material-order > * + * {
    margin-top: .5em;
}

.p-guide-material-order__h1 {
    font-size: 2.0rem;
    text-align: center;
}

.p-guide-material-order__h2 {
    font-size: 1.6rem;
    margin: 1.5em 0 .5em;
}

/**
 * regurtion
 */
/**
 * init
 */
.p-guide-products__container {
    margin-top: 45px;
}

.p-guide-products__content {
    overflow: hidden;
    width: 100%;
}

/**
 * tab
 */
.p-guide-products-tab {
    margin-bottom: 45px;
}

/**
 * catalog
 */
.p-guide-products-catalog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-guide-products-catalog__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-guide-products-catalog__pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
}

.p-guide-products-catalog__cont {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 15px;
}

.p-guide-products-catalog__title {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 10px;
}

/**
 * icon
 */
.p-guide-products-icon {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 1.1rem;
    line-height: 1;
    padding: 5px;
    background: #222;
    color: #fff;
    margin: -2px 5px 0;
}

.p-guide-products-icon--navy {
    background-color: #6486ad;
}

.p-guide-products-icon--orange {
    background-color: #e95513;
}

.p-guide-products-icon--green {
    background-color: #00913a;
}

.p-guide-products-icon--ml0 {
    margin-left: 0;
}

.p-guide-products-date .icon-pvp img {
    width: auto !important;
    margin-left: 5px;
    vertical-align: bottom;
}

/**
 * summary
 */
.p-guide-products-summary {
    background: #f0f0f0;
    padding: 15px;
    margin: 45px 0 0;
}

.p-guide-products-summary li + li {
    margin-top: 7px;
}

.p-guide-products-summary li .summary-icon-pvp img {
    width: auto !important;
    vertical-align: bottom;
}

/**
 * date
 */
.p-guide-products-date {
    margin: 30px 0 0;
    overflow-x: auto;
}

.p-guide-products-date table {
    width: 100%;
}

.p-guide-products-date th,
.p-guide-products-date td {
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5;
    border: 1px solid #bbb;
    padding: 15px 10px;
}

.p-guide-products-date thead th {
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 159, 232, 0.3);
}

.p-guide-products-date tbody th {
    background-color: rgba(0, 159, 232, 0.1);
}

/**
 * summary2
 */
.p-guide-products-summary2 {
    background: #f0f0f0;
    padding: 20px 30px;
    margin: 45px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-guide-products-summary2 dl {
    width: calc(50% - 20px);
}

.p-guide-products-summary2 dt {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    padding: 0 0 10px;
    margin: 0 0 15px;
}

.p-guide-products-summary2 dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-guide-products-summary2 figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
}

.p-guide-products-summary2 p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 15px;
}

/**
 * log
 */
.p-guide-products-log {
    margin: 60px 0 0;
}

.p-guide-products-log .log-icon-pvp img {
    width: auto !important;
    margin-left: 5px;
    vertical-align: top;
}

.p-guide-products-log__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 45px 0 0;
}

.p-guide-products-log__block {
    overflow: hidden;
    width: calc(50% - 20px);
}

.p-guide-products-log__block dl {
    clear: both;
    padding-top: 1em;
}

.p-guide-products-log__block dt {
    font-weight: bold;
}

.p-guide-products-log__block dd + dt {
    margin-top: 1em;
}

.p-guide-products-log__pic {
    float: left;
    width: 35%;
    margin: 0 15px 0 0;
}

.p-guide-products-log__title {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 5px;
}

/**
 * order
 */
.p-guide-products-order {
    margin-top: 60px;
    margin-bottom: 60px;
}

.p-guide-products-order__container {
    border: 1px solid #222;
    padding: 30px;
}

.p-guide-products-order__container > * + * {
    margin-top: .5em;
}

.p-guide-products-order__h1 {
    font-size: 2.0rem;
    text-align: center;
}

.p-guide-products-order__h2 {
    font-size: 1.6rem;
    margin: 1.5em 0 .5em;
}

/**
 * regurtion
 */
/**
 * init
 */
/**
 * intro
 */
.p-guide-intro {
    margin-top: 45px;
}

/**
 * contents
 */
.p-guide-contents {
    margin-top: 45px;
}

/**
 * quality
 */
.p-guide-quality {
    padding-top: 140px;
}

.p-guide-quality figure {
    margin: 20px 0 0;
}

.p-guide-quality figure + figure {
    margin-top: 10px;
}

/**
 * order
 */
.p-guide-order {
    margin-top: 60px;
    margin-bottom: 60px;
}

.p-guide-order__container {
    border: 1px solid #222;
    padding: 30px;
}

.p-guide-order__container > * + * {
    margin-top: .5em;
}

.p-guide-order__h1 {
    font-size: 2.0rem;
    text-align: center;
}

.p-guide-order__h2 {
    font-size: 1.6rem;
    margin: 1.5em 0 .5em;
}

/**
 * regurtion
 */
/**
 * init
 */
/**
 * section
 */
.p-mushroom-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.p-mushroom-section p {
    line-height: 2;
    text-align: justify;
}

.p-mushroom-section figure {
    margin: 30px 0;
}

.p-mushroom-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0;
}

.p-mushroom-section li {
    margin: 0 5px;
}

/**
 * regurtion
 */
/**
 * init
 */
.p-mypage__container {
    margin-top: 45px;
    margin-bottom: 60px;
}

.p-mypage__pagination {
    margin: 45px 0 0;
}

/**
 * news
 * bnr
 * movie
 * tech
 * manual
 * ec
 * order
 */
.p-mypage-news,
.p-mypage-bnr,
.p-mypage-movie,
.p-mypage-tech,
.p-mypage-manual,
.p-mypage-ec,
.p-mypage-order {
    margin-top: 45px;
}

/**
 * tech
 */
.p-mypage-tech__tagline {
    font-size: 2.0rem;
    text-align: center;
}

.p-mypage-tech__tagline ~ .p-mypage-tech__tagline {
    margin-top: 15px;
}

.p-mypage-tech__tagline span {
    display: inline-block;
    position: relative;
}

.p-mypage-tech__tagline span:before,
.p-mypage-tech__tagline span:after {
    content: '';
    display: block;
    width: 17px;
    height: 1px;
    background: #222;
}

.p-mypage-tech__tagline span:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto auto auto -25px;
}

.p-mypage-tech__tagline span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto -25px auto 0;
}

/**
 * ec
 */
.p-mypage-ec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-mypage-ec li {
    margin: 0 15px;
}

/**
 * order
 */
.p-mypage-order {
    margin-top: 60px;
    margin-bottom: 60px;
}

.p-mypage-order__container {
    border: 1px solid #222;
    padding: 30px;
}

.p-mypage-order__container > * + * {
    margin-top: .5em;
}

.p-mypage-order__h1 {
    font-size: 2.0rem;
    text-align: center;
}

.p-mypage-order__h2 {
    font-size: 1.6rem;
    margin: 1.5em 0 .5em;
}

/**
 * regurtion
 */
/**
 * init
 */
/**
 * index
 */
.p-news-index {
    margin-top: 45px;
    margin-bottom: 45px;
}

.p-news-index__list {
    margin: 45px 0 0;
}

.p-news-index__pagination {
    margin: 45px 0 0;
}

/**
 * article
 */
.p-news-article {
    margin-top: 45px;
    margin-bottom: 60px;
}

.p-news-article__header {
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
    margin: 0 0 30px;
}

.p-news-article__time {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
}

.p-news-article__title {
    font-size: 3.5rem;
    line-height: 1.5;
}

.p-news-article__list {
    margin: 60px 0;
}

.p-news-article__wysiwyg {
    width: 100%;
    overflow: hidden;
    line-height: 2;
}

.p-news-article__wysiwyg img {
    width: auto;
    max-width: 100%;
}

.p-news-article__wysiwyg > div + div {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > div + p {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > div + ul {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > div + ol {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > div + dl {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > div + table {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > div + pre {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > div + figure {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > p + div {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > p + p {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > p + ul {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > p + ol {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > p + dl {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > p + table {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > p + pre {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > p + figure {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ul + div {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ul + p {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ul + ul {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ul + ol {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ul + dl {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ul + table {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ul + pre {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ul + figure {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ol + div {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ol + p {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ol + ul {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ol + ol {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ol + dl {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ol + table {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ol + pre {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > ol + figure {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > dl + div {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > dl + p {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > dl + ul {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > dl + ol {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > dl + dl {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > dl + table {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > dl + pre {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > dl + figure {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > table + div {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > table + p {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > table + ul {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > table + ol {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > table + dl {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > table + table {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > table + pre {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > table + figure {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > pre + div {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > pre + p {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > pre + ul {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > pre + ol {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > pre + dl {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > pre + table {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > pre + pre {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > pre + figure {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > figure + div {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > figure + p {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > figure + ul {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > figure + ol {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > figure + dl {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > figure + table {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > figure + pre {
    margin-top: 1.5em;
}

.p-news-article__wysiwyg > figure + figure {
    margin-top: 1.5em;
}

.p-news-article__footer {
    margin: 30px 0 0;
}

/**
 * regurtion
 */
/**
 * init
 */
.p-convention__container {
    margin-top: 45px;
    margin-bottom: 60px;
}

/**
 * intro
 */
.p-convention-intro dl,
.p-convention-intro ol,
.p-convention-intro p {
    line-height: 2;
}

.p-convention-intro dl:not(:first-child),
.p-convention-intro ol:not(:first-child),
.p-convention-intro p:not(:first-child) {
    margin-top: 1em;
}

.p-convention-intro dl {
    background: #f3f3f3;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
}

.p-convention-intro dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 5px;
}

.p-convention-intro ol {
    list-style-type: decimal;
    padding-left: 1.2em;
}

/**
 * activity
 */
.p-convention-activity {
    margin: 30px 0 0;
}

.p-convention-activity__block {
    margin: 30px 0 0;
    padding: 30px;
    border: 2px solid #eee;
}

.p-convention-activity__block + .p-convention-activity__block {
    margin-top: 15px;
}

.p-convention-activity__block p + p {
    margin-top: .5em;
}

.p-convention-activity__block p + ul {
    margin-top: .5em;
}

.p-convention-activity__block p + ol {
    margin-top: .5em;
}

.p-convention-activity__block p + dl {
    margin-top: .5em;
}

.p-convention-activity__block p + figure {
    margin-top: .5em;
}

.p-convention-activity__block ul + p {
    margin-top: .5em;
}

.p-convention-activity__block ul + ul {
    margin-top: .5em;
}

.p-convention-activity__block ul + ol {
    margin-top: .5em;
}

.p-convention-activity__block ul + dl {
    margin-top: .5em;
}

.p-convention-activity__block ul + figure {
    margin-top: .5em;
}

.p-convention-activity__block ol + p {
    margin-top: .5em;
}

.p-convention-activity__block ol + ul {
    margin-top: .5em;
}

.p-convention-activity__block ol + ol {
    margin-top: .5em;
}

.p-convention-activity__block ol + dl {
    margin-top: .5em;
}

.p-convention-activity__block ol + figure {
    margin-top: .5em;
}

.p-convention-activity__block dl + p {
    margin-top: .5em;
}

.p-convention-activity__block dl + ul {
    margin-top: .5em;
}

.p-convention-activity__block dl + ol {
    margin-top: .5em;
}

.p-convention-activity__block dl + dl {
    margin-top: .5em;
}

.p-convention-activity__block dl + figure {
    margin-top: .5em;
}

.p-convention-activity__block figure + p {
    margin-top: .5em;
}

.p-convention-activity__block figure + ul {
    margin-top: .5em;
}

.p-convention-activity__block figure + ol {
    margin-top: .5em;
}

.p-convention-activity__block figure + dl {
    margin-top: .5em;
}

.p-convention-activity__block figure + figure {
    margin-top: .5em;
}

.p-convention-activity__block ul {
    list-style-type: disc;
    padding-left: 1.2em;
}

.p-convention-activity__block ol {
    list-style-type: decimal;
    padding-left: 1.2em;
}

.p-convention-activity__block li + li {
    margin-top: .25em;
}

.p-convention-activity__block dt {
    font-weight: bold;
}

.p-convention-activity__block dt ~ dt {
    margin-top: .5em;
}

.p-convention-activity__title {
    font-size: 1.7rem;
    margin: 0 0 .5em;
}

.p-convention-activity__title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 3px;
    background: #009fe8;
    margin: -4px 9px 0 0;
}

/**
 * history
 */
.p-convention-history {
    margin: 45px 0 0;
}

.p-convention-history__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px;
}

.p-convention-history__pic div {
    width: calc(50% - 10px);
}

.p-convention-history table {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.p-convention-history th,
.p-convention-history td {
    border-top: 1px solid #ddd;
    vertical-align: middle;
    font-weight: normal;
}

.p-convention-history th {
    padding: 7px 15px;
    border-right: 1px solid #ddd;
    text-align: center;
    white-space: nowrap;
    background: rgba(0, 159, 232, 0.1);
}

.p-convention-history td {
    padding: 7px 15px;
    text-align: left;
    width: 1000px;
}

/**
 * branch
 */
.p-convention-branch {
    margin: 45px 0 0;
}

.p-convention-branch ul {
    margin: .5em 0 0;
}

/**
 * regurtion
 */
/**
 * init
 */
/**
 * intro
 */
.p-label-intro {
    padding-top: 45px;
    padding-bottom: 45px;
    background: url(../images/farmers/sunmush/label/i1.png) no-repeat center right;
    background-size: auto 100%;
}

.p-label-intro p {
    font-size: 1.6rem;
    line-height: 2;
}

/**
 * toolbar
 */
.p-label-toolbar {
    margin-top: 15px;
}

.p-label-toolbar dl {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 15px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/**
 * index
 */
.p-label-index {
    margin-top: 30px;
}

.p-label-index__pagination {
    margin: 45px 0 0;
}

/**
 * article
 */
.p-label-article {
    margin-top: 45px;
}

/**
 * inquiry
 */
.p-label-inquiry {
    margin-top: 60px;
    margin-bottom: 60px;
}

.p-label-inquiry__container {
    padding: 45px;
    background: rgba(0, 159, 232, 0.1);
}

.p-label-inquiry__title {
    font-size: 2.6rem;
    text-align: center;
    margin: 0 0 30px;
}

.p-label-inquiry dt {
    font-weight: bold;
    margin-top: 15px;
}

/**
 * regurtion
 */
/**
 * init
 */
/**
 * intro
 */
.p-sunmush-intro {
    margin-top: 45px;
    margin-bottom: 60px;
}

.p-sunmush-intro dl,
.p-sunmush-intro ol,
.p-sunmush-intro p {
    line-height: 2;
}

.p-sunmush-intro dl:not(:first-child),
.p-sunmush-intro ol:not(:first-child),
.p-sunmush-intro p:not(:first-child) {
    margin-top: 1em;
}

.p-sunmush-intro dl {
    background: #f3f3f3;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
}

.p-sunmush-intro dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 5px;
}

.p-sunmush-intro ol {
    list-style-type: decimal;
    padding-left: 1.2em;
}

/**
 * guide
 * member
 */
.p-sunmush-guide,
.p-sunmush-member {
    margin-top: 45px;
}

.p-sunmush-guide p,
.p-sunmush-member p {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    margin: 30px 0;
}

.p-sunmush-member {
    margin-bottom: 60px;
}

/**
 * regurtion
 */
/**
 * init
 */
.p-backup__container {
    margin-top: 45px;
    margin-bottom: 60px;
}

/**
 * intro
 */
.p-backup-intro dl,
.p-backup-intro ol,
.p-backup-intro p {
    line-height: 2;
}

.p-backup-intro dl:not(:first-child),
.p-backup-intro ol:not(:first-child),
.p-backup-intro p:not(:first-child) {
    margin-top: 1em;
}

.p-backup-intro dl {
    background: #f3f3f3;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
}

.p-backup-intro dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 5px;
}

.p-backup-intro ol {
    list-style-type: decimal;
    padding-left: 1.2em;
}

/**
 * factory
 */
.p-backup-factory {
    margin: 60px 0 0;
}

.p-backup-factory__pic {
    margin: 0 0 15px;
}

/**
 * network
 */
.p-backup-network {
    margin: 60px 0 0;
}

.p-backup-network__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-backup-network__pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
}

.p-backup-network__cont {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 20px;
}

/**
 * regurtion
 */
/**
 * init
 */
/**
 * intro
 */
.p-case-intro {
    margin-top: 45px;
}

.p-case-intro p {
    font-size: 1.6rem;
    line-height: 2;
}

/**
 * index
 */
.p-case-index {
    margin-top: 45px;
    margin-bottom: 45px;
}

.p-case-index__pagination {
    margin: 45px 0 0;
}

/**
 * article
 */
.p-case-article {
    margin-top: 45px;
    margin-bottom: 60px;
}

/**
 * regurtion
 */
/**
 * init
 */
.p-company__container {
    margin-top: 45px;
    margin-bottom: 60px;
}

/**
 * intro
 */
.p-company-intro p {
    line-height: 2;
}

.p-company-intro p + p {
    margin-top: .5em;
}

.p-company-intro strong {
    font-size: 1.7rem;
}

/**
 * pic
 */
.p-company-pic {
    margin: 20px 0 30px;
}

/**
 * block
 */
.p-company-block {
    margin: 30px 0 0;
    padding: 30px;
    border: 2px solid #eee;
}

.p-company-block + .p-company-block {
    margin-top: 15px;
}

.p-company-block p + p {
    margin-top: .5em;
}

.p-company-block p + ul {
    margin-top: .5em;
}

.p-company-block p + ol {
    margin-top: .5em;
}

.p-company-block p + dl {
    margin-top: .5em;
}

.p-company-block p + figure {
    margin-top: .5em;
}

.p-company-block ul + p {
    margin-top: .5em;
}

.p-company-block ul + ul {
    margin-top: .5em;
}

.p-company-block ul + ol {
    margin-top: .5em;
}

.p-company-block ul + dl {
    margin-top: .5em;
}

.p-company-block ul + figure {
    margin-top: .5em;
}

.p-company-block ol + p {
    margin-top: .5em;
}

.p-company-block ol + ul {
    margin-top: .5em;
}

.p-company-block ol + ol {
    margin-top: .5em;
}

.p-company-block ol + dl {
    margin-top: .5em;
}

.p-company-block ol + figure {
    margin-top: .5em;
}

.p-company-block dl + p {
    margin-top: .5em;
}

.p-company-block dl + ul {
    margin-top: .5em;
}

.p-company-block dl + ol {
    margin-top: .5em;
}

.p-company-block dl + dl {
    margin-top: .5em;
}

.p-company-block dl + figure {
    margin-top: .5em;
}

.p-company-block figure + p {
    margin-top: .5em;
}

.p-company-block figure + ul {
    margin-top: .5em;
}

.p-company-block figure + ol {
    margin-top: .5em;
}

.p-company-block figure + dl {
    margin-top: .5em;
}

.p-company-block figure + figure {
    margin-top: .5em;
}

.p-company-block ul {
    list-style-type: disc;
    padding-left: 1.2em;
}

.p-company-block ol {
    list-style-type: decimal;
    padding-left: 1.2em;
}

.p-company-block li + li {
    margin-top: .25em;
}

.p-company-block dt {
    font-weight: bold;
}

.p-company-block dt ~ dt {
    margin-top: .5em;
}

.p-company-block__title {
    font-size: 1.7rem;
    margin: 0 0 .5em;
}

.p-company-block__title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 3px;
    background: #009fe8;
    margin: -4px 9px 0 0;
}

/**
 * regurtion
 */
/**
 * init
 */
.p-farming__container {
    margin-top: 45px;
    margin-bottom: 60px;
}

.p-farming__content {
    overflow: hidden;
    width: 100%;
}

.p-farming__section + .p-farming__section {
    margin-top: 45px;
}

.p-farming__section figure {
    margin: 15px 0;
}

/**
 * intro
 */
.p-farming-intro {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.p-farming-intro__pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
}

.p-farming-intro__cont {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 20px;
}

.p-farming-intro p {
    line-height: 2;
}

/**
 * tab
 */
.p-farming-tab {
    margin: 45px 0 30px;
}

/**
 * regurtion
 */
/**
 * init
 */
.p-material__container {
    margin-top: 45px;
    margin-bottom: 60px;
}

.p-material__section + .p-material__section {
    margin-top: 45px;
}

/**
 * gallery
 */
.p-material-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-material-gallery__block p {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin: 5px 0 0;
}

/**
 * regurtion
 */
/**
 * init
 */
.p-organization__container {
    margin-top: 45px;
    margin-bottom: 60px;
}

/**
 * intro
 */
.p-organization-intro p {
    line-height: 2;
}

.p-organization-intro p + p {
    margin-top: .5em;
}

.p-organization-intro strong {
    font-size: 1.7rem;
}

/**
 * pic
 */
.p-organization-pic {
    margin: 20px 0 30px;
}

/**
 * block
 */
.p-organization-block {
    margin: 30px 0 0;
    padding: 30px;
    border: 2px solid #eee;
}

.p-organization-block + .p-organization-block {
    margin-top: 15px;
}

.p-organization-block p + p {
    margin-top: .5em;
}

.p-organization-block p + ul {
    margin-top: .5em;
}

.p-organization-block p + ol {
    margin-top: .5em;
}

.p-organization-block p + dl {
    margin-top: .5em;
}

.p-organization-block p + figure {
    margin-top: .5em;
}

.p-organization-block ul + p {
    margin-top: .5em;
}

.p-organization-block ul + ul {
    margin-top: .5em;
}

.p-organization-block ul + ol {
    margin-top: .5em;
}

.p-organization-block ul + dl {
    margin-top: .5em;
}

.p-organization-block ul + figure {
    margin-top: .5em;
}

.p-organization-block ol + p {
    margin-top: .5em;
}

.p-organization-block ol + ul {
    margin-top: .5em;
}

.p-organization-block ol + ol {
    margin-top: .5em;
}

.p-organization-block ol + dl {
    margin-top: .5em;
}

.p-organization-block ol + figure {
    margin-top: .5em;
}

.p-organization-block dl + p {
    margin-top: .5em;
}

.p-organization-block dl + ul {
    margin-top: .5em;
}

.p-organization-block dl + ol {
    margin-top: .5em;
}

.p-organization-block dl + dl {
    margin-top: .5em;
}

.p-organization-block dl + figure {
    margin-top: .5em;
}

.p-organization-block figure + p {
    margin-top: .5em;
}

.p-organization-block figure + ul {
    margin-top: .5em;
}

.p-organization-block figure + ol {
    margin-top: .5em;
}

.p-organization-block figure + dl {
    margin-top: .5em;
}

.p-organization-block figure + figure {
    margin-top: .5em;
}

.p-organization-block ul {
    list-style-type: disc;
    padding-left: 1.2em;
}

.p-organization-block ol {
    list-style-type: decimal;
    padding-left: 1.2em;
}

.p-organization-block li + li {
    margin-top: .25em;
}

.p-organization-block dt {
    font-weight: bold;
}

.p-organization-block dt ~ dt {
    margin-top: .5em;
}

.p-organization-block__title {
    font-size: 1.7rem;
    margin: 0 0 .5em;
}

.p-organization-block__title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 3px;
    background: #009fe8;
    margin: -4px 9px 0 0;
}

/**
 * regurtion
 */
/**
 * init
 */
.p-owner__container {
    margin-top: 45px;
    margin-bottom: 60px;
}

/**
 * intro
 */
.p-owner-intro p {
    line-height: 2;
}

.p-owner-intro p + p {
    margin-top: .5em;
}

.p-owner-intro strong {
    font-size: 1.7rem;
}

/**
 * pic
 */
.p-owner-pic {
    margin: 20px 0 30px;
}

/**
 * block
 */
.p-owner-block {
    margin: 30px 0 0;
    padding: 30px;
    border: 2px solid #eee;
}

.p-owner-block + .p-owner-block {
    margin-top: 15px;
}

.p-owner-block p + p {
    margin-top: .5em;
}

.p-owner-block p + ul {
    margin-top: .5em;
}

.p-owner-block p + ol {
    margin-top: .5em;
}

.p-owner-block p + dl {
    margin-top: .5em;
}

.p-owner-block p + figure {
    margin-top: .5em;
}

.p-owner-block ul + p {
    margin-top: .5em;
}

.p-owner-block ul + ul {
    margin-top: .5em;
}

.p-owner-block ul + ol {
    margin-top: .5em;
}

.p-owner-block ul + dl {
    margin-top: .5em;
}

.p-owner-block ul + figure {
    margin-top: .5em;
}

.p-owner-block ol + p {
    margin-top: .5em;
}

.p-owner-block ol + ul {
    margin-top: .5em;
}

.p-owner-block ol + ol {
    margin-top: .5em;
}

.p-owner-block ol + dl {
    margin-top: .5em;
}

.p-owner-block ol + figure {
    margin-top: .5em;
}

.p-owner-block dl + p {
    margin-top: .5em;
}

.p-owner-block dl + ul {
    margin-top: .5em;
}

.p-owner-block dl + ol {
    margin-top: .5em;
}

.p-owner-block dl + dl {
    margin-top: .5em;
}

.p-owner-block dl + figure {
    margin-top: .5em;
}

.p-owner-block figure + p {
    margin-top: .5em;
}

.p-owner-block figure + ul {
    margin-top: .5em;
}

.p-owner-block figure + ol {
    margin-top: .5em;
}

.p-owner-block figure + dl {
    margin-top: .5em;
}

.p-owner-block figure + figure {
    margin-top: .5em;
}

.p-owner-block ul {
    list-style-type: disc;
    padding-left: 1.2em;
}

.p-owner-block ol {
    list-style-type: decimal;
    padding-left: 1.2em;
}

.p-owner-block li + li {
    margin-top: .25em;
}

.p-owner-block dt {
    font-weight: bold;
}

.p-owner-block dt ~ dt {
    margin-top: .5em;
}

.p-owner-block__title {
    font-size: 1.7rem;
    margin: 0 0 .5em;
}

.p-owner-block__title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 3px;
    background: #009fe8;
    margin: -4px 9px 0 0;
}

/**
 * type
 */
.p-owner-type {
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-owner-type__block {
    width: calc(50% - 10px);
}

.p-owner-type__title {
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1px dotted #ddd;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.p-owner-type__title span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #009fe8;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-indent: 0;
    font-style: inherit;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 0 0;
}

/**
 * regurtion
 */
/**
 * init
 */
.p-support__container {
    margin-top: 45px;
    margin-bottom: 60px;
}

/**
 * intro
 */
.p-support-intro p {
    max-width: 756px;
    margin: 0 auto;
    line-height: 2;
}

.p-support-intro p + p {
    margin-top: .5em;
}

/**
 * share
 */
.p-support-share {
    margin: 45px 0 0;
}

/**
 * beginner
 */
.p-support-beginner {
    margin: 60px 0 0;
}

/**
 * case
 */
.p-support-case {
    margin: 60px 0 0;
}

.p-support-case__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-support-case__block {
    width: calc(50% - 10px);
    margin: 20px 0 0;
}

.p-support-case__block:nth-of-type(1),
.p-support-case__block:nth-of-type(2) {
    margin-top: 0;
}

.p-support-case__block-anchor {
    height: 100%;
    padding: 15px;
    background: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-support-case__block-pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
}

.p-support-case__block-pic figcaption {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 5px 10px;
    background: #222;
    color: #fff;
}

.p-support-case__block-cont {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 15px;
}

.p-support-case__block-title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: .25em 0 .5em;
}

/**
 * howto
 */
.p-support-howto {
    margin: 60px 0 0;
}

/**
 * inquiry
 */
.p-support-inquiry {
    max-width: 756px;
    padding: 30px;
    background: rgba(0, 159, 232, 0.1);
    margin: 60px auto 0;
    text-align: center;
}

.p-support-inquiry__title {
    font-size: 2.4rem;
    line-height: 1.5;
}

.p-support-inquiry p {
    font-size: 4.0rem;
    font-weight: bold;
    margin: 10px 0;
}

.p-support-inquiry ul {
    margin: 30px 0 0;
}

/**
 * regurtion
 */
/**
 * init
 */
/**
 * kv
 */
/**
 * feature
 */
.p-top-feature {
    margin-top: 45px;
}

.p-top-feature__container {
    background: url(../images/top/f1.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 60px 0;
}

.p-top-feature__title {
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 0.125em;
    text-indent: 0.125em;
    margin: 0 0 10px;
}

.p-top-feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0;
}

.p-top-feature__list li {
    width: 270px;
    min-height: 202.5px;
    background: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px;
    font-size: 2.0rem;
    font-weight: bold;
}

.p-top-feature__list p {
    line-height: 1.5;
}

.p-top-feature__list strong {
    display: block;
    color: #009fe8;
    font-size: 2.5rem;
    line-height: 1;
    margin: 10px 0 0;
}

.p-top-feature__list span {
    font-size: 6.0rem;
}

/**
 * news
 */
.p-top-news {
    margin-top: 45px;
}

/**
 * bnr
 */
.p-top-bnr {
    margin: 45px 0 0;
    padding: 45px 30px;
    background: #f3f3f3;
}

.p-top-bnr a {
    display: block;
    max-width: 810px;
    margin: 0 auto;
}

/**
 * contents
 */
.p-top-contents {
    margin-top: 45px;
    margin-bottom: 60px;
}

.c-article__header {
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 30px;
}

.c-article__title {
    font-size: 3.5rem;
}

.c-article__place {
    font-size: 1.6rem;
    color: #808080;
    margin: 10px 0 0;
}

.c-article__lead {
    font-size: 2.0rem;
    color: #009fe8;
	font-weight: bold;
    margin: 20px 0 0;
}

.c-article__wysiwyg {
    width: 100%;
    overflow: hidden;
    line-height: 2;
}

.c-article__wysiwyg a {
    text-decoration: underline;
}

.c-article__wysiwyg a[target="_blank"]:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 11px;
    background: url(../images/utils/blank.svg) no-repeat;
    background-size: cover;
    margin: 0 0 0 5px;
}

.c-article__wysiwyg figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
}

.c-article__wysiwyg figure div {
    width: calc(50% - 20px);
    margin: 0 10px;
}

.c-article__wysiwyg figure figcaption {
    text-align: center;
    font-size: 1.2rem;
    color: #808080;
    margin: 5px 0 0;
}

.c-article__wysiwyg > div + div {
    margin-top: 1.5em;
}

.c-article__wysiwyg > div + p {
    margin-top: 1.5em;
}

.c-article__wysiwyg > div + ul {
    margin-top: 1.5em;
}

.c-article__wysiwyg > div + ol {
    margin-top: 1.5em;
}

.c-article__wysiwyg > div + dl {
    margin-top: 1.5em;
}

.c-article__wysiwyg > div + table {
    margin-top: 1.5em;
}

.c-article__wysiwyg > div + pre {
    margin-top: 1.5em;
}

.c-article__wysiwyg > div + figure {
    margin-top: 1.5em;
}

.c-article__wysiwyg > p + div {
    margin-top: 1.5em;
}

.c-article__wysiwyg > p + p {
    margin-top: 1.5em;
}

.c-article__wysiwyg > p + ul {
    margin-top: 1.5em;
}

.c-article__wysiwyg > p + ol {
    margin-top: 1.5em;
}

.c-article__wysiwyg > p + dl {
    margin-top: 1.5em;
}

.c-article__wysiwyg > p + table {
    margin-top: 1.5em;
}

.c-article__wysiwyg > p + pre {
    margin-top: 1.5em;
}

.c-article__wysiwyg > p + figure {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ul + div {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ul + p {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ul + ul {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ul + ol {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ul + dl {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ul + table {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ul + pre {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ul + figure {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ol + div {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ol + p {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ol + ul {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ol + ol {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ol + dl {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ol + table {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ol + pre {
    margin-top: 1.5em;
}

.c-article__wysiwyg > ol + figure {
    margin-top: 1.5em;
}

.c-article__wysiwyg > dl + div {
    margin-top: 1.5em;
}

.c-article__wysiwyg > dl + p {
    margin-top: 1.5em;
}

.c-article__wysiwyg > dl + ul {
    margin-top: 1.5em;
}

.c-article__wysiwyg > dl + ol {
    margin-top: 1.5em;
}

.c-article__wysiwyg > dl + dl {
    margin-top: 1.5em;
}

.c-article__wysiwyg > dl + table {
    margin-top: 1.5em;
}

.c-article__wysiwyg > dl + pre {
    margin-top: 1.5em;
}

.c-article__wysiwyg > dl + figure {
    margin-top: 1.5em;
}

.c-article__wysiwyg > table + div {
    margin-top: 1.5em;
}

.c-article__wysiwyg > table + p {
    margin-top: 1.5em;
}

.c-article__wysiwyg > table + ul {
    margin-top: 1.5em;
}

.c-article__wysiwyg > table + ol {
    margin-top: 1.5em;
}

.c-article__wysiwyg > table + dl {
    margin-top: 1.5em;
}

.c-article__wysiwyg > table + table {
    margin-top: 1.5em;
}

.c-article__wysiwyg > table + pre {
    margin-top: 1.5em;
}

.c-article__wysiwyg > table + figure {
    margin-top: 1.5em;
}

.c-article__wysiwyg > pre + div {
    margin-top: 1.5em;
}

.c-article__wysiwyg > pre + p {
    margin-top: 1.5em;
}

.c-article__wysiwyg > pre + ul {
    margin-top: 1.5em;
}

.c-article__wysiwyg > pre + ol {
    margin-top: 1.5em;
}

.c-article__wysiwyg > pre + dl {
    margin-top: 1.5em;
}

.c-article__wysiwyg > pre + table {
    margin-top: 1.5em;
}

.c-article__wysiwyg > pre + pre {
    margin-top: 1.5em;
}

.c-article__wysiwyg > pre + figure {
    margin-top: 1.5em;
}

.c-article__wysiwyg > figure + div {
    margin-top: 1.5em;
}

.c-article__wysiwyg > figure + p {
    margin-top: 1.5em;
}

.c-article__wysiwyg > figure + ul {
    margin-top: 1.5em;
}

.c-article__wysiwyg > figure + ol {
    margin-top: 1.5em;
}

.c-article__wysiwyg > figure + dl {
    margin-top: 1.5em;
}

.c-article__wysiwyg > figure + table {
    margin-top: 1.5em;
}

.c-article__wysiwyg > figure + pre {
    margin-top: 1.5em;
}

.c-article__wysiwyg > figure + figure {
    margin-top: 1.5em;
}

.c-article__footer {
    margin: 30px 0 0;
}

.c-bnr {
    display: block;
    max-width: 670px;
    margin: 0 auto;
}

.c-btn {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.3rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    height: 50px;
    background: #fff;
    border: 1px solid #222;
    margin: 30px auto 0;
}

.c-btn:before {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background: #222;
    margin: 0 15px 0 -15px;
}

.c-btn--mt0 {
    margin-top: 0;
}

.c-btn--wide {
    width: 340px;
}

.c-btn--gray {
    background-color: #f3f3f3;
    border-color: #bbb;
}

.c-btn-pill {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: #a5955f;
    width: 90px;
    height: 30px;
    border-radius: 15px;
}

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

.c-contents__block {
    width: calc(100% / 3 - 20px);
    padding: 0 10px;
    color: #808080;
}

.c-contents__pic {
    margin: 0 -10px;
}

.c-contents__title {
    font-size: 2.0rem;
    text-align: center;
    margin: 15px 0 5px;
    color: #222;
}

.c-contents__btn {
    margin: 15px 0 0;
}

.c-contents--col2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/**
 * regurtion
 */
/**
 * init
 */
.c-form fieldset {
    display: block;
}

.c-form legend {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
}

.c-form label {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 5px;
}

.c-form label:not(:last-of-type) {
    margin-right: 30px;
}

.c-form input,
.c-form textarea,
.c-form select {
    font-size: 16px;
}

.c-form input[type="text"],
.c-form input[type="number"],
.c-form input[type="tel"],
.c-form input[type="email"],
.c-form input[type="url"],
.c-form input[type="password"],
.c-form input[type="search"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #bbb;
    background: #fff;
}

.c-form input[type="text"].is-w25,
.c-form input[type="number"].is-w25,
.c-form input[type="tel"].is-w25,
.c-form input[type="email"].is-w25,
.c-form input[type="url"].is-w25,
.c-form input[type="password"].is-w25,
.c-form input[type="search"].is-w25 {
    width: 25%;
}

.c-form input[type="text"].is-w50,
.c-form input[type="number"].is-w50,
.c-form input[type="tel"].is-w50,
.c-form input[type="email"].is-w50,
.c-form input[type="url"].is-w50,
.c-form input[type="password"].is-w50,
.c-form input[type="search"].is-w50 {
    width: 50%;
}

.c-form textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #bbb;
    background: #fff;
    resize: vertical;
}

.c-form input[type="radio"],
.c-form input[type="checkbox"] {
    cursor: pointer;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.c-form select {
    padding: 7px 5px;
}

/**
 * layout
 */
.c-form__header {
    border-bottom: 1px solid #bbb;
    padding: 0 0 20px;
    margin: 0 0 30px;
}

.c-form__header ul {
    font-size: 1.2rem;
}

.c-form__block + .c-form__block {
    margin-top: 45px;
}

.c-form__footer {
    margin: 20px 0 0;
}

.c-form__footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.c-form__footer li {
    margin: 0 5px;
}

.c-form__error {
    background: rgba(210, 0, 0, 0.05);
    border: 1px dotted #d20000;
    color: #d20000;
    padding: 15px;
    margin: 0 0 30px;
}

/**
 * parts
 */
.c-form-require {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    background: #d20000;
    padding: 5px;
    margin: -2px 0 0 10px;
}

.c-form-zipsearch {
    font-size: 1.2rem;
    border: 1px solid #bbb;
    background: #f3f3f3;
    border-radius: 5px;
    height: 40px;
    width: 150px;
    margin: 0 0 0 5px;
}

.c-form-caution {
    font-size: 1.2rem;
    margin: 5px 0 15px;
}

.c-heading {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    margin: 0 0 20px;
}

.c-heading--closely {
    text-align: center;
    letter-spacing: 0.125em;
    text-indent: 0.125em;
}

.c-heading--sm {
    font-size: 2.6rem;
}

.c-heading--white {
    color: #fff;
}

.c-heading .icon-pvp img {
    width: auto !important;
    margin-bottom: 7px;
    vertical-align: middle;
}

.c-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.0rem;
    font-weight: bold;
    padding: .125em .5em .0625em;
    color: #fff;
    background: #222;
    margin: 0 0 0 .75em;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
}

.c-icon--new {
    background-color: #d20000;
    margin: 0 .5em 0 0;
}

.c-icon--border {
    background: transparent;
    color: #222;
    border: 1px solid #222;
    margin: 0 .5em 0 0;
}

.c-icon-blank {
    margin: 0 0 0 5px;
}

.c-icon-blank img {
    width: 12px;
}

.c-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 56.25%;
    background: #222;
}

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

/**
 * regurtion
 */
/**
 * init
 */
/**
 * block
 */
.c-news-block__anchor {
    background: #f0f0f0;
    display: block;
    height: 100%;
    padding: 0 15px 15px;
}

.c-news-block__pic {
    margin: 0 -15px 15px;
    padding: 0 0 75%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    overflow: hidden;
}

.c-news-block__pic img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -o-object-position: center center;
    object-position: center center;
}

.c-news-block__pic2 {
    margin: 0 -15px 15px;
    padding: 0;
    background: none !important;
    overflow: hidden;
}

.c-news-block__pic2 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -o-object-position: center center;
    object-position: center center;
}

.c-news-block--label .c-news-block__pic {
    padding: 10px 10px 0;
}

.c-news-block__attr,
.c-news-block__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px 0 0;
}

.c-news-block__attr li,
.c-news-block__category li {
    font-size: 1.1rem;
    line-height: 1;
    padding: .375em .75em .25em;
    background: #fff;
    margin: 0 5px 5px 0;
}

.c-news-block__time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}

.c-news-block__title {
    font-weight: bold;
}

.c-news-block__caption {
    font-size: 1.3rem;
    margin: 10px 0 0;
}

/**
 * list
 */
.c-news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
}

.c-news-list li + li {
    border-top: 1px dotted #ddd;
}

.c-news-list time {
    font-weight: bold;
    padding: 0 1em 0 0;
}

.c-pager {
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-pager__anchor {
    overflow: hidden;
    display: block;
    width: calc((100% - 100px) * .5);
    padding-top: 33px;
    padding-bottom: 30px;
}

.c-pager__anchor--prev {
    padding-right: 15px;
    text-align: center;
}

.c-pager__anchor--next {
    padding-left: 15px;
    text-align: center;
    margin-left: auto;
}

.c-pager__anchor--back {
    width: 100px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.c-pager span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.c-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-pagination a {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    padding: 1em 1.25em;
    border: 1px solid #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
}

.c-pagination a.is-current {
    background: #222;
    color: #fff;
}

.c-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-tab li {
    cursor: pointer;
    width: 50%;
    min-height: 60px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #009fe8;
    border: 1px solid #009fe8;
    background: #fff;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-tab li:first-of-type {
    border-radius: 8px 0 0 8px;
}

.c-tab li:last-of-type {
    border-radius: 0 8px 8px 0;
}

.c-tab li.is-selected {
    color: #fff;
    background: #009fe8;
}

.c-title {
    position: relative;
}

.c-title__text {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.25;
    padding: 0 5vw;
    color: #fff;
    text-align: center;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    width: 100%;
    position: absolute;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    z-index: 2;
}

.c-title__pic {
    height: 200px;
    overflow: hidden;
}

.c-title__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -o-object-position: center center;
    object-position: center center;
}

.c-title__pic--lg {
    height: 370px;
}

.c-title__pic:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.4);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.c-topicpath {
    border-top: 1px solid #ddd;
    padding: 10px 30px;
}

.c-topicpath ol {
    font-size: 1.2rem;
}

.c-topicpath li {
    display: inline;
}

.c-topicpath li:first-of-type img {
    width: 14px;
}

.c-topicpath li:not(:last-of-type):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .5em;
    height: .5em;
    margin: 0 .375em 0 .625em;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.u-underline,
.c-topicpath a {
    text-decoration: underline;
}

.u-serif {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/**
 * views
 */
@media (max-width: 900px) {

    html,
    body {
        width: 100%;
        height: 100%;
    }

    .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 60px;
    }

    .swiper-pagination-wrapper {
        margin-top: 30px;
    }

    .swiper-controls {
        width: 62px;
    }

    .swiper-prev,
    .swiper-next {
        width: 30px;
        height: 30px;
    }

    .l-footer {
        padding: 20px 15px 15px;
        display: block;
        text-align: center;
    }

    .l-footer__pagetop {
        right: 10px;
    }

    .l-footer__blank {
        font-weight: bold;
    }

    .l-footer__credit {
        margin: 1.5em 0 0;
    }

    .l-footer__credit ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .l-header {
        width: 100%;
        height: 55px;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3000;
    }

    .l-header__logo {
        width: 135px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 11px auto auto;
    }

    .l-header__logo img {
        -webkit-transform: translate(-2.5%, 0);
        transform: translate(-2.5%, 0);
    }

    .l-header__menu {
        width: 100%;
        height: calc(100% - 55px);
        background: #009fe8;
        position: fixed;
        left: 0;
        top: 55px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        -webkit-transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, opacity 0.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0.125s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, opacity 0.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0.125s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0.125s;
        transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0.125s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        visibility: hidden;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    .is-menu-open .l-header__menu {
        -webkit-transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        visibility: visible;
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    .l-header__switch {
        display: none;
    }

    .l-header__lang {
        display: none;
    }

    .l-header__hamb {
        width: 55px;
        height: 55px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
    }

    .l-header__hamb span {
        display: block;
        width: 22px;
        height: 2px;
        background: #222;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: transform 0.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: transform 0.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    }

    .l-header__hamb span:nth-of-type(1) {
        -webkit-transform: translate(0, -7px);
        transform: translate(0, -7px);
    }

    .is-menu-open .l-header__hamb span:nth-of-type(1) {
        -webkit-transform: translate(0, 0) rotate(135deg);
        transform: translate(0, 0) rotate(135deg);
    }

    .is-menu-open .l-header__hamb span:nth-of-type(2) {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 0;
    }

    .l-header__hamb span:nth-of-type(3) {
        -webkit-transform: translate(0, 7px);
        transform: translate(0, 7px);
    }

    .is-menu-open .l-header__hamb span:nth-of-type(3) {
        -webkit-transform: translate(0, 0) rotate(45deg);
        transform: translate(0, 0) rotate(45deg);
    }

    .l-header-menu__item + .l-header-menu__item,
    .l-header-child__item + .l-header-menu__item,
    .l-header-menu__item + .l-header-child__item,
    .l-header-child__item + .l-header-child__item {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .l-header-menu__item a,
    .l-header-child__item a {
        display: block;
        font-size: 1.7rem;
        letter-spacing: .125em;
        color: #fff;
        padding: 22px 20px 18px;
    }

    .l-header-child {
        border-top: 1px dotted rgba(255, 255, 255, 0.15);
    }

    .l-header-child__item + .l-header-child__item {
        border: none;
    }

    .l-header-child__item a {
        font-size: 1.5rem;
        font-weight: normal;
        padding: 12px 20px 10px 40px;
    }

    .l-header-child__item:first-of-type a {
        padding-top: 18px;
    }

    .l-header-child__item:last-of-type a {
        padding-bottom: 18px;
    }

    .l-header-select {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        color: #fff;
        text-align: center;
        padding: 0 0 20px;
    }

    .l-header-select dt {
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.125em;
        text-indent: 0.125em;
        padding: 20px 0 5px;
    }

    .l-header-select dd {
        margin: 10px 0 0;
    }

    .l-header-select a {
        display: inline-block;
        font-size: 1.4rem;
        line-height: 1;
        color: #fff;
        border: 1px solid #fff;
        padding: .5em 1.25em;
        border-radius: 1em;
        min-width: 145px;
    }

    .l-wrapper {
        padding: 55px 0 0;
    }

    .p-contact__container {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-contact__container {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-error-404 {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-error-404 {
        margin-top: 60px;
        margin-bottom: 45px;
    }

    .p-error-404__title {
        font-size: 1.9rem;
        margin: 0 0 15px;
    }

    .p-error-404__tagline {
        font-size: 3.5rem;
        margin: 15px 0 0;
    }

    .p-farmers-intro {
        padding: 20px 0;
        text-align: left;
    }

    .p-farmers-intro__container {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-farmers-news {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-farmers-news {
        margin-top: 30px;
    }

    .p-farmers-contents {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-farmers-contents {
        margin-top: 45px;
    }

    .p-farmers-bnr {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-farmers-bnr {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .p-global-section {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-global-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .p-global-section figure {
        margin: 20px 0;
    }

    .p-global-section__row {
        display: block;
        margin: 0;
    }

    .p-global-section__row figure {
        width: auto;
    }

    .p-global-section__subtitle {
        margin: 20px 0 5px;
    }

    .p-guide-material__container {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-guide-material__container {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-guide-material-ad {
        margin: 45px 0 0;
    }

    .p-guide-material-ad__title {
        font-size: 1.7rem;
    }

    .p-guide-material-ad__container {
        display: block;
    }

    .p-guide-material-ad__block {
        width: auto;
    }

    .p-guide-material-order {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-guide-material-order {
        margin-top: 30px;
        padding: 5vw;
    }

    .p-guide-material-order__h1 {
        font-size: 1.8rem;
    }

    .p-guide-material-order table {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .p-guide-material-order th,
    .p-guide-material-order td {
        display: block;
        text-align: left;
        border: 1px solid #ddd;
    }

    .p-guide-material-order th {
        padding: 15px;
        background: #f0f0f0;
    }

    .p-guide-material-order td {
        border-top: none;
        border-bottom: none;
        padding: 10px 10px 0;
    }

    .p-guide-material-order td:last-of-type {
        padding-bottom: 10px;
    }

    .p-guide-products__container {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-guide-products__container {
        margin-top: 30px;
    }

    .p-guide-products-tab {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .p-guide-products-tab {
        margin-bottom: 30px;
    }

    .p-guide-products-catalog__container {
        display: block;
    }

    .p-guide-products-catalog__block {
        margin: 30px 0 0;
    }

    .p-guide-products-catalog__pic {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    .p-guide-products-catalog__cont {
        font-size: 1.3rem;
    }

    .p-guide-products-catalog__title {
        font-size: 1.5rem;
    }

    .p-guide-products-icon {
        font-size: 1.0rem;
    }

    .p-guide-products-date {
        padding: 0 0 10px;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .p-guide-products-summary2 {
        padding: 15px;
        margin: 30px 0 0;
        display: block;
    }

    .p-guide-products-summary2 dl {
        width: auto;
    }

    .p-guide-products-summary2 dl + dl {
        margin-top: 15px;
    }

    .p-guide-products-summary2 dd {
        display: block;
    }

    .p-guide-products-summary2 figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    .p-guide-products-summary2 p {
        font-size: 1.3rem;
        padding: 10px 0 0;
    }

    .p-guide-products-log {
        margin: 30px 0 0;
    }

    .p-guide-products-log__container {
        display: block;
        margin: 30px 0 0;
    }

    .p-guide-products-log__block {
        width: auto;
        font-size: 1.3rem;
    }
    
    .p-guide-products-catalog__block .products-icon-pvp img {
            width: auto !important;
            margin-left: 5px;
            vertical-align: top;
        }

    .p-guide-products-log__block + .p-guide-products-log__block {
        margin-top: 30px;
    }

    .p-guide-products-log__pic {
        width: 40%;
    }

    .p-guide-products-log__title {
        font-size: 1.8rem;
    }

    .p-guide-products-order {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-guide-products-order {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-guide-products-order__container {
        padding: 5vw;
    }

    .p-guide-products-order__h1 {
        font-size: 1.8rem;
    }

    .p-guide-products-order table {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .p-guide-products-order th,
    .p-guide-products-order td {
        display: block;
        text-align: left;
        border: 1px solid #ddd;
    }

    .p-guide-products-order th {
        padding: 15px;
        background: #f0f0f0;
    }

    .p-guide-products-order td {
        border-top: none;
        border-bottom: none;
        padding: 10px 10px 0;
    }

    .p-guide-products-order td:last-of-type {
        padding-bottom: 10px;
    }

    .p-guide-intro {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-guide-intro {
        margin-top: 30px;
    }

    .p-guide-contents {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-guide-contents {
        margin-top: 30px;
    }

    .p-guide-quality {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-guide-quality {
        padding-top: 55px;
    }

    .p-guide-order {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-guide-order {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-guide-order__container {
        padding: 5vw;
    }

    .p-guide-order__h1 {
        font-size: 1.8rem;
    }

    .p-guide-order table {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .p-guide-order th,
    .p-guide-order td {
        display: block;
        text-align: left;
        border: 1px solid #ddd;
    }

    .p-guide-order th {
        padding: 15px;
        background: #f0f0f0;
    }

    .p-guide-order td {
        border-top: none;
        border-bottom: none;
        padding: 10px 10px 0;
    }

    .p-guide-order td:last-of-type {
        padding-bottom: 10px;
    }

    .p-mushroom-section {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-mushroom-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .p-mushroom-section figure {
        margin: 20px 0;
    }

    .p-mushroom-section ul {
        display: block;
        margin: 15px 0 0;
    }

    .p-mushroom-section li {
        margin: 0;
    }

    .p-mushroom-section li + li {
        margin-top: 10px;
    }

    .p-mypage__container {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-mypage__container {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-mypage__pagination {
        margin: 20px 0 0;
    }

    .p-mypage-news,
    .p-mypage-bnr,
    .p-mypage-movie,
    .p-mypage-tech,
    .p-mypage-manual,
    .p-mypage-ec,
    .p-mypage-order {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-mypage-news,
    .p-mypage-bnr,
    .p-mypage-movie,
    .p-mypage-tech,
    .p-mypage-manual,
    .p-mypage-ec,
    .p-mypage-order {
        margin-top: 30px;
    }

    .p-mypage-ec ul {
        display: block;
    }

    .p-mypage-ec li {
        margin: 0;
    }

    .p-mypage-ec li + li {
        margin-top: 15px;
    }

    .p-mypage-order {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-mypage-order {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-mypage-order__container {
        padding: 5vw;
    }

    .p-mypage-order__h1 {
        font-size: 1.8rem;
    }

    .p-mypage-order table {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .p-mypage-order th,
    .p-mypage-order td {
        display: block;
        text-align: left;
        border: 1px solid #ddd;
    }

    .p-mypage-order th {
        padding: 15px;
        background: #f0f0f0;
    }

    .p-mypage-order td {
        border-top: none;
        border-bottom: none;
        padding: 10px 10px 0;
    }

    .p-mypage-order td:last-of-type {
        padding-bottom: 10px;
    }

    .p-news-index {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-news-index {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-news-index__list {
        margin: 15px 0 0;
    }

    .p-news-index__pagination {
        margin: 15px 0 0;
    }

    .p-news-article {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-news-article {
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .p-news-article__header {
        padding: 0 0 15px;
        margin: 0 0 18px;
    }

    .p-news-article__time {
        font-size: 1.3rem;
    }

    .p-news-article__title {
        font-size: 2.6rem;
    }

    .p-news-article__list {
        margin: 30px 0;
    }

    .p-news-article__footer {
        margin: 20px 0 0;
    }

    .p-convention__container {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-convention__container {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-convention-intro dl {
        padding: 15px;
        display: block;
    }

    .p-convention-intro dt {
        text-align: center;
    }

    .p-convention-activity {
        margin: 15px 0 0;
    }

    .p-convention-activity__block {
        padding: 15px;
    }

    .p-convention-history {
        margin: 30px 0 0;
    }

    .p-convention-history__pic {
        display: block;
        margin: 0 0 15px;
    }

    .p-convention-history__pic div {
        width: auto;
    }

    .p-convention-history__pic div + div {
        margin-top: 15px;
    }

    .p-convention-history th,
    .p-convention-history td {
        font-size: 1.3rem;
    }

    .p-convention-history th {
        padding: 7px;
    }

    .p-convention-history td {
        padding: 7px;
    }

    .p-convention-branch {
        margin: 30px 0 0;
    }

    .p-label-intro {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-label-intro {
        padding-top: 25px;
        padding-bottom: 25px;
        background-size: cover;
        background-position: center center;
    }

    .p-label-intro p {
        font-size: 1.4rem;
    }

    .p-label-toolbar {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-label-index {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-label-index {
        margin-top: 15px;
    }

    .p-label-index__pagination {
        margin: 30px 0 0;
    }

    .p-label-article {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-label-article {
        margin-top: 25px;
    }

    .p-label-inquiry {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-label-inquiry {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .p-label-inquiry__container {
        padding: 5vw;
    }

    .p-label-inquiry__title {
        font-size: 2.2rem;
        margin: 0 0 5vw;
    }

    .p-sunmush-intro {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-sunmush-intro {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-sunmush-intro dl {
        padding: 15px;
        display: block;
    }

    .p-sunmush-intro dt {
        text-align: center;
    }

    .p-sunmush-guide,
    .p-sunmush-member {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-sunmush-guide,
    .p-sunmush-member {
        margin-top: 30px;
    }

    .p-sunmush-guide p,
    .p-sunmush-member p {
        font-size: 1.4rem;
        text-align: left;
        margin: 15px 0;
    }

    .p-sunmush-member {
        margin-bottom: 45px;
    }

    .p-backup__container {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-backup__container {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-backup-intro dl {
        padding: 15px;
        display: block;
    }

    .p-backup-intro dt {
        text-align: center;
    }

    .p-backup-factory {
        margin: 30px 0 0;
    }

    .p-backup-network {
        margin: 30px 0 0;
    }

    .p-backup-network__container {
        display: block;
    }

    .p-backup-network__pic {
        width: 250px;
        margin: 0 auto;
    }

    .p-backup-network__cont {
        padding: 0;
        margin: 15px 0 0;
    }

    .p-case-intro {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-case-intro {
        margin-top: 25px;
    }

    .p-case-intro p {
        font-size: 1.4rem;
    }

    .p-case-index {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-case-index {
        margin-top: 25px;
        margin-bottom: 45px;
    }

    .p-case-index__pagination {
        margin: 30px 0 0;
    }

    .p-case-article {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-case-article {
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .p-company__container {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-company__container {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-company-pic {
        margin: 20px -5vw 30px;
    }

    .p-company-block {
        padding: 15px;
    }

    .p-farming__container {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-farming__container {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-farming-intro {
        margin: 30px 0 0;
        display: block;
    }

    .p-farming-intro__pic {
        width: 250px;
        margin: 15px auto 0;
    }

    .p-farming-intro__cont {
        padding: 0;
        margin: 15px 0 0;
    }

    .p-farming-tab {
        margin: 30px 0 20px;
    }

    .p-material__container {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-material__container {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-material__section + .p-material__section {
        margin-top: 30px;
    }

    .p-material-gallery__block {
        width: calc(50% - 1.25vw);
        margin: 15px 0 0;
    }

    .p-material-gallery__block:nth-of-type(1),
    .p-material-gallery__block:nth-of-type(2) {
        margin-top: 0;
    }

    .p-organization__container {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-organization__container {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-organization-pic {
        margin: 20px -5vw 30px;
    }

    .p-organization-block {
        padding: 15px;
    }

    .p-owner__container {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-owner__container {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-owner-pic {
        margin: 20px -5vw 30px;
    }

    .p-owner-block {
        padding: 15px;
    }

    .p-owner-type {
        display: block;
    }

    .p-owner-type__block {
        width: auto;
    }

    .p-owner-type__block + .p-owner-type__block {
        margin-top: 30px;
    }

    .p-support__container {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-support__container {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .p-support-share {
        margin: 30px 0 0;
    }

    .p-support-beginner {
        margin: 30px 0 0;
    }

    .p-support-case {
        margin: 30px 0 0;
    }

    .p-support-case__block-anchor {
        padding: 0 10px 10px;
        display: block;
        font-size: 1.3rem;
        text-align: justify;
    }

    .p-support-case__block-pic {
        margin: 0 -10px;
    }

    .p-support-case__block-pic figcaption {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
    }

    .p-support-case__block-cont {
        padding: 0;
    }

    .p-support-case__block-title {
        font-size: 1.5rem;
        margin: .5em 0 .5em;
    }

    .p-support-howto {
        margin: 30px 0 0;
    }

    .p-support-inquiry {
        padding: 5vw;
        margin: 45px auto 0;
    }

    .p-support-inquiry__title {
        font-size: 1.8rem;
    }

    .p-support-inquiry p {
        font-size: 3.5rem;
    }

    .p-top-kv {
        position: relative;
    }

    .p-top-kv__slider .swiper-slide {
        overflow: hidden;
        height: 75vw;
    }

    .p-top-kv__slider .swiper-slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover;";
        -o-object-position: center center;
        object-position: center center;
    }

    .p-top-kv__tagline {
        position: absolute;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
        top: 25vw;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .p-top-kv__tagline span {
        background: rgba(0, 159, 232, 0.75);
        color: #fff;
        margin: 1.25vw 0;
        display: block;
        font-size: 5vw;
        line-height: 1;
        text-align: center;
        letter-spacing: 0.125em;
        text-indent: 0.125em;
        white-space: nowrap;
        padding: 2.5vw;
    }

    .p-top-kv__content {
        padding: 5vw;
        background: #009fe8;
    }

    .p-top-kv__content-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
    }

    .p-top-kv__content-block + .p-top-kv__content-block {
        margin-top: 5vw;
    }

    .p-top-kv__content-pic {
        overflow: hidden;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
        flex: 0 0 30vw;
        min-height: 25vw;
    }

    .p-top-kv__content-pic img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover;";
        -o-object-position: center center;
        object-position: center center;
    }

    .p-top-kv__content-cont {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 15px;
        font-size: 1.3rem;
        line-height: 1.5;
    }

    .p-top-kv__content-title {
        font-size: 1.5rem;
        margin: 0 0 5px;
    }

    .p-top-kv__content-title:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: .75em;
        height: 2px;
        background: #222;
        margin: -3px 5px 0 0;
    }

    .p-top-kv__logo {
        display: none;
    }

    .p-top-kv__menu {
        display: none;
    }

    .p-top-feature {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-top-feature {
        margin-top: 5vw;
    }

    .p-top-feature__container {
        padding: 5vw;
    }

    .p-top-feature__title {
        font-size: 2.5rem;
    }

    .p-top-feature__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -2.5vw;
    }

    .p-top-feature__list li {
        width: calc(50% - 5vw);
        min-height: initial;
        border-radius: 6px;
        padding: 2.5vw;
        margin: 15px 2.5vw 0;
        font-size: 1.3rem;
    }

    .p-top-feature__list strong {
        font-size: 1.6rem;
        margin: 5px 0 0;
    }

    .p-top-feature__list span {
        font-size: 3.0rem;
    }

    .p-top-news {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-top-news {
        margin-top: 30px;
    }

    .p-top-bnr {
        margin: 30px 0 0;
        padding: 5vw;
    }

    .p-top-contents {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .p-top-contents {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .c-article__header {
        margin: 0 0 15px;
    }

    .c-article__title {
        font-size: 2.6rem;
    }

    .c-article__place {
        font-size: 1.4rem;
        margin: 5px 0 0;
    }

    .c-article__wysiwyg figure {
        display: block;
        margin: 0;
    }

    .c-article__wysiwyg figure div {
        width: auto;
        margin: 0 2.5vw;
    }

    .c-article__wysiwyg figure div + div {
        margin-top: 2.5rem;
    }

    .c-article__footer {
        margin: 20px 0 0;
    }

    .c-btn {
        font-size: 1.2rem;
        width: 180px;
        height: 45px;
        margin: 15px auto 0;
    }

    .c-btn:before {
        width: 20px;
        margin: 0 10px 0 -7px;
    }

    .c-btn--mt0 {
        margin-top: 0;
    }

    .c-btn--wide {
        width: 280px;
    }

    .c-contents {
        display: block;
    }

    .c-contents__block {
        width: auto;
        margin: 0;
    }

    .c-contents__block + .c-contents__block {
        margin-top: 30px;
    }

    .c-form input[type="text"].is-w25,
    .c-form input[type="number"].is-w25,
    .c-form input[type="tel"].is-w25,
    .c-form input[type="email"].is-w25,
    .c-form input[type="url"].is-w25,
    .c-form input[type="password"].is-w25,
    .c-form input[type="search"].is-w25 {
        width: 50%;
    }

    .c-form input[type="text"].is-w50,
    .c-form input[type="number"].is-w50,
    .c-form input[type="tel"].is-w50,
    .c-form input[type="email"].is-w50,
    .c-form input[type="url"].is-w50,
    .c-form input[type="password"].is-w50,
    .c-form input[type="search"].is-w50 {
        width: 100%;
    }

    .c-form__block + .c-form__block {
        margin-top: 20px;
    }

    .c-form__footer ul {
        display: block;
    }

    .c-form__footer li {
        margin: 0;
    }

    .c-form-zipsearch {
        font-size: 1.1rem;
        width: 40%;
    }

    .c-heading {
        font-size: 2.8rem;
        text-align: center;
        letter-spacing: 0.125em;
        text-indent: 0.125em;
        margin: 0 0 10px;
    }

    .c-heading--closely {
        text-align: center;
        letter-spacing: 0.0625em;
        text-indent: 0.0625em;
    }

    .c-heading--sm {
        font-size: 2.2rem;
    }

    .c-news--label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .c-news-block {
        width: auto;
    }

    .c-news-block + .c-news-block {
        margin-top: 15px;
    }

    .c-news-block--label {
        width: calc(50% - 5px);
    }

    .c-news-block--label:nth-of-type(2) {
        margin-top: 0;
    }

    .c-news-block__anchor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .c-news-block--label .c-news-block__anchor {
        display: block;
        padding: 10px 10px 15px;
    }

    .c-news-block__pic {
        background: none !important;
        padding: 0;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
        flex: 0 0 30vw;
        min-height: 25vw;
        margin: 0;
    }

    .c-news-block__pic img {
        display: block;
    }

    .c-news-block__pic2 {
        background: none !important;
        padding: 0;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
        flex: 0 0 30vw;
        min-height: 25vw;
        margin: 0;
    }

    .c-news-block--label .c-news-block__pic {
        padding: 0;
        margin-bottom: 15px;
        min-height: initial;
    }

    .c-news-block__cont {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 15px;
        font-size: 1.3rem;
    }

    .c-news-list li {
        display: block;
        padding: 15px 0;
    }

    .c-news-list time {
        display: block;
    }

    .c-pager__anchor {
        width: calc((100% - 75px) * .5);
        padding-top: 18px;
        padding-bottom: 15px;
        font-size: 1.3rem;
    }

    .c-pager__anchor--back {
        width: 75px;
    }

    .c-pagination a {
        margin: 0 2px;
    }

    .c-pagination span {
        display: none;
    }

    .c-title__text {
        font-size: 2.6rem;
        text-align: center;
        letter-spacing: 0.125em;
        text-indent: 0.125em;
    }

    .c-title__pic {
        height: 145px;
    }

    .c-title__pic--lg {
        height: 150px;
    }

    .c-topicpath {
        padding: 10px 5vw;
    }

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

@media (min-width: 901px) {

    .swiper-prev,
    .swiper-next {
        -webkit-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

    .swiper-prev:hover,
    .swiper-next:hover {
        background: #222;
    }

    .p-mushroom-parent .l-wrapper,
    .p-mushroom .l-wrapper {
        padding-top: 140px;
    }

    .p-mushroom-parent .l-wrapper,
    .p-research .l-wrapper {
        padding-top: 140px;
    }

    .p-mushroom-parent .l-wrapper,
    .p-technology .l-wrapper {
        padding-top: 140px;
    }

    .p-mushroom-parent .l-wrapper,
    .p-result .l-wrapper {
        padding-top: 140px;
    }

    .p-mushroom-parent .l-wrapper,
    .p-history .l-wrapper {
        padding-top: 140px;
    }

    .p-mushroom-parent .l-wrapper,
    .p-future .l-wrapper {
        padding-top: 140px;
    }

    .p-mushroom-parent .l-wrapper,
    .p-laboratory .l-wrapper {
        padding-top: 140px;
    }

    .p-mushroom-parent .l-wrapper,
    .p-guidelines .l-wrapper {
        padding-top: 140px;
    }

    .p-farmers-parent .l-wrapper,
    .p-farmers .l-wrapper {
        padding-top: 140px;
    }

    .p-farmers-parent .l-wrapper,
    .p-sunmush .l-wrapper {
        padding-top: 140px;
    }

    .p-farmers-parent .l-wrapper,
    .p-guide .l-wrapper {
        padding-top: 140px;
    }

    .p-farmers-parent .l-wrapper,
    .p-support .l-wrapper {
        padding-top: 140px;
    }

    .p-farmers-parent .l-wrapper,
    .p-mypage .l-wrapper {
        padding-top: 140px;
    }

    .p-hobby-parent .l-wrapper,
    .p-hobby .l-wrapper {
        padding-top: 140px;
    }

    .p-hobby-parent .l-wrapper,
    .p-trivia .l-wrapper {
        padding-top: 140px;
    }

    .p-hobby-parent .l-wrapper,
    .p-contest .l-wrapper {
        padding-top: 140px;
    }

    .p-hobby-parent .l-wrapper,
    .p-recipe .l-wrapper {
        padding-top: 140px;
    }

    .p-career-parent .l-wrapper,
    .p-career .l-wrapper {
        padding-top: 140px;
    }

    .p-career-parent .l-wrapper,
    .p-recruit .l-wrapper {
        padding-top: 140px;
    }

    .p-career-parent .l-wrapper,
    .p-interview .l-wrapper {
        padding-top: 140px;
    }

    .p-corporate-parent .l-wrapper,
    .p-corporate .l-wrapper {
        padding-top: 140px;
    }

    .p-corporate-parent .l-wrapper,
    .p-overview .l-wrapper {
        padding-top: 140px;
    }

    .p-corporate-parent .l-wrapper,
    .p-awards .l-wrapper {
        padding-top: 140px;
    }

    .p-corporate-parent .l-wrapper,
    .p-office .l-wrapper {
        padding-top: 140px;
    }

    .p-corporate-parent .l-wrapper,
    .p-sustainability .l-wrapper {
        padding-top: 140px;
    }

    .p-contact-parent .l-wrapper,
    .p-contact .l-wrapper {
        padding-top: 140px;
    }

    .p-contact-parent .l-wrapper,
    .p-link .l-wrapper {
        padding-top: 140px;
    }

    .p-contact-parent .l-wrapper,
    .p-sitepolicy .l-wrapper {
        padding-top: 140px;
    }

    .p-contact-parent .l-wrapper,
    .p-privacy .l-wrapper {
        padding-top: 140px;
    }

    .p-top .l-header-menu__item--top > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-top .l-header-menu__item--top > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-mushroom-parent .l-header-menu__item--mushroom-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-mushroom-parent .l-header-menu__item--mushroom-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-mushroom .l-header-menu__item--mushroom-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-mushroom .l-header-menu__item--mushroom-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-mushroom .l-header-menu__item--mushroom > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-mushroom .l-header-menu__item--mushroom > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-research .l-header-menu__item--mushroom-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-research .l-header-menu__item--mushroom-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-research .l-header-menu__item--research > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-research .l-header-menu__item--research > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-technology .l-header-menu__item--mushroom-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-technology .l-header-menu__item--mushroom-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-technology .l-header-menu__item--technology > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-technology .l-header-menu__item--technology > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-result .l-header-menu__item--mushroom-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-result .l-header-menu__item--mushroom-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-result .l-header-menu__item--result > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-result .l-header-menu__item--result > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-history .l-header-menu__item--mushroom-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-history .l-header-menu__item--mushroom-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-history .l-header-menu__item--history > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-history .l-header-menu__item--history > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-future .l-header-menu__item--mushroom-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-future .l-header-menu__item--mushroom-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-future .l-header-menu__item--future > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-future .l-header-menu__item--future > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-laboratory .l-header-menu__item--mushroom-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-laboratory .l-header-menu__item--mushroom-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-laboratory .l-header-menu__item--laboratory > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-laboratory .l-header-menu__item--laboratory > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-guidelines .l-header-menu__item--mushroom-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-guidelines .l-header-menu__item--mushroom-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-guidelines .l-header-menu__item--guidelines > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-guidelines .l-header-menu__item--guidelines > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-farmers-parent .l-header-menu__item--farmers-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-farmers-parent .l-header-menu__item--farmers-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-farmers .l-header-menu__item--farmers-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-farmers .l-header-menu__item--farmers-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-farmers .l-header-menu__item--farmers > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-farmers .l-header-menu__item--farmers > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-sunmush .l-header-menu__item--farmers-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-sunmush .l-header-menu__item--farmers-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-sunmush .l-header-menu__item--sunmush > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-sunmush .l-header-menu__item--sunmush > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-guide .l-header-menu__item--farmers-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-guide .l-header-menu__item--farmers-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-guide .l-header-menu__item--guide > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-guide .l-header-menu__item--guide > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-support .l-header-menu__item--farmers-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-support .l-header-menu__item--farmers-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-support .l-header-menu__item--support > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-support .l-header-menu__item--support > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-mypage .l-header-menu__item--farmers-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-mypage .l-header-menu__item--farmers-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-mypage .l-header-menu__item--mypage > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-mypage .l-header-menu__item--mypage > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-global .l-header-menu__item--global > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-global .l-header-menu__item--global > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-hobby-parent .l-header-menu__item--hobby-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-hobby-parent .l-header-menu__item--hobby-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-hobby .l-header-menu__item--hobby-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-hobby .l-header-menu__item--hobby-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-hobby .l-header-menu__item--hobby > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-hobby .l-header-menu__item--hobby > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-trivia .l-header-menu__item--hobby-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-trivia .l-header-menu__item--hobby-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-trivia .l-header-menu__item--trivia > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-trivia .l-header-menu__item--trivia > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-contest .l-header-menu__item--hobby-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-contest .l-header-menu__item--hobby-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-contest .l-header-menu__item--contest > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-contest .l-header-menu__item--contest > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-recipe .l-header-menu__item--hobby-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-recipe .l-header-menu__item--hobby-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-recipe .l-header-menu__item--recipe > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-recipe .l-header-menu__item--recipe > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-career-parent .l-header-menu__item--career-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-career-parent .l-header-menu__item--career-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-career .l-header-menu__item--career-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-career .l-header-menu__item--career-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-career .l-header-menu__item--career > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-career .l-header-menu__item--career > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-recruit .l-header-menu__item--career-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-recruit .l-header-menu__item--career-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-recruit .l-header-menu__item--recruit > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-recruit .l-header-menu__item--recruit > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-interview .l-header-menu__item--career-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-interview .l-header-menu__item--career-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-interview .l-header-menu__item--interview > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-interview .l-header-menu__item--interview > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-corporate-parent .l-header-menu__item--corporate-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-corporate-parent .l-header-menu__item--corporate-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-corporate .l-header-menu__item--corporate-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-corporate .l-header-menu__item--corporate-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-corporate .l-header-menu__item--corporate > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-corporate .l-header-menu__item--corporate > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-overview .l-header-menu__item--corporate-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-overview .l-header-menu__item--corporate-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-overview .l-header-menu__item--overview > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-overview .l-header-menu__item--overview > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-awards .l-header-menu__item--corporate-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-awards .l-header-menu__item--corporate-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-awards .l-header-menu__item--awards > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-awards .l-header-menu__item--awards > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-office .l-header-menu__item--corporate-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-office .l-header-menu__item--corporate-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-office .l-header-menu__item--office > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-office .l-header-menu__item--office > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-sustainability .l-header-menu__item--corporate-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-sustainability .l-header-menu__item--corporate-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-sustainability .l-header-menu__item--sustainability > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-sustainability .l-header-menu__item--sustainability > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-contact-parent .l-header-menu__item--contact-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-contact-parent .l-header-menu__item--contact-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-contact .l-header-menu__item--contact-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-contact .l-header-menu__item--contact-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-contact .l-header-menu__item--contact > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-contact .l-header-menu__item--contact > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-link .l-header-menu__item--contact-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-link .l-header-menu__item--contact-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-link .l-header-menu__item--link > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-link .l-header-menu__item--link > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-sitepolicy .l-header-menu__item--contact-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-sitepolicy .l-header-menu__item--contact-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-sitepolicy .l-header-menu__item--sitepolicy > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-sitepolicy .l-header-menu__item--sitepolicy > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-privacy .l-header-menu__item--contact-parent > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-privacy .l-header-menu__item--contact-parent > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-privacy .l-header-menu__item--privacy > a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .p-privacy .l-header-menu__item--privacy > a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .p-mushroom-parent .l-header__child--mushroom-parent,
    .p-mushroom .l-header__child--mushroom-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-mushroom-parent .l-header__child--mushroom-parent,
    .p-research .l-header__child--mushroom-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-mushroom-parent .l-header__child--mushroom-parent,
    .p-technology .l-header__child--mushroom-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-mushroom-parent .l-header__child--mushroom-parent,
    .p-result .l-header__child--mushroom-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-mushroom-parent .l-header__child--mushroom-parent,
    .p-history .l-header__child--mushroom-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-mushroom-parent .l-header__child--mushroom-parent,
    .p-future .l-header__child--mushroom-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-mushroom-parent .l-header__child--mushroom-parent,
    .p-laboratory .l-header__child--mushroom-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-mushroom-parent .l-header__child--mushroom-parent,
    .p-guidelines .l-header__child--mushroom-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-farmers-parent .l-header__child--farmers-parent,
    .p-farmers .l-header__child--farmers-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-farmers-parent .l-header__child--farmers-parent,
    .p-sunmush .l-header__child--farmers-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-farmers-parent .l-header__child--farmers-parent,
    .p-guide .l-header__child--farmers-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-farmers-parent .l-header__child--farmers-parent,
    .p-support .l-header__child--farmers-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-farmers-parent .l-header__child--farmers-parent,
    .p-mypage .l-header__child--farmers-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-hobby-parent .l-header__child--hobby-parent,
    .p-hobby .l-header__child--hobby-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-hobby-parent .l-header__child--hobby-parent,
    .p-trivia .l-header__child--hobby-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-hobby-parent .l-header__child--hobby-parent,
    .p-contest .l-header__child--hobby-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-hobby-parent .l-header__child--hobby-parent,
    .p-recipe .l-header__child--hobby-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-career-parent .l-header__child--career-parent,
    .p-career .l-header__child--career-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-career-parent .l-header__child--career-parent,
    .p-recruit .l-header__child--career-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-career-parent .l-header__child--career-parent,
    .p-interview .l-header__child--career-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-corporate-parent .l-header__child--corporate-parent,
    .p-corporate .l-header__child--corporate-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-corporate-parent .l-header__child--corporate-parent,
    .p-overview .l-header__child--corporate-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-corporate-parent .l-header__child--corporate-parent,
    .p-awards .l-header__child--corporate-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-corporate-parent .l-header__child--corporate-parent,
    .p-office .l-header__child--corporate-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-corporate-parent .l-header__child--corporate-parent,
    .p-sustainability .l-header__child--corporate-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-contact-parent .l-header__child--contact-parent,
    .p-contact .l-header__child--contact-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-contact-parent .l-header__child--contact-parent,
    .p-link .l-header__child--contact-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-contact-parent .l-header__child--contact-parent,
    .p-sitepolicy .l-header__child--contact-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-contact-parent .l-header__child--contact-parent,
    .p-privacy .l-header__child--contact-parent {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .p-top .l-wrapper {
        padding-top: 0;
    }

    .p-top .l-header {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transition: opacity 1.25s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        transition: opacity 1.25s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        transition: opacity 1.25s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        transition: opacity 1.25s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    }

    .is-kv-over .p-top .l-header {
        opacity: 1;
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }

    .l-header {
        width: 100%;
        padding: 0 20px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        left: 0;
        top: 0;
    }

    .l-header__logo {
        width: 90px;
    }

    .l-header__menu {
        padding: 0 15px;
        margin: 0 auto;
    }

    .l-header__child {
        width: 100%;
        background: #009fe8;
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 1;
        -webkit-transition: visibility 0s ease .25s, opacity .25s ease 0s, -webkit-transform .25s ease 0s;
        transition: visibility 0s ease .25s, opacity .25s ease 0s, -webkit-transform .25s ease 0s;
        transition: visibility 0s ease .25s, transform .25s ease 0s, opacity .25s ease 0s;
        transition: visibility 0s ease .25s, transform .25s ease 0s, opacity .25s ease 0s, -webkit-transform .25s ease 0s;
        visibility: hidden;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }

    .l-header-menu__item:hover .l-header__child {
        z-index: 2;
        -webkit-transition: visibility 0s ease 0s, opacity .25s ease 0s, -webkit-transform .25s ease 0s;
        transition: visibility 0s ease 0s, opacity .25s ease 0s, -webkit-transform .25s ease 0s;
        transition: visibility 0s ease 0s, transform .25s ease 0s, opacity .25s ease 0s;
        transition: visibility 0s ease 0s, transform .25s ease 0s, opacity .25s ease 0s, -webkit-transform .25s ease 0s;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .l-header__switch {
        position: relative;
    }

    .l-header__lang {
        min-width: 100%;
        position: absolute;
        top: 40px;
        right: 0;
        -webkit-transition: visibility 0s ease .25s, opacity .25s ease 0s, -webkit-transform .25s ease 0s;
        transition: visibility 0s ease .25s, opacity .25s ease 0s, -webkit-transform .25s ease 0s;
        transition: visibility 0s ease .25s, transform .25s ease 0s, opacity .25s ease 0s;
        transition: visibility 0s ease .25s, transform .25s ease 0s, opacity .25s ease 0s, -webkit-transform .25s ease 0s;
        visibility: hidden;
        -webkit-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
        z-index: 3;
    }

    .l-header__lang.is-open {
        -webkit-transition: visibility 0s ease 0s, opacity .25s ease 0s, -webkit-transform .25s ease 0s;
        transition: visibility 0s ease 0s, opacity .25s ease 0s, -webkit-transform .25s ease 0s;
        transition: visibility 0s ease 0s, transform .25s ease 0s, opacity .25s ease 0s;
        transition: visibility 0s ease 0s, transform .25s ease 0s, opacity .25s ease 0s, -webkit-transform .25s ease 0s;
        visibility: visible;
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
        opacity: 1;
    }

    .l-header__hamb {
        display: none;
    }

    .l-header-menu,
    .l-header-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .l-header-menu__item,
    .l-header-child__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .l-header-menu__item + .l-header-menu__item,
    .l-header-child__item + .l-header-menu__item,
    .l-header-menu__item + .l-header-child__item,
    .l-header-child__item + .l-header-child__item {
        margin: 0 0 0 2vw;
    }

    .l-header-menu__item + .l-header-menu__item:before,
    .l-header-child__item + .l-header-menu__item:before,
    .l-header-menu__item + .l-header-child__item:before,
    .l-header-child__item + .l-header-child__item:before {
        content: '';
        display: block;
        width: 1px;
        height: 1em;
        background: #bbb;
        -webkit-transform: rotate(45deg) translate(-0.75vw, 0.75vw);
        transform: rotate(45deg) translate(-0.75vw, 0.75vw);
    }

    .l-header-menu__item a,
    .l-header-child__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 80px;
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.125em;
        text-indent: 0.125em;
        position: relative;
    }

    .l-header-menu__item a:before,
    .l-header-child__item a:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 3px 5px 3px;
        border-color: transparent transparent #009fe8 transparent;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -3px;
        -webkit-transition: opacity 0.0625s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.125s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: opacity 0.0625s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.125s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: transform 0.125s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.0625s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: transform 0.125s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.0625s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.125s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }

    .l-header-menu__item a:hover:before,
    .l-header-child__item a:hover:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .l-header-menu__item a:after,
    .l-header-child__item a:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #009fe8;
        position: absolute;
        bottom: 20px;
        left: 0;
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

    .l-header-menu__item a:hover:after,
    .l-header-child__item a:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .l-header-child {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .l-header-child__item + .l-header-child__item:before {
        background-color: #fff;
    }

    .l-header-child__item a {
        height: 60px;
        color: #fff;
    }

    .l-header-child__item a:before {
        border-bottom-color: #fff;
        bottom: 15px;
    }

    .l-header-child__item a:after {
        background-color: #fff;
        bottom: 15px;
    }

    .l-header-select {
        display: none;
    }

    .l-header-lang {
        background: #222;
    }

    .l-header-lang__item + .l-header-lang__item {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    .l-header-lang__item a {
        display: block;
        font-size: 1.2rem;
        white-space: nowrap;
        color: #fff;
        padding: 8px 12px 7px;
    }

    .l-main a {
        -webkit-transition: opacity .25s ease 0s;
        transition: opacity .25s ease 0s;
        opacity: 1;
    }

    .l-main a:hover {
        opacity: .75;
    }

    .p-contact__container {
        width: auto;
        max-width: 810px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-error-404 {
        width: auto;
        max-width: 810px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-farmers-intro__container {
        width: auto;
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-farmers-news {
        width: auto;
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-farmers-contents {
        width: auto;
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-farmers-bnr {
        width: auto;
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-global-section {
        width: auto;
        max-width: 810px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-guide-material__container {
        width: auto;
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-guide-material-ad__container:after {
        content: '';
        display: block;
        width: calc(100% / 3 - 10px);
    }

    .p-guide-material-order {
        width: auto;
        max-width: 810px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-guide-material-order table {
        width: 100%;
    }

    .p-guide-material-order th,
    .p-guide-material-order td {
        font-size: 1.3rem;
        font-weight: normal;
        text-align: left;
        border: 1px solid #ddd;
        padding: 10px;
    }

    .p-guide-material-order th {
        background: #f0f0f0;
    }

    .p-guide-products__container {
        width: auto;
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-guide-products-tab {
        width: auto;
        max-width: 810px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .p-guide-products-catalog__block {
        width: calc(50% - 20px);
        margin: 45px 0 0;
    }

    .p-guide-products-catalog__block:nth-of-type(1),
    .p-guide-products-catalog__block:nth-of-type(2) {
        margin-top: 30px;
    }

    .p-guide-products-catalog__block .products-icon-pvp img {
        width: auto !important;
        margin-left: 5px;
        vertical-align: top;
    }
    
        .p-guide-products-order {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-guide-products-order table {
            width: 100%;
        }

        .p-guide-products-order th,
        .p-guide-products-order td {
            font-size: 1.3rem;
            font-weight: normal;
            text-align: left;
            border: 1px solid #ddd;
            padding: 10px;
        }

        .p-guide-products-order th {
            background: #f0f0f0;
        }

        .p-guide-intro {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-guide-contents {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-guide-quality {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-guide-order {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-guide-order table {
            width: 100%;
        }

        .p-guide-order th,
        .p-guide-order td {
            font-size: 1.3rem;
            font-weight: normal;
            text-align: left;
            border: 1px solid #ddd;
            padding: 10px;
        }

        .p-guide-order th {
            background: #f0f0f0;
        }

        .p-mushroom-section {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-mypage__container {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-mypage-news,
        .p-mypage-bnr,
        .p-mypage-movie,
        .p-mypage-tech,
        .p-mypage-manual,
        .p-mypage-ec,
        .p-mypage-order {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-mypage-order {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-mypage-order table {
            width: 100%;
        }

        .p-mypage-order th,
        .p-mypage-order td {
            font-size: 1.3rem;
            font-weight: normal;
            text-align: left;
            border: 1px solid #ddd;
            padding: 10px;
        }

        .p-mypage-order th {
            background: #f0f0f0;
        }

        .p-news-index {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-news-article {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-convention__container {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-label-intro {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-label-toolbar {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-label-index {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-label-article {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-label-inquiry {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-sunmush-intro {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-sunmush-guide,
        .p-sunmush-member {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-backup__container {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-case-intro {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-case-index {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-case-article {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-company__container {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-farming__container {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-material__container {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-material-gallery:before,
        .p-material-gallery:after {
            content: '';
            display: block;
            width: calc(25% - 15px);
        }

        .p-material-gallery:before {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .p-material-gallery__block {
            width: calc(25% - 15px);
            margin: 30px 0 0;
        }

        .p-material-gallery__block:nth-of-type(1),
        .p-material-gallery__block:nth-of-type(2),
        .p-material-gallery__block:nth-of-type(3),
        .p-material-gallery__block:nth-of-type(4) {
            margin-top: 0;
        }

        .p-organization__container {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-owner__container {
            width: auto;
            max-width: 810px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-support__container {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-top-kv {
            position: relative;
        }

        .p-top-kv__slider .swiper-slide {
            overflow: hidden;
            height: calc(100vh - 80px);
        }

        .p-top-kv__slider .swiper-slide img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            font-family: "object-fit: cover;";
            -o-object-position: center center;
            object-position: center center;
        }

        .p-top-kv__tagline {
            padding-bottom: 306px;
            position: absolute;
            right: 50%;
            bottom: 50%;
            -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
            z-index: 2000;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .p-top-kv__tagline span {
            background: rgba(0, 159, 232, 0.75);
            color: #fff;
            margin: 5px 0;
            display: block;
            font-size: 2.8rem;
            line-height: 1;
            text-align: center;
            letter-spacing: 0.125em;
            text-indent: 0.125em;
            white-space: nowrap;
            padding: 10px;
        }

        .p-top-kv__content {
            width: 100%;
            background: rgba(34, 34, 34, 0.75);
            position: absolute;
            bottom: 80px;
            left: 0;
            z-index: 2;
            -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
            transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
            transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s, opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
            transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s, opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
            -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
            opacity: 0;
        }

        .is-complete .p-top-kv__content {
            -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
            opacity: 1;
        }

        .p-top-kv__content-inner {
            padding-top: 20px;
            padding-bottom: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .p-top-kv__content-block {
            width: calc(100% / 3 - 20px);
            color: #fff;
            font-size: 1.2rem;
        }

        .p-top-kv__content-title {
            font-size: 1.9rem;
            text-align: center;
            margin: 10px 0 5px;
        }

        .p-top-kv__logo {
            width: 90px;
            position: absolute;
            top: 13px;
            left: 20px;
            position: fixed;
            z-index: 2;
            -webkit-transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
            transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        }

        .is-kv-over .p-top-kv__logo {
            opacity: 0;
        }

        .p-top-kv__menu {
            width: 100%;
            padding: 0 20px;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
        }

        .p-top-kv__menu:before {
            content: '';
            display: block;
            width: 90px;
        }

        .p-top-kv__menu-list {
            padding: 0 15px;
            margin: 0 auto;
        }

        .p-top-kv__menu-switch {
            position: relative;
        }

        .p-top-feature {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-top-news {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .p-top-contents {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .c-article__wysiwyg a:hover {
            text-decoration: none;
        }

        .c-btn:hover {
            background: #222;
            color: #fff;
        }

        .c-btn:hover.c-btn:before {
            background: #fff;
        }

        .c-contents:after {
            content: '';
            display: block;
            width: calc(100% / 3 - 20px);
        }

        .c-contents__block {
            margin: 45px 0 0;
        }

        .c-contents__block:nth-of-type(1),
        .c-contents__block:nth-of-type(2),
        .c-contents__block:nth-of-type(3) {
            margin-top: 0;
        }

        .c-contents--col2:after {
            display: none;
        }

        .c-contents--col2 .c-contents__block {
            margin: 45px 15px 0;
        }

        .c-contents--col2 .c-contents__block:nth-of-type(1),
        .c-contents--col2 .c-contents__block:nth-of-type(2) {
            margin-top: 0;
        }

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

        .c-news:after {
            content: '';
            display: block;
            width: calc(100% / 3 - 20px);
        }

        .c-news--center {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .c-news--center:after {
            display: none;
        }

        .c-news--center .c-news-block {
            margin-right: 15px;
            margin-left: 15px;
        }

        .c-news--col2 .c-news-block {
            width: calc(50% - 20px);
        }

        .c-news--col2 .c-news-block:nth-of-type(3) {
            margin-top: 30px;
        }

        .c-news--col4:before,
        .c-news--col4:after,
        .c-news--label:before,
        .c-news--label:after {
            content: '';
            display: block;
            width: calc(25% - 10px);
        }

        .c-news--col4:before,
        .c-news--label:before {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .c-news--col4 .c-news-block,
        .c-news--label .c-news-block {
            width: calc(25% - 10px);
        }

        .c-news--col4 .c-news-block:nth-of-type(4),
        .c-news--label .c-news-block:nth-of-type(4) {
            margin-top: 0;
        }

        .c-news-block {
            width: calc(100% / 3 - 20px);
            margin: 30px 0 0;
        }

        .c-news-block:nth-of-type(1),
        .c-news-block:nth-of-type(2),
        .c-news-block:nth-of-type(3) {
            margin-top: 0;
        }

        .u-underline:hover,
        .c-topicpath a:hover {
            text-decoration: none;
        }

        .u-for-sp {
            display: none;
        }
    }

    @media (min-width: 901px) and (min-width: 901px) {
        .p-top-kv__content-inner {
            width: auto;
            max-width: 1080px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media (min-width: 901px) and (max-width: 900px) {
        .p-top-kv__content-inner {
            width: auto;
            padding-left: 5vw;
            padding-right: 5vw;
        }
    }

    /*# sourceMappingURL=../../_cache/_maps/styles.css.map */

    .fix_inquiry {
        position: fixed;
        right: 50px;
        bottom: 80px;
        z-index: 2200;
    }

    .fix_inquiry a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        width: 160px;
        height: 160px;
        color: #fff;
        line-height: 1;
        border-radius: 50%;
        background: #0096DF;
        transition: 0.3s;
    }

    @media (min-width: 769px) {
        .fix_inquiry a:hover {
            background: #EB8620;
        }
    }

    .fix_inquiry a img {
        width: 55px;
        height: auto;
        margin: 0 0 10px;
    }

    .fix_inquiry a span {
        display: block;
        line-height: 1.5;
        text-align: center;
    }

    @media (max-width: 768px) {
        .fix_inquiry {
            right: 10px;
            bottom: 10px;
        }

        .fix_inquiry a {
            width: 80px;
            height: 80px;
        }

        .fix_inquiry a img {
            width: 25px;
            margin: 0 0 5px;
        }

        .fix_inquiry a span {
            font-size: 10px;
        }
    }


/* 211202 */
.p-top-kv__logo{
	width: 160px;
}
.p-top-kv__logo .logo{
	width: 90px;
}
.p-top-kv__logo .logo-60th{
	width: 60px;
	margin-left: 10px;
}
.l-header__logo {
	width: 160px;
}
.l-header__logo .logo img{
	width: 90px;
}
.l-header__logo a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.l-header__logo .logo-60th{
	margin-left: 10px;
}
.l-header__logo .logo-60th img {
	width: 60px;
	-webkit-transform: none;
	transform: none;
}
@media (max-width: 900px) {
	.l-header__logo {
		width: 185px;
	}
	.l-header__logo .logo img{
		width: 135px;
	}
	.l-header__logo .logo-60th img {
		width: 40px;
	}
}

.slick{
	/*opacity: 0;
	transition: 3s;*/
}
.slick.show{
	opacity: 1;
}
.movie60th{
	position: relative;
	height: 837px;
}
.movie60th img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 900px) {
	.movie60th{
		height: inherit;
		padding: 0 0 76.47%;
	}
}

.p-top-kv .gif{
	position: relative;
}
.p-top-kv .gif:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(/common/images/top/texture.png) 0 0 repeat;
}
.p-top-kv .bnr60th-wrap{
	position: relative;
}
.p-top-kv .bnr60th {
	position: absolute;
	right: 0;
	bottom: 320px;
	z-index: 1000;
}
.p-top-kv .bnr60th img {
	width: inherit;
}
@media (max-width: 900px) {
	.p-top-kv .bnr60th {
		left: 0;
		right: inherit;
		bottom: 0;
	}
	.p-top-kv .bnr60th img {
		width: 90%;
		max-width: 600px;
	}
}