@charset "UTF-8";


/*@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');


/* swiper from here */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index:1
}

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

.swiper-container-vertical > .swiper-wrapper {
    flex-direction:column;
}

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

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

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

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

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

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

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

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

.swiper-container-3d {
    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 {
    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:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    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;
    transition: .3s opacity;
    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 {
    transform: scale(.33);
    position:relative;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    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;
    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%;
    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%;
    transform: translateY(-50%);
    width:8px;
}

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

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

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

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

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

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

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

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

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

.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, 0.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, 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;*/
    touch-action: none;
    background:rgba(0, 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, 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: flex;
    justify-content: 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;
    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% {
        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 {
    transition-timing-function:ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    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;
    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 {
    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;*/
    perspective: 1200px;
}

.swiper-button-prev, .swiper-container-rtl, .swiper-button-next {
    background-image:none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events:auto;
}

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

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

/* swiper end */




:root {
    /*--main-bg-color: #ECEADC;*/
    --main-bg-color: #BFA05E;
    
}


body {
	margin: 0;
	padding: 0;
    /*font-family: "Zen Maru Gothic", serif;*/
    font-family: "DotGothic16", sans-serif;
    /*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
    font-weight: 400;
    font-style: normal;
	font-weight: 400;
	text-align: center;
    background: var(--main-bg-color);
    width: 100%;
    position: relative;
    -webkit-text-size-adjust: 100%; /*iphoneでSlick.js使用時にslick動作領域の中の文字が大きくなるのを防ぐコード*/
}

body a {
    text-decoration: none;
}

*:focus {
	outline: none;
}

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

div {
    display: block;
}

p {
    padding: 0;
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;

}


#hiddenTitle {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}






/*-----------------------------------*/
/*------- Header From Here ----------*/
/*-----------------------------------*/

/*-- smart phone portrait  --*/

@media (max-width:750px) {

    .blurLayer {
        width: 100%;
        height: 44px;
        position: fixed;
        top: 0;
        left: 0;
        /*-webkit-backdrop-filter:blur(20px);
        backdrop-filter: blur(20px);*/
        z-index: 99;
    }

    header {
        width: 100%;
        /*height: 44px;*/
        height: 62px;
        background: var(--main-bg-color);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    #headerWrap {
        width: 100%;
        height: 100%;
        padding: 6px 20px 0 20px;
        position: relative;
        z-index: 4000;
    }

    #siteName {
        width: 250px;
        height: 44px;
        font-size: 17px;
        font-weight: 400;
        line-height: 250%;
        text-align: left;
        position: absolute;
        top: 0;
        z-index: 6000;
    }

    #siteName a {
        color: #ffeed1;
        display: block;
    }

    #siteName a:hover {
        color: #526B86;
    }


    #doubleLineMenu {
        display: none;
    }

    .menuButton {
        width: 46px;
        /*height: 14px;*/
        height: 62px;
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 9000;
        display: block;
    }

    .doubleLineMenuText {
        width: 46px;
        height: 15px;
        position: relative;
        top: 20px;
        right: 0;
        font-size: 12px;
        color: #ffeed1;
        margin: 0;
        padding: 0;
        letter-spacing: 0.2em;
        text-align: center;
    }

    .doubleLineMenuText::before {
        width: 46px;
        height: 15px;
        position: relative;
        top: 0;
        right: 0;
        font-size: 12px;
        color: #ffeed1;
        margin: 0;
        padding: 0;
        letter-spacing: 0.2em;
        text-align: center;
        content: "MENU";
    }

    .menuButton span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        transition: all .3s;
        z-index: 9000;
    }

    .menuButton span:nth-of-type(2) {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        position: absolute;
        top: 8px;
        transition: all .3s;
        z-index: 9000;
    }

    #doubleLineMenu:checked + .menuButton::before {
        content: "";
    }

    #doubleLineMenu:checked + .menuButton > .doubleLineMenuText::before {
        content: "CLOSE";
        position: relative;
        top: 0;
        right: 0;
        font-size: 12px;
        color: #ffeed1;
        margin: 0;
        padding: 0;
        letter-spacing: 0.2em;
        text-align: center;
    }


    #doubleLineMenu:checked + .menuButton span {
        content: "";
        transform: translateY(4px)rotate(25deg);
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        z-index: 9000;
    }

    #doubleLineMenu:checked + .menuButton span:nth-of-type(2) {
        content: "";
        transform: translateY(-4px)rotate(-25deg);
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        z-index: 9000;
    }




    

    nav {
        visibility: hidden;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5000;
        padding: 120px 100px 180px 20px;
        color: #fff;
        background: #8d7752;
        overflow-y: scroll;
        text-align: left;
        overscroll-behavior-y: contain;
    }

    #doubleLineMenu:checked ~ nav {
        visibility: visible;
    }

    #doubleLineMenu:checked ~ #siteName {
        /*background: rgba(141, 119, 82, 1);*/
        visibility: visible;
        color: #fcdea9;
        opacity: 1;
    }

    nav ul {
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 12px 12px;
    }

    nav ul li {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        font-size: 27px;
        font-weight: 400;
        line-height: 150%;
        border-radius: 0;
        /*border-right: 5px groove #8d7752;*/
        /*border-bottom: 5px groove #8d7752;*/
    }

    nav ul li a {
        color: #fcdea9;
        display: block;
        padding: 0 0 0 0;
        border-radius: 0;
        background-color: transparent;
    }

    nav ul li a:hover {
        color: #526B86;
    }



    .field {
        width: 100vw;
        height: 100vh;
    }

    .bg_anim_field {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(../video/konsta-dot-mv-2025-poster.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #video {
        width: auto;
        height: 100vh;
        position: fixed;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -65%);
    }

    #contents {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 30;
        
    }


    


    

    .control-buttons {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        bottom: 90px;
        right: 30px;
        /*grid-template-columns: auto auto;
        gap: 10px;
        justify-content: center;*/
        margin-top: 10px;
        border-radius: 3px;
        /*background-color: #e4e2d2;*/
        z-index: 30;
        background-color: #f7f5e4;
    }

    .control-buttons img {
        width: 40px;
        cursor: pointer;
    }

    .control-buttons:hover {
        border-radius: 3px;
        background-color: #fffad6;
    }

    

    

}


/*-- sp landscape --*/
@media (orientation: landscape) and (max-width: 750px) {

    .blurLayer {
        width: 100%;
        height: 44px;
        position: fixed;
        top: 0;
        left: 0;
        /*-webkit-backdrop-filter:blur(20px);
        backdrop-filter: blur(20px);*/
        z-index: 99;
    }

    header {
        width: 100%;
        /*height: 44px;*/
        height: 62px;
        background: var(--main-bg-color);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    #headerWrap {
        width: 100%;
        height: 100%;
        padding: 6px 20px 0 20px;
        position: relative;
        z-index: 4000;
    }

    #siteName {
        width: 250px;
        height: 44px;
        font-size: 17px;
        font-weight: 400;
        line-height: 250%;
        text-align: left;
        position: absolute;
        top: 0;
        z-index: 6000;
    }

    #siteName a {
        color: #ffeed1;
        display: block;
    }

    #siteName a:hover {
        color: #526B86;
    }


    #doubleLineMenu {
        display: none;
    }

    .menuButton {
        width: 46px;
        /*height: 14px;*/
        height: 62px;
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 9000;
        display: block;
    }

    .doubleLineMenuText {
        width: 46px;
        height: 15px;
        position: relative;
        top: 20px;
        right: 0;
        font-size: 12px;
        color: #ffeed1;
        margin: 0;
        padding: 0;
        letter-spacing: 0.2em;
        text-align: center;
    }

    .doubleLineMenuText::before {
        width: 46px;
        height: 15px;
        position: relative;
        top: 0;
        right: 0;
        font-size: 12px;
        color: #ffeed1;
        margin: 0;
        padding: 0;
        letter-spacing: 0.2em;
        text-align: center;
        content: "MENU";
    }

    .menuButton span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        transition: all .3s;
        z-index: 9000;
    }

    .menuButton span:nth-of-type(2) {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        position: absolute;
        top: 8px;
        transition: all .3s;
        z-index: 9000;
    }

    #doubleLineMenu:checked + .menuButton::before {
        content: "";
    }

    #doubleLineMenu:checked + .menuButton > .doubleLineMenuText::before {
        content: "CLOSE";
        position: relative;
        top: 0;
        right: 0;
        font-size: 12px;
        color: #ffeed1;
        margin: 0;
        padding: 0;
        letter-spacing: 0.2em;
        text-align: center;
    }


    #doubleLineMenu:checked + .menuButton span {
        content: "";
        transform: translateY(4px)rotate(25deg);
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        z-index: 9000;
    }

    #doubleLineMenu:checked + .menuButton span:nth-of-type(2) {
        content: "";
        transform: translateY(-4px)rotate(-25deg);
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        z-index: 9000;
    }




    

    nav {
        visibility: hidden;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5000;
        padding: 60px 100px 180px 20px;
        color: #fff;
        background: #8d7752;
        overflow-y: scroll;
        text-align: left;
        overscroll-behavior-y: contain;
    }

    #doubleLineMenu:checked ~ nav {
        visibility: visible;
    }

    #doubleLineMenu:checked ~ #siteName {
        /*background: rgba(141, 119, 82, 1);*/
        visibility: visible;
        color: #fcdea9;
        opacity: 1;
    }

    nav ul {
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 12px 12px;
    }

    nav ul li {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        font-size: 28px;
        font-weight: 400;
        line-height: 130%;
        border-radius: 0;
        /*border-right: 5px groove #8d7752;
        border-bottom: 5px groove #8d7752;*/
    }

    nav ul li a {
        color: #fcdea9;
        display: block;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
    }

    nav ul li a:hover {
        color: #526B86;
    }



    .field {
        width: 100vw;
        height: 100vh;
    }

    .bg_anim_field {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(../video/konsta-dot-mv-2025-poster.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #video {
        width: 100vw;
        height: auto;
        position: fixed;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -65%);
    }

    #contents {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 30;
        
    }


    


    

    .control-buttons {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        bottom: 90px;
        right: 30px;
        /*grid-template-columns: auto auto;
        gap: 10px;
        justify-content: center;*/
        margin-top: 10px;
        border-radius: 3px;
        /*background-color: #e4e2d2;*/
        z-index: 30;
        background-color: #f7f5e4;
    }

    .control-buttons img {
        width: 40px;
        cursor: pointer;
    }

    .control-buttons:hover {
        border-radius: 3px;
        background-color: #fffad6;
    }


}


