@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://3a4be6.claudeassets.com/20250208233440cs_/https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://d157a0.claudeassets.com/20250208233440cs_/https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

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

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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

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

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.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-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-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-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-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-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");
}

/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

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

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

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

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

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

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

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

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

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

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

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

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

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

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

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

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

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

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-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;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-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%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

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

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

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

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

* {
    box-sizing: border-box;
}

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

h1 {
    font-size: 4.6rem;
    font-family: serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    line-height: 1;
}

h1.line {
    text-align: center;
    letter-spacing: normal;
}

h1.line span {
    font-size: 3rem;
    background: #efe5e0;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

h1.line:before,
h1.line:after {
    content: "";
    display: inline-block;
    width: 30px;
    border-bottom: 2px solid #333333;
    position: relative;
    top: -8px;
    margin: auto;
    z-index: 0;
}

a,
a:link,
a:hover {
    color: #333333;
    text-decoration: none;
    transition: .4s;
    -webkit-transition: .4s;
}

a,
button {
    outline: none;
}

a:hover,
button:hover {
    cursor: pointer;
}

a.opa:hover {
    opacity: 0.6;
}

p {
    margin-bottom: 15px;
}

.hover-opa {
    transition: .3s;
}

.hover-opa:hover {
    opacity: .6;
}

.pc_hide {
    display: none;
}

.sp_hide {
    display: block;
}

.font-small {
    font-size: 1.2rem;
}

.font-italic {
    font-style: italic;
}

.txt-center {
    text-align: center;
}

button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.btn,
a.btn {
    min-width: 200px;
    background: #333333;
    padding: 15px;
    line-height: 1.4;
    color: #FFF;
    display: inline-block;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
}

.btn:after,
a.btn:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 13px;
    background: url(https://0b2f89.claudeassets.com/20250208233440im_/https://yukanyyoga.com/wp-content/themes/yukayoga2018/common/images/btn-arrow.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.btn:hover,
a.btn:hover {
    background: #111;
}

a.btn.reverse:after {
    display: none;
}

a.btn.reverse:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 13px;
    background: url(https://f21fae.claudeassets.com/20250208233440im_/https://yukanyyoga.com/wp-content/themes/yukayoga2018/common/images/btn-arrow-reverse.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

a.btn.no_arrow:after {
    display: none;
}

.serif {
    font-family: 'Playfair Display', serif;
}

.shadow {
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.25);
}

.shadow_strong {
    box-shadow: 0px 13px 27px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 13px 27px 0px rgba(0, 0, 0, 0.4);
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans CJK JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.4;
    font-size: 1.4rem;
    letter-spacing: normal;
    color: #333333;
}

.contents {
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 0 20px;
}

.contents.narrow {
    width: 700px;
}

.contents.medium {
    width: 760px;
}

.center {
    text-align: center;
}

.underline {
    text-decoration: underline !important;
    transition: .3s;
    -webkit-transition: .3s;
}

a.underline:hover {
    opacity: .6;
}

p {
    line-height: 1.6;
}

nav a:hover {
    opacity: 0.7;
}

header.l-header {
    background: #cc9b9b;
    width: 100%;
    height: 130px;
    position: fixed;
    color: #FFF;
    z-index: 100;
    transition: .3s;
    -webkit-transition: .3s;
    box-sizing: border-box;
}

h1.logo {
    width: 220px;
    margin: auto;
    padding: 20px 0;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
}

h1.logo svg {
    width: 100%;
}

h2.title {
    font-size: 2.8rem;
    font-weight: bold;
    margin: 40px 0;
}

h3.title {
    background: #cc9b9b;
    font-size: 1.8rem;
    padding: 14px;
    margin-bottom: 20px;
    color: #FFF;
    font-weight: bold;
}

h3.title:not(:first-child) {
    margin-top: 30px;
}

h3.square {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}

h3.square:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #cc9b9b;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

h3.border:not(:first-child) {
    border-top: 1px dotted #aaa;
    margin-top: 20px;
    padding-top: 20px;
}

.nav_trigger {
    position: absolute;
    top: 55px;
    left: 20px;
    transition: .3s;
    -webkit-transition: .3s;
}

.nav_trigger .button-burger {
    width: 40px;
}

.nav_trigger .button-burger span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #FFF;
    vertical-align: top;
    top: -5px;
}

.nav_trigger .button-burger span:before,
.nav_trigger .button-burger span:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #FFF;
    display: inline-block;
    position: absolute;
    left: 0;
}

