@charset "UTF-8";


/* Z-INDEX */


body.modal-open, 
.modal-open .navbar-fixed-top, 
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}

.modal {
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 1050;
  padding: 0;
  width: 500px;
  margin-left: -250px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal.container {
  max-width: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */


.modal-open {
	overflow: hidden;
}


/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
	overflow-y: scroll;
}

@media (max-width: 979px) {
	.modal-open.page-overflow .page-container .navbar-fixed-top,
	.modal-open.page-overflow .page-container .navbar-fixed-bottom  {
		overflow-y: visible;
	}
}


.modal-scrollable {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}

.modal {
	outline: none;
	position: absolute;
	margin-top: 0;
	top: 50%;
	overflow: visible; /* allow content to popup out (i.e tooltips) */
}

.modal.fade {
	top: -100%;
	transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}

.modal.fade.in {
	top: 50%;
}

.modal-body {
	max-height: none;
	overflow: visible;
}

.modal.modal-absolute {
	position: absolute;
	z-index: 950;
}

.modal .loading-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 6px;
}

.modal-backdrop.modal-absolute{
	position: absolute;
	z-index: 940;
}

.modal-backdrop, 
.modal-backdrop.fade.in{
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #fff;
}

.modal.container {
  width: 940px;
  margin-left: -470px;
}

.modal.medium_container {
	width: 970px;
}

/* Modal Overflow */

.modal-overflow.modal {
	top: 1%;
}

.modal-overflow.modal.fade {
	top: -100%;
}

.modal-overflow.modal.fade.in {
	top: 1%;
}

.modal-overflow .modal-body {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/* Responsive */

@media (min-width: 1200px) {
	.modal.container {
		width: 1170px;
		margin-left: -585px;
	}
}

@media (max-width: 979px) {
	.modal, 
	.modal.container,
	.modal.modal-overflow 	{
		top: 1%;
		right: 1%;
		left: 1%;
		bottom: auto;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.modal.fade.in, 
	.modal.container.fade.in,
	.modal.modal-overflow.fade.in {
		top: 1%;
		bottom: auto;
	}
	
	.modal-body,
	.modal-overflow .modal-body {
		position: static;
		margin: 0;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}
	
	.modal-footer,
	.modal-overflow .modal-footer {
		position: static;
	}
}

.loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}

/*
Animate.css - http://daneden.me/animate
Licensed under the 笘ｺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/

.animated {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}
/* line 1, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/overlay_iframe.scss */
#iframe-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #333;
}

/* line 12, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/overlay_iframe.scss */
#iframe-wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 99999;
  text-align: center;
}

/* line 23, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/overlay_iframe.scss */
#iframe-btn {
  display: none;
  background-image: url(/assets/close_btn-12857f22d3d7f84edbcded5650d2e268325dff68e520607459bef9d67d2f00a4.png);
  width: 40px;
  height: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  cursor: pointer;
  line-height: 40px;
}

/* line 36, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/overlay_iframe.scss */
#iframe {
  border: 0;
}
/* Slider */
/* line 6, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 20, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 27, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 31, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 36, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 45, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 53, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 59, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-track:after {
  clear: both;
}

/* line 63, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 67, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 71, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 74, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-slide img {
  display: block;
}

/* line 77, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 83, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 87, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 91, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 95, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 101, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 104, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick.scss */
.slick-dots li {
  display: inline-block !important;
}
@charset "UTF-8";
/* Icons */
@font-face {
  font-family: "slick";
  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot);
  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot?#iefix) format("embedded-opentype"), url(/assets/slick-26726bac4060abb1226e6ceebc1336e84930fe7a7af1b3895a109d067f5b5dcc.woff) format("woff"), url(/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf) format("truetype"), url(/assets/slick-12459f221a0b787bf1eaebf2e4c48fca2bd9f8493f71256c3043e7a0c7e932f6.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