/*-- tablet portrait --*/

@media (min-width:751px) and (max-width:1024px) {

    .blurLayer {
        width: 100%;
        height: 44px;
        position: fixed;
        top: 0;
        left: 0;
        /*-webkit-backdrop-filter:blur(20px);
        backdrop-filter: blur(20px);*/
        z-index: 99;
    }

    header {
        width: 100%;
        /*height: 44px;*/
        height: 62px;
        background: var(--main-bg-color);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    #headerWrap {
        width: 100%;
        height: 100%;
        padding: 6px 20px 0 20px;
        position: relative;
        z-index: 4000;
    }

    #siteName {
        width: 250px;
        height: 44px;
        font-size: 17px;
        font-weight: 400;
        line-height: 250%;
        text-align: left;
        position: absolute;
        top: 0;
        left: 20px;
        z-index: 6000;
    }

    #siteName a {
        color: #ffeed1;
        display: block;
    }

    #siteName a:hover {
        color: #526B86;
    }


    #doubleLineMenu {
        display: none;
    }

    .menuButton {
        width: 46px;
        /*height: 14px;*/
        height: 62px;
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 9000;
        display: block;
    }

    .doubleLineMenuText {
        width: 46px;
        height: 15px;
        position: relative;
        top: 20px;
        right: 0;
        font-size: 12px;
        color: #fff;
        margin: 0;
        padding: 0;
        letter-spacing: 0.2em;
        text-align: center;
    }

    .doubleLineMenuText::before {
        width: 46px;
        height: 15px;
        position: relative;
        top: 0;
        right: 0;
        font-size: 12px;
        color: #ffeed1;
        margin: 0;
        padding: 0;
        letter-spacing: 0.2em;
        text-align: center;
        content: "MENU";
    }

    .menuButton span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        transition: all .3s;
        z-index: 9000;
    }

    .menuButton span:nth-of-type(2) {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        position: absolute;
        top: 8px;
        transition: all .3s;
        z-index: 9000;
    }

    #doubleLineMenu:checked + .menuButton::before {
        content: "";
    }

    #doubleLineMenu:checked + .menuButton > .doubleLineMenuText::before {
        content: "CLOSE";
        position: relative;
        top: 0;
        right: 0;
        font-size: 12px;
        color: #ffeed1;
        margin: 0;
        padding: 0;
        letter-spacing: 0.2em;
        text-align: center;
    }


    #doubleLineMenu:checked + .menuButton span {
        content: "";
        transform: translateY(4px)rotate(25deg);
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        z-index: 9000;
    }

    #doubleLineMenu:checked + .menuButton span:nth-of-type(2) {
        content: "";
        transform: translateY(-4px)rotate(-25deg);
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        z-index: 9000;
    }




    

    nav {
        visibility: hidden;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5000;
        padding: 60px 100px 180px 50px;
        color: #fff;
        background: #8d7752;
        overflow-y: scroll;
        text-align: left;
        overscroll-behavior-y: contain;
    }

    #doubleLineMenu:checked ~ nav {
        visibility: visible;
    }

    #doubleLineMenu:checked ~ #siteName {
        /*background: rgba(141, 119, 82, 1);*/
        visibility: visible;
        color: #fcdea9;
        opacity: 1;
    }

    nav ul {
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 12px 12px;
    }

    nav ul li {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        font-size: 35px;
        font-weight: 400;
        line-height: 150%;
        /*border-radius: 0 0 10px 0;*/
        border-radius: 0;
        /*border-right: 5px groove #8d7752;*/
        /*border-bottom: 5px groove #8d7752;*/
    }

    nav ul li a {
        color: #fcdea9;
        display: block;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
    }

    nav ul li a:hover {
        color: #526B86;
    }



    .field {
        width: 100vw;
        height: 100vh;
    }

    .bg_anim_field {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(../video/konsta-dot-mv-2025-poster.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #video {
        width: auto;
        height: 100vh;
        position: fixed;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -65%);
    }

    #contents {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 30;
        
    }


    


    

    .control-buttons {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        bottom: 90px;
        right: 30px;
        /*grid-template-columns: auto auto;
        gap: 10px;
        justify-content: center;*/
        margin-top: 10px;
        border-radius: 3px;
        /*background-color: #e4e2d2;*/
        z-index: 30;
        background-color: #f7f5e4;
    }

    .control-buttons img {
        width: 40px;
        cursor: pointer;
    }

    .control-buttons:hover {
        border-radius: 3px;
        background-color: #fffad6;
    }

    


}

/*-- tablet landscape --*/

@media (orientation: landscape) and (min-width:751px) and (max-width:1024px) {


    .blurLayer {
        width: 100%;
        height: 44px;
        position: fixed;
        top: 0;
        left: 0;
        /*-webkit-backdrop-filter:blur(20px);
        backdrop-filter: blur(20px);*/
        z-index: 99;
    }

    header {
        width: 100%;
        /*height: 44px;*/
        height: 62px;
        background: var(--main-bg-color);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    #headerWrap {
        width: 100%;
        height: 100%;
        padding: 6px 0 0 0;
        position: relative;
        z-index: 4000;
    }

    #siteName {
        width: 250px;
        height: 44px;
        font-size: 17px;
        font-weight: 400;
        line-height: 250%;
        text-align: left;
        position: absolute;
        top: 0;
        z-index: 6000;
    }

    #siteName a {
        color: #ffeed1;
        display: block;
    }

    #siteName a:hover {
        color: #526B86;
    }


    #doubleLineMenu {
        display: none;
    }

    .menuButton {
        width: 46px;
        /*height: 14px;*/
        height: 62px;
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 9000;
        display: block;
    }

    .doubleLineMenuText {
        width: 46px;
        height: 15px;
        position: relative;
        top: 20px;
        right: 0;
        font-size: 12px;
        color: #ffeed1;
        margin: 0;
        padding: 0;
        letter-spacing: 0.2em;
        text-align: center;
    }

    .doubleLineMenuText::before {
        width: 46px;
        height: 15px;
        position: relative;
        top: 0;
        right: 0;
        font-size: 12px;
        color: #ffeed1;
        margin: 0;
        padding: 0;
        letter-spacing: 0.2em;
        text-align: center;
        content: "MENU";
    }

    .menuButton span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        transition: all .3s;
        z-index: 9000;
    }

    .menuButton span:nth-of-type(2) {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        position: absolute;
        top: 8px;
        transition: all .3s;
        z-index: 9000;
    }

    #doubleLineMenu:checked + .menuButton::before {
        content: "";
    }

    #doubleLineMenu:checked + .menuButton > .doubleLineMenuText::before {
        content: "CLOSE";
        position: relative;
        top: 0;
        right: 0;
        font-size: 12px;
        color: #ffeed1;
        margin: 0;
        padding: 0;
        letter-spacing: 0.2em;
        text-align: center;
    }


    #doubleLineMenu:checked + .menuButton span {
        content: "";
        transform: translateY(4px)rotate(25deg);
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        z-index: 9000;
    }

    #doubleLineMenu:checked + .menuButton span:nth-of-type(2) {
        content: "";
        transform: translateY(-4px)rotate(-25deg);
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #ffeed1;
        z-index: 9000;
    }




    

    nav {
        visibility: hidden;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5000;
        padding: 60px 100px 180px 20px;
        color: #fff;
        background: #8d7752;
        overflow-y: scroll;
        text-align: left;
        overscroll-behavior-y: contain;
    }

    #doubleLineMenu:checked ~ nav {
        visibility: visible;
    }

    #doubleLineMenu:checked ~ #siteName {
        /*background: rgba(141, 119, 82, 1);*/
        visibility: visible;
        color: #fff;
        opacity: 1;
    }

    nav ul {
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 12px 12px;
    }

    nav ul li {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        font-size: 35px;
        font-weight: 400;
        line-height: 150%;
        border-radius: 0 0 10px 0;
        /*border-right: 5px groove #8d7752;
        border-bottom: 5px groove #8d7752;*/
    }

    nav ul li a {
        color: #fcdea9;
        display: block;
        padding: 0 0 0 60px;
        border-radius: 5px 0 0 0;
        background-color: transparent;
    }

    nav ul li a:hover {
        color: #526B86;
    }



    .field {
        width: 100vw;
        height: 100vh;
    }

    .bg_anim_field {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(../video/konsta-dot-mv-2025-poster.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #video {
        width: 100vw;
        height: auto;
        position: fixed;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -65%);
    }

    #contents {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 30;
        
    }


    


    

    .control-buttons {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        bottom: 90px;
        right: 30px;
        /*grid-template-columns: auto auto;
        gap: 10px;
        justify-content: center;*/
        margin-top: 10px;
        border-radius: 3px;
        /*background-color: #e4e2d2;*/
        z-index: 30;
        background-color: #f7f5e4;
    }

    .control-buttons img {
        width: 40px;
        cursor: pointer;
    }

    .control-buttons:hover {
        border-radius: 3px;
        background-color: #fffad6;
    }

    

    

    

}


/*-- pc --*/