.nav_trigger .button-burger span:before {
    top: 8px;
}

.nav_trigger .button-burger span:after {
    top: 16px;
}

.nav_trigger a {
    display: inline;
    position: relative;
    left: 20px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #FFF;
    top: -2px;
    left: 3px;
}

.trial {
    background: #FFF;
    padding: 23px 30px;
    width: auto;
    display: inline-block;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    transition: .3s;
    -webkit-transition: .3s;
    margin: 20px auto;
}

.trial:hover {
    background: #333;
    color: #FFF;
}

header .trial_btn {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #FFF;
    padding: 5px 10px;
    border: 1px solid #fff;
    transition: .3s;
    -webkit-transition: .3s;
}

header .trial_btn:hover {
    background: #FFF;
    color: #111;
}

header.mini {
    height: 60px;
}

header.mini h1.logo {
    padding-top: 0;
    top: 5px;
    width: 120px;
}

header.mini .nav_trigger {
    top: 20px;
}

header.mini .trial_btn {
    top: 15px;
}

nav {
    position: fixed;
    transform: translateX(-100%);
    -webkit-overflow-scrolling: touch;
    transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 760px;
    height: 100vh;
    left: 0;
    background: #eee;
    color: #333333;
    z-index: 9999;
    overflow: scroll;
    padding-bottom: 30px;
}

nav.show {
    transform: translateX(0%);
}

nav .nav_inner {
    width: 80%;
    max-width: 960px;
    margin: auto;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 80px;
    position: relative;
}

nav .nav_inner h3 {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 2px;
    border-bottom: 2px solid #333333;
}

nav .nav_inner ul {
    border-top: 2px solid #333333;
    padding-top: 10px;
}

nav .nav_inner li {
    padding-bottom: 0px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #333333;
    letter-spacing: 0.05em;
}

nav .nav_inner li span {
    font-family: "Noto Sans CJK JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
}

nav .nav_inner li span.num {
    font-size: 1.6rem;
    width: 35px;
    vertical-align: top;
}

nav .nav_inner li span.jp {
    margin-left: 10px;
    font-size: 1.4rem;
}

nav .nav_inner li a {
    display: inline-block;
    vertical-align: top;
    font-size: 1.8rem;
}

nav .nav_inner li ul {
    border: none;
    padding-top: 0;
    margin-top: -20px;
}

nav .nav_inner li ul li {
    font-size: 2rem;
    margin-left: 45px;
    padding: 2px 0;
    margin-bottom: 0;
}

nav .nav_inner li ul li:last-child {
    border: none;
    padding-bottom: 0;
}

nav .nav_inner .close {
    display: block;
    transition: .3s;
    -webkit-transition: .3s;
    right: auto;
    left: 0px;
    top: -50px;
}

nav .nav_inner .close:hover {
    opacity: .6;
}

nav .nav_inner .close span,
nav .nav_inner .close span:before {
    background-color: #333333;
}

nav .nav_inner .close span:before {
    transform: rotate(90deg) translate(-110%, 0);
}

.fixed_el_left,
.fixed_el_right {
    width: 1em;
    position: fixed;
    top: 300px;
    z-index: 999;
    font-weight: bold;
}

.fixed_el_left .is-active,
.fixed_el_right .is-active {
    border-bottom: 2px solid #333333;
    padding-bottom: 2px;
}

.fixed_el_left span,
.fixed_el_right span {
    margin: 0 5px;
}

.fixed_el_left {
    left: 20px;
    display: none;
}

.fixed_el_left a,
.fixed_el_left span {
    display: inline-block;
    transform: rotate(90deg);
}

.fixed_el_right {
    right: 20px;
}