/* line 56, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 74, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 78, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 82, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 85, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 96, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-prev {
  left: -25px;
}

/* line 98, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 102, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-prev:before {
  content: "竊�";
}

/* line 104, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "竊�";
}

/* line 110, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-next {
  right: -25px;
}

/* line 112, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 116, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-next:before {
  content: "竊�";
}

/* line 118, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "竊�";
}

/* Dots */
/* line 126, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 130, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 139, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 147, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 159, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 161, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 165, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "窶｢";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 182, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/vendor/assets/stylesheets/slick/slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

/* https://stackoverflow.com/questions/47439446/using-css-level-4-max-function-in-sass-for-iphone-x-safe-area-styling/47439447#47439447 */
@supports (padding: unquote('max(0px)')) {
    .fancybox-caption {
        padding: 75px unquote('max(44px, env(safe-area-inset-right))') unquote('max(25px, env(safe-area-inset-bottom))') unquote('max(44px, env(safe-area-inset-left))');
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

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

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

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* https://stackoverflow.com/questions/47439446/using-css-level-4-max-function-in-sass-for-iphone-x-safe-area-styling/47439447#47439447 */
    @supports (padding: unquote('max(0px)')) {
        .fancybox-caption {
            padding-left: unquote('max(12px, env(safe-area-inset-left))');
            padding-right: unquote('max(12px, env(safe-area-inset-right))');
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* line 3, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_product {
  display: none;
}

/* line 6, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .show {
  display: block !important;
}

/* line 9, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_contents {
  padding: 10px 0;
  font-family: 'Noto Sans JP', sans-serif;
}

/* line 13, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_wrapper {
  width: 495px;
  margin: 10px 0;
}

/* line 17, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_wrapper .set_header {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #030303;
  padding: 16px 100px 16px 40px;
  border-top: 1px solid #D0DCEC;
  background-color: #F7F9FA;
  cursor: pointer;
}

/* line 27, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_wrapper .set_header:before {
  content: '+';
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  display: block;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #000000;
}

/* line 41, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_wrapper .set_header .set_header_quantity {
  font-size: 14px;
  position: absolute;
  font-weight: normal;
  right: 10px;
  top: 15px;
}

/* line 48, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_wrapper .set_header .set_header_quantity .set_header_quantity_inner {
  background-color: #FFCFF6;
  border-radius: 21px;
  font-weight: bold;
  padding: 3px 8px;
  margin-right: 5px;
}

/* line 55, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_wrapper .set_header .set_header_quantity .set_header_quantity_inner .set_header_count {
  margin-right: 4px;
}

/* line 58, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_wrapper .set_header .set_header_quantity .set_header_quantity_inner .ml4 {
  margin-left: 4px;
}

/* line 64, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_wrapper .set_content {
  display: none;
  opacity: 0;
  padding: 2px 0 0 35px;
}

/* line 69, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_wrapper .set_content p.set_group_name {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 10px;
}

/* line 76, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_wrapper .set_content p {
  margin: 8px 0;
}

/* line 80, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_wrapper .set_content .disabled {
  opacity: 0.3;
}

/* line 88, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .open .set_header:before {
  content: '-';
}

/* line 92, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .open .set_content {
  display: block;
  opacity: 1;
}

/* line 101, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .pass .set_header .set_header_quantity .set_header_quantity_inner {
  background-color: #125A4A;
  color: #FFFFFF;
  padding-left: 24px;
  position: relative;
}

/* line 107, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .pass .set_header .set_header_quantity .set_header_quantity_inner:before {
  content: '\002714';
  width: 16px;
  height: 16px;
  border-radius: 8px;
  top: 2px;
  left: 2px;
  background-color: #FFFFFF;
  position: absolute;
  color: #125A4A;
  line-height: 16px;
  text-align: center;
}

/* line 125, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_items {
  padding-left: 20px;
  margin-top: 10px;
}

/* line 130, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item {
  margin-top: 10px;
}

/* line 132, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_header {
  display: flex;
}

/* line 135, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_sku_table {
  border: none;
}

/* line 137, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_sku_table td {
  width: 160px;
  border: none;
}

/* line 141, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_sku_table td:first-child {
  width: 140px;
}

/* line 145, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_sku_table td:last-child {
  padding: 10px 0 0;
  text-align: right;
}

/* line 150, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_sku_table td select {
  width: 142px;
}

/* line 155, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item label {
  display: inline-block;
  width: 318px;
  padding: 8px 0;
  line-height: 19.6px;
  font-size: 14px;
  color: #333333;
}

/* line 163, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_btn_group {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  border: 1px solid #D0DCEC;
  background-color: #fff;
  border-radius: 3px;
}

/* line 180, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_btn_group .input_quantity {
  position: relative;
  width: 52px;
  font-size: 14px;
  line-height: 20.27px;
  padding: 6px 0;
  color: #333333;
  text-align: center;
  overflow: hidden;
  border: none;
}

/* line 190, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_btn_group .input_quantity::-webkit-outer-spin-button, .enable_lp_set .set_item .set_item_btn_group .input_quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 197, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_btn_group .ctrl_btn {
  border: none;
  width: 44px;
  height: 34px;
  font-size: 14px;
  line-height: 20.27px;
  text-align: center;
  color: #333333;
  cursor: pointer;
  background-color: #FFFFFF;
  transition: background-color 100ms ease-in;
}

/* line 210, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_btn_group .ctrl_btn:hover {
  background-color: #D0DCEC;
  transition: background-color 100ms ease-in;
}

/* line 216, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_btn_group .ctrl_btn:active {
  background-color: #D0DCEC;
  transition: background-color 100ms ease-in;
}

/* line 222, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_btn_group .btn-minus {
  border-radius: 5px 0 0 5px;
}

/* line 226, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
.enable_lp_set .set_item .set_item_btn_group .btn-plus {
  border-radius: 0 5px 5px 0;
}

/* line 233, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
#set_selection {
  margin-bottom: 10px;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}

/* line 239, ../../../../.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/ec_force-ee6bee4f74d4/app/assets/stylesheets/set-ui.scss */
#set_selection select {
  padding: 10px;
  height: 40px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}


html {
	scroll-behavior: smooth;
  }
  img {
	display: block;
  }
  .fade {
	  opacity: 0;
	  transition-duration: 0.5s;
	  transition-timing-function: ease-out;
  }
  .fade.move {
	  opacity: 1;
  }
  .fadetop {
	  opacity: 0;
	  transform: translateY(-20px);
	  transition-duration: 0.5s;
	  transition-timing-function: ease-out;
  }
  .fadetop.move {
	  opacity: 1;
	  transform: translateY(0);
  }
  
  .fadebottom {
	  opacity: 0;
	  transform: translateY(20px);
	  transition-duration: 0.8s;
	  transition-timing-function: ease-out;
  }
  .fadebottom.move {
	  opacity: 1;
	  transform: translateY(0);
  }
  .slidebottom {
	  opacity: 1;
	  transform: translateY(20px);
	  transition-duration: 0.8s;
	  transition-timing-function: ease-out;
  }
  .slidebottom.move {
	  opacity: 1;
	  transform: translateY(0);
  }
  .fadeleft {
	  opacity: 0;
	  transform: translateX(-50px);
	  transition-duration: 0.8s;
	  transition-timing-function: ease-out;
  }
  .fadeleft.move {
	  opacity: 1;
	  transform: translateX(0);
  }
  
  .faderight {
	  opacity: 0;
	  transform: translateX(50px);
	  transition-duration: 0.8s;
	  transition-timing-function: ease-out;
  }
  .faderight.move {
	  opacity: 1;
	  transform: translateX(0);
  }
  .pull {
	  transform: scale(0);
	  opacity: 0;
	  will-change: transform, opacity;
	  transition: transform 0.6s cubic-bezier(0.4, 0.8, 0.6, 1.2),
				  opacity 0.6s ease-out;
  }
  .pull.move {
	  transform: scale(1);
	  opacity: 1;
  }
  .push {
	  transform: scale(1.3);
	  opacity: 0;
	  will-change: transform, opacity;
	  transition: transform 0.5s cubic-bezier(0.4, 0.91, 0.63, 1.2), 
				  opacity 0.5s ease-out;
  }
  .push.move {
	  transform: scale(1);
	  opacity: 1;
    font-family: "Noto Serif JP", serif;
    font-weight:600;
  }
  .bouncey {
	  transform: scale3d(1, 1, 1);
  }
  .bouncey.move {
	  animation: bouncey infinite 5s ease-in-out;
  }
  @keyframes bouncey {
	  0%, 5%, 11%, 17%, 20% {
		  animation-timing-function: ease-out;
		  transform: scale3d(1, 1, 1);
	  }
	  8.2%, 8.8% {
		  animation-timing-function: ease-in;
		  transform: scale3d(1, 1.09, 1);
	  }
	  14% {
		  animation-timing-function: ease-in;
		  transform: scale3d(1, 1.06, 1);
	  }
	  18% {
		  transform: scale3d(1, 1.03, 1);
	  }
  }
  .blur {
	  opacity: 0;
	  filter: blur(20px);
	  transition-duration: 0.8s;
	  transition-timing-function: ease-in-out;
  }
  .blur.move {
	  opacity: 1;
	  filter: blur(0px);
  }
  .reveal-top {
	  clip-path: inset(100% 0 0 0);
	  transition: clip-path 0.6s ease-out;
  }
  .reveal-top.move {
	  clip-path: inset(0 0 0 0);
  }
  .reveal-bottom {
	  clip-path: inset(0 0 100% 0);
	  transition: clip-path 0.6s ease-out;
  }
  .reveal-bottom.move {
	  clip-path: inset(0 0 0 0);
  }
  .reveal-left {
	  clip-path: inset(0 100% 0 0);
	  transition: clip-path 0.6s ease-out;
  }
  .reveal-left.move {
	  clip-path: inset(0 0 0 0);
  }
  .reveal-right {
	  clip-path: inset(0 0 0 100%);
	  transition: clip-path 0.6s ease-out;
  }
  .reveal-right.move {
	  clip-path: inset(0 0 0 0);
  }
  .hu_hu_ { 
	  animation: hu_hu_ infinite 2s ease-in-out;
  }
  @keyframes hu_hu_ {
	  50% { transform: translateY(10px) }
  }
  .reflection {
	position: relative;
	overflow: hidden;
  }
  .reflection:after {
	content: "";
	height: 90%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
  }
  .reflection.btn1:after {
	animation: reflection 5s ease-in-out 5s infinite;
  }
  .reflection.btn2:after {
	animation: reflection 5s ease-in-out 5s infinite;
  }
  @keyframes reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	0.2% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	0.3% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	8.3% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
	8.4% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
  }
  .hu__hu__ {
	animation: hu__hu__ infinite 2s ease-in-out
  }
  @keyframes hu__hu__ {
	50% {
		transform: translateY(10px)
	}
  }
  .moveFromLeft {
	animation-name: moveFromLeft;
  }
  @keyframes moveFromLeft {
	0% {
	  transform: translateX(-800px);
	}
  }
  .is-fixed {
	display: none !important;
  }
  .notice {
	font-size: 11px !important;
	color: #999999;
	letter-spacing: 0px !important;
  }
  p.notice {
	line-height: 1.1rem !important;
  }
  .fancybox-slide--iframe .fancybox-content {
	background: transparent;
  }
  .cta .cp-time {
	position: relative;
  }
  .cta .cp-time .cdday {
	text-align: center;
  }
  .cta .cp-time .cdtime {
	text-align: center;
	color: #fff;
  }
  .cta .cp-time .cdday p,
  .cta .cp-time .cdtime p {
	font-size: 25px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
  }
  div#cta01 {
	margin: 0;
	background: #000;
  }
  .cdday {
	background-color: #1984a8;
	padding: 15px 0 15px;
	color: #fff;
	margin: 0 auto 20px;
  }
  .cdday p, .cdtime p {
	font-size: 25px;
  }
  .month, .day {
	font-size: 45px;
	font-family: 'Oswald', sans-serif;
  }
  .mei {
	font-size: 45px;
	font-family: 'Oswald', sans-serif;
  }
  .cdtime p span.ps {
	font-size: 55px;
	font-family: 'Oswald', sans-serif;
  }




  .wrapper {
	max-width: 550px;
  }
  .block-floating {
	display: none;
	width: 100%;
	max-width: none;
  }
  .block-floating .is-fixed {
	display: flex;
  }
  @media screen and (min-width: 992px) {
	.block-floating {
		display: none !important;
	}
  }
  .block-floating {
	background: url(https://d2w53g1q050m78.cloudfront.net/cytojp/uploads/images/dp_main/floatbtn_bg.png) repeat-x top center;
	margin-bottom: 10px;
  }
  .block-floating, .floatbtn {
	max-width: 550px;
	margin: 0 auto;
  }
  .floatbtn tr:nth-child(odd) {
	background-color: transparent;
  }
  #lp-form {
	z-index: 10000;
	position: inherit;
  }
  .form_container_ec {
	background-color: #ffffff !important;
  }
  .form_container_sp_ec {
	background-color: #fff;
  }
  @media screen and (max-width: 1200px) {
	.block-floating, .floatbtn {
		max-width: 422px;
		margin: 0 auto;
	}
  }
  .l-contents__bg {
	z-index: -1;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: url(../images/pc_bg.webp) no-repeat center;
	background-size: cover;
  }
  .p-header {
	display: block;
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 60px 0;
	background-color: rgba(0, 0, 0, 0)
  }
  .p-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 36px);
	margin: 0 auto
  }
  .p-header__logo {
	display: grid;
	position: relative
  }
  .p-header__logo img {
	width: 100%
  }
  .p-header__content {
	display: block;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0)
  }
  .p-header__nav.-pc {
	display: none
  }
  .p-header__nav.-pc .inner {
	position: relative
  }
  .buy-button {
	display: block;
	width: 348px;
  }

  .p-header__nav.-pc .buy-button:nth-of-type(1) {
	position: absolute;
	bottom: 45%;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
  }

  .p-header__nav.-pc .buy-button:nth-of-type(2) {
	position: absolute;
	bottom: 32%;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
  }

  .p-header__nav.-pc .buy-button:nth-of-type(3) {
	position: absolute;
	bottom: 19%;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
  }

  .p-header__imageWrap {
	display: none
  }
  figure {
	display: block;
	margin: 0;
  }
  main {
	z-index: 5;
	position: relative
  }
  
  @media screen and (min-width: 992px) {
	.p-header__inner {
		align-items: flex-start;
		width: 90%;
		max-width: 920px
	}
	.p-header__inner {
		align-items: flex-start;
		width: 90%;
		max-width: 920px
	}
	.p-header__logo {
		top: 8px;
		width: 100%;
		max-width: 120px
	}
	.p-header__button {
		display: block;
		border-radius: 50px;
		background-color: #1b1b1d;
		text-decoration: none;
		cursor: pointer
	}
	.p-header__button span {
		bottom: -54px;
		left: 50%;
		padding: 4px 24px 4px 29px;
		transform: translateX(-50%);
		font-size: 18px;
		letter-spacing: .1rem
	}
	.p-header__button {
		position: relative;
		width: 102px;
		height: 102px;
		border-radius: 50%
	}
	.p-header__nav {
		display: none
	}
	.p-header__nav.-pc {
		display: grid;
		place-content: center
	}
	.p-header__imageLink {
		display: block;
		transition: .3s opacity
	}
	.p-header__contentInner {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		max-width: 920px;
		height: inherit;
		margin: 0 auto;
		text-align: center
	}
	.p-header__contentInner>* {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 25%
	}
	.sns {
		display: flex;
		z-index: 10;
		position: fixed;
		bottom: 30px;
		left: 50%;
		align-items: center;
		width: 90%;
		max-width: 920px;
		margin: 0 auto;
		transform: translateX(-50%)
	}
	.sns .sns-icons {
		display: flex;
		gap: 0 10px
	}
	body {
		z-index: 0;
		position: relative
	}
  }
  @media screen and (min-width: 1200px) {
	.p-header__inner {
		max-width: 1180px
	}
	.p-header__contentInner {
		max-width: 1180px
	}
	.sns {
		max-width: 1180px
	}
  }
  @media screen and (min-width: 1450px) {
	.l-spacer {
		padding: 6rem 0
	}
	.l-spacer.-sizeS {
		padding: 6rem 0
	}
	.l-spacer.-sizeL {
		padding: 9rem 0
	}
	.l-spacer.-top {
		padding: 9.5rem 0 0 0
	}
	.l-spacer.-topS {
		padding: 3rem 0 5rem 0
	}
	.l-spacer.-bottom {
		padding: 0 0 6rem 0
	}
	.l-spacer.-bottomS {
		padding: 5rem 0 3.25rem 0
	}
	.l-spacer.-topL {
		padding: 9rem 0 0 0
	}
	.l-spacer.-bottomL {
		padding: 3.25rem 0 7.5rem 0
	}
	.swiper-item-wrap.-primary {
		max-width: 400px
	}
	.c-heading.-sizeS {
		font-size: 1.125rem
	}
	.c-heading.-sizeM {
		font-size: 1.75rem
	}
	.c-heading.-sizeL {
		font-size: 2rem
	}
	.c-heading .caption {
		font-size: .875rem
	}
	.c-heading.-en {
		font-size: 2.25rem
	}
	.p-header__inner {
		max-width: 1430px
	}
	.p-header__logo {
		max-width: 178px
	}
	.p-header__imageWrap {
		display: flex;
		position: relative;
		width: 100% !important
	}
	.p-header__contentInner {
		max-width: 1430px
	}
	.p-header__contentInner>* {
		width: 35%;
		max-width: 352px
	}
	.sns {
		max-width: 1320px
	}
	body::before, body::after {
		display: inline-block;
		position: fixed;
		top: 0;
		width: 50px;
		height: 100%;
		background: url(.webp) repeat-y center;
		background-size: contain;
		content: ""
	}
	body::before {
		left: 0
	}
	body::after {
		right: 0
	}
  }
  @media screen and (min-width: 1680px) {
	body::before, body::after {
		width: 84px;
	}
  }
  @media screen and (max-width: 1200px) {
	.wrapper {
		max-width: 422px;
	}
	a.float-button {
		max-width: 422px;
		margin: 0 auto;
	}
  }
  @media screen and (max-width: 992px) {
	.p-header {
		display: none !important;
	}
	.p-header__content{
		display: none !important;
	}
  }


  /*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
body { margin: 0;}

#popup_required_field_check.pc {
  z-index: 99999;
  width: 275px !important;
  float: right;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 25px;
  right: 25px;
  display: none;
}

#popup_required_field_check.sp {
  z-index: 99999;
  width: 100% !important;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 0;
  display: none;
  text-align: center;
}

#popup_required_field_check.required_field_exists {
  background: rgba(242, 133, 12, 0.8);
}

#popup_required_field_check.required_field_not_exists {
  background: rgba(4, 162, 34, 0.8)
}

.input_required_ec {
  background-color: rgba(242, 133, 12, 0.2) !important;
}

.hide {
  display: none !important;
}
/* 認証基盤 連携 */

.auth_infra_ec {
}

.auth_infra_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

#auth_infra_button_name::before {
  content: '認証基盤でログイン';
}

@media screen and (min-width: 480px) {
  .auth_infra_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_ec .button-container .button {
    line-height: 40px;
    height: 40px;
  }
}

.auth_infra_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}

.auth_infra_sp_ec {
}

.auth_infra_sp_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .auth_infra_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
}