@media (min-width:1025px) {

    .blurLayer {
        width: 100%;
        height: 44px;
        position: fixed;
        top: 0;
        left: 0;
        -webkit-backdrop-filter:blur(20px);
        backdrop-filter: blur(20px);
        z-index: 99;
    }

    header {
        width: 100%;
        height: 44px;
        background: rgba(191, 160, 94, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

    #headerWrap {
        width: 100%;
        max-width: 1040px;
        height: 44px;
        padding: 6px 10px 0 10px;
        margin: 0 auto;
        position: relative;
        z-index: 4000;
    }

    #siteName {
        width: 250px;
        height: 44px;
        font-size: 17px;
        font-weight: 400;
        line-height: 250%;
        text-align: left;
        position: absolute;
        top: 0;
        z-index: 6000;
    }

    #siteName a {
        color: #ffeed1;
        display: block;
    }

    #siteName a:hover {
        color: #526B86;
    }


    /*-- スマホ版二重線メニュー　非表示　ここから --*/

    #doubleLineMenu {
        display: none;
    }

    .menuButton {
        display: none;
    }

    /*-- スマホ版二重線メニュー　非表示　ここまで --*/



    nav {
        width: 100%;
        height: 44px;
        display: block;
        margin: 0;
        padding: 0 0 0 470px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5000;
    }

    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 44px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

    nav ul li {
        width: auto;
        height: 44px;
        line-height: 250%;
        font-size: 17px;
        font-weight: 500;
        padding: 0 15px;
    }

    nav ul li a {
        color: #ffeed1;
    }

    nav ul li a:hover {
        color: #526B86;
    }



    .field {
        width: 100vw;
        height: 100vh;
    }

    .bg_anim_field {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(../video/konsta-dot-mv-2025-poster.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #video {
        width: 100vw;
        height: auto;
        position: fixed;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -65%);
    }

    #contents {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 30;
        
    }


    


    

    .control-buttons {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        bottom: 90px;
        right: 30px;
        /*grid-template-columns: auto auto;
        gap: 10px;
        justify-content: center;*/
        margin-top: 10px;
        border-radius: 3px;
        /*background-color: #e4e2d2;*/
        z-index: 30;
        background-color: #f7f5e4;
    }

    .control-buttons img {
        width: 40px;
        cursor: pointer;
    }

    .control-buttons:hover {
        border-radius: 3px;
        background-color: #fffad6;
    }
    
    

}

@media (min-width:1040px) {
    .headerWrap {
        padding: 6px 0 0 0;
    }

    #siteName {
        left: 0;
    }
}

/*-----------------------------------*/
/*------- Header Ends Here ----------*/
/*-----------------------------------*/



/*-----------------------------------*/
/*--------- Main From Here ----------*/
/*-----------------------------------*/


/*-- 全メディアクエリ共通　ここから --*/
.control-buttons {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 80px;
    right: 0;
    border-radius: 3px;
    z-index: 30;
    background-color: #fff;
}

.control-buttons img {
    aspect-ratio: 1 / 1;
    vertical-align: bottom;
    width: 40px;
    cursor: pointer;
}

.control-buttons:hover {
    background-color: #e1e1e1;
}