.share_icons span.txt {
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: top left;
    position: relative;
    right: -13px;
    margin-bottom: 45px;
}

.share_icons svg {
    display: inline-block;
    max-width: 20px;
    max-height: 20px;
    margin-bottom: 15px;
    transition: .3s;
    -webkit-transition: .3s;
}

.share_icons svg:hover {
    opacity: .6;
}

.share_icons path {
    background: #333333;
}

.slide_run {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.slide_assets {
    position: absolute;
    width: 100%;
    z-index: 20;
}

.section {
    padding: 60px 0;
}

.slide_assets {
    text-align: center;
    position: relative;
}

.slide_assets .swiper-pagination {
    display: inline-block;
    width: auto;
    margin: 10px auto;
    text-align: center;
}

.slide_assets.swp_inline_buttons .swiper-pagination {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.swiper-pagination-bullet {
    background: #333;
    margin: 0 3px;
    cursor: pointer;
}

.homeTop:before {
    content: "";
    display: block;
    height: 510px;
    background: #cc9b9b;
}

.homeTop .topSlide {
    width: calc(100% - 100px);
    max-width: 1280px;
    margin: 0 auto;
    margin-top: -380px;
    position: relative;
    transition: opacity .3s;
}

.homeTop .topSlide.hide {
    opacity: 0;
}

.homeTop .topSlide .slide_run {
    background: #111;
}

.homeTop .topSlide .swiper-slide {
    width: 100%;
    height: calc((100vw - 100px) / 16 * 9);
    max-height: calc((1280px) / 16 * 9);
    position: relative;
}

.homeTop .topSlide .swiper-slide video,
.homeTop .topSlide .swiper-slide .img_container {
    width: 100%;
    height: 100%;
}

.homeTop .topSlide .slide_assets {
    position: absolute;
    bottom: 60px;
    right: -45px;
    background: #333333;
    width: 100px;
    height: 56px;
}

.homeTop .topSlide .slide_assets .slide_prev,
.homeTop .topSlide .slide_assets .slide_next {
    width: 49px;
    height: 56px;
    float: left;
    position: relative;
    cursor: pointer;
}

.homeTop .topSlide .slide_assets .slide_prev img,
.homeTop .topSlide .slide_assets .slide_next img {
    position: absolute;
    width: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homeTop .topSlide .slide_assets span {
    display: inline-block;
    position: absolute;
    width: 1px;
    background: #FFF;
    height: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
}

.homeTop .movieTitle {
    font-size: 8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    width: 100%;
    text-align: center;
}

.homeTop .firstLine {
    top: calc(50% - 110px);
}

.homeTop .secondLine {
    top: calc(50% + 85px);
}

.homeTop .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    transition: .3s;
    -webkit-transition: .3s;
}

.homeTop .play:hover {
    opacity: 0.8;
}

.homeTop .play img {
    width: 100%;
}

.homeTop .notice {
    background: linear-gradient(228deg, #eb4555, #d3898d);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 24s ease infinite;
    -moz-animation: AnimationName 24s ease infinite;
    animation: AnimationName 24s ease infinite;
    padding: 20px;
    width: 300px;
    position: absolute;
    bottom: 60px;
    left: -40px;
    color: #FFF;
    z-index: 98;
}

.homeTop .notice .font-small {
    margin-bottom: 7px;
}

.homeTop .notice p,
.homeTop .notice a {
    color: #FFF;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}

.overlay.show {
    z-index: 100;
    display: block;
    opacity: 1;
}

.movie_modal {
    position: fixed;
    width: calc((100vw - 100px));
    max-width: 1280px;
    height: calc((100vw - 100px) / 16 * 9);
    max-height: calc((1280px) / 16 * 9);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 1000;
}

.movie_modal video {
    width: calc((100vw - 100px));
    max-width: 1280px;
    height: calc((100vw - 100px) / 16 * 9);
    max-height: calc((1280px) / 16 * 9);
}

.movie_modal .close {
    top: -40px;
    right: -30px;
}

.close {
    position: absolute;
    top: 40px;
    right: 30px;
    width: 30px;
    height: 30px;
    display: none;
    z-index: 999;
}

.close span {
    display: inline-block;
    width: 100%;
    background: #fff;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close span:before {
    content: "";
    display: inline-block;
    width: 100%;
    background: #fff;
    height: 1px;
    -webkit-transform: rotate(90deg) translate(-50%, 0);
    transform: rotate(90deg) translate(-50%, 0);
}


.mens_yoga {
    padding: 60px 0;
    background: #333;
}

.mens_yoga h1 {
    color: #FFF;
}

.mens_yoga video {
    display: block;
    margin: 10px auto;
    width: 90%;
    max-width: 1100px;
    outline: none;
}

.mens_yoga a.trial {
    /*background: #333333;
  color: #fff;
  font-weight: normal;*/
}

@media (max-width: 768px) {
    .mens_yoga {
        padding: 30px 0;
    }

    .mens_yoga a.trial {
        font-size: 1.4rem;
        padding: 15px 50px;
    }
}

.concept .intro {
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.concept h1 {
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.concept .desc {
    line-height: 2;
}

.concept .marks {
    margin: 2rem 0;
}

.concept .marks img {
    margin: 0 10px;
    width: 80px;
}

.concept .btns a {
    margin: 0 10px;
}

.studios {
    background: #efe5e0;
    position: relative;
}

.studios .left_cont,
.studios .right_cont {
    width: 42%;
    position: relative;
}

.studios .left_cont {
    float: left;
}

.studios .right_cont {
    float: right;
}

.studios .studio_set {
    position: relative;
}

.studios .devider {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(15deg);
    width: 1px;
    height: 250px;
    background: rgba(0, 0, 0, 0.3);
}

.studios .left_cont:before,
.studios .right_cont:before {
    content: "";
    display: inline-block;
    position: absolute;
    line-height: 0;
    color: #FFF;
    font-family: 'Playfair Display', serif;
    opacity: .6;
    font-size: 60rem;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.studios .left_cont:before {
    content: "Y";
    transform: translate(-50%, -50%) scale(1.2, 1);
}

.studios .right_cont:before {
    content: "E";
    transform: translate(-47%, -50%) scale(1.2, 1);
}

.studios .group {
    position: relative;
    z-index: 10;
}

.studios h1 {
    position: relative;
    z-index: 10;
    margin-bottom: 140px;
}

.studios h2 {
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.16em;
}

.studios h2 span {
    font-size: 2.4rem;
    display: block;
    letter-spacing: 0.1em;
}

.studios .btn {
    margin: 20px 0;
    padding: 15px 50px;
}

.studios .info {
    margin-top: 10px;
    line-height: 1.8;
}

.studios .distance {
    letter-spacing: 0.1em;
}

.studios .distance span {
    font-size: 2rem;
}

.studios .new {
    position: absolute;
    color: #cc9b9b;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    letter-spacing: 0.1em;
}

.studios .lead {
    font-weight: bold;
    margin: 100px 0 20px;
}

.more {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
}

.more:after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 10px;
    background: url(https://58a30d.claudeassets.com/20250208233440im_/https://yukanyyoga.com/wp-content/themes/yukayoga2018/common/images/btn-arrow-bk.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: 0px;
}

.whatwedo li {
    width: 720px;
    min-height: 280px;
    position: relative;
    margin-bottom: 60px;
}

.whatwedo li .left {
    width: 260px;
    height: 225px;
    float: left;
    background: #efe5e0;
    position: relative;
}

.whatwedo li .right {
    width: calc(100% - 260px);
    float: left;
    padding: 20px;
}

.whatwedo li .more {
    margin-top: 0;
}

.whatwedo li:nth-child(even) {
    margin-left: calc(100% - 720px);
}

.whatwedo li:nth-child(even) .left {
    background: #97a7b3;
}

.whatwedo h2 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.whatwedo h2 span {
    font-size: 1.4rem;
    font-weight: bold;
}

.news .list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
    vertical-align: middle;
}

.news .list li>a {
    display: block;
    transition: .3s;
    -webkit-transition: .3s;
}

.news .list li>a:hover {
    opacity: 0.6;
}

.news .list li>a:after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 10px;
    background: url(https://58a30d.claudeassets.com/20250208233440im_/https://yukanyyoga.com/wp-content/themes/yukayoga2018/common/images/btn-arrow-bk.svg) no-repeat;
    background-size: contain;
    margin-left: 5px;
    position: relative;
    top: 40px;
    float: right;
}

.news .list li .date {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    line-height: 1;
    font-size: 1.6rem;
    vertical-align: middle;
    letter-spacing: 0.1em;
    margin-top: 25px;
}

.news .list li .date span {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}

.news .list li .title {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 90px);
}

.news .more.btn {
    margin: 30px auto;
}

.news li .left {
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.news li .left .thumb {
    width: 130px;
    height: 87px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.news li .left .title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 170px);
}

.news li .left .title .title-txt {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.news li .left .title .desc {
    line-height: 1.7;
}

.news.voice li .left .thumb {
    width: 250px;
    height: 180px;
}

.news.voice li .left .title {
    width: calc(100% - 280px);
}

.within {
    width: 100%;
    text-align: center;
    background: #efe5e0;
}

.within a {
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 120px;
}

.within img {
    width: 100%;
}

.wp-pagenavi {
    margin-top: 40px;
    text-align: center;
}

.wp-pagenavi .page-numbers {
    background: #333333;
    color: #FFF;
    margin: 0 5px;
    display: inline-block;
    padding: 5px 10px;
}

.wp-pagenavi .page-numbers.current {
    background: #cc9b9b;
}

.wp-pagenavi .page-numbers.dots,
.wp-pagenavi .prev.page-numbers,
.wp-pagenavi .next.page-numbers {
    color: #333333;
    background: none;
}

.home .news {
    background: #efe5e0;
}

.home .news .list li .date {
    margin-top: 10px;
}

.home .news li .left .thumb {
    width: 70px;
    height: 47px;
}

.home .news li .left .title {
    width: calc(100% - 100px);
}

.home .news .list li>a:after {
    top: 18px;
}

.insta_wrap {
    position: relative;
    width: 100%;
    height: 200px;
}

#loopslider {
    position: relative;
    width: 100%;
}

#instafeed {
    width: 100%;
    float: left;
    display: inline;
    margin: auto;
}

#instafeed li {
    text-align: left;
    width: 200px;
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: .3s;
    -webkit-transition: .3s;
    float: left;
    display: inline;
}

#instafeed a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.instagram a {
    transition: .3s;
    -webkit-transition: .3s;
}

.follow {
    width: 100%;
    overflow: hidden;
}

.follow button a {
    display: inline-block;
    text-decoration: underline;
    margin: 30px 0 40px;
    font-size: 1.4rem;
    font-weight: bold;
}

.follow .sns {
    text-align: center;
    margin-top: 30px;
}

.follow .sns li {
    display: inline-block;
    width: 30px;
    height: 30px;
    max-height: 40px;
    margin: 0 20px;
}

.follow .sns li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: .3s;
    -webkit-transition: .3s;
}

.follow .sns li a:hover {
    opacity: .6;
}

.follow .sns li img,
.follow .sns li svg {
    height: 100%;
}

footer {
    background: #cc9b9b;
}

footer p {
    padding: 70px 0;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
    margin-bottom: 0;
}

main {
    padding-top: 130px;
    background: #efe5e0;
}

.trial_modal {
    position: fixed;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.trial_modal .modal_inner {
    width: 90%;
    max-width: 960px;
    height: 90vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 60px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.trial_modal h2 {
    font-size: 2.6rem;
    letter-spacing: .04em;
    margin-bottom: 10px;
    font-weight: bold;
}

.trial_modal h3 {
    margin-bottom: 30px;
    font-size: 1.6rem;
}

.trial_modal .left {
    width: 50%;
    padding-right: 40px;
    float: left;
}

.trial_modal .wpcf7-form {
    margin-top: 30px;
}

.trial_modal div.wpcf7-mail-sent-ng,
.trial_modal div.wpcf7-aborted {
    border: none !important;
    text-align: center;
    color: red;
}

.trial_modal div.wpcf7-validation-errors,
.trial_modal div.wpcf7-acceptance-missing {
    text-align: center;
    padding-top: 0 !important;
    margin-top: 0 !important;
    color: red;
}

.trial_modal div.wpcf7-mail-sent-ok {
    text-align: center;
    padding-top: 0 !important;
    margin-top: 0 !important;
    color: green;
}

.wpcf7 input,
.wpcf7 textarea {
    margin-top: 5px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    padding: 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.wpcf7 .submit_wrap {
    width: 80%;
    max-width: 500px;
    margin: auto;
}

.wpcf7 .submit_wrap input {
    background: #333333;
    color: #FFF;
    padding: 15px 50px;
    font-size: 1.4rem;
    transition: .3s;
    -webkit-transition: .3s;
}

.wpcf7 .submit_wrap input:hover {
    background: #111;
}

.news.single .contents h1 {
    font-size: 2rem;
    padding: 15px 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.6;
}

.news.single .share {
    margin: 15px 0 60px;
}

.news.single .share.bottom {
    margin-top: 60px;
    padding: 20px 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.news.single .share svg {
    max-width: 20px;
    max-height: 18px;
    margin-left: 10px;
    transition: .3s;
    -webkit-transition: .3s;
}

.news.single .share svg:hover {
    opacity: .6;
}

.news.single .content {
    margin-bottom: 20px;
}

.news.single .content a {
    text-decoration: underline;
}

.btn,
a.btn {
    min-width: 200px;
}

.single img {
    max-width: 100%;
    height: auto;
}

.single .pager .btn {
    display: inline-block;
    width: 32%;
}

.single .pager .btn:first-child,
.single .pager .btn:last-child {
    width: 100px;
}

.pager {
    text-align: center;
    width: 100%;
    margin-top: 80px;
}

.pager a {
    display: inline-block;
    margin: 0 10px;
}

h1.page_title span {
    display: block;
    font-size: 1.8rem;
    margin-top: 20px;
    letter-spacing: 0.02em;
    line-height: 1.6;
}

ul.anchor {
    padding: 20px;
    width: 100%;
    text-align: center;
}

ul.anchor li {
    display: inline-block;
    margin-bottom: 13px;
    margin-right: 10px;
    text-align: center;
    width: 70%;
}

ul.anchor li a {
    color: #fff;
    font-size: 1.6rem;
    transition: .3s;
    -webkit-transition: .3s;
    display: inline-block;
    padding: 20px 8px;
    width: 100%;
}

ul.anchor li a:hover {
    background: #ce8282;
}

ul.anchor li a img {
    width: 15px;
    height: auto;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

ul.anchor li .btn:after {
    display: none;
}

.class_ {
    padding-top: 120px;
    margin-top: -70px;
}

.class_ h1 {
    text-align: center;
    font-size: 3rem;
}

.class_ h1 .subtitle {
    font-size: 1.6rem;
    letter-spacing: normal;
}

.class_ .segment .block {
    padding: 40px;
}

.class_ .segment .block:nth-child(odd) {
    background: rgba(255, 255, 255, 0.8);
}

.class_ .segment .block:nth-child(even) {
    background: #f1f1f1;
}

.class_ .segment h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: bold;
    width: 40%;
    float: left;
    margin-right: 20px;
}

.class_ .segment h2 span {
    font-size: 1.6rem;
    margin-top: 15px;
    margin-left: 5px;
    display: block;
}

.class_ .segment h2 span:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #333;
    position: relative;
    top: -5px;
    margin-right: 8px;
}

.class_ .segment .unit {
    padding: 0;
    width: calc(60% - 20px);
    float: left;
}

.class_ .btn_schedule {
    margin: 30px 0;
}

.schedule h4 {
    margin-bottom: 30px;
}

span.line {
    display: inline-block;
    width: 30px;
    border-bottom: 1px solid #333333;
    position: relative;
    top: -8px;
    margin: 0 5px;
}

ul.disc li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #aaa;
    padding-left: 15px;
}

ul.disc li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #cc9b9b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -15px;
    margin-right: 5px;
}

.kv {
    width: 130%;
    margin-bottom: 30px;
    margin-left: -15%;
}

.kv img {
    width: 100%;
}

.intro {
    padding: 40px 0 20px;
    background: #FFF;
}

.intro h2 {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.intro h3 {
    font-size: 2rem;
    margin: 40px 0 15px;
    font-weight: bold;
}

.intro h3 span {
    color: #cc9b9b;
}

.intro h3:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #cc9b9b;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.intro .btn {
    margin: 40px auto;
    padding: 20px 50px;
}

.tt .section {
    background: #FFF;
    padding: 40px 40px;
    margin-bottom: 30px;
}

.tt h4 {
    font-weight: bold;
    margin: 20px 0 10px;
}

.tt .tokuten {
    padding: 30px;
    border: 1px solid #aaa;
    width: 80%;
    margin: 30px auto;
}

.tt .tokuten h4 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.tt .tokuten .block:first-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #aaa;
}

.tt .steps li {
    margin-bottom: 30px;
}

.tt dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #aaa;
    width: 300px;
}