.auth_infra_sp_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}

  /*-------------------------------------*
  * PCデザイン可変部分
  *-------------------------------------*/
  /* 【PC】フォームの項目名ラベル内必須アイコン */
  span.form_required_ec {
	background: #3a3a3a;
	color: #ffffff;
	font-size: 11px;
	border-radius: 4px;
  }
  tr:nth-child(odd) {
	background-color: #f7f7f7;
  }
  tr:nth-child(even) {
	background-color: #cccccc;
  }
  /* 【PC】フォームのセクションラベル */
  .landing_form_label_ec {
	/* セクションラベルの色 */
	background: #000000;
	/* セクションラベルのフォント色*/
	color: #ffffff;
	/* セクションラベルのフォントサイズ */
	font-size: 18px;
	margin: 40px 43px 0 43px !important;
  }
  /* 【PC】フォーム入力ボックス内の基本デザイン */
  table.landing_form_ec {
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
  }
  /* 【PC】フォーム左側　項目名ラベル */
  .landing_form_ec th {
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	background-color: #e7e7e7;
  }
  /* 【PC】フォーム右側　入力ボックス */
  .landing_form_ec td {
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
  }
  /* 【PC】購入ボタンのデザイン */
  .submit_bottom_ec {
	border: 0px;
	width: 400px;
	height: 150px;
	background-size: 394px auto;
	background-repeat: no-repeat;
	cursor: pointer;
  }
  /*-------------------------------------*
  * スマートフォンデザイン可変部分
  *-------------------------------------*/
  /* 【SP】フォームの項目名ラベル内必須アイコン */
  span.form_required_sp_ec {
	/* セクションラベルの色 */
	background: #7E0F09;
	/* セクションラベルのフォント色*/
	color: #ffffff;
  }
  /* 【SP】フォームのセクションラベル */
  .landing_form_label_sp_ec {
	/* セクションラベルの色 */
	background: #203594;
	/* セクションラベルのフォント色*/
	color: #ffffff;
	/* セクションラベルのフォントサイズ */
	font-size: 18px;
  }
  /* 【SP】フォームの項目名ラベル */
  .form_box_label_sp_ec {
	background: #cadefc;
	border-bottom: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
  }
  /* 【SP】購入ボタンのデザイン */
  .submit_bottom_sp_ec {
	border: 0px;
	width: 100%;
	height: 150px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	cursor: pointer;
  }
  .landing_form_ec td {
	background-color: #transparent;
  }

  /***************************************************
  * Generated by SVG Artista on 9/2/2023, 11:29:07 AM
  * MIT license (https://opensource.org/licenses/MIT)
  * W. https://svgartista.net
  **************************************************/
  @-webkit-keyframes animate-svg-stroke-1 {
	0% {
		stroke-dashoffset: 705.802490234375px;
		stroke-dasharray: 705.802490234375px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 705.802490234375px;
	}
  }
  @keyframes animate-svg-stroke-1 {
	0% {
		stroke-dashoffset: 705.802490234375px;
		stroke-dasharray: 705.802490234375px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 705.802490234375px;
	}
  }
  @-webkit-keyframes animate-svg-fill-1 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  @keyframes animate-svg-fill-1 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  .svg-elem-1 {
	-webkit-animation: animate-svg-stroke-1 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
		animate-svg-fill-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
	animation: animate-svg-stroke-1 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
		animate-svg-fill-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
  }
  @-webkit-keyframes animate-svg-stroke-2 {
	0% {
		stroke-dashoffset: 477.2638244628906px;
		stroke-dasharray: 477.2638244628906px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 477.2638244628906px;
	}
  }
  @keyframes animate-svg-stroke-2 {
	0% {
		stroke-dashoffset: 477.2638244628906px;
		stroke-dasharray: 477.2638244628906px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 477.2638244628906px;
	}
  }
  @-webkit-keyframes animate-svg-fill-2 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  @keyframes animate-svg-fill-2 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  .svg-elem-2 {
	-webkit-animation: animate-svg-stroke-2 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
		animate-svg-fill-2 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7999999999999999s both;
	animation: animate-svg-stroke-2 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
		animate-svg-fill-2 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7999999999999999s both;
  }
  @-webkit-keyframes animate-svg-stroke-3 {
	0% {
		stroke-dashoffset: 543.5978393554688px;
		stroke-dasharray: 543.5978393554688px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 543.5978393554688px;
	}
  }
  @keyframes animate-svg-stroke-3 {
	0% {
		stroke-dashoffset: 543.5978393554688px;
		stroke-dasharray: 543.5978393554688px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 543.5978393554688px;
	}
  }
  @-webkit-keyframes animate-svg-fill-3 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  @keyframes animate-svg-fill-3 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  .svg-elem-3 {
	-webkit-animation: animate-svg-stroke-3 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
		animate-svg-fill-3 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8999999999999999s both;
	animation: animate-svg-stroke-3 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
		animate-svg-fill-3 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8999999999999999s both;
  }
  @-webkit-keyframes animate-svg-stroke-4 {
	0% {
		stroke-dashoffset: 448.169189453125px;
		stroke-dasharray: 448.169189453125px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 448.169189453125px;
	}
  }
  @keyframes animate-svg-stroke-4 {
	0% {
		stroke-dashoffset: 448.169189453125px;
		stroke-dasharray: 448.169189453125px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 448.169189453125px;
	}
  }
  @-webkit-keyframes animate-svg-fill-4 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  @keyframes animate-svg-fill-4 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  .svg-elem-4 {
	-webkit-animation: animate-svg-stroke-4 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
		animate-svg-fill-4 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
	animation: animate-svg-stroke-4 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
		animate-svg-fill-4 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  }
  @-webkit-keyframes animate-svg-stroke-5 {
	0% {
		stroke-dashoffset: 545.2890625px;
		stroke-dasharray: 545.2890625px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 545.2890625px;
	}
  }
  @keyframes animate-svg-stroke-5 {
	0% {
		stroke-dashoffset: 545.2890625px;
		stroke-dasharray: 545.2890625px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 545.2890625px;
	}
  }
  @-webkit-keyframes animate-svg-fill-5 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  @keyframes animate-svg-fill-5 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  .svg-elem-5 {
	-webkit-animation: animate-svg-stroke-5 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
		animate-svg-fill-5 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
	animation: animate-svg-stroke-5 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
		animate-svg-fill-5 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  }
  @-webkit-keyframes animate-svg-stroke-6 {
	0% {
		stroke-dashoffset: 314.5473937988281px;
		stroke-dasharray: 314.5473937988281px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 314.5473937988281px;
	}
  }
  @keyframes animate-svg-stroke-6 {
	0% {
		stroke-dashoffset: 314.5473937988281px;
		stroke-dasharray: 314.5473937988281px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 314.5473937988281px;
	}
  }
  @-webkit-keyframes animate-svg-fill-6 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  @keyframes animate-svg-fill-6 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  .svg-elem-6 {
	-webkit-animation: animate-svg-stroke-6 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
		animate-svg-fill-6 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
	animation: animate-svg-stroke-6 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
		animate-svg-fill-6 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
  }
  @-webkit-keyframes animate-svg-stroke-7 {
	0% {
		stroke-dashoffset: 269.4654541015625px;
		stroke-dasharray: 269.4654541015625px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 269.4654541015625px;
	}
  }
  @keyframes animate-svg-stroke-7 {
	0% {
		stroke-dashoffset: 269.4654541015625px;
		stroke-dasharray: 269.4654541015625px;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 269.4654541015625px;
	}
  }
  @-webkit-keyframes animate-svg-fill-7 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  @keyframes animate-svg-fill-7 {
	0% {
		fill: transparent;
	}
	100% {
		fill: rgb(30, 30, 30);
	}
  }
  .svg-elem-7 {
	-webkit-animation: animate-svg-stroke-7 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
		animate-svg-fill-7 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
	animation: animate-svg-stroke-7 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
		animate-svg-fill-7 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  }
  .form_main_container_ec div.form_group_ec input {
	padding: 10px 5px;
	font-size: 12px;
  }
  #AmazonPayButton {
	text-align: center;
  }
  
  
  
  .mv {
	--easing: cubic-bezier(.2, 1, .2, 1);
	--transition: .8s var(--easing);
	--color-base: #f8f8f8;
	--color-gray: #ddd;
	--color-theme: #f5695f;
	--color-theme-darken: #f12617;
	--box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
	--box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
	--box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
	--box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
  }
  html {
	background-color: var(--color-base);
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
  }
  [class*=swiper]:focus {
	outline: none;
  }
  .slide-media, .thumb-media {
	position: relative;
	overflow: hidden;
  }
  .slide-media img, .thumb-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
  }
  .swiper-button-prev, .swiper-button-next {
	display: grid;
	place-content: center;
	width: 2.2rem;
	top: 170px;
	height: 5.0rem;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 50%;
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
	width: 1.2rem;
	height: 1.2rem;
	content: "";
	border: solid var(--color-gray);
	border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
	margin-left: 0.4rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
  }
  .swiper-button-next::after {
	margin-right: 0.4rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
  }
  .mv .swiper-pagination {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 5px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
  }
  .mv .swiper-pagination-bullet {
	display: block;
	width: 3px;
	height: 4rem;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background-color: #00000080;
	border-radius: 0;
  }
  .mv .swiper-pagination-bullet:not(:first-child) {
	margin-top: 0.8rem;
  }
  .mv .swiper-pagination-bullet-active {
	background-color: #1984a880;
  }
  .mv .swiper-fade .swiper-slide {
	-webkit-transition-property: opacity, -webkit-transform !important;
	transition-property: opacity, -webkit-transform !important;
	transition-property: opacity, transform !important;
	transition-property: opacity, transform, -webkit-transform !important;
	pointer-events: none;
  }
  .mv .swiper-fade .swiper-slide-active {
	pointer-events: auto;
  }
  .mv .slide-media {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  .mv .slide-media img {
	-webkit-transition: 7s 1s linear;
	transition: 7s 1s linear;
	-webkit-transform: translateX(-1.5%) scale(1.1);
	transform: translateX(-1.5%) scale(1.1);
  }
  .mv .slide-title1 {
	-webkit-animation: 2s var(--easing) both;
	animation: 2s var(--easing) both;
	opacity: 0;
  }
  .mv .slide-title3 img {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
  }
  .mv .slide-title2 {
	-webkit-animation: 2.5s var(--easing) both;
	animation: 2.5s var(--easing) both;
	opacity: 0;
	-webkit-transition-delay: 1s;
	transition-delay: 1ms;
  }
  .mv .slide-title2 img {
	-webkit-transition-delay: 1s;
	transition-delay: 1ms;
  }
  .mv .slide-title3 {
	-webkit-animation: 3s var(--easing) both;
	animation: 3s var(--easing) both;
	opacity: 0;
  }
  .mv .slide-title3 img {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
  }
  .mv .slide-text {
	font-size: 1.8rem;
	margin: 4rem 0;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	color: #fff;
  }
  .mv .slide-link {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
  }
  .mv .slide-button {
	font-size: 1.2rem;
	font-weight: bold;
	display: inline-block;
	color: var(--color-theme);
  }
  .mv .slide-button::before {
	display: inline-block;
	width: 6rem;
	height: 1px;
	margin: -2px 1.6rem 0 0;
	content: "";
	vertical-align: middle;
	background-color: currentColor;
  }
  .mv .swiper-slide[class*=-active] .slide-media img {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(1.5%) scale(1.05);
	transform: translateX(1.5%) scale(1.05);
  }
  .mv .swiper-slide.anm-started .slide-title1, .mv .swiper-slide.anm-started .slide-title2, .mv .swiper-slide.anm-started .slide-title3 {
	-webkit-animation-name: mv-fadeIn;
	animation-name: mv-fadeIn;
  }
  .mv .swiper-slide.anm-finished .slide-title1, .mv .swiper-slide.anm-finished .slide-title2, .mv .swiper-slide.anm-finished .slide-title3 {
	-webkit-animation-name: mv-fadeOut;
	animation-name: mv-fadeOut;
  }
  @-webkit-keyframes mv-fadeIn {
	0% {
		-webkit-transform: translateY(2rem);
		transform: translateY(2rem);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
  }
  @keyframes mv-fadeIn {
	0% {
		-webkit-transform: translateY(2rem);
		transform: translateY(2rem);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
  }
  @-webkit-keyframes mv-fadeOut {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-2rem);
		transform: translateY(-2rem);
		opacity: 0;
	}
  }
  @keyframes mv-fadeOut {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-2rem);
		transform: translateY(-2rem);
		opacity: 0;
	}
  }

  .blur {
	opacity: 0;
	filter: blur(20px);
	transition-duration: 0.8s;
	transition-timing-function: ease-in-out;
}
.blur.move {
	opacity: 1;
	filter: blur(0px);
}


  @-webkit-keyframes mv-blurIn {
	0% {
		filter: blur(20px);
		opacity: 0;
	}
	100% {
		filter: blur(0px);
		opacity: 1;
	}
  }
  @keyframes mv-blurIn {
	0% {
		filter: blur(20px);
		opacity: 0;
	}
	100% {
		filter: blur(0px);
		opacity: 1;
	}
  }
  @-webkit-keyframes mv-blurOut {
	0% {
		filter: blur(0px);
		opacity: 1;
	}
	100% {
		filter: blur(20px);
		opacity: 0;
	}
  }
  @keyframes mv-blurOut {
	0% {
		filter: blur(0px);
		opacity: 1;
	}
	100% {
		filter: blur(20px);
		opacity: 0;
	}
  }
  .mv .swiper-slide[class*=-active] .slide-title1 {
	transition: 0.5s;
	animation-delay: 0.3s;
  }
  .mv .swiper-slide[class*=-active] .slide-title2 {
	transition: 2s;
	animation-delay: 2s;
  }
  .mv .swiper-slide[class*=-active] .slide-title3 {
	transition: 0.5s;
	animation-delay: 0.7s;
  }


  
  .p-kv_slider__scroll {
	font-family: "Satoshi", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 30px;
	padding-right: 120px;
	-webkit-transform: rotate(90deg) translateX(-100%);
	transform: rotate(90deg) translateX(-100%);
	-webkit-transform-origin: left bottom;
	transform-origin: right bottom;
	z-index: 100;
  }
  .p-kv_slider__scroll:before {
	content: "";
	width: 130px;
	height: 3px;
	position: absolute;
	right: -12%;
	top: 50%;
	background: #2a85a466;
  }
  .p-kv_slider__scroll:after {
	content: "";
	width: 130px;
	height: 3px;
	position: absolute;
	right: -12%;
	top: 50%;
	background: #e4e4e4;
	-webkit-animation: telescopic 2s infinite;
	animation: telescopic 2s infinite;
  }
  @-webkit-keyframes telescopic {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	45% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	55% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	100% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
  }
  @keyframes telescopic {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	45% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	55% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	100% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
  }
  .accordion {
	width: 100%;
  }
  .accordion-hidden {
	display: none;
  }
  .accordion-open {
	display: block;
	padding: 12px 50px 10px 15px;
	background: #e0e0e0;
	cursor: pointer;
	margin: 3px 0;
	position: relative;
  }
  .accordion-open::before, .accordion-open::after {
	content: '';
	width: 15px;
	height: 1px;
	background: #414141;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
  }
  .accordion-open::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .5s;
  }
  .accordion-hidden:checked+.accordion-open:after {
	transform: translateY(-50%) rotate(0);
  }
  .accordion-inner {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0 10px;
	opacity: 0;
	transition: 0.5s;
	cursor: pointer;
  }
  .accordion-hidden:checked+.accordion-open+.accordion-inner {
	height: auto;
	opacity: 1;
	padding: 10px 10px;
  }