.textModule > img {
    filter: drop-shadow(0px 0px 5px #4f4f4f);
}

/* friends カルーセルスライダー */
.friends-carousel {
    position: relative;
    width: 250px;
    overflow: hidden;
    margin: auto;
    /*border: 2px solid #ccc;*/
    border-radius: 8px;
    padding: 0 0 40px 0;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    width: 250px;
    flex-shrink: 0;
    text-align: center;
}

.slide > h3 {
    color: #fff;
    font-size: 20px;
}

.slide > p {
    color: #fff;
    font-size: 16px;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
}

.nav-button {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    color: var(--main-bg-color);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    z-index: 1;
}

.prev {
    left: 0;
  }

.next {
    right: 0;
}

/*-- 全メディアクエリ共通　ここまで --*/

/*-- sp portrait --*/
@media (max-width: 750px) {

    

    .wrapper {
        width: 100%;
    }

    #heroImageModule {
        width: 100%;
        height: 100dvh;
        position: relative;
        /*display: grid;*/
        /*grid-template-rows: 1fr;*/
        /*grid-template-columns: 1fr 1fr;*/
        /*justify-items: left;
        align-items:top;
        gap: 0;*/
        padding: 0 0 0 20px;
        margin: 0;
    }

    .textModule {
        width: 200px;
        position: absolute;
        top: 38px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 0 0 10px;
    }


    .textModule2 {
        width: 68%;
        /*justify-self: right;
        align-self: end;*/
        padding: 20px;
        background-color: rgba(188, 166, 76, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: 5px groove #fff;
        border-radius: 5px;
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .heroSectionTextImg {
        width: 100%;
    }

    .textModule2 > p {
        font-size: 16px;
        text-align: center;
        color: #fff;
    }



    .mainContents {
        width: 100%;
        padding: 50px 20px 0 20px;
    }
    

    #introduction {
        width: 100%;
        height: auto;
        padding-top:100px;
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: rgba(227, 223, 214, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
        /*background-color: #e3dfd6;*/
        z-index: 50;
    }

    #introduction p {
        font-size: 18px;
        color: #4d4d4d;
        text-align: left;
        line-height: 200%;
        font-weight: 400;
        z-index: 50;
    }

    .textImageBlock {
        width: 100%;
        padding: 50px 0 0 0;
    }

    .textImageBlock > img {
        width: 100%;
    }


    /* sns Notice section */
    #snsNotice {
        width: 100%;
        border: 5px groove #fff;
        border-radius: 5px;
        margin: 100px 0 0 0;
    }

    #snsNotice > img {
        width: 100%;
    }


    /* stamp book info section */
    #stampBook {
        width: 100%;
        height: 430px;
        background-color: #c7a874;
        border: 5px groove #c7a874;
        padding: 30px 40px;
        margin: 100px 0;
        border-radius: 5px;
        display: block;
    }

    .stampBookModule {
        width: 100%;
        height: 120px;
        position:relative;
    }

    .stampBookModule > img {
        width: 100%;
    }

    .stampBookModule2 {
        width: 100%;
        display: block;
        position: relative;
    }

    .imgUnit {
        width: 100%;
    }

    .imgUnit > img {
        width: 100%;
    }
    
    #stampBookIllustration {
        width: 250px;
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
    }


    .linkBtn {
        width: 100%;
        margin: 50px 0 0 0;
        padding: 0;
        appearance: none;
        border: none;
        cursor: pointer;
        background: none;
    }

    .linkBtn a {
        display: block;
        padding: 20px 10px;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        font-size: 14px;
        text-align: center;
        font-weight: 400;
        border-radius: 50px;
        background-color: #B08738;
        color: #F8F3EC;
    }

    .linkBtn a:hover {
        background-color: #8c6a2c;
        color: #f8e0bf;
    }


    /* theme stamp info section */

    #themeStampInfo {
        width: 100%;
        /*background-color: #765924;*/
        background-color: rgba(118, 89, 36, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        padding: 50px 20px;
    }

    .sectionTitle {
        font-size: 26px;
        text-align: center;
        color: #F8F3EC;
    }

    .themeStampModule {
        width: 100%;
        display: block;
    }


    /* rule section */

    #rule {
        width: 100%;
        height: auto;
        /*background-color: #765924;*/
        background-color: rgba(118, 89, 36, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        padding: 50px 20px;
        margin: 100px 0 0 0;
    }

    .ruleModule {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px 20px;
    }

    .ruleUnit {
        width: 100%;
        display: flex;
        gap: 20px 10px;
        
    }



    .ruleNumberBox {
        width: 60px;
        height: 50px;
        border-radius: 5px;
        border: 5px groove #fff;
        background-color: #F6F1EA;
        z-index: 1;
        position: relative;
    }

    .ruleNumber {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 25px;
        z-index: 2;
        color: #AD8233;
        margin: 0;
        padding: 0;
    }

    .ruleContents {
        width: 100%;
        border-radius: 5px;
        border: 5px groove #fff;
        background-color: #C4A576;
        padding: 30px 20px;
    }

    .ruleContents > p {
        color: #F6F1EA;
        text-align: left;
        font-size: 17px;
    }




    .headlineWrapper {
        width: 100%;
        padding: 0;
        margin: 100px 0 0 0;
        border-radius: 5px;
        background-color: #C7A874;
        /*border-bottom: 2px solid #fff;*/
        /*border-radius: 50px;*/
    }
    


    /* shop list from here */

    .js-shopListSort__cont {
        margin: 0;
        padding: 20px 0 0 0;
    }

    .shop {
        width: 100%;
        border: 5px groove #8d7752;
        background-color: #8d7752;
        border-radius: 5px;
        overflow: hidden;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .shop > .contents-heading {
        padding: 60px 0 0 0;
    }

    .contents-heading > div > h2 {
        font-size: 30px;
        color: #fff;
        margin: 0;
        padding: 0;
    }

    .shop-description {
        font-size: 18px;
        color: #fff;
    }

    .shop-list {
        width: 100%;
    }

    .shop-list > ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        list-style-type: none;
    }

    .shop-list > ul > li {
        /*flex:1 1 33%;*/
        /*max-width: 33.3%;*/
        padding: 15px 35px 15px 35px;
        /*margin: 0 10px 20px 10px;*/
        font-size: 17px;
        color: #fff;
        background-color: none;
        border: 1px dotted #fff;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .shop-list > ul > li {
        width: calc(100% + 2px);
    }

     

    .shop-list-wrap {
        padding: 0 20px;
        overflow: hidden;
        height: 0;
    }

    .shop-list > ul > li > .shop-list-image {
        width: 100%;
        position: relative;
        overflow: hidden;
    }


    .shop-list-image > img {
        width: 100%;
    }

    .shop-list-title {
        display: flex;
        padding: 15px 17px 15px 15px;
        align-items: left;
        position: relative;
        cursor: pointer;
        font-weight: 700;
        text-align: left;
    }

    .shop-list-title::before {
        content: '';
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 11px;
        transition: transform 200ms ease-in-out;
    }

    .shop-list-name {
        margin-top: 30px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .09em;
        line-height: 150%;
        text-align: left;
        color: #fff;
    }

    
    
    .shop-list-category {
        margin-top: 5px;
        font-size: 16px;
        text-align: left;
        color: #fff;
    }

    .shop-list-text {
        margin-top: 20px;
        text-align: left;
        font-size: 16px;
        color: #fff;
    }

    .shop-list-info {
        margin-top: 20px;
    }

    .shop-list-info > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .shop-list-info > ul > li {
        text-align: left;
        color: #fff;
        font-size: 16px;
    }

    .shop-list-info .map {
        padding-left: 30px;
        background-image: url(../img/common/2025/place-icon.png);
        background-size: 19px 19px;
        /*background-position: left 3px center;*/
        background-position: left center;
        background-repeat: no-repeat;
    }

    .shop-list-info .tel {
        padding-left: 30px;
        background-image: url(../img/common/2025/tel-icon.png);
        background-size: 22px 22px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .shop-list-info .schedule {
        padding-left: 30px;
        background-image: url(../img/common/2025/time-icon.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    /* shop list ends here */


    /*-- friend from here --*/
    .frinedWrapper {
        width: 100%;
        border: 5px groove #8d7752;
        background-color: #8d7752;
        margin-left: -1px;
        margin-bottom: -1px;
    } 

    .friend {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .friend > .contents-heading {
        padding: 60px 0 0 0;
    }

    /*.friend-slide {
        height: 700px;
    }*/

    /*.friend-slide-wrap {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        position: relative;
    }*/

    /*.friend-slide-wrap > div {
        
        max-width: 100%;
        margin: 0 auto;
    }*/

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

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

    /*.swiper-container {
        position: relative;
        list-style: none;
        padding: 0;
        z-index: 1;
    }*/

    /*.swiper-wrapper {
        transform: translate3d(0,0,0);
        position: relative;
        width: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
        list-style: none;
        margin: 0;
        padding: 0;
    }*/

    

    /*.frined-slide-wrap li {
        height: auto;
        text-align: center;   
    }*/

    /*.swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
    }*/

    /*.swiper-slide .swiper-wrapper {
        transform:translate3d(0,0,0);
    }*/

    /*.friend-slide-navigation {
        width: 100%;
        height: 160px;
        position: relative;
        
    }*/

    /*.swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 20%;
    }*/

    /*.friend-slide-navigation .prev i, .friend-slide-navigation .next i {
        display: block;
        width: 43px;
        height: 43px;
        margin: 0 auto 15px auto;
        border-radius: 50%;
        background-color: #fff;
        position: relative;
        transition: all .14s ease-in-out;
    }*/

    /*.friend-slide-navigation .prev i::before {
        margin-left: 2px;
        transform: translate(-50%, -50%)rotate(-135deg);
    }*/

    /*.friend-slide-navigation .prev i::before, .friend-slide-navigation .next i::before {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        border-top: 3px solid #8d7752;
        border-right: 3px solid #8d7752;
        position: absolute;
        top: 50%;
        left: 50%;
    }*/

    /*.friend-slide-navigation .next i::before {
        margin-left: -2px;
        transform: translate(-50%,-50%)rotate(45deg);

    }*/

    /*.friend-slide-navigation .prev p, .friend-slide-navigation .next p {
        font-weight: 700;
        line-height: 1;
        color: #fff;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }*/

    /*.friend-slide-image {
        width: 100%;
        padding: 50px;
    }*/

    /*.friend-slide-image img {
        width: 100%;
        height: auto;
    }*/


    /*.friend-slide-name {
        color: #fff;
        font-size: 16px;
        margin-top: 0;
        text-align: center;
        font-size: 2.4rem;
        
    }*/

    /*.friend-slide-text {
        color: #fff;
        font-size: 16px;
    }*/

    /*-- friend ends here --*/

    .contactWrapper {
        width: 100%;
        padding: 50px 0 0 0;
        border: 5px groove #fff;
        margin-left: -1px;
        margin-bottom: -1px;
    }    

    .contact-iframe {
        width: 100%;
        height: 1480px;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }



}


/*-- sp landscape --*/
@media (orientation: landscape) and (max-width: 750px) {


    .wrapper {
        width: 100%;
    }

    #heroImageModule {
        width: 100%;
        height: 100dvh;
        position: relative;
        /*display: grid;*/
        /*grid-template-rows: 1fr;*/
        /*grid-template-columns: 1fr 1fr;*/
        /*justify-items: left;
        align-items:top;
        gap: 0;*/
        padding: 0 0 0 20px;
        margin: 0;
    }

    .textModule {
        width: 200px;
        position: absolute;
        top: 8px;
        left: 0;
        transform: translateX(0);
        padding: 0 0 0 10px;
    }

    .textModule2 {
        width: 38%;
        /*justify-self: right;
        align-self: end;*/
        padding: 20px;
        background-color: rgba(188, 166, 76, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: 5px groove #fff;
        border-radius: 5px;
        position: absolute;
        bottom: 80px;
    }
    
    .heroSectionTextImg {
        width: 100%;
    }

    .textModule2 > p {
        font-size: 18px;
        text-align: center;
        color: #fff;
    }



    .mainContents {
        width: 100%;
        padding: 50px 20px 0 20px;
    }
    

    #introduction {
        width: 100%;
        height: auto;
        padding-top:100px;
        padding-bottom: 100px;
        padding-left: 20%;
        padding-right: 20%;
        background-color: rgba(227, 223, 214, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
        /*background-color: #e3dfd6;*/
        z-index: 50;
    }

    #introduction p {
        font-size: 22px;
        color: #4d4d4d;
        text-align: left;
        line-height: 200%;
        font-weight: 400;
        z-index: 50;
    }

    .textImageBlock {
        width: 100%;
        padding: 50px 0 0 0;
    }

    .textImageBlock > img {
        width: 100%;
    }


    /* sns Notice section */
    #snsNotice {
        width: 100%;
        border: 5px groove #fff;
        border-radius: 5px;
        margin: 100px 0 0 0;
    }

    #snsNotice > img {
        width: 100%;
    }


    /* stamp book info section */
    #stampBook {
        width: 100%;
        height: 300px;
        background-color: #c7a874;
        border: 5px groove #c7a874;
        padding: 30px 40px;
        margin: 100px 0;
        border-radius: 5px;
        display: flex;
    }

    .stampBookModule {
        width: 60%;
        position:relative;
    }

    .stampBookModule > img {
        width: 100%;
    }

    .stampBookModule2 {
        width: 40%;
        display: block;
    }

    .imgUnit {
        width: 100%;
    }

    .imgUnit > img {
        width: 100%;
    }
    
    #stampBookIllustration {
        width: 330px;
        position: absolute;
        top: -80px;
        left: 3px;
        transform: translateX(-3px);
    }


    .linkBtn {
        width: 100%;
        margin: 50px 0 0 0;
        padding: 0;
        appearance: none;
        border: none;
        cursor: pointer;
        background: none;
    }

    .linkBtn a {
        display: block;
        padding: 20px 20px;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        border-radius: 50px;
        background-color: #B08738;
        color: #F8F3EC;
    }

    .linkBtn a:hover {
        background-color: #8c6a2c;
        color: #f8e0bf;
    }


    /* theme stamp info section */

    #themeStampInfo {
        width: 100%;
        /*background-color: #765924;*/
        background-color: rgba(118, 89, 36, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        padding: 50px 20px;
    }

    .sectionTitle {
        font-size: 40px;
        text-align: center;
        color: #F8F3EC;
    }

    .themeStampModule {
        width: 100%;
        display: flex;
    }


    /* rule section */

    #rule {
        width: 100%;
        height: auto;
        /*background-color: #765924;*/
        background-color: rgba(118, 89, 36, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        padding: 50px 20px;
        margin: 100px 0 0 0;
    }

    .ruleModule {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px 20px;
    }

    .ruleUnit {
        width: 100%;
        display: flex;
        gap: 20px 20px;
        
    }



    .ruleNumberBox {
        width: 90px;
        height: 80px;
        border-radius: 5px;
        border: 5px groove #fff;
        background-color: #F6F1EA;
        z-index: 1;
        position: relative;
    }

    .ruleNumber {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 35px;
        z-index: 2;
        color: #AD8233;
        margin: 0;
        padding: 0;
    }

    .ruleContents {
        width: 100%;
        border-radius: 5px;
        border: 5px groove #fff;
        background-color: #C4A576;
        padding: 30px 20px;
    }

    .ruleContents > p {
        color: #F6F1EA;
        text-align: left;
        font-size: 25px;
    }




    .headlineWrapper {
        width: 100%;
        padding: 0;
        margin: 100px 0 0 0;
        border-radius: 5px;
        background-color: #C7A874;
        /*border-bottom: 2px solid #fff;*/
        /*border-radius: 50px;*/
    }
    


    /* shop list from here */

    .js-shopListSort__cont {
        margin: 0;
        padding: 20px 0 0 0;
    }

    .shop {
        width: 100%;
        border: 5px groove #8d7752;
        background-color: #8d7752;
        border-radius: 5px;
        overflow: hidden;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .contents-heading {
        padding: 60px 0 0 0;
    }

    .contents-heading > div > h2 {
        font-size: 30px;
        color: #fff;
        margin: 0;
        padding: 0;
    }

    .shop-description {
        font-size: 18px;
        color: #fff;
    }

    .shop-list {
        width: 100%;
    }

    .shop-list > ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        list-style-type: none;
    }

    .shop-list > ul > li {
        /*flex:1 1 33%;*/
        /*max-width: 33.3%;*/
        padding: 15px 35px 15px 35px;
        /*margin: 0 10px 20px 10px;*/
        font-size: 17px;
        color: #fff;
        background-color: none;
        border: 1px dotted #fff;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .shop-list > ul > li {
        width: calc(100% + 2px);
    }

     

    .shop-list-wrap {
        padding: 0 20px;
        overflow: hidden;
        height: 0;
    }

    .shop-list > ul > li > .shop-list-image {
        width: 100%;
        position: relative;
        overflow: hidden;
    }


    .shop-list-image > img {
        width: 100%;
    }

    .shop-list-title {
        display: flex;
        padding: 15px 17px 15px 15px;
        align-items: left;
        position: relative;
        cursor: pointer;
        font-weight: 700;
        text-align: left;
    }

    .shop-list-title::before {
        content: '';
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 11px;
        transition: transform 200ms ease-in-out;
    }

    .shop-list-name {
        margin-top: 30px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .09em;
        line-height: 150%;
        text-align: left;
        color: #fff;
    }

    
    
    .shop-list-category {
        margin-top: 5px;
        font-size: 16px;
        text-align: left;
        color: #fff;
    }

    .shop-list-text {
        margin-top: 20px;
        text-align: left;
        font-size: 16px;
        color: #fff;
    }

    .shop-list-info {
        margin-top: 20px;
    }

    .shop-list-info > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .shop-list-info > ul > li {
        text-align: left;
        color: #fff;
        font-size: 16px;
    }

    .shop-list-info .map {
        padding-left: 30px;
        background-image: url(../img/common/2025/place-icon.png);
        background-size: 19px 19px;
        /*background-position: left 3px center;*/
        background-position: left center;
        background-repeat: no-repeat;
    }

    .shop-list-info .tel {
        padding-left: 30px;
        background-image: url(../img/common/2025/tel-icon.png);
        background-size: 22px 22px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .shop-list-info .schedule {
        padding-left: 30px;
        background-image: url(../img/common/2025/time-icon.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    /* shop list ends here */


    /*-- friend from here --*/
    .frinedWrapper {
        width: 100%;
        border: 5px groove #8d7752;
        background-color: #8d7752;
        margin-left: -1px;
        margin-bottom: -1px;
    } 

    .friend {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
    }

    .friend > .contents-heading {
        padding: 60px 0 0 0;
    }

    /*.friend-slide {
        height: 700px;
    }*/

    /*.friend-slide-wrap {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        position: relative;
    }*/

    /*.friend-slide-wrap > div {
       
        width: 100%;
        margin: 0 auto;
    }*/

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

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

    /*.swiper-container {
        position: relative;
        list-style: none;
        padding: 0;
        z-index: 1;
    }*/

    /*.swiper-wrapper {
        transform: translate3d(0,0,0);
        position: relative;
        width: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
        list-style: none;
        margin: 0;
        padding: 0;
    }*/

    /*.frined-slide-wrap li {
        height: auto;
        text-align: center;   
    }*/

    /*.swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
    }*/

    /*.swiper-slide .swiper-wrapper {
        transform:translate3d(0,0,0);
    }*/

    /*.friend-slide-navigation {
        width: 100%;
        display: absolute;
        bottom: 10px;
        left: 0;
    }*/

    /*.swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 20%;
    }*/

    /*.friend-slide-navigation .prev i, .friend-slide-navigation .next i {
        display: block;
        width: 83px;
        height: 83px;
        margin: 0 auto 15px auto;
        border-radius: 50%;
        background-color: #fff;
        position: relative;
        transition: all .14s ease-in-out;
    }*/

    /*.friend-slide-navigation .prev i::before {
        margin-left: 2px;
        transform: translate(-50%, -50%)rotate(-135deg);
    }*/

    /*.friend-slide-navigation .prev i::before, .friend-slide-navigation .next i::before {
        content: '';
        display: block;
        width: 17px;
        height: 17px;
        border-top: 3px solid #8d7752;
        border-right: 3px solid #8d7752;
        position: absolute;
        top: 50%;
        left: 50%;
    }*/

    /*.friend-slide-navigation .next i::before {
        margin-left: -2px;
        transform: translate(-50%,-50%)rotate(45deg);

    }*/

    /*.friend-slide-navigation .prev p, .friend-slide-navigation .next p {
        font-weight: 700;
        line-height: 1;
        color: #fff;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }*/

    /*.friend-slide-image {
        width: 100%;
        padding: 50px;
    }*/

    /*.friend-slide-image img {
        width: 100%;
        height: auto;
    }*/


    /*.friend-slide-name {
        color: #fff;
        font-size: 16px;
        margin-top: 0;
        text-align: center;
        font-size: 2.4rem;
        
    }*/

    /*.friend-slide-text {
        color: #fff;
        font-size: 16px;
    }*/

    .friends-carousel {
        position: relative;
        width: 250px;
        overflow: hidden;
        margin: auto;
        /*border: 2px solid #ccc;*/
        border-radius: 8px;
    }

    .slide {
        width: 250px;
        flex-shrink: 0;
        text-align: center;
    }

    .slide > h3 {
        font-size: 30px;
    }

    .slide > p {
        font-size: 18px;
    }

    .nav-button {
        font-size: 25px;
    }

    /*-- friend ends here --*/

    .contactWrapper {
        width: 100%;
        padding: 50px 0 0 0;
        border: 1px solid #fff;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .contact-iframe {
        width: 100%;
        height: 1330px;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }
    


}


/*-- tablet portrait --*/
@media (min-width:751px) and (max-width:1024px) {

    .wrapper {
        width: 100%;
    }

    #heroImageModule {
        width: 100%;
        height: 100vh;
        position: relative;
        /*display: grid;*/
        /*grid-template-rows: 1fr;*/
        /*grid-template-columns: 1fr 1fr;*/
        /*justify-items: left;
        align-items:top;
        gap: 0;*/
        padding: 0 0 0 20px;
        margin: 0;
    }

    .textModule {
        width: 300px;
        position: absolute;
        top: 38px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 0 0 10px;
    }

    .textModule2 {
        width: 500px;
        /*justify-self: right;
        align-self: end;*/
        padding: 20px 100px;
        background-color: rgba(188, 166, 76, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: 5px groove #fff;
        border-radius: 5px;
        position: absolute;
        left: 50%;
        bottom: 80px;
        transform: translateX(-50%);
    }
    
    .heroSectionTextImg {
        width: 100%;
    }

    .textModule2 > p {
        font-size: 20px;
        text-align: center;
        color: #fff;
    }



    .mainContents {
        width: 100%;
        padding: 50px 20px 0 20px;
    }


    #introduction {
        width: 100%;
        height: auto;
        padding-top:100px;
        padding-bottom: 100px;
        padding-left: 20%;
        padding-right: 20%;
        background-color: rgba(227, 223, 214, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
        /*background-color: #e3dfd6;*/
        z-index: 50;
    }

    #introduction p {
        font-size: 22px;
        color: #4d4d4d;
        text-align: left;
        line-height: 200%;
        font-weight: 400;
        z-index: 50;
    }

    .textImageBlock {
        width: 100%;
        padding: 50px 0 0 0;
    }

    .textImageBlock > img {
        width: 100%;
    }


    /* sns Notice section */
    #snsNotice {
        width: 100%;
        border: 5px groove #fff;
        border-radius: 5px;
        margin: 100px 0 0 0;
    }

    #snsNotice > img {
        width: 100%;
    }


    /* stamp book info section */
    #stampBook {
        width: 100%;
        background-color: #c7a874;
        border: 5px groove #c7a874;
        padding: 30px 40px;
        margin: 100px 0;
        border-radius: 5px;
        display: flex;
    }

    .stampBookModule {
        width: 53%;
        position:relative;
    }

    .stampBookModule > img {
        width: 100%;
    }

    .stampBookModule2 {
        width: 45%;
        display: block;
    }

    .imgUnit {
        width: 100%;
    }

    .imgUnit > img {
        width: 100%;
    }
    
    #stampBookIllustration {
        position: absolute;
        top: -80px;
        left: -20px;
    }


    .linkBtn {
        width: 100%;
        margin: 50px 0 0 0;
        padding: 0;
        appearance: none;
        border: none;
        cursor: pointer;
        background: none;
    }

    .linkBtn a {
        display: block;
        padding: 20px 20px;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        border-radius: 50px;
        background-color: #B08738;
        color: #F8F3EC;
    }

    .linkBtn a:hover {
        background-color: #8c6a2c;
        color: #f8e0bf;
    }


    /* theme stamp info section */

    #themeStampInfo {
        width: 100%;
        /*background-color: #765924;*/
        background-color: rgba(118, 89, 36, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        padding: 50px 20px;
    }

    .sectionTitle {
        font-size: 40px;
        text-align: center;
        color: #F8F3EC;
    }

    .themeStampModule {
        width: 100%;
        display: flex;
    }


    /* rule section */

    #rule {
        width: 100%;
        height: auto;
        /*background-color: #765924;*/
        background-color: rgba(118, 89, 36, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        padding: 50px 20px;
        margin: 100px 0 0 0;
    }

    .ruleModule {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px 20px;
    }

    .ruleUnit {
        width: 100%;
        display: flex;
        gap: 20px 20px;
        
    }



    .ruleNumberBox {
        width: 90px;
        height: 80px;
        border-radius: 5px;
        border: 5px groove #fff;
        background-color: #F6F1EA;
        z-index: 1;
        position: relative;
    }

    .ruleNumber {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 35px;
        z-index: 2;
        color: #AD8233;
        margin: 0;
        padding: 0;
    }

    .ruleContents {
        width: 100%;
        border-radius: 5px;
        border: 5px groove #fff;
        background-color: #C4A576;
        padding: 30px 20px;
    }

    .ruleContents > p {
        color: #F6F1EA;
        text-align: left;
        font-size: 25px;
    }




    .headlineWrapper {
        width: 100%;
        padding: 0;
        margin: 100px 0 0 0;
        border-radius: 5px;
        background-color: #C7A874;
        /*border-bottom: 2px solid #fff;*/
        /*border-radius: 50px;*/
    }


    

    /* shop list from here */

    .js-shopListSort__cont {
        margin: 0;
        padding: 20px 0 0 0;
    }

    .shop {
        width: 100%;
        border: 5px groove #8d7752;
        background-color: #8d7752;
        border-radius: 5px;
        overflow: hidden;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .contents-heading {
        padding: 60px 0 0 0;
    }

    .contents-heading > div > h2 {
        font-size: 50px;
        color: #fff;
        margin: 0;
        padding: 0;
    }

    .shop-description {
        font-size: 18px;
        color: #fff;
    }

    .shop-list {
        width: 100%;
    }

    .shop-list > ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0;
        list-style-type: none;
    }

    .shop-list > ul > li {
        /*flex:1 1 33%;*/
        /*max-width: 33.3%;*/
        padding: 35px 35px 45px 35px;
        /*margin: 0 10px 20px 10px;*/
        font-size: 1.5rem;
        background-color: none;
        border: 1px dotted #fff;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .shop-list > ul > li:nth-child(3n) {
        width: calc(100% + 2px);
    }

     

    .shop-list-wrap {
        width: 100%;
        height: auto !important;
    }

    .shop-list > ul > li > .shop-list-image {
        width: 100%;
        position: relative;
        overflow: hidden;
    }


    .shop-list-image > img {
        width: 100%;
    }

    .shop-list-title {
        display: none;
    }

    .shop-list-name {
        margin-top: 35px;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: .09em;
        line-height: 150%;
        text-align: left;
        color: #fff;
    }

    
    
    .shop-list-category {
        margin-top: 5px;
        font-size: 18px;
        text-align: left;
        color: #fff;
    }

    .shop-list-text {
        margin-top: 20px;
        text-align: left;
        font-size: 18px;
        color: #fff;
    }

    .shop-list-info {
        margin-top: 20px;
    }

    .shop-list-info > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .shop-list-info > ul > li {
        text-align: left;
        color: #fff;
        font-size: 18px;
    }

    .shop-list-info .map {
        padding-left: 30px;
        background-image: url(../img/common/2025/place-icon.png);
        background-size: 19px 19px;
        /*background-position: left 3px center;*/
        background-position: left center;
        background-repeat: no-repeat;
    }

    .shop-list-info .tel {
        padding-left: 30px;
        background-image: url(../img/common/2025/tel-icon.png);
        background-size: 22px 22px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .shop-list-info .schedule {
        padding-left: 30px;
        background-image: url(../img/common/2025/time-icon.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    /*-- shop list ends here --*/


    /*-- friend from here --*/
    .frinedWrapper {
        width: 100%;
        border: 5px groove #8d7752;
        background-color: #8d7752;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
    } 

    .friend {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
    }

    .friend > .contents-heading {
        padding: 50px 0 0 0;
    }

    /*.friend-slide {
        height: 700px;
    }*/

    /*.friend-slide-wrap {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        position: relative;
    }*/

    /*.friend-slide-wrap > div {
        max-width: 400px;
        margin: 0 auto;
    }*/

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

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

    /*.swiper-container {
        position: relative;
        list-style: none;
        padding: 0;
        z-index: 1;
    }*/

    /*.swiper-wrapper {
        transform: translate3d(0,0,0);
        position: relative;
        width: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
        list-style: none;
        margin: 0;
        padding: 0;
    }*/

    /*.frined-slide-wrap li {
        height: auto;
        text-align: center;   
    }*/

    /*.swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
    }*/

    /*.swiper-slide .swiper-wrapper {
        transform:translate3d(0,0,0);
    }*/

    /*.friend-slide-navigation .prev i, .friend-slide-navigation .next i {
        display: block;
        width: 83px;
        height: 83px;
        margin: 0 auto 15px auto;
        border-radius: 50%;
        background-color: #fff;
        position: relative;
        transition: all .14s ease-in-out;
    }*/

    /*.friend-slide-navigation .prev i::before {
        margin-left: 2px;
        transform: translate(-50%, -50%)rotate(-135deg);
    }*/

    /*.friend-slide-navigation .prev i::before, .friend-slide-navigation .next i::before {
        content: '';
        display: block;
        width: 17px;
        height: 17px;
        border-top: 3px solid #8d7752;
        border-right: 3px solid #8d7752;
        position: absolute;
        top: 50%;
        left: 50%;
    }*/

    /*.friend-slide-navigation .next i::before {
        margin-left: -2px;
        transform: translate(-50%,-50%)rotate(45deg);

    }*/

    /*.friend-slide-navigation .prev p, .friend-slide-navigation .next p {
        font-weight: 700;
        line-height: 1;
        color: #fff;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }*/

    /*.friend-slide-image {
        width: 100%;
        padding: 50px;
    }*/

    /*.friend-slide-image img {
        width: 100%;
        height: auto;
    }*/


    /*.friend-slide-name {
        color: #fff;
        font-size: 16px;
        margin-top: 0;
        text-align: center;
        font-size: 2.4rem;
        
    }*/

    /*.friend-slide-text {
        color: #fff;
        font-size: 16px;
    }*/

    .friends-carousel {
        position: relative;
        width: 500px;
        overflow: hidden;
        margin: auto;
        /*border: 2px solid #ccc;*/
        border-radius: 8px;
    }

    .slide {
        width: 500px;
        flex-shrink: 0;
        text-align: center;
    }

    .slide > h3 {
        font-size: 35px;
    }

    .slide > p {
        font-size: 20px;
    }

    .nav-button {
        font-size: 30px;
    }

    /* friend ends here */


    .contactWrapper {
        width: 100%;
        padding: 50px 0 0 0;
        border: 5px groove #fff;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .contact-iframe {
        width: 100%;
        height: 1280px;
        margin: 0 auto;
        overflow: hidden;
    }




}


/*-- tablet landscape --*/
@media (orientation: landscape) and (min-width:751px) and (max-width:1024px) {

    .wrapper {
        width: 100%;
    }

    #heroImageModule {
        width: 100%;
        height: 100vh;
        position: relative;
        /*display: grid;*/
        /*grid-template-rows: 1fr;*/
        /*grid-template-columns: 1fr 1fr;*/
        /*justify-items: left;
        align-items:top;
        gap: 0;*/
        padding: 0 0 0 20px;
        margin: 0;
    }

    .textModule {
        width: 300px;
        position: absolute;
        top: 38px;
        left: 5%;
        transform: translateX(-5%);
        padding: 0 0 0 10px;
    }

    .textModule2 {
        width: 300px;
        /*justify-self: right;
        align-self: end;*/
        padding: 20px;
        background-color: rgba(188, 166, 76, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: 5px groove #fff;
        border-radius: 5px;
        position: absolute;
        bottom: 80px;
        left: 5%;
        transform: translateX(-5%);
    }
    
    .heroSectionTextImg {
        width: 100%;
    }

    .textModule2 > p {
        font-size: 20px;
        text-align: center;
        color: #fff;
    }



    .mainContents {
        width: 100%;
        padding: 50px 20px 0 20px;
    }


    #introduction {
        width: 100%;
        height: auto;
        padding-top:100px;
        padding-bottom: 100px;
        padding-left: 20%;
        padding-right: 20%;
        background-color: rgba(227, 223, 214, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
        /*background-color: #e3dfd6;*/
        z-index: 50;
    }

    #introduction p {
        font-size: 22px;
        color: #4d4d4d;
        text-align: left;
        line-height: 200%;
        font-weight: 400;
        z-index: 50;
    }

    .textImageBlock {
        width: 100%;
        padding: 50px 0 0 0;
    }

    .textImageBlock > img {
        width: 100%;
    }


    /* sns Notice section */
    #snsNotice {
        width: 100%;
        border: 5px groove #fff;
        border-radius: 5px;
        margin: 100px 0 0 0;
    }

    #snsNotice > img {
        width: 100%;
    }


    /* stamp book info section */
    #stampBook {
        width: 100%;
        background-color: #c7a874;
        border: 5px groove #c7a874;
        padding: 30px 40px;
        margin: 100px 0;
        border-radius: 5px;
        display: flex;
    }

    .stampBookModule {
        width: 53%;
        position:relative;
    }

    .stampBookModule > img {
        width: 100%;
    }

    .stampBookModule2 {
        width: 45%;
        display: block;
    }

    .imgUnit {
        width: 100%;
    }

    .imgUnit > img {
        width: 100%;
    }
    
    #stampBookIllustration {
        position: absolute;
        top: -80px;
        left: -20px;
    }


    .linkBtn {
        width: 100%;
        margin: 50px 0 0 0;
        padding: 0;
        appearance: none;
        border: none;
        cursor: pointer;
        background: none;
    }

    .linkBtn a {
        display: block;
        padding: 20px 20px;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        border-radius: 50px;
        background-color: #B08738;
        color: #F8F3EC;
    }

    .linkBtn a:hover {
        background-color: #8c6a2c;
        color: #f8e0bf;
    }


    /* theme stamp info section */

    #themeStampInfo {
        width: 100%;
        /*background-color: #765924;*/
        background-color: rgba(118, 89, 36, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        padding: 50px 20px;
    }

    .sectionTitle {
        font-size: 40px;
        text-align: center;
        color: #F8F3EC;
    }

    .themeStampModule {
        width: 100%;
        display: flex;
    }


    /* rule section */

    #rule {
        width: 100%;
        height: auto;
        /*background-color: #765924;*/
        background-color: rgba(118, 89, 36, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        padding: 50px 20px;
        margin: 100px 0 0 0;
    }

    .ruleModule {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction:row;
        gap: 20px 20px;
    }

    .ruleUnit {
        width: 47%;
        display: flex;
        gap: 20px 20px;
        
    }



    .ruleNumberBox {
        width: 90px;
        height: 80px;
        border-radius: 5px;
        border: 5px groove #fff;
        background-color: #F6F1EA;
        z-index: 1;
        position: relative;
    }

    .ruleNumber {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 35px;
        z-index: 2;
        color: #AD8233;
        margin: 0;
        padding: 0;
    }

    .ruleContents {
        width: 100%;
        border-radius: 5px;
        border: 5px groove #fff;
        background-color: #C4A576;
        padding: 30px 20px;
    }

    .ruleContents > p {
        color: #F6F1EA;
        text-align: left;
        font-size: 25px;
    }




    .headlineWrapper {
        width: 100%;
        padding: 0;
        margin: 100px 0 0 0;
        border-radius: 5px;
        background-color: #C7A874;
        /*border-bottom: 2px solid #fff;*/
        /*border-radius: 50px;*/
    }


    

    /* shop list from here */

    .js-shopListSort__cont {
        margin: 0;
        padding: 20px 0 0 0;
    }

    .shop {
        width: 100%;
        border: 5px groove #8d7752;
        background-color: #8d7752;
        border-radius: 5px;
        overflow: hidden;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .contents-heading {
        padding: 60px 0 0 0;
    }

    .contents-heading > div > h2 {
        font-size: 50px;
        color: #fff;
        margin: 0;
        padding: 0;
    }

    .shop-description {
        font-size: 18px;
        color: #fff;
    }

    .shop-list {
        width: 100%;
    }

    .shop-list > ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0;
        list-style-type: none;
    }

    .shop-list > ul > li {
        /*flex:1 1 33%;*/
        /*max-width: 33.3%;*/
        padding: 35px 35px 45px 35px;
        /*margin: 0 10px 20px 10px;*/
        font-size: 1.5rem;
        background-color: none;
        border: 1px dotted #fff;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .shop-list > ul > li:nth-child(3n) {
        width: calc(100% + 2px);
    }

     

    .shop-list-wrap {
        width: 100%;
        height: auto !important;
    }

    .shop-list > ul > li > .shop-list-image {
        width: 100%;
        position: relative;
        overflow: hidden;
    }


    .shop-list-image > img {
        width: 100%;
    }

    .shop-list-title {
        display: none;
    }

    .shop-list-name {
        margin-top: 35px;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: .09em;
        line-height: 150%;
        text-align: left;
        color: #fff;
    }

    
    
    .shop-list-category {
        margin-top: 5px;
        font-size: 18px;
        text-align: left;
        color: #fff;
    }

    .shop-list-text {
        margin-top: 20px;
        text-align: left;
        font-size: 18px;
        color: #fff;
    }

    .shop-list-info {
        margin-top: 20px;
    }

    .shop-list-info > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .shop-list-info > ul > li {
        text-align: left;
        color: #fff;
        font-size: 18px;
    }

    .shop-list-info .map {
        padding-left: 30px;
        background-image: url(../img/common/2025/place-icon.png);
        background-size: 19px 19px;
        /*background-position: left 3px center;*/
        background-position: left center;
        background-repeat: no-repeat;
    }

    .shop-list-info .tel {
        padding-left: 30px;
        background-image: url(../img/common/2025/tel-icon.png);
        background-size: 22px 22px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .shop-list-info .schedule {
        padding-left: 30px;
        background-image: url(../img/common/2025/time-icon.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    /*-- shop list ends here --*/


    /*-- friend from here --*/
    .frinedWrapper {
        width: 100%;
        border: 5px groove #8d7752;
        background-color: #8d7752;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
    } 

    .friend {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
    }

    .friend > .contents-heading {
        padding: 50px 0 0 0;
    }

    /*.friend-slide {
        height: 700px;
    }*/

    /*.friend-slide-wrap {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        position: relative;
    }*/

    /*.friend-slide-wrap > div {
        max-width: 400px;
        margin: 0 auto;
    }*/

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

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

    /*.swiper-container {
        position: relative;
        list-style: none;
        padding: 0;
        z-index: 1;
    }*/

    /*.swiper-wrapper {
        transform: translate3d(0,0,0);
        position: relative;
        width: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
        list-style: none;
        margin: 0;
        padding: 0;
    }*/

    /*.frined-slide-wrap li {
        height: auto;
        text-align: center;   
    }*/

    /*.swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
    }*/

    /*.swiper-slide .swiper-wrapper {
        transform:translate3d(0,0,0);
    }*/

    /*.friend-slide-navigation .prev i, .friend-slide-navigation .next i {
        display: block;
        width: 83px;
        height: 83px;
        margin: 0 auto 15px auto;
        border-radius: 50%;
        background-color: #fff;
        position: relative;
        transition: all .14s ease-in-out;
    }*/

    /*.friend-slide-navigation .prev i::before {
        margin-left: 2px;
        transform: translate(-50%, -50%)rotate(-135deg);
    }*/

    /*.friend-slide-navigation .prev i::before, .friend-slide-navigation .next i::before {
        content: '';
        display: block;
        width: 17px;
        height: 17px;
        border-top: 3px solid #8d7752;
        border-right: 3px solid #8d7752;
        position: absolute;
        top: 50%;
        left: 50%;
    }*/

    /*.friend-slide-navigation .next i::before {
        margin-left: -2px;
        transform: translate(-50%,-50%)rotate(45deg);

    }*/

    /*.friend-slide-navigation .prev p, .friend-slide-navigation .next p {
        font-weight: 700;
        line-height: 1;
        color: #fff;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }*/

    /*.friend-slide-image {
        width: 100%;
        padding: 50px;
    }*/

    /*.friend-slide-image img {
        width: 100%;
        height: auto;
    }*/


    /*.friend-slide-name {
        color: #fff;
        font-size: 16px;
        margin-top: 0;
        text-align: center;
        font-size: 2.4rem;
        
    }*/

    /*.friend-slide-text {
        color: #fff;
        font-size: 16px;
    }*/

    .friends-carousel {
        position: relative;
        width: 500px;
        overflow: hidden;
        margin: auto;
        /*border: 2px solid #ccc;*/
        border-radius: 8px;
    }

    .slide {
        width: 500px;
        flex-shrink: 0;
        text-align: center;
    }

    .slide > h3 {
        font-size: 30px;
    }

    .slide > p {
        font-size: 18px;
    }

    .nav-button {
        font-size: 25px;
    }

    /* friend ends here */


    .contactWrapper {
        width: 100%;
        padding: 50px 0 0 0;
        border: 5px groove #fff;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .contact-iframe {
        width: 100%;
        height: 1280px;
        margin: 0 auto;
        overflow: hidden;
    }
    


}


/*-- pc --*/
@media (min-width:1025px) {

    

    .wrapper {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
    }

    #heroImageModule {
        width: 100%;
        height: 100vh;
        position: relative;
        /*display: grid;*/
        /*grid-template-rows: 1fr;*/
        /*grid-template-columns: 1fr 1fr;*/
        /*justify-items: left;
        align-items:top;
        gap: 0;*/
        padding: 0 0 0 20px;
        margin: 0;
    }

    .textModule {
        width: 30%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 0 0 10px;
    }

    .textModule2 {
        width: 28%;
        /*justify-self: right;
        align-self: end;*/
        padding: 20px;
        background-color: rgba(188, 166, 76, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: 5px groove #fff;
        border-radius: 5px;
        position: absolute;
        bottom: 80px;
        left: 0;
    }

    .heroSectionTextImg {
        width: 100%;
    }

    .textModule2 > p {
        font-size: 25px;
        text-align: center;
        color: #fff;
    }



    .mainContents {
        width: 100%;
        /*padding: 50px 20px 0 20px;*/
        padding: 50px 0 0 0;
    }

    #introduction {
        width: 100%;
        height: auto;
        padding-top:100px;
        padding-bottom: 100px;
        padding-left: 20%;
        padding-right: 20%;
        background-color: rgba(227, 223, 214, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
        /*background-color: #e3dfd6;*/
        z-index: 50;
    }

    #introduction p {
        font-size: 22px;
        color: #4d4d4d;
        text-align: left;
        line-height: 200%;
        font-weight: 400;
        z-index: 50;
    }

    .textImageBlock {
        width: 100%;
        padding: 50px 0 0 0;
    }

    .textImageBlock > img {
        width: 100%;
    }


    /* sns Notice section */
    #snsNotice {
        width: 100%;
        border: 5px groove #fff;
        border-radius: 5px;
        margin: 100px 0 0 0;
    }

    #snsNotice > img {
        width: 100%;
    }


    /* stamp book info section */
    #stampBook {
        width: 100%;
        background-color: #c7a874;
        border: 5px groove #c7a874;
        padding: 30px 40px;
        margin: 100px 0;
        border-radius: 5px;
        display: flex;
    }

    .stampBookModule {
        width: 53%;
        position:relative;
    }

    .stampBookModule > img {
        width: 100%;
    }

    .stampBookModule2 {
        width: 45%;
        display: block;
    }

    .imgUnit {
        width: 100%;
    }

    .imgUnit > img {
        width: 100%;
    }
    
    #stampBookIllustration {
        position: absolute;
        top: -80px;
        left: -20px;
    }


    .linkBtn {
        width: 100%;
        margin: 50px 0 0 0;
        padding: 0;
        appearance: none;
        border: none;
        cursor: pointer;
        background: none;
    }

    .linkBtn a {
        display: block;
        padding: 20px 20px;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        border-radius: 50px;
        background-color: #B08738;
        color: #F8F3EC;
    }

    .linkBtn a:hover {
        background-color: #8c6a2c;
        color: #f8e0bf;
    }


    /* theme stamp info section */

    #themeStampInfo {
        width: 100%;
        /*background-color: #765924;*/
        background-color: rgba(118, 89, 36, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        padding: 50px 20px;
    }

    .sectionTitle {
        font-size: 40px;
        text-align: center;
        color: #F8F3EC;
    }

    .themeStampModule {
        width: 100%;
        display: flex;
    }


    /* rule section */

    #rule {
        width: 100%;
        height: auto;
        /*background-color: #765924;*/
        background-color: rgba(118, 89, 36, 0.7);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border: 5px groove #fff;
        border-radius: 5px;
        padding: 50px 20px;
        margin: 100px 0 0 0;
    }

    .ruleModule {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px 20px;
    }

    .ruleUnit {
        width: 48%;
        display: flex;
        gap: 20px 20px;
        
    }



    .ruleNumberBox {
        width: 90px;
        height: 80px;
        border-radius: 5px;
        border: 5px groove #fff;
        background-color: #F6F1EA;
        z-index: 1;
        position: relative;
    }

    .ruleNumber {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 35px;
        z-index: 2;
        color: #AD8233;
        margin: 0;
        padding: 0;
    }

    .ruleContents {
        width: 100%;
        border-radius: 5px;
        border: 5px groove #fff;
        background-color: #C4A576;
        padding: 30px 20px;
    }

    .ruleContents > p {
        color: #F6F1EA;
        text-align: left;
        font-size: 24px;
    }





    .headlineWrapper {
        width: 100%;
        padding: 0;
        margin: 100px 0 0 0;
        border-radius: 5px;
        background-color: #C7A874;
        /*border-bottom: 2px solid #fff;*/
        /*border-radius: 50px;*/
    }

    


    



    /* shop list from here*/

    .js-shopListSort__cont {
        margin: 0;
        padding: 20px 0 0 0;
    }

    .shop {
        width: 100%;
        border: 5px groove #8d7752;
        background-color: #8d7752;
        border-radius: 5px;
        overflow: hidden;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .contents-heading {
        padding: 60px 0 0 0;
    }

    .contents-heading > div > h2 {
        font-size: 50px;
        color: #fff;
        margin: 0;
        padding: 0;
    }

    .shop-description {
        font-size: 18px;
        color: #fff;
    }

    .shop-list {
        width: 100%;
    }

    .shop-list > ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0;
        list-style-type: none;
    }

    .shop-list > ul > li {
        /*flex:1 1 33%;*/
        /*max-width: 33.3%;*/
        padding: 35px 35px 45px 35px;
        /*margin: 0 10px 20px 10px;*/
        font-size: 1.5rem;
        background-color: none;
        border: 1px dotted #fff;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .shop-list > ul > li:nth-child(3n) {
        width: calc(100% + 2px);
    }

     

    .shop-list-wrap {
        width: 100%;
        height: auto !important;
    }

    .shop-list > ul > li > .shop-list-image {
        width: 100%;
        position: relative;
        overflow: hidden;
    }


    .shop-list-image > img {
        width: 100%;
    }

    .shop-list-title {
        display: none;
    }

    .shop-list-name {
        margin-top: 35px;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: .09em;
        line-height: 150%;
        text-align: left;
        color: #fff;
    }

    
    
    .shop-list-category {
        margin-top: 5px;
        font-size: 18px;
        text-align: left;
        color: #fff;
    }

    .shop-list-text {
        margin-top: 20px;
        text-align: left;
        font-size: 18px;
        color: #fff;
    }

    .shop-list-info {
        margin-top: 20px;
    }

    .shop-list-info > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .shop-list-info > ul > li {
        text-align: left;
        color: #fff;
        font-size: 18px;
    }

    .shop-list-info .map {
        padding-left: 30px;
        background-image: url(../img/common/2025/place-icon.png);
        background-size: 19px 19px;
        /*background-position: left 3px center;*/
        background-position: left center;
        background-repeat: no-repeat;
    }

    .shop-list-info .tel {
        padding-left: 30px;
        background-image: url(../img/common/2025/tel-icon.png);
        background-size: 22px 22px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .shop-list-info .schedule {
        padding-left: 30px;
        background-image: url(../img/common/2025/time-icon.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    /*-- shop list ends here --*/


    /*-- friend from here --*/
    .frinedWrapper {
        width: 100%;
        border: 5px groove #8d7752;
        background-color: #8d7752;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .friend {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
        padding: 30px 0 0 0;
        position: relative;
    }


    /*.friend-slide {
        height: 700px;
    }*/

    /*.friend-slide-wrap {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        position: relative;
    }*/

    /*.friend-slide-wrap > div {
        max-width: 400px;
        margin: 0 auto;
    }*/

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

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

    /*.swiper-container {
        position: relative;
        list-style: none;
        padding: 0;
        z-index: 1;
    }*/

    /*.swiper-wrapper {
        transform: translate3d(0,0,0);
        position: relative;
        width: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
        list-style: none;
        margin: 0;
        padding: 0;
    }*/

    /*.frined-slide-wrap li {
        height: auto;
        text-align: center;   
    }*/

    /*.swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
    }*/

    /*.swiper-slide .swiper-wrapper {
        transform:translate3d(0,0,0);
    }*/

    /*.friend-slide-navigation .prev i, .friend-slide-navigation .next i {
        display: block;
        width: 83px;
        height: 83px;
        margin: 0 auto 15px auto;
        border-radius: 50%;
        background-color: #fff;
        position: relative;
        transition: all .14s ease-in-out;
    }*/

    /*.friend-slide-navigation .prev i:hover, .friend-slide-navigation .next i:hover {
        background-color: #5c3e0a;
    }*/

    /*.friend-slide-navigation .prev i::before {
        margin-left: 2px;
        transform: translate(-50%, -50%)rotate(-135deg);
    }*/

    /*.friend-slide-navigation .prev i::before, .friend-slide-navigation .next i::before {
        content: '';
        display: block;
        width: 17px;
        height: 17px;
        border-top: 3px solid #8d7752;
        border-right: 3px solid #8d7752;
        position: absolute;
        top: 50%;
        left: 50%;
    }*/

    /*.friend-slide-navigation .next i::before {
        margin-left: -2px;
        transform: translate(-50%,-50%)rotate(45deg);

    }*/

    /*.friend-slide-navigation .prev p, .friend-slide-navigation .next p {
        font-weight: 700;
        line-height: 1;
        color: #fff;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }*/

    /*.friend-slide-image {
        width: 100%;
        padding: 50px;
    }*/

    /*.friend-slide-image img {
        width: 100%;
        height: auto;
    }*/


    /*.friend-slide-name {
        color: #fff;
        font-size: 16px;
        margin-top: 0;
        text-align: center;
        font-size: 2.4rem;
        
    }*/

    /*.friend-slide-text {
        color: #fff;
        font-size: 16px;
    }*/

    .friends-carousel {
        position: relative;
        width: 350px;
        overflow: hidden;
        margin: auto;
        /*border: 2px solid #ccc;*/
        border-radius: 8px;
    }

    .slide {
        width: 350px;
        flex-shrink: 0;
        text-align: center;
    }

    .nav-button {
        padding: 20px;
        cursor: pointer;
        font-size: 30px;
        z-index: 1;
    }
    
    /*-- frined ends here --*/


    .contactWrapper {
        width: 100%;
        padding: 50px 0 0 0;
        border: 5px groove #fff;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
    }

    .slide > h3 {
        font-size: 40px;
    }

    .slide > p {
        font-size: 20px;
    }


    .contact-iframe {
        width: 100%;
        height: 1280px;
        margin: 0 auto;
        overflow: hidden;
    }

}

@media (min-width:1300px) {

    #heroImageModule {
        padding: 0;
    }

    .textModule {
        padding: 0;
    }

    .textModule2 {
        padding: 20px;
    }

    .mainContents {
        padding: 50px 0 0 0;
    }


}



/*-----------------------------------*/
/*--------- Main Ends Here ----------*/
/*-----------------------------------*/




/*-----------------------------------*/
/*-------- Footer From Here ---------*/
/*-----------------------------------*/

/*-- sp portrait --*/
@media (max-width: 750px) {
    
    footer {
        width: 100%;
        margin: 100px 0 0 0;
        padding: 0 20px 20px 20px;
    }

    .footerWrapper {
        border: 5px groove #fff;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
        background-color: #C7A874;
    }

    .social {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 50px 10px 50px 10px;
        border-bottom: 1px solid #fff;
    }

    .socialText {
        width: 100%;
        font-size: 14px;
        text-align: left;
        padding: 0 10px 0 10px;
        color: #fff;
    }

    .socialLinks {
        width: 100%;
        padding:0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .linkButton {
        padding: 0 10px;
    }

    .linkButton > a > img {
        width: 100%;
    }

    .linkButton a img {
        opacity: 1;
    }

    .linkButton a:hover img {
        opacity: 0.6;
    }


    #cooperation {
        width: 100%;
        padding: 50px 10px;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }

    #copy {
        width: 100%;
        padding: 50px 0 50px 0;
    }

    #copy > p {
        font-size: 16px;
        color: #fff;
        text-align: center;
    }


}