.tt dt {
    float: left;
    width: 200px;
}

.tt dd {
    float: left;
    width: calc(100% - 200px);
    text-align: right;
}

.tt .bank {
    padding: 20px 60px;
    border: 1px solid #aaa;
    display: inline-block;
    margin-bottom: 30px;
}

.tt .bank strong {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

.tt .books h4 {
    font-weight: bold;
    text-align: left;
    margin-top: 30px;
}

.tt .books li {
    line-height: 2;
}

.tt p a {
    text-decoration: underline;
}

.tt .guest {
    float: left;
}

h4.box {
    padding: 5px 10px;
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

h4.box span {
    display: inline-block;
    top: -5px;
}

.price {
    padding-bottom: 120px;
}

.price .lead {
    padding: 15px;
}

.price p {
    line-height: 1.8;
}

.price h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 40px;
    line-height: 2;
}

.price h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.price h3:not(:first-child) {
    margin-top: 40px;
}

.price h5 {
    font-weight: bold;
    margin: 15px 0 5px;
}

.price .price_cont {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 80px;
    background: #FFF;
}

.price dl {
    width: 100%;
    line-height: 1.4em;
}

.price dt {
    display: inline-block;
    width: 56%;
    background: none;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    line-height: 1.6;
}

.price span.tax {
    font-size: 1.2rem;
}

.price span.indent {
    text-indent: 20px;
    display: block;
}

.price dd {
    display: inline-block;
    width: 41%;
    background: none;
    text-align: right;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    margin-left: -3px;
    line-height: 1.6;
}

.price .note {
    margin-top: 40px;
}

.about .lead {
    width: 100%;
    margin: auto;
    padding: 10px 0;
}

.about .lead h2.title {
    margin-bottom: 20px;
    line-height: 1.6;
}

.about .lead p {
    line-height: 1.8;
}

.about .lead img {
    width: 100%;
}

.about .owner {
    background: #FFF;
    width: 100%;
    margin: 80px 0;
    padding: 80px;
}

.about .owner .contents {
    max-width: 960px;
    width: 100%;
    margin: auto;
}

.about .prof .img {
    display: inline-block;
    margin-right: 40px;
    width: 45%;
    vertical-align: top;
}

.about .prof .img img {
    width: 100%;
}

.about .prof .info {
    vertical-align: top;
    display: inline-block;
    width: 45%;
}

.about .prof .info h2 {
    font-weight: bold;
    font-size: 3.2rem;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

.about .prof .info h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.about .prof .info .btn {
    margin-top: 20px;
}

.about .trainer ul {
    width: 100%;
    text-align: center;
}

.about .trainer li {
    display: inline-block;
    margin: 0 40px;
    margin-bottom: 80px;
    text-align: center;
}

.about .trainer li .mask {
    width: 210px;
    height: 210px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.about .trainer li img {
    width: 100%;
    height: 100%;
    transition: .3s;
    -webkit-transition: .3s;
}

.about .trainer li img:hover {
    opacity: .6;
}

.about .trainer h3 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 10px;
    text-align: center;
}

.about .modal {
    display: none;
    background: #FFF;
    padding: 40px 80px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    height: 90vh;
    z-index: 999;
}

.about .modal .close span {
    background: #000;
}

.about .modal .close span:before {
    background: #000;
}

.about .modal .mask {
    width: 350px;
    height: 350px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 40px;
}

.about .modal img {
    width: 100%;
    height: 100%;
}

.about .modal h2 {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
}

.about .modal h3 {
    text-align: center;
}

.about .modal .info {
    margin-top: 40px;
}

.about .modal h4 {
    font-weight: bold;
    margin: 20px 0 10px;
}

.about .modal .yuka_prof_subImg {
    width: 45%;
    margin-right: 15px;
}

.about .lead.handsmethod {
    background: #f1f1f1;
    padding: 30px;
    margin-top: 60px;
}

.about .lead.handsmethod a.btn.trial {
    background: #FFF;
    color: #333;
    padding: 30px 20px;
    width: 60%;
    display: inline-block;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    margin: 30px 0;
}

.about .lead.handsmethod a.btn.trial:hover {
    background: #333;
    color: #FFF;
}

.about .lead.handsmethod a.btn.trial:after {
    display: none;
}

.modal a {
    transition: .3s;
    -webkit-transition: .3s;
    text-decoration: underline;
}

.modal a:hover {
    opacity: .6;
}

.access .swiper-slide img {
    width: 100%;
}

.access .info {
    margin-top: -3px;
    background: #FFF;
    padding: 40px;
    padding-top: 60px;
}

.access .info .desc {
    margin: 10px 0 40px;
}

.access .info .txt {
    width: 350px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.access .info .txt dt {
    display: inline-block;
    width: 80px;
    margin-right: 20px;
    vertical-align: top;
    line-height: 1.6;
    margin-bottom: 10px;
}

.access .info .txt dd {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: top;
    line-height: 1.6;
    margin-bottom: 10px;
}

.access .info .txt .root {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px dotted #aaa;
}

.access .info .map {
    display: inline-block;
    width: calc(100% - 390px);
    overflow: hidden;
    vertical-align: top;
}

.access .info .map iframe {
    width: 100%;
    height: 300px;
}

.access .btn {
    margin-top: 20px;
}

.access .studio {
    padding-top: 120px;
    margin-top: -70px;
}

.contact .contents {
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.contact.thank_you .contents{
    padding-bottom: 200px;
}

.contact .wpcf7-submit {
    min-width: 200px;
    background: #333333;
    padding: 15px;
    line-height: 1.4;
    color: #FFF;
    display: inline-block;
    text-align: center;
}

.contact .wpcf7-submit:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 13px;
    background: url(https://0b2f89.claudeassets.com/20250208233440im_/https://yukanyyoga.com/wp-content/themes/yukayoga2018/common/images/btn-arrow.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.contact .wpcf7 input,
.contact .wpcf7 textarea {
    border: none !important;
}

.wpcf7-form select {
    border: 1px solid #ccc;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

div.wpcf7-mail-sent-ok {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: green;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 15px;
}

.wpcf7-form br {
    display: none;
}

.wpcf7 input,
.wpcf7 textarea {
    border: 1px solid #ccc !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.selectdiv {
    position: relative;
    min-width: 200px;
    width: 300px;
    margin: 50px auto;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /*Adjust for position however you want*/
    top: 18px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    /*left line */
    position: absolute;
    pointer-events: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 1.3rem;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}

.youTube-wrap {
  max-width: 80%; 
  margin:60px auto 100px;
}

.youTube {
  position: relative;
  width:100%; 
  height:0; 
  padding-top: 56.25%; 
}

.youTube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
     FILE ARCHIVED ON 22:15:34 Apr 22, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:03:34 Aug 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.361
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.042
  esindex: 0.006
  cdx.remote: 24.505
  LoadShardBlock: 140.408 (3)
  PetaboxLoader3.resolve: 448.294 (4)
  PetaboxLoader3.datanode: 97.298 (4)
  load_resource: 429.357
*/