.accordion-container {
    margin: 12px auto 0;
}

.accordion-list {
    background-color:#fff;
    position: relative;
    border-radius: 10px;
}

.accordion-title {
    padding: 16px 50px 16px 0px;
	cursor: pointer;
    font-size: 16px;
	position: relative;
    font-weight: bold;
	background: #333;
	color: #D9CA80;
	padding: 10px;
	text-align: center;
  font-family: sans-serif;
  font-weight: 500;
}

 .accordion-title p {
    color: #4EA0CC;
    font-size: 12px;
	background: #333;
}


.accordion-title:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 23px;
    content: "+";
    border: 1px solid #333;
}

.sec_strength .accordion-text {
    padding: 24px;
}

.accordion-text {
    padding: 0 20px 25px 20px;
	border: 2px solid #333;
}

.accordion-title.open::after {
    content: "−";
    background-color: unset;
    color: #fff;
    /*border: 1px solid #e0e0e0;*/
}

.accordion-list:not(:first-child) {
    margin-top: 10px;
}.accordion-title.open {
   /* border-bottom: 1px solid #e0e0e0;*/
}



 @media screen and (min-width: 650px) {

.accordion-title {
    padding: 16px 50px 16px 0px;
    font-size: 20px;
	padding: 15px;
}
	 
 
}

  video {
  display: block;
  }
  .concept {
	  position: relative;
  }
  .concept1, .concept2, .concept3 {
	  position: absolute;
	  left: 0;
	  width: 100%;
  }
  .concept1 {
	  top: 0%;
  }
  .concept2 {
	  top: 17%;
  }
  .concept3 {
	  top: 35%;
  }  
  

/*==================================

	common

==================================*/

header,

footer {
	margin: 0 auto;
	background: #333;
}

img{ width: 100%;}

