
:root {
  --wt1 :rgba(255,255,255,1);
  --bk1 :rgba(34,34,34,1);
  --gray1 :rgba(180,180,180,1);
  --gray2 :rgba(210,210,210,1);
  --btn1 :rgba(26,187,154,1);
  --btn1s :rgba(19,140,115,1);
  --swiper-theme-color :rgba(255,255,255,1);
  --swiper-pagination-color :rgba(60,60,60,1);
}

body { background-color: rgba(40,40,40,1)}
#wrapper { background-color: rgba(240,240,240,1)}

/* blog */
.blog-wrapper { max-width: 620px; width: 100%; margin: 0 auto }
.blog-body { margin: 0 15px }
@media ( min-width: 480px ){ .blog-body { margin: 0 40px }}
@media ( min-width: 768px ){ .blog-body { margin: 0 }}
.blog-body h1 { font-size: 25px; line-height: 1.5; font-weight: 700; margin-bottom: 15px; opacity: 0.9 }
@media ( min-width: 480px ){ .blog-body h1 { font-size: 34px; margin-bottom: 20px }}
.blog-body h2,.blog-body h3 { font-size: 21px; line-height: 1.4; font-weight: 700; margin-bottom: 15px; opacity: 0.9 }
@media ( min-width: 480px ){ .blog-body h2,.blog-body h3 { font-size: 27px; margin-bottom: 20px }}
.blog-body p { font-size: 16px; line-height: 1.8; margin-bottom: 35px }
@media ( min-width: 480px ){ .blog-body p { font-size: 18px; margin-bottom: 40px }}
.blog-body .blog-img-c1 { font-size: 14px; text-align: center; margin-bottom: 25px !important }
@media ( min-width: 480px ){ .blog-body .blog-img-c1 { font-size: 15px }}
.blog-body .blog-img-c1 img { margin-bottom: 10px }
.blog-body .category-c1 { font-family: 'EB Garamond'; text-align: end; font-size: 13px; letter-spacing: 0.15rem }

.blog-header { margin-bottom: 30px }
@media ( min-width: 480px ){ .blog-header { margin-bottom: 80px }}
.blog-header img,.blog-body img { width: 100%; height: auto }

.blog-credit { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 35px }
@media ( min-width: 480px ){ .blog-credit { margin-bottom: 40px }}
.blog-credit p { line-height: 1.4; margin-bottom: 0 }
.blog-credit .profimg { width: 40px; margin-right: 5px }
.blog-credit .name1 { font-size: 13px }
.blog-credit .day1 { font-size: 12px; color: var(--gray1)}
.blog-credit .sns-wrapper { display: flex; margin-left: auto }
.blog-credit .sns-wrapper img { width: 18px; margin-left: 16px; opacity: 0.35 }

/* blog deco */
.deco-bg1 { background-color: rgba(247,249,249,1)}
.deco-line1 { border: solid 1px rgba(230,230,230,1)}
.deco-bold { font-weight: 700; opacity: 0.9 }
.deco-uline1 { background: linear-gradient(transparent 55%, rgba(185,255,0,0.4) 55%)}
.deco-frame1 { margin-bottom: 35px; padding: 20px 25px }
@media ( min-width: 480px ){ .deco-frame1 { margin-bottom: 40px; padding: 30px 35px }}
.deco-frame1 p { font-size: 14px; margin-bottom: 0 }
@media ( min-width: 480px ){ .deco-frame1 p { font-size: 16px }}
.deco-frame1 h3 { font-size: 16px; margin-bottom: 15px }
@media ( min-width: 480px ){ .deco-frame1 h3 { font-size: 18px }}

.deco-pricebox { display: flex; align-items: center; justify-content: flex-start; margin-top: 20px }
.deco-pricebox .price1 { font-size: 13px }
.deco-pricebox .price1 span { font-size: 18px; font-weight: 700; opacity: 0.9 }
.deco-pricebox .btn-c1 { position: relative; display: inline-block;
  margin-left: auto; padding: 9px 40px 8px 20px; font-size: 14px; color: #fff;
  background-color: rgba(26,187,154,1); border-radius: 4px; box-shadow: 0 3px 0 rgba(19,140,115,1)}