/*-- sp landscape --*/
@media (orientation: landscape) and (max-width: 750px) {
    
    footer {
        width: 100%;
        margin: 100px 0 0 0;
        padding: 0 10px 20px 10px;
    }

    .footerWrapper {
        border: 5px groove #fff;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
        background-color: #C7A874;
    }

    .social {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 50px 10px 50px 10px;
        border-bottom: 1px solid #fff;
    }

    .socialText {
        width: 100%;
        font-size: 18px;
        text-align: left;
        padding: 0 10px 0 70px;
        color: #fff;
    }

    .socialLinks {
        width: 100%;
        padding:10px 70px 0 10px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .linkButton {
        padding: 0 24px;
    }

    .linkButton > a > img {
        width: 100%;
    }

    .linkButton a img {
        opacity: 1;
    }

    .linkButton a:hover img {
        opacity: 0.6;
    }


    #cooperation {
        width: 100%;
        padding: 50px 100px;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }

    #copy {
        width: 100%;
        padding: 50px 0 50px 0;
    }

    #copy > p {
        font-size: 16px;
        color: #fff;
        text-align: center;
    }


}


/*-- tablet portrait --*/
@media (min-width:751px) and (max-width:1024px) {
    
    footer {
        width: 100%;
        margin: 100px 0 0 0;
        padding: 0 20px 20px 20px;
    }

    .footerWrapper {
        border: 5px groove #fff;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
        background-color: #C7A874;
    }

    .social {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 50px 80px 50px 80px;
        border-bottom: 1px solid #fff;
    }

    .socialText {
        width: 100%;
        font-size: 18px;
        text-align: left;
        padding: 0 10px 0 80px;
        color: #fff;
    }

    .socialLinks {
        width: 100%;
        padding:10px 10px 0 10px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .linkButton {
        padding: 0 24px;
    }

    .linkButton > a > img {
        width: 100%;
    }

    .linkButton a img {
        opacity: 1;
    }

    .linkButton a:hover img {
        opacity: 0.6;
    }


    #cooperation {
        width: 100%;
        padding: 50px 100px;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }

    #copy {
        width: 100%;
        padding: 50px 0 50px 0;
    }

    #copy > p {
        font-size: 16px;
        color: #fff;
        text-align: center;
    }


}