.wrapper { position: relative; max-width: 650px; margin: 0 auto; width: 100%;overflow: hidden;background: #FFF;box-shadow: 6px 0px 5px -5px rgb(28 10 0 / 10%), -6px 0px 5px -5px rgb(28 10 0 / 10%);}

@media screen and (min-width: 650px) {

#pcBg { position: fixed;background: url(../images/lp_dp-main/pc_bg.jpg) #f7f5f2; background-repeat: no-repeat; background-position: center top; width: 100%; height: 100%; z-index: -1; left: 0;}

}

@media screen and (max-width: 649px) {

}



/* headline */

.headline { position: relative;}

.headline:after { content: ""; position: absolute; left: 0; bottom: -1.86vw; width: 0%; height: 2px; transition: all 0.5s;}

.headline.isActive:after { width: 100%;}

.headline.lineWHT:after {background: #fff;}

.headline.lineBLU:after {background: #006688;}

.headline.lineGRY:after {background: #6f6f6f;}

@media screen and (min-width: 650px) {

.headline:after { bottom: -15px;}

}



/*==================================

	cv

==================================*/

.cv_cont { position: relative;}

.cv_cont .cv_itemList {position: absolute; top: 0; width: 100%; height: 100%;}

.cv_cont .cv_itemList li { position: absolute; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s;}

.cv_cont .cv_itemList li:hover { transform: scale(1.15, 1.15); z-index: 10;}

.cv_cont .cv_itemList li a { display: block;}

.cv_cont .cv_itemList li a:hover { opacity: 1;}

.cv_cont .cv_itemList li:nth-child(2n+1) {left: 8vw; width: 42vw;}

.cv_cont .cv_itemList li:nth-child(2n) { right: 6vw; width: 42vw;}

.cv_cont .cv_itemList li:nth-child(1),

.cv_cont .cv_itemList li:nth-child(2) { top: 8vw;}

.cv_cont .cv_itemList li:nth-child(3),

.cv_cont .cv_itemList li:nth-child(4) { bottom: 24vw;}

.cv_cont .cv_itemList li:nth-child(5),

.cv_cont .cv_itemList li:nth-child(6) { bottom: 2vw;}

.cv_cont .cv_itemList li img { width: 50%; margin-top: 15%; margin-left: 24%; opacity: 0;}

@media screen and (min-width: 650px) {

.cv_cont .cv_itemList li:nth-child(2n+1) {left: 50px; width: 42.53%;}

.cv_cont .cv_itemList li:nth-child(2n) { right: 50px; width: 42.66%;}

.cv_cont .cv_itemList li:nth-child(1),

.cv_cont .cv_itemList li:nth-child(2) { top: 55px;}

.cv_cont .cv_itemList li:nth-child(3),

.cv_cont .cv_itemList li:nth-child(4) { bottom: 160px;}

.cv_cont .cv_itemList li:nth-child(5),

.cv_cont .cv_itemList li:nth-child(6) { bottom: 12px;}

}



.modal { display: none;}

.modaal-container { max-width: 550px;}

.modaal-content-container { padding: 0;}

.modaal-close { position: absolute; right: 0; top: -55px;}

.modaal-close:focus:after,

.modaal-close:focus:before,

.modaal-close:hover:after,

.modaal-close:hover:befor e{ background:#006688}

.cv_ft { position: relative;}

.cv_ft .btn-wrap { cursor: pointer; position: absolute; width: 82.66%; top: 0; left: 0; right: 0; margin: auto;}



/*==================================

	header

==================================*/

header .hd02 { position: relative;}

header .hd02_tit { position: absolute; width: 100%;}

header .hd02_txt { position: absolute; width: 33.86%; bottom: 7vw; left: 23.5vw;}

header .hd02_txt.headline:after { margin-left: 8%; bottom: 0;}

header .hd02_txt.headline.isActive:after { width: 84%;}

@media screen and (min-width: 650px) {

header .hd02_txt { bottom: 40px; left: 160px;}

}




/*==================================

	footer

==================================*/

footer { 
	padding: 5vw 0 5vw 0;
	text-align: center;
}

footer .ft_logo img { 
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

footer copy { 
	font-size: 15px;
	width: 100%;
	color: #fff;
}

@media screen and (max-width: 649px) {

footer {
	padding: 12vw 0 30vw 0;
	}

footer copy { font-size: 2.4vw;}

}

/*==================================

	floating

==================================*/




.mv .slide-media img {
    -webkit-transition: transform 7s 1s linear;
    transition: transform 7s 1s linear;
    -webkit-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1); 
}

.mv .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition: transform 7s 0s linear;
    transition: transform 7s 0s linear;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); 
}
.slide{
    position: relative;
}
.slide .slide-media{
    position: relative;
}
.slide-media {
    aspect-ratio: 750 / 1327;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-media img {
    max-width: 100%;
    height: auto;
}
.slide .slide-title1, .slide .slide-title2, .slide .slide-title3{
    position: absolute;
    top: 0;
    left:0;
}
.slide .slide-title1, .slide .slide-title2, .slide .slide-title3{
    z-index: 10;
}
.slide .slide-media img {
    width: 100%;
    height: auto;
    z-index: 1;
    object-fit: cover;
}
.mv .swiper-slide.anm-started .top-slide1 .slide-title1, .mv .swiper-slide.anm-started .top-slide5 .slide-title1 {
	-webkit-animation-name: mv-blurIn;
	animation-name: mv-blurIn;
}
.mv .swiper-slide.anm-finished .top-slide1 .slide-title1, .mv .swiper-slide.anm-finished .top-slide5 .slide-title1 {
	-webkit-animation-name: mv-blurOut;
	animation-name: mv-blurOut;
}

.mv{
  font-family: "Noto Serif JP", serif;
}


.mv h1.mv {
    line-height: 50px;
    color: #333;
}

.mv .slide-title1 {
    opacity: 1;
    width: 60%;
    top: 5%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}

.mv .slide-area {
    width: 90%;
    top: 10%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    background-color: #DEE4E8;
    font-size: 1em;
    padding: 2px 0;
    font-weight: 600;
}

.mv .slide-title2 {
    opacity: 1;
    top: 14%;
    position: absolute;
    left: 5%;
    font-family: "Noto Serif JP", serif;
    font-weight:600;
	color: #333;
	font-size: 1.2em;
}

.mv .slide-title3 {
    opacity: 1;
    top: 19%;
    position: absolute;
    left: 5%;
	font-size: 2.6em;
	color: #333;
	line-height: 50em;
}


.mv .slide-title4 {
    opacity: 1;
    top: 37%;
    position: absolute;
    left: 8%;
    font-weight: bold;
    width: 44%;
    font-family: "Noto Serif JP", serif;
	font-size:1.0em;
	color: #333;
}

.mv .slide-title4 p{
	padding: 10px 0 0 0;
	color: #525252;
  font-family:sans-serif;
  font-weight: lighter;
}


.mv .slide-point1 {
	opacity: 1;
    top: 58%;
    position: absolute;
    left: 0;
    font-weight: 600;
    width: 55%;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    padding: 7px 20px;
}

.mv .slide-point2 {
	opacity: 1;
    top: 65%;
    position: absolute;
    left: 0;
    font-weight: 600;
    width: 55%;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    padding: 7px 20px;
}

.mv .slide-point3 {
	opacity: 1;
    top: 72%;
    position: absolute;
    left: 0;
    font-weight: 600;
    width: 55%;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    padding: 7px 20px;
}

.mv .slide-cta {
    opacity: 1;
    top: 87%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
}

.mv span {
    color: #CF9D41;
}


@media screen and (min-width: 650px) {
	
.mv h1.mv{
	line-height: 80px;
  font-size:65px;
}

.mv .slide-title2 {
	font-size: 30px;
}

.mv .slide-area {
	font-size: 25px;
}

.mv .slide-title3 {
	font-size: 4.3em;
	line-height: 80em;
}
	
.mv .slide-title4 {
    top: 36%;
    width: 45%;
	font-size:1.0em;
}

.mv .slide-title4 p{
	padding: 10px 0 0 0;
  font-size: 15px;
}

.mv .slide-point1 {
    top: 57%;
    width: 55%;
    font-size: 30px;
    padding: 8px 25px;
}

.mv .slide-point2 {
    top: 64%;
    width: 55%;
    font-size: 30px;
    padding: 8px 25px;
}

.mv .slide-point3 {
    top: 71%;
    width: 55%;
    font-size: 30px;
    padding: 8px 25px;
}

.mv .slide-cta {
    top: 86%;
    width: 85%;
}

}


@keyframes nospinAndFade {
    0% {
        transform: rotate(0deg);
        opacity: 0;
    }
    20% {
        transform: rotate(0deg);
        opacity: 1;
    }
    80% {
        transform: rotate(0deg);
        opacity: 1; 
    }
    100% {
        transform: rotate(0deg);
        opacity: 0; 
    }
}
@keyframes spinAndFade {
    0% {
        transform: rotate(0deg);
        opacity: 0; 
    }
    20% {
        transform: rotate(36deg);
        opacity: 1; 
    }
    80% {
        transform: rotate(144deg);
        opacity: 1;
    }
    100% {
        transform: rotate(180deg);
        opacity: 0;
    }
}

/*/////////////////////
common
//////////////////////*/


h1,h2,h3,h4{
	font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

/*
p {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}
*/
p.note {
    font-size: 0.5em;
    font-weight: light;
}

.logo{
	width: 70%;
    margin: 10px auto 10px auto;
}

.titile-logo{
	width: 70%;
    margin: 30px auto 20px auto;
}

.m-title-p {
    color: 333;
    text-align: center;
    line-height: 1.5em;
    font-size: 2.0rem;
}

span.m-title-sub {
    font-size: x-small;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
	display:block;
  line-height: 2em;
margin-bottom: 2em;
}


.banner_box{
    width: 90%;
	margin: 0 auto;
}

.inner-box{
	width: 90%;
	margin: 0 auto;
  }

.inner-box02{
	width: 85%;
	margin: 0 auto;
	padding: 10px 0 15px 0;
  }


.inner-box p{
	padding: 20px 0;
	line-height: 30px;
	color: #333;
  font-weight:600;
  font-family: "Noto Serif JP", serif;
  }

.accordion-text p{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}


@media screen and (min-width: 650px) {
	.m-title-p {
    color: 333;
    text-align: center;
    line-height: 1.5em;
    margin: 0px 0 30px 0;
    font-size: 45px;
}
	
span.m-title-sub {
    font-size: 0.5em;
}
	
	.inner-box p{
    font-size: 18px;
	padding: 30px 0;
	line-height: 35px;
  }

  p.accordion-text-p {
    font-size: 18px;
    line-height: 1.9em;
}
	
p.note {
    font-size: 1.0em;
}
	
  }
/*/////////////////////
トップキャンペーン
//////////////////////*/

/*.sec-campaign{
	margin: 0 0 50px 0;
  }
*/

.sec-about-lhdv{
    position: relative;
	background: #fff;
    background-image: url("../images/about-lhdv-bg.webp");
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 40px 0 50px 0;
}

.about-lhdv-box{
    background: #fff;
	padding: 30px 0 20px 0;
	margin: 0 auto;
	text-align: center;
}

.about-lhdv-box p{
    padding: 0;
}



.about-lhdv-box p.price-text span{
    color: #CF9D41;
	  font-size: 2em;
    font-weight: bold;
}

.about-lhdv-box p.price-text .yen{
  color: #CF9D41;
  font-size:1.1em;
  font-weight: bold;
}

@media screen and (min-width: 650px) {
  .sec-about-lhdv{
    padding: 55px 0 50px 0;
  }

.about-lhdv-box p{
    padding: 20px 0;
}
	
	.about-lhdv-box p.price-text{
    font-size: 1.5em;
	line-height: 1.8em;
}

	.about-lhdv-box p.price-text span{
	font-size: 2.5em;
}
	
}



/*/////////////////////
院アクセス情報
//////////////////////*/


.sec-clinic {
   background-image: url("../images/clinic-sec-back.webp");
   text-align: center;
   color: #FFF;
   padding:10%;
}

.sec-clinic h2 {
   font-size: 1.5em;
   margin-bottom: 10px;
}

.clinic-access {
   background-color: #9F7426;
   padding: 5px;
   margin: 10px 0 0;
   font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 650px) {
  .sec-clinic {
        padding: 8%;
  }
  .sec-clinic-img {
        width: 80%; 
        margin: 0 auto 20px;
  }
  .sec-clinic h2 {
        font-size: 30px;
        margin-bottom: 10px;
  }
  .clinic-access {
        font-size:25px;
        margin: 15px auto 0;
  }
}



/*/////////////////////
こんなお悩みありませんか
//////////////////////*/


.sec-nayami{
    position: relative;
	background: #cecabe;
    background-image: url("../images/nayami-bg.webp");
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 50px 5% 130px;
}

.sec-nayami h2{
    color: #fff;
	font-size: 1.6em;
	margin: 30px 0 20px 0;
}

.sec-nayami img.top-img{
	width: 80%;
	margin: 0 auto;
}

.sec-nayami .fl-box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sec-nayami .fl-box div{
	text-align: center;
	margin: 0 auto;
	padding: 5px 0 10px 0;
}

.sec-nayami .fl-box img{
	width: 145px;
}

/*Plus、pro max対策*/
@media screen and (min-width: 395px) {

  .sec-nayami{
      background-size: 100%;
      padding: 65px 5% 210px;
  }
}

@media screen and (min-width: 650px) {

.sec-nayami{
    background-size: 100%;
    padding: 100px 5% 155px;
}
	
.sec-nayami h2{
	font-size: 2em;
	margin: 60px 0 40px 0;
}

.sec-nayami img.top-img{
	width: 65%;
}


.sec-nayami .fl-box div{
	padding: 10px 0 15px 0;
}

.sec-nayami .fl-box img{
	width: 220px;
}
	
}

/*/////////////////////
LHDVで解決
//////////////////////*/


.sec-solution{
    position: relative;
	background: #cecabe;
    background-image: url("../images/solution-bg.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 0 90px 0;
}

.sec-solution img.h-icon{
    width: 30%;
	margin: 0 auto;
	display: block;
}

.sec-solution h2{
	font-size: 1.6em;
	line-height: 2.2em;
  font-family: "Noto Serif JP", serif;
}

.sec-solution h2 span{
	font-size: 1.9em;
}

.solution-inner-box{
    /*border: 2px solid #7dbe61;*/
    box-sizing: border-box;
    margin: 40px 0;
    background: #F8F5EC;
	box-shadow: 2px 2px 4px gray;
}

.solution-box-icon{
    width: 70%;
	margin: 0 auto;
}

.solution-box .solution-inner-box h3{
    padding: 15px 20px;
    box-sizing: border-box;
    margin: 40px 0 20px 0;
    background: #0085A9;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

.solution-box h3 div{
    padding: 0 0 0 70px;
	line-height: 1.3em;
  font-family: "Noto Serif JP", serif;
}


.solution-inner-box:nth-of-type(1) h3::before{
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../images/solution-box-h-icon01.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    padding-left: 30px;
    position: absolute;
}

.solution-inner-box:nth-of-type(2) h3::before{
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../images/solution-box-h-icon02.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    padding-left: 30px;
    position: absolute;
}

.solution-inner-box:nth-of-type(3) h3::before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../images/solution-box-h-icon03.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    padding-left: 30px;
    position: absolute;
}

.solution-inner-box:nth-of-type(4) h3::before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../images/solution-box-h-icon04.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    padding-left: 30px;
    position: absolute;
}

.solution-box h4{
    padding: 15px 0 25px 0;
    box-sizing: border-box;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
  font-family: "Noto Serif JP", serif;
}

.solution-box h4 span{
    color: #CF9D41;
	font-size: 1.4em;
}


@media screen and (min-width: 650px) {

.sec-solution{
    background-size: 100%;
    padding: 50px 0 200px 0;
}

.sec-solution h2{
	font-size: 2.0em;
	line-height: 2em;
	margin: 0 0 60px 0;
}

.sec-solution h2 span{
	font-size: 65px;
}

.solution-inner-box{
    margin: 50px 0;
}

.solution-box-icon{
    width: 60%;
}

.solution-box .solution-inner-box h3{
    padding: 20px 30px;
    margin: 60px 0 40px 0;
	font-size: 30px;
  position: relative;
}

.solution-box h3 div{
    padding: 0 0 0 110px;
	line-height: 1.7em;
}

.solution-inner-box:nth-of-type(1) h3::before,
.solution-inner-box:nth-of-type(2) h3::before,
.solution-inner-box:nth-of-type(3) h3::before,
.solution-inner-box:nth-of-type(4) h3::before {
  width: 90px;
  height: 90px;
  padding-left: 50px;
  top: 52%;
  align-content: center;
  margin: auto;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.solution-box h4{
    padding: 20px 0 30px 0;
	font-size: 30px;
}

.solution-box h4 span{
	font-size: 1.6em;
}
	
}

/*swiper*/

.solution-swiper{
	background: #fff;
	width: 100%;
	max-height: 450px;
	margin: 30px 0;
}

.solution-swiper h3{
	background: #D9CA80;
	color: #333;
	padding: 10px;
	font-weight: bold;
	width: 85%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 15px;
  font-family: "Noto Serif JP", serif;
}

.solution-swiper h3 span{
	background: #fff;
	border-radius: 30px;
	padding: 5px 10px;
	margin-right: 10px;

}

.solution-swiper p{
	font-size: 14px;
	padding: 10px 0 50px 0;
	width: 90%;
	margin: 0 auto;
  font-family: sans-serif;
}

.swiper-slide img.case-img {
    width: 90%;
    margin: 0 auto;
  }


.swiper-button-prev {
	background-image: url("../images/swiper_arrow_prev.webp");
	right:min(calc(-10/750*100vw),40px);
	left: var(--swiper-navigation-sides-offset, 1.5%);
	background-size: 30px 50px;
    background-repeat: no-repeat;
}

.swiper-button-next {
	background-image: url("../images/swiper_arrow_next.webp");
	background-size: 30px 50px;
    background-repeat: no-repeat;
}


@media screen and (min-width: 650px) {
	
.solution-swiper{
	max-height: 700px;
	margin-bottom: 60px;
}

.solution-swiper h3{
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 25px;
}

.solution-swiper h3 span{
	border-radius: 100px;
	padding: 10px 20px;
	margin-right: 20px;
}

.solution-swiper p{
	font-size: 16px;
	padding: 20px 0 100px 0;
}

.swiper-slide img.case-img {
    width: 90%;
    margin: 0 auto;
  }

.swiper-button-next, .swiper-button-prev{
	color: #FFF!important;
}

.swiper-pagination-bullet-active {
	background:#FFF!important;
}

  .swiper-button-prev, .swiper-button-next {
	display: grid;
	place-content: center;
	width: 2.5rem;
	top: 285px;
	height: 6.0rem;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
  }
	
}


/*/////////////////////
LHDVの3つのポイント
//////////////////////*/

.sec-lhdv-3point{
	padding: 120px 0 0 0;
	position: relative;
}

.sec-lhdv-3point h2{
	font-size: 1.6em;
	color: #333;
	line-height: 2.2em;
	text-align: center;
	line-height: 2.0em;
  font-family: "Noto Serif JP", serif;
}

.sec-lhdv-3point span{
	font-size: 1.3em;
	color: #333;
}

.sec-lhdv-3point strong{
	color: #CF9D41;
	font-weight: 500;
	font-size: 2.0em;
}

.lhdv-3point-top{
	position: relative;
	display: grid;
	place-items: center;
}

.lhdv-3point-top-img{
	position: absolute;
    top: -215px;
    place-self: center;
    width: 85%;
}

.sec-lhdv-3point h3{
	margin: 40px 0 20px 0;
	font-size: 1.5em;
	line-height: 2.5em;
	text-align: center;
	line-height: 1.5em;
  font-family: "Noto Serif JP", serif;
	color: #333;
}

.sec-lhdv-3point h3 p{
	position: relative;
	padding: 30px 0 40px 0;
	font-family: "Akshar", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color: #333;
}

.sec-lhdv-3point h3 p::before {
	background-color: #333;
    border-radius: 10px;
    bottom: 25px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 120px;
}

@media screen and (min-width: 650px) {

.sec-lhdv-3point{
	padding: 200px 0 100px 0;
}

.sec-lhdv-3point h2{
	font-size: 30px;
	line-height: 2.8em;
}

.sec-lhdv-3point span{
	font-size: 50px;
}

.sec-lhdv-3point strong{
	font-size: 2.5em;
}

.lhdv-3point-top-img{
    top: -380px;
}

.sec-lhdv-3point h3{
	margin: 60px 0 40px 0;
	font-size: 30px;
}

.sec-lhdv-3point h3 p{
	padding: 40px 0 50px 0;
}

.sec-lhdv-3point h3 p::before {
    bottom: 20px;
}
	
}

/*/////////////////////
治療費一覧
//////////////////////*/

.comparison_box{
    position: relative;
	background: #fff;
    background-image: url("../images/comparison_bg.webp");
    background-size: 110%;
    /*background-repeat: no-repeat;*/
    background-position: top center;
	padding: 40px 0 50px 0;
	margin: 50px 0 20px 0;
}

.comparison_box h2{
	font-size: 1.2em;
	line-height: 2.2em;
	text-align: center;
	line-height: 2.0em;
  font-family: "Noto Serif JP", serif;
	padding: 0 0 20px 0;
}
h2 .strong{
	font-size: 1.5em;
}

.comparison_box img{
    width: 90%;
	margin: 0 auto;
}

.youtube_box{
  position: relative;
	background: #fff;
  padding-top: 1em;
}

.youtube_box h2{
	font-size: 1.2em;
	line-height: 2.2em;
	text-align: center;
	line-height: 2.0em;
  font-family: "Noto Serif JP", serif;
}



.youtube {
    width: 90%;
    aspect-ratio: 16 / 9;
	margin: 20px auto 0;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 650px) {
	
.comparison_box{
	padding: 100px 0 100px 0;
}
	
.comparison_box h2{
	font-size: 25px;
	padding: 0 0 40px 0;
}
.comparison_box h2 strong{
	font-size: 35px;
}
	
.youtube_box{
	padding: 100px 0 100px 0;
}

.youtube_box h2{
	font-size: 25px;
	padding: 0 0 40px 0;
}
.youtube_box h2 strong{
	font-size: 1.5em;
}
	
}

/*/////////////////////
選ばれる7つのポイント
//////////////////////*/

.sec-will-7point{
    position: relative;
	background: #c9c9c9;
    background-image: url("../images/will-7point-bg.webp");
    background-size: 110%;
    background-repeat: repeat;
    background-position: top center;
    padding: 20px 0 15px 0;
    margin: 30px 0 0 0;
}

.sec-will-7point h2{
	color: #fff;
	text-align: center;
	font-size: 1.9em;
	line-height: 1.9em;
}
.sec-will-7point h2 span{
   color: #D9CA80;
	font-size: 2.1em;
  font-family: serif;

}

.sec-will-7point p{
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
}

.sec-will-7point p.title{
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	padding: 20px 0;
}

.will-7point-img {
  margin-bottom: 20px;
  }

.will-7point-box{
    box-sizing: border-box;
    margin: 10px 0 20px;
    background: #fff;
	box-shadow: 2px 2px 4px gray;
	border: 1px solid #333;
	padding: 5%;
}

.will-7point-box h3{
    box-sizing: border-box;
    margin: 10px 0 20px 0;
    color: #333;
    font-weight: bold;
    font-size: 1.5em;
    position: relative;
    line-height: 1.5em;
}


.will-7point-box:nth-of-type(1) h3::before {
    top: -10%;
    left: 15%;
    position: absolute;
    transform: translateX(-50%);
    width: 300px;
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../images/will-7point-h-icon01.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
}
.will-7point-box:nth-of-type(2) h3::before {
    top: -10%;
    left: 15%;
    position: absolute;
    transform: translateX(-50%);
    width: 300px;
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../images/will-7point-h-icon02.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
}

.will-7point-box:nth-of-type(3) h3::before {
    top: -10%;
    left: 15%;
    position: absolute;
    transform: translateX(-50%);
    width: 300px;
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../images/will-7point-h-icon03.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
}

.will-7point-box:nth-of-type(4) h3::before {
    top: -10%;
    left: 15%;
    position: absolute;
    transform: translateX(-50%);
    width: 300px;
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../images/will-7point-h-icon04.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
}

.will-7point-box:nth-of-type(5) h3::before {
    top: -10%;
    left: 15%;
    position: absolute;
    transform: translateX(-50%);
    width: 300px;
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../images/will-7point-h-icon05.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
}
.will-7point-box:nth-of-type(6) h3::before {
    top: -10%;
    left: 15%;
    position: absolute;
    transform: translateX(-50%);
    width: 300px;
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../images/will-7point-h-icon06.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
}
.will-7point-box:nth-of-type(7) h3::before {
    top: -10%;
    left: 15%;
    position: absolute;
    transform: translateX(-50%);
    width: 300px;
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../images/will-7point-h-icon07.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
}

.will-7point-box h3 div.line01{
	margin: 0 0 0 100px;
}

.will-7point-box h3 div.line02{
    margin: 0 0 40px 100px;
    padding: 20px 0 0 0;
}

.will-7point-box h3 div.line01::before {
    background-color: #333;
    border-radius: 10px;
    bottom: -20px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: scaleY(0.5) translateX(-50%);
    width: 100%;
}

.will-7point-box h3 div.line02::before {
    background-color: #333;
    border-radius: 10px;
    bottom: -35px;
    content: "";
    height: 1.5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 300px;
}

.will-7point-box h4.common{
    box-sizing: border-box;
    color: #FFFFFF;
	background: #333;
    font-weight: normal;
    font-size: 1.0em;
    border-radius: 30px;
	padding: 5px 15px;
	width: fit-content;
	margin: 30px auto 20px auto;
	text-align: center;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}



.will-7point-box h4.local-balloon {
    position: relative;
    padding: 1.5rem 0 0.8em 0;
    margin-bottom: 0.2rem;
    border-bottom: 1.5px solid;
    color: black;
    font-weight: bold;
    font-size: 1.0em;
    text-align: center;
}

.will-7point-box h4.local-balloon:before,
.will-7point-box h4.local-balloon:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.will-7point-box h4.local-balloon:before {
    border: 11px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -11px;
}

.will-7point-box h4.local-balloon:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}

.will-7point-box .secondary-box p{
	color: #333;
    font-size: 0.9em;
    padding: 10px 0;
    font-size: 0.9em;
}

.bhs-img{
	width: 70%;
	margin: 0 auto;
}

.will-7point-box .local-box p{
	color: #333;
    background: #F4F4F4;
    font-size: 0.9em;
    padding: 20px 15px 20px 15px;
    margin: 25px auto 0 auto;
}


.point-btn a {
    background: #fff;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	border: 1.5px solid #333;
	text-decoration:none;
	width: 75%;
}
.point-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 1.5px currentColor;
  border-right: solid 1.5px currentColor;
  transform: translateY(-50%) rotate(135deg);
}
.point-btn a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.point-btn a:hover:after {
  right: 1.4rem;
}

@media screen and (min-width: 650px) {

.sec-will-7point{
    background-size: 100%;
	padding: 60px 0 10px;
	margin: 70px 0 0 0;
}

.sec-will-7point h2{
	font-size: 40px;
	padding: 10px 0 0 0;
}
	
.sec-will-7point h2 span{
	font-size: 65px;
}

.sec-will-7point p.title{
	font-size: 26px;
	padding: 40px 0;
}

.will-7point-box{
    margin: 30px 0;
    background: #fff;
	padding: 25px 20px 35px 20px;
}

.will-7point-box h3{
    margin: 20px 0 40px 0;
    font-size: 2.4em;
}


.will-7point-box:nth-of-type(1) h3::before {
  width: 150px;
  height: 150px;
}
.will-7point-box:nth-of-type(2) h3::before {
  width: 150px;
  height: 150px;
}

.will-7point-box:nth-of-type(3) h3::before {
  width: 150px;
  height: 150px;
}

.will-7point-box:nth-of-type(4) h3::before {
  width: 150px;
  height: 150px;
}

.will-7point-box:nth-of-type(5) h3::before {
  width: 150px;
  height: 150px;
}
.will-7point-box:nth-of-type(6) h3::before {
  width: 150px;
  height: 150px;
}
.will-7point-box:nth-of-type(7) h3::before {
    width: 150px;
    height: 150px;
}

.will-7point-box h3 div.line01{
	margin: 0 0 0 190px;
    padding: 10px 0 0 0;
    font-size: 35px;
    line-height: 1.4em;
}

.will-7point-box h3 div.line02{
    margin: 0 0 70px 190px;
    padding: 20px 0 0;
    font-size: 35px;
}

.will-7point-box h3 div.line01::before {
    border-radius: 10px;
    bottom: -50px;
    width: 530px;
}

.will-7point-box h3 div.line02::before {
    bottom: -70px;
    width: 530px;
}

.will-7point-box h4.common{
  font-size: 20px;
  border-radius: 50px;
  padding: 8px 15px;
  margin: 50px auto 30px auto;
}


.will-7point-box h4.local-balloon {
    padding: 2.5rem 0 0.8em 0;
    margin-bottom: 0.4rem;
    color: #333333;
    font-size: 23px;
}



.will-7point-box .secondary-box p{
    font-size: 18px;
    padding: 20px 0;
}


.will-7point-box .local-box p{
    font-size: 18px;
    padding: 30px 25px 30px 25px;
    margin: 35px auto 0 auto;
}


.point-btn a {
    border-radius: 50px;
    max-width: 400px;
    padding: 15px 25px;
	width: 80%;
	font-size: 18px;
  font-family: "Noto Serif JP", serif;

}
.point-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 1.5px currentColor;
  border-right: solid 1.5px currentColor;
  transform: translateY(-50%) rotate(135deg);
}
.point-btn a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.point-btn a:hover:after {
  right: 1.4rem;
}
	
}




.sec-guarantee{
    position: relative;
	background: #fff;
    background-image: url("../images/guarantee-bg.webp");
    background-size: 150%;
    background-repeat: repeat;
    background-position: top center;
/*	padding: 0 0 50px 0;
	margin: 0 0 20px 0;*/
}


.sec-guarantee div.title-bl p{
	margin: 0 auto;
	font-size: 1.4em;
	text-align: center;
	color: #6e4b1e;
	font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.sec-guarantee p{
	margin: 0 auto;
	font-size: 1.0em;
	color: #333;
	padding:30px 0 0 0;
}

.sec-guarantee p.note{
	font-size: 0.8em;
	padding:0;
}

.sec-guarantee span{
	color: #9F7426;
	font-weight: bold;
}

.guarantee-title{
    position: relative;
    background-image: url("../images/guarantee-titile-bg.webp");
    background-size: 100%;
    background-repeat: repeat;
    background-position: top center;
	padding: 27px 0 30px 0;
	text-align: center;
}

.guarantee-title h2{
  display: inline-block;
  font-size: 2.7em;
  font-weight: bold;
  margin:0 auto 5%;
  background: linear-gradient(90deg, #6e4b1e 0%, #98682b 40%, #6e4b1e 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4em;
}

.guarantee-title h2 span{
	font-size: 0.5em;
    text-underline-offset: 2em;
    text-decoration: underline 1.5px #98682b;
    text-underline-offset: 0.4em;
}

.sec-guarantee img.logo{
	width: 70%;
    margin: 40px auto 20px auto;
}

.support-bl{
    background: #fff;
    padding: 30px 0;
    margin: 30px 0 0;
}

.support-box{
    box-sizing: border-box;
    background: #fff;
	border: 1px solid #333;
  font-size: .8em;
font-weight: lighter;
}

.support-box p{
    padding: 15px;
    line-height: 1.5em;
font-family: sans-serif;
font-weight: normal;
}

.support-box h2{
    box-sizing: border-box;
    color: #fff;
    background-color: #333;
/*    font-weight: bold;*/
    font-size: 1em;
    position: relative;
    line-height: 1.5em;
	text-align: center;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
	padding: 5px 0;
}

.support-box.anime.fadebottom.move{
  font-size: .9em;
}
	
@media screen and (min-width: 650px) {
	
.sec-guarantee{
    background-size: 150%;
}


.sec-guarantee div.title-bl p{
	font-size: 1.8em;
}

.sec-guarantee p{
	font-size: 18px;
	padding:60px 0 0 0;
}

.sec-guarantee p.note{
	font-size: 18px;
}


.guarantee-title{
	padding: 75px 0 50px 0;
}

.guarantee-title h2{
  font-size: 70px;
}

.guarantee-title h2 span{
	font-size: 0.8em;
}

.sec-guarantee img.logo{
	width: 70%;
    margin: 80px auto 40px auto;
}

.support-bl{
    padding: 30px 0;
    margin: 60px 0;
}

.support-box{
    /*border: 2px solid #7dbe61;*/
    box-sizing: border-box;
    margin: 50px 0 0 0;
    background: #fff;
	border: 1px solid #333;
}

.support-box p{
    padding: 30px 25px;
	font-size: 18px;
}

.support-box h2{
    font-size: 20px;
	padding: 8px 0;
}

	
}



/*/////////////////////
CTA
//////////////////////*/

.sec-cta{
    position: relative;
    background-image: url("../images/cta-bg.webp");
    background-size: 100%;
    background-repeat: repeat;
    background-position: top center;
	padding: 30px 0 50px 0;
	text-align: center;
}

.sec-cta p,.cta02-box p{
    color: #fff;
	font-size: 1.8em;
	padding: 20px 0 30px 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.sec-cta p span{
    color: #fff;
	font-size: 0.8em;
}

.cta-btn{
    width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 650px) {
.sec-cta{
	padding: 80px 0 100px 0;
	text-align: center;
    background-size: 110%;
}
	
.sec-cta p{
	font-size: 45px;
}

.sec-cta p span{
    color: #fff;
	font-size: 35px;
}
	
	.cta-btn{
    width: 85%;
}
	
}

/*/////////////////////
CTA02
//////////////////////*/

.sec-cta02{
    position: relative;
    background-image: url("../images/cta-bg02.webp");
    background-size: 100%;
    background-repeat: repeat;
    background-position: top center;
	padding: 30px 0 80px 0;
	text-align: center;
}

.cta02-box {
    width: 80%;
	position: relative;
	background: #fff;
	opacity: 0.9;
	margin: 0 auto;
	padding: 10px 5px;
}

.sec-cta02 p{
    color: #333;
	font-size: 1.5em;
	padding: 20px 0 60px 0;
	line-height: 1.5em;
	font-weight: 500;
}

.sec-cta02 p span{
    color: #333;
	font-size: 0.7em;
}

.cta-btn02{
    margin: 0 auto;
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

@media screen and (min-width: 650px) {
.sec-cta02{
    background-size: 100%;
	padding: 30px 0 150px 0;
}

.cta02-box {
	padding: 15px 10px;
}

.sec-cta02 p{
  font-size: 35px;
  padding: 30px 0 80px 0;
  line-height: 1.5em;
  font-weight: 600;
}

.sec-cta02 p span{
	font-size: 25px;
}

.cta-btn02{
    margin: 0 auto;
    position: absolute;
    top: 390px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
	
}


/*/////////////////////
治療メニュー
//////////////////////*/


.sec-menu {
	padding: 80px 0 0 0;
}


.sec-menu h2,.sec-menu h3,.sec-menu h3 span,.sec-menu p{
  font-family: "Noto Serif JP", serif;
}



.sec-menu h2{
    color: #333;
    font-size: 1.8em;
    position: relative;
	text-align: center;
    margin: 20px 0 30px 0;
}

.sec-menu h3{
    color: #9F7426;
    font-size: 1.7em;
	text-align: center;
	padding: 20px 0 5px 0;
}

.sec-menu h3 span{
    color: #333;
    font-size: 0.6em;
	text-align: center;
	padding: 5px 0;
}

.menu-box {
	padding: 0 0 10px 0;
}

.menu-box p{
	width: 90%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #333;
  font-weight: 500;
  line-height: 1.7em;
}

@media screen and (min-width: 650px) {

.sec-menu {
	padding: 150px 0 0 0;
}


.sec-menu h2{
    color: #333;
    font-size: 35px;
    padding: 10px 0 45px 0;
}

.sec-menu h3{
    font-size: 35px;
	padding: 20px 0 10px 0;
}

.sec-menu h3 span{
    font-size: 0.6em;
	padding: 0 0 10px 0;
}

.menu-box {
	padding: 50px 0 50px 0;
}

.menu-box p{
	padding: 20px 0 0 0;
	font-size: 19px;
	line-height: 1.5em;
}

}


/*/////////////////////
キャンペーン
//////////////////////*/


.sec-campaign{
	margin: 0 auto;
	padding: 10px 0 50px 0;
}

section.sec-campaign.trial{
  background-color: #555555;
  padding-bottom: 80px;
}

.sec-campaign p{
	margin: 0 auto;
  font-size: 1.0em;
	text-align: center;
  color: #000;
}

section.sec-campaign.trial p{
  color: #FFF;
}

.sec-campaign h2{
    color: #000;
    font-size: 2em;
    position: relative;
	text-align: center;
    padding: 10px 0 0;
}

section.sec-campaign.trial h2{
    color:#D9CA80;
}


.sec-campaign h2 div p {
    margin-bottom: 0.2rem;
    font-size: 0.6em;
    text-align: center;
    font-family: "Noto Serif JP", serif;
	color: #D9CA80;
}

.sec-campaign h2 div.title {
    padding: 20px 0 0 0;
}

.sec-campaign h2 div.balloon {
    position: relative;
    border-bottom: 1.5px solid;
    color: #FFF;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.sec-campaign h2 div.balloon:before,
.sec-campaign h2 div.balloon:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.sec-campaign h2 div.balloon:before {
    border: 11px solid;
    border-color: transparent;
    border-top-color: #FFF;
    margin-left: -11px;
}

.sec-campaign h2 div.balloon:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: #555555;
    margin-left: -10px;
}


.banner-box{
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

@media screen and (min-width: 650px) {
	
.sec-campaign h2{
    font-size: 40px;
    padding: 10px 0 0 0;
}

.sec-campaign p{
    font-size: 1.2em;
}

section.sec-campaign.trial{
  padding-bottom: 150px;
}

.sec-campaign h2 div p {
    margin-bottom: 0.4rem;
    font-size: 0.8em;
	line-height: normal;
}

.sec-campaign h2 div.title {
    padding: 30px 0 0 0;
}
	
}


/*/////////////////////
治療費一覧
//////////////////////*/

.sec-price{
	margin: 0 auto;
	padding: 70px 0 70px 0;
	background-color: #f5f0db;
	position: relative;
    display: grid;
    place-items: center;
    font-weight: 600;
}

.sec-price p{
	color: #333;
  font-family: "Noto Serif JP", serif;
}


.sec-price h2{
    color: #333;
    font-size: 1.8em;
	text-align: center;
	margin: 20px 0; 
}

.sec-price img.top-img{
    position: absolute;
    top: -50px;
    place-self: center;
    width: 35%;
}

.top-logo{
    border-bottom: solid 1.5px #333;
    width: 85%;
	margin: 0 auto;
}

.sec-price-box{
    box-sizing: border-box;
    margin: 40px 0;
    border: 1px solid #333;
    padding: 20px 15px 20px 15px;
}

.sec-price-box h3{
    color: #333;
    font-size: 1.4em;
	text-align: center;
    padding: 5px 0 20px 0;
}


.price-case-box{
    box-sizing: border-box;
    margin: 10px 0 15px 0;
    border: 1px solid #333;
}

.price-case-box div.case{
    border-bottom: solid 1px #333;
    width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 8px 0;
	font-family: "Akshar", sans-serif;
	font-size: 1.2em;
  font-weight: normal;
}


.price-case-box h3{
    color: #333;
    font-size: 1.6em;
	text-align: center;
	padding: 20px 0 15px 0;
}


.price-box-text{
    margin: 0 auto;
	text-align: center;
}

.price-box-text p{
    margin: 0 auto;
	text-align: center;
}


p.price-text{
  font-family: "Noto Serif JP", serif;
	padding: 0;
    font-size: 1.0em;
}
p.price-text span{
    font-size: 2.5em;
	color: #E24A61;
}
p.price-text .yen{
  font-size: 1.1em;
}


.price-box-text p.note{
    font-size: 0.6em;
	padding: 0 0 10px 0;
}

.free-price{
	padding: 0.5rem 0;
    margin-bottom: 0.2rem;
    border-top: 2px solid #E24A61;
    border-bottom: 2px solid #E24A61;
    color: #E24A61;
    font-size: 1.0em;
	text-align: center;
  font-family: "Noto Serif JP", serif;
}


.fl-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-point-gd{
    width: 110px;
	margin: 0 5px 0 5px;
	text-align: center;
	padding: 5px 0;
	color: #000;
	background-color: #D9CA80;
  font-family: sans-serif;
  font-size: 14px;
}

.case-point-bk{
    width: 110px;
	margin: 0 5px 0 5px;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background-color: #333;
  font-family: sans-serif;
  font-size: 14px;
}

.menu-name-box{
    padding: 0 0 20px 0;
}

.price-menu-name{
    border: 1px solid #333;
    width: 90%;
	margin: 7px auto;
	text-align: center;
	padding: 5px 0;
	color: #333;
	background-color: #fff
}

.case-box-img01{
    width: 50%;
    padding: 20px 0 20px 0;
    margin: 0 auto;
}

.case-box-img02{
    width: 90%;
    padding: 20px 0 20px 0;
    margin: 0 auto;
}

.price-campaign{
    border-radius: 30px;
    margin: 10px auto 0 auto;
    max-width: 230px;
    padding: 10px 25px;
    color: #333;
    font-weight: 500;
    border: 1.5px solid #333;
    text-decoration: none;
    width: 75%;
	text-align: center;
  font-family: "Noto Serif JP", serif;
}

.sec-price p.note{
    padding: 0 0 20px 0;
    line-height: 2.0em;
}


@media screen and (min-width: 650px) {

.sec-price{
	padding: 120px 0 150px 0;
}
	
.sec-price p{
    font-size: 20px;
}

.sec-price h2{
    font-size: 45px;
    margin: 20px 0 30px 0; 
}

.sec-price img.top-img{
    position: absolute;
    top: -100px;
    place-self: center;
    width: 35%;
}

.sec-price-box{
    margin: 40px 0;
    padding: 20px 15px 20px 15px;
}

.sec-price-box h3{
    font-size: 30px;
    padding: 20px 0 35px 0;
}


.price-case-box{
    margin: 50px 0 25px 0;
}

.price-case-box div.case{
	padding: 8px 0;
	font-size: 1.5em;
  margin-top:.1em;
}

.price-case-box h3{
    font-size: 35px;
	padding: 30px 0 25px 0;
}

p.price-text{
    font-size: 25px;
	line-height: 1.8em;
}
	
p.price-text span{
    font-size: 2.5em;
}

.price-box-text p.note{
    font-size: 0.9em;
	padding: 10px 0 25px 0;
}

.free-price{
	padding: 0.8rem 0;
    margin: 0.7em 0;
    font-size: 20px;
}


.case-point-gd{
  width: fit-content;
  padding: 8px;
  font-size: 18px;
}

.case-point-bk{
  width: fit-content;
  padding: 8px;
  font-size: 18px;
}

.menu-name-box{
    padding: 0 0 30px 0;
}

.price-menu-name{
    width: 85%;
	margin: 7px auto;
	padding: 8px 0;
	font-size: 20px;
}

.case-box-img01{
    width: 50%;
    padding: 30px 0 20px 0;
}

.case-box-img02{
    width: 90%;
    padding: 30px 0 20px 0;
}

.price-campaign{
  border-radius: 100px;
  max-width: 350px;
  padding: 10px 35px;
  width: fit-content;
  font-size: 18px;
}

.sec-price p.note{
  line-height: 1.6em;
  font-size: 14px;
}

.top-logo{
    padding: 0px 0 20px 0;
}
	
}


/*/////////////////////

治療の流れ

//////////////////////*/

.sec-flow{
	margin: 0 auto;
	padding: 70px 0 60px 0;
	position: relative;
    display: grid;
    place-items: center;
}

.sec-flow h2{
    color: #333;
    font-size: 1.8em;
	text-align: center;
    margin: 20px 0;
}

.sec-flow img.top-img{
    position: absolute;
    top: -50px;
    place-self: center;
    width: 35%;
}



.step-box h3{
    padding: 10px 20px;
    box-sizing: border-box;
	margin: 20px 0 20px 20px;
    background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	position: relative;
}

.step-box h3 div{
    padding: 0 0 0 50px;
	line-height: 1.3em;
  font-family: "Noto Serif JP", serif;
	font-size: 0.9em;
  font-weight: 600;
}


.step-box:nth-of-type(1) h3::before{
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/flow-h-icon01.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    padding-left: 30px;
    left: -24px;
    top: -13px;
    position: absolute;
}

.step-box:nth-of-type(2) h3::before{
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/flow-h-icon02.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    padding-left: 30px;
    left: -24px;
    top: -13px;
    position: absolute;
}

.step-box:nth-of-type(3) h3::before{
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/flow-h-icon03.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    padding-left: 30px;
    left: -24px;
    top: -13px;
    position: absolute;
}

.step-box:nth-of-type(4) h3::before{
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/flow-h-icon04.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    padding-left: 30px;
    left: -24px;
    top: -13px;
    position: absolute;
}

.step-box:nth-of-type(3) h3::before{
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/flow-h-icon03.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    padding-left: 30px;
    left: -24px;
    top: -13px;
    position: absolute;
}

.step-box:nth-of-type(4) h3::before{
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/flow-h-icon04.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    padding-left: 30px;
    left: -24px;
    top: -13px;
    position: absolute;
}

.step-box:nth-of-type(5) h3::before{
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/flow-h-icon05.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    padding-left: 30px;
    left: -24px;
    top: -13px;
    position: absolute;
}

.step-box:nth-of-type(6) h3::before{
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/flow-h-icon06.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    padding-left: 30px;
    left: -24px;
    top: -13px;
    position: absolute;
}

.step-box p{
    padding: 5px 0 10px 0;
}

.step-box-arrow-box {
	text-align: center;
	padding: 15px 0 20px 0;
}
.step-box-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.3em;
  height: 1.3em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.step-attention-box {
    box-sizing: border-box;
    margin: 40px 0 0 0;
	background: #EFEDE7;
	padding: 10px;
}


.step-attention-box h4{
    padding: 10px 20px;
    box-sizing: border-box;
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
	position: relative;
}

.step-attention-box h4 div{
    padding: 0 0 0 60px;
}

.step-attention-box h4::before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/attention-box-icon.webp) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    padding-left: 30px;
    left: 10px;
    top: 10px;
	position: absolute;
}

.step-attention-box p{
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    font-size: 0.9em;
}


@media screen and (min-width: 650px) {

  .sec-flow img.top-img{
    top: -100px;
}

.sec-flow{
	padding: 120px 0 100px 0;
}

.sec-flow h2{
    font-size: 2.5em;
    padding: 20px 0 40px 0;
}


.step-box h3{
    padding: 20px 30px;
	margin: 20px 0 20px 20px;
	font-size: 1.8em;
}

.step-box h3 div{
    padding: 0 0 0 100px;
	font-size: 30px;
}


.step-box:nth-of-type(1) h3::before{
    width: 120px;
    height: 120px;
    top: -20px;
}

.step-box:nth-of-type(2) h3::before{
    width: 120px;
    height: 120px;
	top: -20px;
}

.step-box:nth-of-type(3) h3::before{
    width: 120px;
    height: 120px;
	top: -20px;
}

.step-box:nth-of-type(4) h3::before{
    width: 120px;
    height: 120px;
	top: -20px;
}

.step-box:nth-of-type(5) h3::before{
    width: 120px;
    height: 120px;
	top: -20px;
}

.step-box:nth-of-type(6) h3::before{
    width: 120px;
    height: 120px;
	top: -20px;
}


.step-box p{
    padding: 10px 0 20px 0;
    font-size: 18px;
}

.step-box-arrow-box {
	text-align: center;
	padding: 25px 0 30px 0;
}
.step-box-arrow {
  width: 1.5em;
  height: 1.5em;
}

.step-attention-box {
    margin: 50px 0 0 0;
	padding: 15px;
}


.step-attention-box h4{
    padding: 20px 30px;
	font-size: 25px;
}

.step-attention-box h4 div{
    padding: 0 0 0 100px;
}

.step-attention-box h4::before{
    width: 70px;
    height: 70px;
    padding-left: 30px;
    left: 20px;
    top: 20px;
}

.step-attention-box p{
    padding: 0 20px 20px 20px;
    font-size: 18px;
}

	
}


/*/////////////////////
FAQ
//////////////////////*/

#faq{
	margin: 0 auto;
	padding: 80px 0 0 0;
	margin: 0 auto;
}

#faq h2.main{
    color: #333;
    font-size: 1.8em;
	text-align: center;
    margin: 20px 0 30px 0;
}

#faq img.top-img{
    margin:auto;
    width: 35%;
}


.container-wb2 {
		width: 100%;
		margin: 0px auto;
		padding: 0px auto;
		padding-top: 0px;
}

.container-wb2 h2.titpc{
	display: none;
}

.box_qa {
	max-width: 800px;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 16px !important;
	color: #333;
}

.box_qa h2 {
	border-bottom: solid 1px #906f3d;
	font-size: 135%;
    margin: 0 0 30px 0;
}

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

.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #42331d;
}

.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}

/* 質問 */

.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2.5em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	background: #f0e3cf;
}

.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.3em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
	color: #bd9b69;
}