.deco-pricebox .btn-c1::after { position: absolute; right: 10px; top: 15px;
  content: ""; width: 15px; height: 15px; background: url("../img/icon-yaji-migi-w.svg") no-repeat }


/* deco */
.gray1 { color: var(--gray1)}
.bdc-c1 { border-bottom-color: rgba(0,0,0,0.15) !important }

.bk1 { color: var(--bk1)}
.bg-bk1 { background-color: var(--bk1)}

.txt-deco2 { position: relative; padding: 5px 40px; display: inline-block }
.txt-deco2:before, .txt-deco2:after { content:''; width: 15px; height: 20px; position: absolute; display: inline-block }
.txt-deco2:before { border-left: solid 1px var(--bk1); border-top: solid 1px var(--bk1); top: 0; left: 0 }
.txt-deco2:after { border-right: solid 1px var(--bk1); border-bottom: solid 1px var(--bk1); bottom: 0; right: 0 }

.underline1 { display: inline-block; padding-bottom: 15px; border-bottom: solid 1px rgba(255,255,255,0.2)}

.btn1 { display: inline-block; padding-bottom: 10px; border-bottom: solid 1px rgba(255,255,255,1)}
.btn1::after { content: ""; display: inline-block; width: 10px; height: 10px; margin: -5px 0 0 10px;
  background: url("../img/yaji-w.svg") no-repeat; background-size: contain }

.btn1-b { display: inline-block; padding-bottom: 10px; border-bottom: solid 1px rgba(34,34,34,1)}
.btn1-b::after { content: ""; display: inline-block; width: 10px; height: 10px; margin: -5px 0 0 10px;
  background: url("../img/yaji-b.svg") no-repeat; background-size: contain }

.btn2 { position: relative; display: inline-block; padding: 25px 80px;
  border: solid 1px rgba(255,255,255,1); border-radius: 50px }
.btn2::after { position: absolute; right: 22px; top: 28px;
  content: ""; width: 10px; height: 10px; background: url("../img/yaji-w.svg") no-repeat }

.btn2-b { position: relative; display: inline-block; padding: 25px 80px;
  border: solid 1px rgba(0,0,0,1); border-radius: 50px }
.btn2-b::after { position: absolute; right: 22px; top: 28px;
  content: ""; width: 10px; height: 10px; background: url("../img/yaji-b.svg") no-repeat }

.bg-gra1 { background: -webkit-linear-gradient( 135deg, var(--bk1), rgba(0,0,0,1));
  background: linear-gradient( 135deg, var(--bk1), rgba(0,0,0,1))}

.bgi1 { background: url("../img/bg1.webp") bottom center / cover no-repeat }

.bg-split1 { position: relative; width: 100%; height: 100% }
@media ( min-width: 992px ){ .bg-split1::before {
  content: ''; width: 100%; height: 50%;
  position: absolute; left: 0; right: 0; top: 0; bottom: 0;
  background: -webkit-linear-gradient( 135deg, var(--bk1), rgba(0,0,0,1));
  background: linear-gradient( 135deg, var(--bk1), rgba(0,0,0,1));
  }}

@media ( max-width: 992px ){ .bg-split2 {
  position: relative; width: 100%; height: 100%;
  background: url("../img/footer1.webp") left top / cover no-repeat }}

@media ( max-width: 992px ){ .bg-split2::before {
  content: ''; width: 100%; height: 100%;
  position: absolute; left: 0; right: 0; top: 0; bottom: 0;
  background-color: rgba(0,0,0,0.75)}}