/*-- tablet landscape --*/
@media (orientation: landscape) and (min-width:751px) and (max-width:1024px) {
    
    footer {
        width: 100%;
        margin: 100px 0 0 0;
        padding: 0 20px 20px 20px;
    }

    .footerWrapper {
        border: 5px groove #fff;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
        background-color: #C7A874;
    }

    .social {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 50px 100px 50px 100px;
        border-bottom: 1px solid #fff;
    }

    .socialText {
        width: 100%;
        font-size: 18px;
        text-align: left;
        padding: 0 10px 0 100px;
        color: #fff;
    }

    .socialLinks {
        width: 100%;
        padding:10px 70px 0 10px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .linkButton {
        padding: 0 24px;
    }

    .linkButton > a > img {
        width: 100%;
    }

    .linkButton a img {
        opacity: 1;
    }

    .linkButton a:hover img {
        opacity: 0.6;
    }


    #cooperation {
        width: 100%;
        padding: 50px 100px;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }

    #copy {
        width: 100%;
        padding: 50px 0 50px 0;
    }

    #copy > p {
        font-size: 16px;
        color: #fff;
        text-align: center;
    }


}


/*-- pc --*/
@media (min-width:1025px) {
    footer {
        width: 100%;
        max-width: 1040px;
        padding: 0 19px 20px 20px;
        margin: 100px 0 0 0;
    }

    .footerWrapper {
        border: 5px groove #fff;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
        background-color: #C7A874;
    }

    .social {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 50px 200px 50px 200px;
        border-bottom: 1px solid #fff;
    }

    .socialText {
        width: 100%;
        font-size: 20px;
        text-align: left;
        padding: 0 10px 0 100px;
        color: #fff;
    }

    .socialLinks {
        width: 100%;
        padding:10px 100px 0 10px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .linkButton {
        padding: 0 10px;
    }

    .linkButton > a > img {
        width: 100%;
    }

    .linkButton a img {
        opacity: 1;
    }

    .linkButton a:hover img {
        opacity: 0.6;
    }


    #cooperation {
        width: 100%;
        padding: 50px 100px;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }

    #copy {
        width: 100%;
        padding: 50px 0 50px 0;
    }

    #copy > p {
        font-size: 16px;
        color: #fff;
        text-align: center;
    }


}

@media (min-width:1300px) {
    footer {
        width: 100%;
        max-width: 1040px;
        padding: 0 0 20px 0;
    }
}


/*-----------------------------------*/
/*-------- Footer Ends Here ---------*/
/*-----------------------------------*/