.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #906c35;
}

/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	font-size: 90%;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	transition: max-height 0.2s;
}

.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
	color: #bd9b69;
}

.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}

/* 質問を開いた時の仕様 */



/* --答えの高さ */

.cp_qa .cp_actab input:checked~.cp_actab-content {
	max-height: 40em;
	border: 2px solid;
	border-color: #f0e3cf;
}

/* 質問をクリックした時のアイコンの動き */

.cp_qa .cp_actab input:checked~label {
	color: #906c35;
}

/* 質問をクリックした時の+の動き */

.cp_qa .cp_actab input[type=checkbox]:checked+label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


@media screen and (min-width: 650px) {

#faq h2.main{
    font-size: 35px;
    margin: 30px 0 40px 0;
}
	
}

/*/////////////////////
クリニック一覧 20240514
//////////////////////*/

#main-clinic-sec {
  padding: 24px;
}

#clinic{
	margin: 0 auto;
	padding: 30px 0 50px 0;
	margin: 0 auto;
}

#clinic h2{
    color: #333;
    font-size: 1.8em;
	text-align: center;
    margin: 20px 0 30px 0;
}

#main-clinic-sec .clinic-acd-col2 h3 {
font-size: 20px;
}

@media screen and (min-width: 650px) {
  #clinic h2{
    font-size: 35px;
}

}