.bg-split-inner { position: relative; width: 100%; height: 100% }
@media ( min-width: 992px ){ .bg-split-inner::before {
  content: ''; width: 100%; height: 60%;
  position: absolute; left: 0; right: 0; top: 0; bottom: 0;
  background: -webkit-linear-gradient( 135deg, var(--bk1), rgba(0,0,0,1));
  background: linear-gradient( 135deg, var(--bk1), rgba(0,0,0,1));
  }}

/* MV */
.slider-fs1 { overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden }
.slide-mv1 { position: relative; width: 100%; height: 100vh; max-height: 520px;
  background: url(../img/mv1.webp) top center / cover no-repeat }
@media ( min-width: 576px ){ .slide-mv1 { position: relative; width: 100%; height: 80vh; max-height: 100%;
  background: url(../img/mv1.webp) top center / cover no-repeat }}
@media ( min-width: 992px ){ .slide-mv1 { position: relative; width: 100%; height: 80vh; max-height: 1000px;
  background: url(../img/mv1.webp) top center / cover no-repeat }}

.slide-mv2 { position: relative; width: 100%; height: 100vh; max-height: 520px;
  background: url(../img/mv2.webp) top center / cover no-repeat }
@media ( min-width: 576px ){ .slide-mv2 { position: relative; width: 100%; height: 80vh; max-height: 100%;
  background: url(../img/mv2.webp) top center / cover no-repeat }}
@media ( min-width: 992px ){ .slide-mv2 { position: relative; width: 100%; height: 80vh; max-height: 1000px;
  background: url(../img/mv2.webp) top center / cover no-repeat }}

.slide-mv3 { position: relative; width: 100%; height: 100vh; max-height: 520px;
  background: url(../img/mv3.webp) top center / cover no-repeat }
@media ( min-width: 576px ){ .slide-mv3 { position: relative; width: 100%; height: 80vh; max-height: 100%;
  background: url(../img/mv3.webp) top center / cover no-repeat }}
@media ( min-width: 992px ){ .slide-mv3 { position: relative; width: 100%; height: 80vh; max-height: 1000px;
  background: url(../img/mv3.webp) top center / cover no-repeat }}

.mv-copy1 { position: absolute; top: 280px; right: 100px; z-index: 5; opacity: 0.15 }
.mv-parts1 { max-width: 430px }


/* header */
.header-nav1 { padding: 0 0 100px 40px }
.header-nav2 { padding: 50px 0 25px }
.header-nav-inner { padding: 0 0 75px 40px }
.header-pc nav ul { display: flex }
.header-pc nav ul li { margin-right: 40px }

.header-logo-sp { position: absolute; top: 0; left: 0; right: 0; z-index: 1000; height: 0 }
.header-c2-sp { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 0 }
.hbg-c1 { display: flex; width: 44px; height: 44px; padding-right: 20px; padding-top: 25px;
  justify-content: flex-end; align-items: center; z-index: 100; cursor: pointer }
.hbg-c1 span,
.hbg-c1 span:before,
.hbg-c1 span:after { content: ''; display: block; height: 2px; width: 28px; background: var(--bk1); transition: .3s; position: absolute; z-index: 9999 }
.hbg-c1 span { background: rgba(255,255,255,0)}
.hbg-c1 span:before { bottom: 3px }
.hbg-c1 span:after { top: 3px }
.hbg-c1.op span { background: rgba(255,255,255,0)}
.hbg-c1.op span::before { bottom: 0; transform: rotate(45deg); background: var(--wt1)}
.hbg-c1.op span::after { top: 0; transform: rotate(-45deg); background: var(--wt1)}
.gnav-c1 { position: absolute; top:100%; right: -100%; background-color: var(--bk1); height: 100vh; width: 100%; transition: .4s ease-in-out; border-top: solid 1px rgba(255,255,255,0.05); opacity: 0 }
.gnav-c1.active { right: 0; opacity: 1 }
.gnav-c1 ul li { margin-bottom: 35px; white-space: nowrap; color: #fff; text-align: center;
  font-family: 'EB Garamond'; font-weight: 500; letter-spacing: 0.3rem; font-size: 18px }