#clinic img.top-img{
    margin:auto;
    width: 35%;
}


/*テーブル*/

table{
  width: 100%;
  border-collapse: collapse;
  font-size: 80%;
  margin-bottom: 20px;

}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #c5ab81;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #c5ab81;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 40 10 20;
}

table td p{
    line-height: 1.2;
    margin: 10px 20px 10px 30px;
}

.clinic h3{
	font-size: 20px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	margin-bottom: 8px;
}

.clinic_list h2{
	background-color: #f6f3ed;
	text-align: center;
    padding: 12px;
    color: #9f8453;
	border-bottom: unset;
	position: relative;
}

.clinic-acd-container{
	margin: 24px;
}

.clinic-acd-title {
    cursor: pointer;
	background-color: #f6f3ed;
    text-align: center;
    padding: 12px;
    color: #9f8453;
    border-bottom: unset;
    position: relative;
	font-size: 20px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	margin-bottom: 16px;
	letter-spacing: 2px;
}

.clinic-acd-title.open {
    border-bottom: 1px solid var(--gray-color);
}

.clinic-acd-title:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background-color: var(--black-color);
    color: #a18656;
    text-align: center;
    line-height: 22px;
    content: "＋";
    border: 1px solid var(--black-color);
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';

}

.clinic-acd-title.open:after {
    content: "ー";
    background-color: unset;
    border: 1px solid var(--gray-color);
    color: #a18656;
	font-size: 14px;;
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

.clinic-acd-text {
    display: none;
    font-weight: 400;
    position: relative;
}

.clinic-acd-text .clinic{
	margin-top: 24px;
}

.clinic_area{
	margin: 40px 0;
}

.doctor_guide{
	margin-bottom: -5px;
}

.reservation03{
	background-color: #f6f3ed;
	padding: 24px 24px 0 24px;
}

.clinic_title{
	background-color: #f6f3ed;
	padding: 24px;
    margin-bottom: 40px;
}

/*横並び２カラム_04カウンセリング画像*/
.clinic-acd-col2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.clinic-acd-col2>div {
	width: 100%;
    font-size: 14px;
    margin: 0px;
    margin-bottom: px;
    padding: 0px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	
.clinic-acd-col2>div {
		width: 100%;
		font-size: 14px;
		margin: 0px;
		margin-bottom: px;
		padding: 0px;
		margin-bottom: 10px;
	}
}


/*/////////////////////
移転お知らせ用 20240514
//////////////////////*/

.transfer-box {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 24px;
  margin: 0 auto;
}

.transfer-box h4 {
  background-color: #DE6E6E;
  font-size: 16px;
  text-align: center;
  padding: 12px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-weight: bold;
  margin: -24px -24px 16px;
}

.transfer-box h4 img{
  max-width: fit-content;
  position: relative;
  top: 4px;

}
.transfer-box h4 span {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.transfer-box p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 1.3em;
  margin: 0 auto;
}

.transfer-box p strong {
  color: #DE6E6E;
  font-weight: bold;
  text-align: center;
  display: block;
}

.transfer-add {
  display: flex;
  border-top: 1px solid #E8E8E8;
  padding: 16px 0px 0 0px;
  /*gap: 40px;*/
  max-width: 600px;
  margin: 16px auto 0;
  font-size: 14px;
}

.transfer-add p strong {
  color: #333;
  text-align: left;
  margin-bottom: 4px;
}


@media screen and (max-width: 768px) {
  .transfer-add p strong {
    text-align: left;
    margin-bottom: 4px;
  }
  .transfer-box {
    padding: 16px;
    width: auto;

  }
.transfer-add {
  padding: 16px 0px 0 0px; 
}
  .transfer-box h4 {
    margin: -16px -16px 16px;
  }
}



/*============================

新固定バナー　20220330

============================*/

  .fixed_footer {
    z-index: 9999;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
	background: #ffffffe4;
	max-width: 650px;
	margin: 0 auto;
	overflow: hidden;
  }


  .fixed_footer ul {
    display: flex;
    gap: 4px;
	max-width: 500px;
	margin: 0 auto;
	padding: 0 8px 0 8px;
  }

  .fixed_footer ul li {
    padding: 8px 0 8px 0;
  }

  .fixed_footer ul li:nth-child(1) {
    width: 60%;
  }

  .fixed_footer ul li:nth-child(2) {
    width: 28%;
  }

  .fixed_footer ul li:nth-child(3) {
    width: 28%;
  }

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

  .is_active {
    z-index: 9999;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

@media screen and (min-width: 650px) {

  .fixed_footer {
    display: none;
  }
  }


/*============================

キャンペーン

============================*/

#specialcam{
	background:#FFF;
}

#specialcam div{
	width: 90%;
    padding: 5em 0;
    line-height: 1.8em;
    font-size: .8em;
    color: #555555;
    font-family: Noto Sans JP, sans-serif;
	margin: 0 auto;
 }

.code{
	font-size: 1.5em!important;
}