/* swiper */
@-webkit-keyframes zoomUp { 0% { -webkit-transform: scale(1); transform: scale(1)}
  100% { -webkit-transform: scale(1.15); transform: scale(1.15)}}
@keyframes zoomUp { 0% { -webkit-transform: scale(1); transform: scale(1)}
  100% { -webkit-transform: scale(1.15); transform: scale(1.15)}}
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
-webkit-animation: zoomUp 12s linear 0s; animation: zoomUp 12s linear 0s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.swiper-slide { overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden }

/* .swiper-button-next:after, .swiper-button-prev:after { display: none }
.swiper-prev1 { left: 0; background: url("../img/yaji-w.svg") no-repeat; width: 50px; height: 20px } */

/* front-page custom 'wp' */
.schedule-content p { font-size: 14px; line-height: 1.8 !important }

/* blog category 'wp' */
.widget_recent_entries .widgettitle { font-size: 18px; padding-bottom: 20px; margin-bottom: 30px;
  border-bottom: solid 1px var(--bk1)}
.widget_recent_entries ul li { margin-bottom: 10px; padding-left: 20px; position: relative;
  font-size: 14px; line-height: 1.5 }
.widget_recent_entries ul li:after { position: absolute; left: 0; top: 3px; margin-left: auto;
  content: ""; width: 15px; height: 15px; background: url("../img/icon-yaji-migi.svg") no-repeat }
.widget_recent_entries ul li:last-child { padding-bottom: 50px }
@media screen and ( min-width: 576px ) { .widget_recent_entries ul li:last-child { padding-bottom: 100px }}

.widget_categories .widgettitle { font-size: 18px; padding-bottom: 20px; margin-bottom: 30px;
  border-bottom: solid 1px var(--bk1)}
.widget_categories ul li { margin-bottom: 10px; padding-left: 20px; position: relative;
  font-size: 15px; line-height: 1.5; font-family: 'EB Garamond'; font-weight: 500; letter-spacing: 0.075rem }
.widget_categories ul li:after { position: absolute; left: 0; top: 3px; margin-left: auto;
  content: ""; width: 15px; height: 15px; background: url("../img/icon-yaji-migi.svg") no-repeat }

/* Plugin wp-pagenav 'wp' */
.wp-pagenavi { font-size: 14px }
.wp-pagenavi a { color: var(--bk1)}
.pages { margin-right: 20px }
.wp-pagenavi .current,
.wp-pagenavi a.page { margin: 0 6px 6px 0; display: inline-block;  border: none;
  width: 30px; height: 30px; border-radius: 50%; line-height: 30px; text-align: center }
.wp-pagenavi .current { border: none; background: var(--gray1); color: #fff }
.wp-pagenavi a.page:hover { background: var(--bk1); color: #fff }
.wp-pagenavi .first,
.wp-pagenavi .extend { margin-right: 10px }
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink { display: none }

/* Plugin Contact-form7 'wp' */
.must {	color: #fff; margin-right: 10px; padding: 2px 10px 3px; background: var(--btn1); border-radius: 5px }
.free {	color: #fff; margin-right: 10px; padding: 2px 10px 3px; background: var(--gray1); border-radius: 5px }

form p { font-weight: 500; margin-bottom: 30px !important }

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea { width: 100%;	padding: 8px 15px; margin-right: 10px;
	margin-top: 12px;	border: 1px solid var(--gray2); border-radius: 3px }
textarea.wpcf7-form-control.wpcf7-textarea { height: 200px }

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required { background: #fff }

input.wpcf7-submit { width: 100%;	height: 60px;	background: var(--btn1); color: #fff;
	font-size: 20px; font-weight: 600; border: none; border-radius: 5px; box-shadow: 0 5px 1px var(--btn1s)}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors { color: red; font-weight: 600 }
