@charset "UTF-8";
/* responsive setting */
/* color setting */
/*Cinzel*/
@font-face {
  font-family: "Cinzel-Black";
  font-display: swap;
  src: url("../fonts/Cinzel-Black.woff2") format("woff2"), url("../fonts/Cinzel-Black.woff") format("woff"), url("../fonts/Cinzel-Black.eot") format("eot"), url("../fonts/Cinzel-Black.ttf") format("truetype");
  font-weight: 900;
}
.f-c-bl {
  font-family: "Cinzel-Black";
}

@font-face {
  font-family: "Cinzel-ExtraBold";
  font-display: swap;
  src: url("../fonts/Cinzel-ExtraBold.woff2") format("woff2"), url("../fonts/Cinzel-ExtraBold.woff") format("woff"), url("../fonts/Cinzel-ExtraBold.eot") format("eot"), url("../fonts/Cinzel-ExtraBold.ttf") format("truetype");
}
.f-c-eb {
  font-family: "Cinzel-ExtraBold";
}

@font-face {
  font-family: "Cinzel-Bold";
  font-display: swap;
  src: url("../fonts/Cinzel-Bold.woff2") format("woff2"), url("../fonts/Cinzel-Bold.woff") format("woff"), url("../fonts/Cinzel-Bold.eot") format("eot"), url("../fonts/Cinzel-Bold.ttf") format("truetype");
}
.f-c-b {
  font-family: "Cinzel-Bold";
}

@font-face {
  font-family: "Cinzel-SemiBold";
  font-display: swap;
  src: url("../fonts/Cinzel-SemiBold.woff2") format("woff2"), url("../fonts/Cinzel-SemiBold.woff") format("woff"), url("../fonts/Cinzel-SemiBold.eot") format("eot"), url("../fonts/Cinzel-SemiBold.ttf") format("truetype");
}
.f-c-sb {
  font-family: "Cinzel-SemiBold";
}

@font-face {
  font-family: "Cinzel-Medium";
  font-display: swap;
  src: url("../fonts/Cinzel-Medium.woff2") format("woff2"), url("../fonts/Cinzel-Medium.woff") format("woff"), url("../fonts/Cinzel-Medium.eot") format("eot"), url("../fonts/Cinzel-Medium.ttf") format("truetype");
}
.f-c-m {
  font-family: "Cinzel-Mfedium";
}

@font-face {
  font-family: "Cinzel-Regular";
  font-display: swap;
  src: url("../fonts/Cinzel-Regular.woff2") format("woff2"), url("../fonts/Cinzel-Regular.woff") format("woff"), url("../fonts/Cinzel-Regular.eot") format("eot"), url("../fonts/Cinzel-Regular.ttf") format("truetype");
}
.f-c-r {
  font-family: "Cinzel-Regular";
}

@font-face {
  font-family: "Cinzel-VariableFont_wght";
  font-display: swap;
  src: url("../fonts/Cinzel-VariableFont_wght.woff2") format("woff2"), url("../fonts/Cinzel-VariableFont_wght.woff") format("woff"), url("../fonts/Cinzel-VariableFont_wght.eot") format("eot"), url("../fonts/Cinzel-VariableFont_wght.ttf") format("truetype");
}
.f-c-v {
  font-family: "Cinzel-VariableFont_wght";
}

/*ShipporiMincho*/
@font-face {
  font-family: "ShipporiMincho-ExtraBold";
  font-display: swap;
  src: url("../fonts/ShipporiMincho-ExtraBold.woff2") format("woff2"), url("../fonts/ShipporiMincho-ExtraBold.woff") format("woff"), url("../fonts/ShipporiMincho-ExtraBold.eot") format("eot"), url("../fonts/ShipporiMincho-ExtraBold.ttf") format("truetype");
}
.f-s-eb {
  font-family: "ShipporiMincho-ExtraBold";
}

@font-face {
  font-family: "ShipporiMincho-Bold";
  font-display: swap;
  src: url("../fonts/ShipporiMincho-Bold.woff2") format("woff2"), url("../fonts/ShipporiMincho-Bold.woff") format("woff"), url("../fonts/ShipporiMincho-Bold.eot") format("eot"), url("../fonts/ShipporiMincho-Bold.ttf") format("truetype");
}
.f-s-b {
  font-family: "ShipporiMincho-Bold";
}

@font-face {
  font-family: "ShipporiMincho-SemiBold";
  font-display: swap;
  src: url("../fonts/ShipporiMincho-SemiBold.woff2") format("woff2"), url("../fonts/ShipporiMincho-SemiBold.woff") format("woff"), url("../fonts/ShipporiMincho-SemiBold.eot") format("eot"), url("../fonts/ShipporiMincho-SemiBold.ttf") format("truetype");
}
.f-s-sb {
  font-family: "ShipporiMincho-SemiBold";
}

@font-face {
  font-family: "ShipporiMincho-Medium";
  font-display: swap;
  src: url("../fonts/ShipporiMincho-Medium.woff2") format("woff2"), url("../fonts/ShipporiMincho-Medium.woff") format("woff"), url("../fonts/ShipporiMincho-Medium.eot") format("eot"), url("../fonts/ShipporiMincho-Medium.ttf") format("truetype");
}
.f-s-m {
  font-family: "ShipporiMincho-Medium";
}

@font-face {
  font-family: "ShipporiMincho-Regular";
  font-display: swap;
  src: url("../fonts/ShipporiMincho-Regular.woff2") format("woff2"), url("../fonts/ShipporiMincho-Regular.woff") format("woff"), url("../fonts/ShipporiMincho-Regular.eot") format("eot"), url("../fonts/ShipporiMincho-Regular.ttf") format("truetype");
}
.f-s-r {
  font-family: "ShipporiMincho-Regular";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
th,
tr,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  color: #292929;
  font-size: 2.4rem;
  font-family: "ShipporiMincho-Regular", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  line-height: 2.1666;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: justify;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}
@media (max-width: 750px) {
  body {
    font-family: "ShipporiMincho-Regular", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.3;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

em,
i {
  font-size: 100%;
  font-weight: 500;
  font-style: normal;
}

ul {
  list-style: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

li {
  list-style: none;
}

table,
tbody,
tr,
th,
td {
  border-collapse: collapse;
}

mark {
  background: none;
}

fieldset,
img {
  border: 0 none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img[src$=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

main,
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym,
tbody,
tr {
  border: 0 none;
}

select option {
  padding: 0 0.5em;
}

form label {
  cursor: pointer;
  display: block;
}

hr {
  clear: both;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

a {
  color: #292929;
  border: 0 none;
  outline: medium none;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #292929;
  outline: medium none;
  text-decoration: none;
}

input,
select,
button {
  background: transparent;
  border: 0;
  vertical-align: middle;
  border-radius: 0;
}

select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

input[type=submit] {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  display: block;
  letter-spacing: inherit;
  padding: 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}

textarea {
  font-size: 1.6rem;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
textarea {
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

iframe {
  border: none;
  display: block;
}

/*------------------------------------------------

		md_select_wrap

------------------------------------------------*/
.md_select_wrap {
  position: relative;
}
.md_select_wrap::after {
/*  background: url(../img/icn_select_arrow.svg) center center/19px 17px no-repeat; */
  content: "";
  display: block;
  width: 19px;
  height: 17px;
  position: absolute;
  top: 16px;
  right: 20px;
}
@media (max-width: 750px) {
  .md_select_wrap::after {
    top: 8px;
/*    background: url(../img/icn_select_arrow.svg) center center/9.5px 8.5px no-repeat; */
    width: 9.5px;
    height: 8.5px;
    right: 10px;
  }
}
.md_select_wrap select {
  padding-right: 40px;
}
.md_select_wrap select ::-ms-expand {
  display: none;
}

/*------------------------------------------------

		modal fade

------------------------------------------------*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-content {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.mfp-fade.mfp-wrap.mfp-ready.mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing.mfp-content {
  opacity: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1080px;
}
@media (max-width: 750px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.w1200 {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .w1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

._pc {
  display: block !important;
}

._pc__inline-block {
  display: inline-block !important;
}

._sp__inline-block {
  display: none !important;
}

._tab {
  display: none !important;
}
@media (max-width: 959px) {
  ._tab {
    display: block !important;
  }
}

._sp {
  display: none !important;
}

._sm {
  display: none;
}

._pc_tbNone {
  display: block !important;
}

@media only screen and (max-width: 1100px) {
  ._tb {
    display: block !important;
  }

  ._pc_tbNone {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }

  ._sp {
    display: block !important;
  }

  ._sm {
    display: none;
  }

  ._sp-table {
    display: table !important;
  }

  ._sp-table > * {
    display: table-cell !important;
    width: auto !important;
  }

  ._pc__inline-block {
    display: none !important;
  }

  ._sp__inline-block {
    display: inline-block !important;
  }
}
/*form*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

select.form-control {
  display: inline-block;
  width: inherit !important;
  padding: 10px 30px 10px 30px;
}
@media (max-width: 750px) {
  select.form-control {
    font-size: 12px;
    padding: 0 15px 0 15px;
  }
}

.select-pref select {
  background-size: 16px;
}

input::placeholder {
  color: #a59e9b;
}

/* IE */
input:-ms-input-placeholder {
  color: #a59e9b;
}

/* Edge */
input::-ms-input-placeholder {
  color: #a59e9b;
}

textarea::placeholder {
  color: #a59e9b;
}

/* IE */
textarea:-ms-input-placeholder {
  color: #a59e9b;
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #a59e9b;
}

.form-control:focus {
  background: #fffde1 !important;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #a59e9b;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control:-ms-input-placeholder {
  color: #a59e9b;
}

.form-control::-webkit-input-placeholder {
  color: #a59e9b;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }

  input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
.input-group-sm input[type=date],
.input-group-sm input[type=time],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
.input-group-lg input[type=date],
.input-group-lg input[type=time],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 30px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 768px) {
  .btn {
    padding: 15px;
    font-size: 1.3rem;
  }
}
.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/*!
 * jquery-drawer v3.1.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  width: 162.5px;
  width: 16.25rem;
  height: 100%;
  color: #fff;
  background-color: #191919;
}

.drawer--right.drawer-open .drawer-nav {
  width: 100%;
}

.drawer-brand {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: block;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 0.75rem;
  padding-left: 7.5px;
  padding-left: 7.5px;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 10px;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  padding: 7.5px;
  padding: 7.5px;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*    Left
\*!-----------------------------------
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}
*/
/*!------------------------------------*    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -162.5px;
  right: -162.5px;
  right: -16.25rem;
  /*
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  */
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0px;
}

/*!------------------------------------*
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 99999;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 50px;
  padding: 0;
  padding-top: 50px;
  padding-right: 34px;
  padding-bottom: 30px;
  padding-left: 30px;
  /*!------------------------------------
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);*/
  border: 0;
  outline: 0;
  background-color: transparent;
}

@media (max-width: 768px) {
  .drawer-hamburger {
    padding: 30px 12px;
    width: 30px;
    right: 5px !important;
  }
  .drawer-hamburger .drawer-hamburger-icon, .drawer-hamburger .drawer-hamburger-icon::before, .drawer-hamburger .drawer-hamburger-icon::after {
    width: 30px;
    top: -8px;
  }
}
.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
  background: none;
}

.drawer-open .drawer-hamburger-icon {
  background: none !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 50px;
  height: 1px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000000;
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  background: #fff;
  width: 100%;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: -10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

.drawer--sidebar .drawer-hamburger {
  display: none;
  visibility: hidden;
}

.drawer--sidebar .drawer-nav {
  display: block;
  -ms-transform: none;
  transform: none;
  position: fixed;
  width: 125px;
  width: 125px;
  width: 12.5rem;
  height: 100%;
}

/*! Left */
.drawer--sidebar.drawer--left .drawer-nav {
  left: 0;
  border-right: 1px solid #ddd;
}

.drawer--sidebar.drawer--left .drawer-contents {
  margin-left: 125px;
  margin-left: 125px;
  margin-left: 12.5rem;
}

/*! Right */
.drawer--sidebar.drawer--right .drawer-nav {
  right: 0;
  border-left: 1px solid #ddd;
}

.drawer--sidebar.drawer--right .drawer-contents {
  margin-right: 125px;
  margin-right: 125px;
  margin-right: 12.5rem;
}

/*! container */
.drawer--sidebar .drawer-container {
  max-width: 480px;
  max-width: 480px;
  max-width: 48rem;
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 37.5px;
  padding-top: 37.5px;
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 37.5px;
  height: 37.5px;
  height: 3.75rem;
  padding: 0 7.5px;
  padding: 0 7.5px;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 37.5px;
  padding-top: 37.5px;
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 75px;
  padding-bottom: 75px;
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 0.75rem;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/*column*/
.c-flex-justify {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flex-justify.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*column-set*/
.col.col-2 > * {
  width: 50%;
  padding: 10px;
}

.col.col-3 > * {
  width: 33.333%;
  padding: 10px;
}

.col.col-4 > * {
  width: 25%;
  padding: 10px;
}

.col.col-5 > * {
  width: 20%;
  padding: 10px;
}

.col.col-6 > * {
  width: 16.6666%;
  padding: 10px;
}

.col.col-7 > * {
  width: 14.285714%;
  padding: 10px;
}

.col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0px;
  text-align: center;
}

.col.dis20 {
  margin: 0 -10px;
}

.col.dis20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.col.dis25 {
  margin: 0 -12.5px;
}

.col.dis25 > * {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.col.dis35 > * {
  padding-left: 17.5px;
  padding-right: 17.5px;
}

.col.dis45 {
  margin: 0 -22.5px;
}

.col.dis45 > * {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.col.dis0 {
  margin: 0 0;
}

.col.dis0 > * {
  padding-left: 0;
  padding-right: 0;
}

.col.dis10 {
  margin: 0 -5px;
}

.col.dis10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.col.dis15 {
  margin: 0 -7.5px;
}

.col.dis15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.col.dis4 {
  margin: 0 -2px;
}

.col.dis4 > * {
  padding-left: 2px;
  padding-right: 2px;
}

.col.dis5 {
  margin: 0 -2.5px;
}

.col.dis5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.col.dis30 {
  margin: 0 -15px;
}

.col.dis30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.col.dis25 {
  margin: 0 -12.5px;
}

.col.dis25 > * {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.col.dis40 {
  margin: 0 -20px;
}

.col.dis40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.col.dis50 {
  margin: 0 -25px;
}

.col.dis45 > * {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.col.dis45 {
  margin: 0 -22.5px;
}

.col.dis50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.col.dis60 {
  margin: 0 -30px;
}

.col.dis60 > * {
  padding-left: 30px;
  padding-right: 30px;
}

.col.dis70 {
  margin: 0 -35px;
}

.col.dis70 > * {
  padding-left: 35px;
  padding-right: 35px;
}

.col.dis80 {
  margin: 0 -40px;
}

.col.dis80 > * {
  padding-left: 40px;
  padding-right: 40px;
}

.col.dis90 {
  margin: 0 -45px;
}

.col.dis90 > * {
  padding-left: 45px;
  padding-right: 45px;
}

.col.dis100 {
  margin: 0 -50px;
}

.col.dis100 > * {
  padding-left: 50px;
  padding-right: 50px;
}

.col.dis150 {
  margin: 0 -75px;
}

.col.dis150 > * {
  padding-left: 75px;
  padding-right: 75px;
}

.col.dis250 {
  margin: 0 -125px;
}

.col.dis250 > * {
  padding-left: 125px;
  padding-right: 125px;
}

@media only screen and (max-width: 750px) {
  .col.col-1-sp > * {
    width: 100% !important;
  }

  .col.col-2-sp > * {
    width: 50% !important;
    padding: 5px;
  }

  .col.col-3-sp > * {
    width: 33.33333% !important;
    padding: 5px;
  }

  .col.col-4-sp > * {
    width: 25% !important;
    padding: 5px;
  }

  .col.dis30-sp {
    margin: 0 -15px;
  }

  .col.dis30-sp > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.dis8-sp {
    margin: 0 -4px;
  }

  .col.dis8-sp > * {
    padding-left: 4px;
    padding-right: 4px;
  }

  .col.dis15-sp {
    margin: 0 -7.5px;
  }

  .col.dis15-sp > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .col.dis5-sp {
    margin: 0 -2.5px;
  }

  .col.dis5-sp > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-bottom: 2.5px;
    padding-top: 2.5px;
  }

  .col.dis10-sp {
    margin: 0 -5px;
  }

  .col.dis10-sp > * {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .col.dis20-sp {
    margin: 0 -10px;
  }

  .col.dis20-sp > * {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .col.dis25-sp {
    margin: 0 -12.5px;
  }

  .col.dis25-sp > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-bottom: 12.5px;
    padding-top: 12.5px;
  }

  .col.dis5-sp {
    margin: 0 -2.5px;
  }

  .col.dis5-sp > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .col.dis0-sp {
    margin: 0 0;
  }

  .col.dis0-sp > * {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

/*animation*/
.sa {
  opacity: 0;
  transition: all 1.2s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 20px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
  opacity: 1;
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

@media only screen and (max-width: 750px) {
  ._center_sp {
    text-align: center !important;
  }

  ._left_sp {
    text-align: left !important;
  }

  ._middle {
    position: static;
    top: 50%;
    /* Safari用 */
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  ._middle {
    position: static;
    top: 50%;
    /* Safari用 */
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#wrap {
  max-width: 750px;
  margin: 0 auto;
  /*padding-bottom: 100px;*/
}
@media (max-width: 750px) {
  #wrap {
    /*padding-bottom: 50px;*/
  }
}

body {
  position: relative;
}

header {
  background: #8fc1d5;
  padding: 20px 40px;
}
@media (max-width: 750px) {
  header {
    padding: 10px 20px;
  }




}
header h1 img {
  max-width:365px;
}
@media (max-width: 750px) {
  header h1 img {
    width: 180px;
  }
}

body {
  background-image: url("../img/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.l_main{
  overflow-x: hidden !important;
}


/*------------------------------------------------

		footer

------------------------------------------------*/
.l_footer {
  font-size: 1.1rem;
  padding: 60px 5% 75px;
  text-align: center;
  background: #fff;
}

.l_footer img {
  height: 33px;
  zoom: 1;
}

@media (max-width: 750px) {
  .l_footer {
    font-size: 1rem;
    padding: 30px 5% 120px;
    margin: 0 0 33px 0;
  }
}


/*------------------------------------------------

		md_tel

------------------------------------------------*/
#md_tel {
/*  background: #fff; */
  background:url(../img/md_tel_bg02.webp) center center no-repeat;
  background-size:100%;
  width: 90%;
/*  max-width: 675px; */
  max-width:650px;
/*  padding: 25px 5%; */
  padding: 70px 5%;
  box-sizing: border-box;
  position: relative;
/*  border-radius: 10px; */
  box-shadow: 0px 0px 4.5px 0px rgba(0, 0, 0, 0.2);
/*  border-top: 7.5px solid #75b5c3; */
  margin: 0 auto;
}
@media (max-width: 750px) {
  #md_tel {
    max-width:630px;
    padding:35px 5%;
    background:#f0f0f0 url(../img/md_tel_bg_sp.png) center center no-repeat;
    background-size:100%;
  }
}
#md_tel h2 {
  padding: 10px 5%;
  text-align: center;
  font-size: 2.8rem;
  margin: 0;
  letter-spacing:0.1em;
  font-family: 'ShipporiMincho-SemiBold', serif; 
}
@media (max-width: 750px) {
  #md_tel h2 {
    font-size: 1.8rem;
  }
}
#md_tel ul {
  text-align: center;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#md_tel ul li {
  width: 48%;
/*  margin-top: 15px; */
}
#md_tel ul li h3 {
/*  margin-bottom: 5px; */
  color:#231815;
  font-size: 1.8rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  letter-spacing:0.1em;
}
@media (max-width: 750px) {
  #md_tel ul li h3 {
    font-size: 1.2rem;
  }
}
/* #md_tel ul li:nth-child(4) h3 {
  margin: 10px 0 -20px;
}
@media (max-width: 750px) {
  #md_tel ul li:nth-child(4) h3 {
    margin: 5px 0 -10px;
  }
} */
#md_tel ul li p {
  margin-top:-10px;
  color: #fff;
/*  box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.15); */
/*  border-radius: 50px; */
}
@media (max-width: 750px) {
  #md_tel ul li p {
    margin-top:-5px;
  }
}
#md_tel span {
  font-size: 1.4rem;
  display: inline-block;
}
@media (max-width: 559px) {
#md_tel span {
  font-size: 1.1rem;
  width: 128px;
  line-height: 1.4;
  margin: 10px 0 0;
}
}
#md_tel ul li p a {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-family: "ShipporiMincho-Regular";
    line-height: 1.4;
/*    padding: 9px 0 10px 0; */
    height:104px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
/*
    background-image: -moz-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
    background-image: -webkit-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
    background-image: -ms-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
    font-family: "ShipporiMincho-Bold";
    font-family: "Zen Maru Gothic", sans-serif; */
    background:url(../img/md_tel_btn_bg.png) center 4px no-repeat;
    background-size:100%;
    color: #ffff;
    text-align: center;
/*    border-radius: 100px; */
}
@media (max-width: 750px) {
  #md_tel ul li p a {
    background-position: top;
    font-size: 1.2rem;
    height:60px;
  }
}
@media (max-width: 349px) {
  #md_tel ul li p a {
    background-position: 12px center;
    padding: 9px 0 10px 15%;
  }
}
#md_tel ul li p a i {
  margin-right: 15px;
  position: relative;
  top: -4px;
}
@media (max-width: 750px) {
  #md_tel ul li p a i {
    margin-right: 9px;
    position: relative;
    top: -2px;
  }
}
#md_tel ul li p a i img {
  width: 20px;
}
@media (max-width: 750px) {
  #md_tel ul li p a i img {
    width: 15.5px;
  }
}
#md_tel ul + p {
  color:#231815;
  font-size: 2rem;
  font-family: "ShipporiMincho-Medium",serif;
  margin-top: 15px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #md_tel ul + p {
    font-size: 1.2rem;
  }
}
#md_tel .md_close {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
/*  top: -35px; */
  top: 0;
  right: 0;
  text-indent: -9999px;
}
@media (max-width: 750px) {
  #md_tel .md_close {
    top: -35px;
  }
}
#md_tel .md_close::before, #md_tel .md_close::after {
  background: #fff;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
}
#md_tel .md_close::before {
  transform: rotate(-45deg);
}
#md_tel .md_close::after {
  transform: rotate(45deg);
}


/*------------------------------------------------

		contact-nav

------------------------------------------------*/
#contact-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 750px;
  z-index: 3;
}
@media (max-width: 750px) {
  #contact-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
  }
}
#contact-nav .contact-fix {
    background: #ecebe5;
    /*max-width: 100%;*/
    transform: scale(0.7);
    transform-origin: right bottom;
  }
@media (max-width: 750px) {
  #contact-nav .contact-fix {
    /*max-width: 100%;*/
    transform: scale(1);
    /*margin: 0 calc(100vw / 2 * -1);*/
    transform-origin: center bottom;
  }
}
#contact-nav h2 {
  font-size: 2.6rem;
  text-align: center;
  /*font-family: "ShipporiMincho-Bold";*/
  font-family: 'ShipporiMincho-SemiBold', serif; 
  color: #231815;
  padding: 10px 0;
}
@media (max-width: 750px) {
  #contact-nav h2 {
    font-size: 1.4rem;
    padding: 0;
  }
}
#contact-nav .cvn-btn-list {
  box-sizing: border-box;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

#contact-nav .cvn-btn-text {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact-nav .cvn-btn-text p {
  width: 46%;
  font-size: 2rem;
  text-align: center;
  font-family: "ShipporiMincho-Medium",serif;
  line-height: 1.4;
  margin: 0 0 10px;
  position: relative;
  margin: 0 auto 10px;
  padding: 0 15px;
}
@media (max-width: 750px) {
  #contact-nav .cvn-btn-text p {
    font-size: 1rem;
    margin: 0 0 5px;
    max-width: 170px;
    margin: 0 auto 5px;
    padding: 0 15px;
  }
}
#contact-nav .cvn-btn-text p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 50px;
  height: 1px;
  background: #231815;
  transform: rotate(65deg);
}
@media (max-width: 750px) {
  #contact-nav .cvn-btn-text p::before {
    left: -5px;
    width: 30px;
  }
}
#contact-nav .cvn-btn-text p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background: #231815;
  transform: rotate(-65deg);
}
@media (max-width: 750px) {
  #contact-nav .cvn-btn-text p::after {
    right: -5px;
    width: 30px;
  }
}

#contact-nav .cvn-btn-list a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
/*
  background-image: -moz-linear-gradient(90deg, #86c1c7 0%, #a7e1e7 100%);
  background-image: -webkit-linear-gradient(90deg, #86c1c7 0%, #a7e1e7 100%);
  background-image: -ms-linear-gradient(90deg, #86c1c7 0%, #a7e1e7 100%);
*/
  background:url(../img/cv_btn_web_bg_pc.png) center top no-repeat;
  background-size:100%;
/*  height: 90px; */
  width:46%;
  height: 90px;
  color: #fff;
/*
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
*/
  font-size:2.2rem;
  font-family: 'ShipporiMincho-SemiBold', serif; 
  margin: 0 auto 30px;
  padding: 0 30px 10px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 750px) {
  #contact-nav .cvn-btn-list a {
    background:url(../img/cv_btn_web_bg_sp.png) center center no-repeat;
    background-size:100%;
    min-width:170px;
    height: 45px;
    font-size: 1.4rem;
    margin: 0 auto 10px;
    padding: 0 15px 0;
    box-sizing: border-box;
  }
}

#contact-nav .cvn-btn-list a:first-child {
	filter: hue-rotate(90deg);
}

#contact-nav .cvn-btn-list a span img {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  #contact-nav  .cvn-btn-list a span img {
    right: 22.5px;
    width: 7.5px;
  }
}

#contact-nav  .cvn-btn-list a i {
  margin-right: 25px;
  position: relative;
  top: -4px;
}
@media (max-width: 750px) {
  #contact-nav  .cvn-btn-list a i {
    margin-right: 10px;
    top: -2px;
  }
}
#contact-nav  .cvn-btn-list a i img {
    width: 35px;
  }
@media (max-width: 750px) {
  #contact-nav  .cvn-btn-list a i img {
    width: 17.5px;
  }
}
#contact-nav  .cvn-btn-list a.tel-btn {
/*
  background-image: -moz-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
  background-image: -webkit-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
  background-image: -ms-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
*/
  background:url(../img/cv_btn_tel_bg_sp.png) center center no-repeat;
  background-size:100%;
}
@media (max-width: 750px) {
  #contact-nav  .cvn-btn-list a.tel-btn {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
    background:url(../img/cv_btn_tel_bg_pc.png) center center no-repeat;
    background-size:100%;
  }
}
#contact-nav  .cvn-btn-list a.tel-btn i {
  margin-right: 18px;
  position: relative;
  top: -4px;
}
@media (max-width: 750px) {
  #contact-nav  .cvn-btn-list a.tel-btn i {
    margin-right: 9px;
    position: relative;
    top: -2px;
  }
}
@media (max-width: 750px) {
  #contact-nav  .cvn-btn-list a.tel-btn i img {
    width: 15.5px;
  }
}


.mb-0 {
  margin-bottom: 0 !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

/*font*/
.f-cinzel {
  font-family: 'Cinzel', serif;
}

.f-shippori {
  font-family: 'Shippori Mincho', serif;
}

/*------------------------------------------------

		Slider

------------------------------------------------*/
/* 
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main-visual_slider .slick-slide img {
  width: 100vw;
}

.slider #item {
	width: 100%;
} 

.mv {
  position: relative;
}*/
/*
.mv figure .fig-img {
}
@media (max-width: 750px) {
  .mv figure .fig-img img {
  }
}
*/
.mv figure figcaption {
  position:relative;
  width:100%;
  height:620px;
  background:#8fc1d5;
}
@media (max-width: 750px) {
  .mv figure figcaption {
   height: 82vw;
  }
}
.mv figure figcaption .text01{
  position:absolute;
  top:-100px;
  z-index:2;
}
@media (max-width: 750px) {
  .mv figure figcaption .text01{
    top:-50px;
  }
}
.mv figure figcaption .july{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  z-index: 2;
  font-family: 'ShipporiMincho-SemiBold', serif;
  font-size: 2.4rem;
  color: #fff;
  background: #306980;
  padding: 20px 0 20px;
}
@media (max-width: 750px) {
  .mv figure figcaption .july{
    bottom: 50px;
    font-size: 1.2rem;
    padding: 10px 0 10px;
  }
}
.mv figure figcaption .note{
  position:absolute;
  right:20px;
  bottom:25px;
  font-size:2rem;
  line-height:1;
}
@media (max-width: 750px) {
  .mv figure figcaption .note{
    right:10px;
    bottom:12.5px;  
    font-size:1rem;
  }
}
/*
.mv figure .text01 {
  position: absolute;
  left: 5.333%;
  top: 65px;
  text-align: right;
  width: 42.8%;
}
@media (max-width: 750px) {
  .mv figure .text01 {
    top: 9.28vw;
    width: 42.6666vw;
  }
}
.mv figure .text01 img {
  width: 89.4%;
}
@media (max-width: 750px) {
  .mv figure .text01 img {
    width: 42.6666vw;
  }
}
.mv figure .text02 {
  position: absolute;
  left: 0;
  bottom: 75px;
  text-align: left;
  width: 100%;
}
@media (max-width: 750px) {
  .mv figure .text02 {
    bottom: 10vw;
  }
}
*/
@media (max-width: 750px) {
  .mv figure .text02 img {
    width: 100vw;
  }
}

.mv figure p {
  font-size:2rem;
  letter-spacing: 0.075em;
  text-align:right;
}

/*
.lead-sec {
  background: #ecebe5;
  background-size: 64%;
}
.lead-sec .lead-top {
  padding: 60px 20px;
}
@media (max-width: 750px) {
  .lead-sec .lead-top {
    padding: 30px 10px;
  }
}
.lead-sec .lead-top h2 {
  background: url(../img/lead_bg.png) center center no-repeat;
  background-size: 100%;
  font-size: 2.8rem;
  font-family: "ShipporiMincho-Bold";
  color: #6e5407;
  text-align: center;
  height: 150px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .lead-sec .lead-top h2 {
    font-size: 1.4rem;
    max-width: 358px;
    margin: 0 auto;
    height: 82px;
  }
}
.lead-sec .lead-bottom {
  background: url(../img/lead_bg02.png) right 95px bottom -70px no-repeat #ecebe5;
  background-size: 64%;
  padding: 0 0 120px;
}
@media (max-width: 750px) {
  .lead-sec .lead-bottom {
    background: url(../img/lead_bg02.png) center bottom -9.33vw no-repeat #ecebe5;
    background-size: 180px;
    padding: 0 0 60px;
  }
}
.lead-sec .lead-bottom .text-box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px 0;
}
@media (max-width: 750px) {
  .lead-sec .lead-bottom .text-box {
    padding: 25px 0;
  }
}
.lead-sec .lead-bottom .text-box p span {
  font-family: "ShipporiMincho-Bold";
  color: #6e5407;
}
.lead-sec .lead-bottom .text-box p span strong {
  font-size: 1.33em;
}
.youtube .arrow,
.youtube .arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
}
.youtube .arrow {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: rgba(255,255,255,.8); /* 矢印背景色　
  pointer-events: none;
}

.lead-sec .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
*/
/*.lead-sec .youtube img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/
/*
.lead-sec .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.lead-sec .c-ttl-box {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .lead-sec .c-ttl-box {
    margin-bottom: 30px;
  }
}
.lead-sec .ex-box {
  margin: 60px 20px 0;
  background: url(../img/lead_ex_bg.png) center center no-repeat;
  background-size: 100%;
  height: 306px;
  padding: 40px 0 0;
}
@media (max-width: 750px) {
  .lead-sec .ex-box {
    margin: 30px auto 0;
    max-width: 355px;
    height: 153px;
    padding: 25px 0 0;
  }
}
.lead-sec .ex-box p {
  text-align: center;
  color: #6e5407;
  font-size: 2.8rem;
  font-family: "ShipporiMincho-Bold";
}
@media (max-width: 750px) {
  .lead-sec .ex-box p {
    font-size: 1.4rem;
  }
}
.lead-sec .lead-ex {
  padding-bottom: 90px;
}
@media (max-width: 750px) {
  .lead-sec .lead-ex {
    padding-bottom: 45px;
  }
}
*/

.c-ttl-box {
  background-size: cover;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 240px;
}
@media (max-width: 750px) {
  .c-ttl-box {
    height: 120px;
  }
}
.c-ttl-box h2 {
  text-align: center;
  font-family: 'ShipporiMincho-SemiBold', serif; 
  font-size: 3.8rem;
  line-height: 1.8;
  letter-spacing:0.1em;
}
@media (max-width: 750px) {
  .c-ttl-box h2 {
    font-size: 1.9rem;
    letter-spacing:0.05em;
  }
}
.c-ttl-box h2 span {
  border: 2px solid #fff;
  display: inline-block;
  padding: 0 10px;
  background-color: rgba(12, 71, 95, 0.45);
  line-height: 1.75;
}
@media (max-width: 750px) {
  .c-ttl-box h2 span {
    border: 1px solid #fff;
    padding: 0 5px;
  }
}



/* contents */

/* recommend-sec */
.c-recommend-sec {
  position: relative;
  padding-bottom: 100px;
  background: url(../img/c_recommend_bg.webp) center top no-repeat;
  background-size: 100%;
}
@media (max-width: 750px) {
  .c-recommend-sec {
  padding-bottom: 50px;
}
}
.c-recommend-sec::before {
  position: absolute;
  content: 'RECOMMEND';
  width: 260px;
  height: 24px;
  top: 175px;
  right: -118px;
  transform: rotate(90deg);
  color: #40839c;
  font-size: 2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing: 0.1em;
  z-index: 2;
}
@media (max-width: 750px) {
.c-recommend-sec::before {
  width: 130px;
  height: 12px;
  top: 87.5px;
  right: -59px;
  font-size: 1.4rem;
}
}
.c-recommend-sec .c-ttl-box {
  padding: 110px 0 70px;
  height: auto;
}
@media (max-width: 750px) {
.c-recommend-sec .c-ttl-box {
    padding: 55px 0 35px;
    }
}
.c-recommend-sec .c-ttl-box h2 {
    line-height: 1;
  }
.c-recommend-sec .recommend-box {
  max-width: 650px;
  margin: 0 100px;
}
@media (max-width: 750px) {
.c-recommend-sec .recommend-box {
    margin: 0 50px;
    }
}
.c-recommend-sec .recommend-box li {
  position: relative;
  text-align: center;
  font-family: 'ShipporiMincho-SemiBold', serif;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: #40839c;
  border-bottom: 1px solid #40839c;
  margin: 0 auto 22px;
  line-height: 1.7;
  padding: 0 0 12px;
}
@media (max-width: 750px) {
  .c-recommend-sec .recommend-box li {
  font-size: 1.4rem;
  margin: 0 auto 11px;
  padding: 0 0 6px;
}
}
.c-recommend-sec .recommend-box li:last-child {
    margin: 0;
}
.c-recommend-sec .recommend-box li:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 41px;
  background: url(../img/icn_pen.svg) center top no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 750px) {
  .c-recommend-sec .recommend-box li:before {
  width: 11px;
  height: 20.5px;
  background: url(../img/icn_pen.svg) center top no-repeat;
  background-size: 100%;
}
}

/* reason-sec */
.c-reason-sec {
  position: relative;
  padding-bottom: 70px;
  background: url(../img/c_reason_bg.webp) center top no-repeat;
  background-size: 100%;
}
@media (max-width: 750px) {
  .c-reason-sec {
  padding-bottom: 35px;
}
}
.c-reason-sec::before {
  position: absolute;
  content: 'REASON';
  width: 160px;
  height: 24px;
  top: 175px;
  right: -68px;
  transform: rotate(90deg);
  color: #fff;
  font-size: 2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing: 0.1em;
  z-index: 2;
}
@media (max-width: 750px) {
.c-reason-sec::before {
  width: 80px;
  height: 12px;
  top: 87.5px;
  right: -34px;
  font-size: 1.4rem;
}
}
.c-reason-sec .c-ttl-box {
    padding: 110px 0 70px;
    color: #fff;
    height: auto;
}
@media (max-width: 750px) {
.c-reason-sec .c-ttl-box {
    padding: 55px 0 35px;
}
}
.c-reason-sec .c-ttl-box h2 {
    line-height: 1;
  }
.c-reason-sec .c-ttl-box h2 span {
  background: none;
  border: none;
  line-height: 1;
  padding: 0;
}
.c-reason-sec .c-ttl-box h2 span:first-child {
    margin: 0 0 30px;
}
@media (max-width: 750px) {
    .c-reason-sec .c-ttl-box h2 span:first-child {
        margin: 0 0 15px;
    }
}
.c-reason-sec .fig-box {
  margin: 0 0 70px;
}
@media (max-width: 750px) {
.c-reason-sec .fig-box {
  margin: 0 0 35px;
}
}
.c-reason-sec h3 {
  padding: 10px 0;
  background: #f0f0f0;
  text-align: center;
  color: #40839c;
  font-size: 2.8rem;
  line-height: 1.7;
  letter-spacing: 0.075em;
  font-family: "ShipporiMincho-Bold",serif;
}
@media (max-width: 750px) {
.c-reason-sec h3 {
  padding: 5px 0;
  font-size: 1.4rem;
}
}
.reason-text {
  margin: 30px 40px;
  color: #fff;
  font-size: 2.8rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  line-height: 2.5;
  letter-spacing: 0.075em;
}
@media (max-width: 750px) {
.reason-text {
  margin: 15px 20px;
  font-size: 1.4rem;
}
}
.reason-text p span{
  background: #fff;
  color: #40839c;
}
.c-tab-list {
  display: grid;
  text-align: center;
  padding: 0 60px 110px;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
@media (max-width: 750px) {
    .c-tab-list {
    padding: 0 30px 55px;
    gap: 32px;
    }
}

.c-features-sec {
  padding-top:100px;
  padding-bottom: 100px;
  background: #f5f5f2 url(../img/c_features_bg.png) center top no-repeat;
  background-size: 100%;
}
@media (max-width: 750px) {
  .c-features-sec {
    padding-top:50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 750px) {
  .c-features-sec .c-ttl-box::before {
    width:110px;
    height:12px;
    bottom: -72.5px;
    right:-47px;
    font-size:1.4rem;
  }
}
.c-features-sec .c-ttl-box span {
  color:#907933;
  border:none;
  background:none;
}
.c-one-choice02-sec .youtube {
  position: relative;
  width: 100%;
  margin: 60px 0 0;
  padding-top: 56.25%;
  overflow: hidden;
}
@media (max-width: 750px) {
.c-one-choice02-sec .youtube {
    position: relative;
    margin: 30px 0 0;
    }
}
.c-one-choice02-sec .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-features02-sec {
  padding-top:60px;
  padding-bottom: 40px;
  background: #ecebe5 url(../img/c_features02_bg.png) center top no-repeat;
  background-size: 100%;
}
@media (max-width: 750px) {
  .c-features02-sec {
    padding-top:30px;
    padding-bottom: 20px;
  }
}
.c-features02-sec .features-box {
  position:relative;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box {
    margin-bottom: 30px;
  }
}
.c-features02-sec .features-box::before {
  position:absolute;
  content:'FEATURES';
  width:180px;
  height:24px;
  top:110px;
  right: -118px;
  transform: rotate(90deg);
  color:#967e36;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box::before {
    width:90px;
    height:12px;
    top:60px;
    right:-59px;
    font-size:1.4rem;
  }
}
.c-features02-sec .features-box .num-box {
  margin:0 auto 46px;
  padding-top:40px;
  color:#967e36;
  font-family: "ShipporiMincho-Medium",serif;
  font-size:2rem;
  letter-spacing:0.1em;
  line-height:1.2;
  width:138px;
  height:138px;
  background:url(../img/features_ttl_bg.png) center center no-repeat;
  background-size:100%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box .num-box {
    margin:0 auto 23px;
    padding-top:20px;
    font-size:1rem;
    width:69px;
    height:69px;
  }
}
.c-features02-sec .features-box .num-box span {
  display:block;
}
.c-features02-sec .features-box .num-box span.num {
  font-family: 'Cinzel-Medium', serif !important;
  font-size:3rem;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box .num-box span.num {
    font-size:1.5rem;
  }
}
.c-features02-sec .features-box h3 {
  margin-bottom: 60px;
  font-size:3.8rem;
  font-family: 'ShipporiMincho-SemiBold', serif; 
  letter-spacing:0.1em;
  line-height:1;
  text-align:center;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box h3 {
    margin-bottom: 30px;
    font-size:1.9rem;
  }
}
.c-features02-sec .features-box figure {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box figure {
    margin-bottom: 30px;
  }
}
.c-features02-sec .features-box .accordion-list dl {
  background: #907933;
  margin: 0 0 50px;
  padding: 0;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box .accordion-list dl {
    margin: 0 0 25px;
    padding: 0;
  }
}
.c-features02-sec .features-box .accordion-list dl:last-child {
  margin: 0 auto;
}
.c-features02-sec .features-box .accordion-list dl dt {
  font-size: 2.8rem;
  font-family: "ShipporiMincho-Medium",serif;
  letter-spacing:0.1em;
  background: #907933 url(../img/icn_plus_w.svg) right 30px center no-repeat;
  padding: 20px 90px 20px 30px;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box .accordion-list dl dt {
    font-size: 1.4rem;
    background: url(../img/icn_plus_w.svg) right 15px center no-repeat;
    background-size: 20px;
    padding: 10px 45px 10px 15px;
  }
}
.c-features02-sec .features-box .accordion-list dl dt.active {
  background: url(../img/icn_minus_w.svg) right 30px center no-repeat;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box .accordion-list dl dt.active {
    background: url(../img/icn_minus_w.svg) right 15px center no-repeat;
    background-size: 20px;
  }
}
.c-features02-sec .features-box .accordion-list dl dt .dt-box {
  margin-bottom: 15px;
  width:100%;
  background:#907933;
  display:flex;
  align-items: center;
  line-height:1.2;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box .accordion-list dl dt .dt-box {
    margin-bottom: 7.5px;
  }
}
.c-features02-sec .features-box .accordion-list dl dt .dt-box:last-of-type {
  margin-bottom: 0;
}
.c-features02-sec .features-box .accordion-list dl dt .dt-box .mark {
  background:url(../img/features_list_ttl_bg.png) center center no-repeat;
  background-size:100%;
  margin-right: 20px;
  width:100px;
  height:100px;
  color:#fff;
  font-size:2rem;
  font-family: "ShipporiMincho-Medium",serif;
  letter-spacing:0.075em;
  text-align:center;
  display:flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box .accordion-list dl dt .dt-box .mark {
    margin-right: 10px;
    width:50px;
    height:50px;
    font-size:1rem;
  }
}
.c-features02-sec .features-box .accordion-list dl dt .dt-box .sttl {
  padding-bottom:10px;
  width:calc(100% - 120px);
  color:#fff;
  font-size:2.8rem;
  font-family: "ShipporiMincho-Medium",serif;
  letter-spacing:0.075em;
  border-bottom:1px solid #dad2bb;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box .accordion-list dl dt .dt-box .sttl {
    padding-bottom:5px;
    width:calc(100% - 60px);
    font-size:1.4rem;
  }
}
.c-features02-sec .features-box .accordion-list dl dd {
  padding: 50px 25px 20px;
  display: none;
  background:#ecebe5;
  border-bottom:1px solid #907933;
  border-left:1px solid #907933;
  border-right:1px solid #907933;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box .accordion-list dl dd {
    padding: 25px 12.5px 10px;
  }
}
.c-features02-sec .features-box .accordion-list dl dd p {
  margin-bottom: 1em;
  font-size:2.4rem;
  font-family: "ShipporiMincho-Medium",serif;
  line-height:2.5;
  letter-spacing:0.075em;
}
@media (max-width: 750px) {
  .c-features02-sec .features-box .accordion-list dl dd p {
    font-size:1.2rem;
  }
}
.c-features02-sec .youtube {
  margin-bottom:40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
@media (max-width: 750px) {
  .c-features02-sec .youtube {
    margin-bottom:20px;
  }  
}
.c-features02-sec .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c-downtime-sec {
    position: relative;
    background: #f5f5f2 url(../img/c-downtime-sec_bg.webp) center top no-repeat;
}
.c-downtime-sec::before {
    position: absolute;
    content: 'DOWNTIME';
    width: 260px;
    height: 24px;
    top: 162px;
    right: -118px;
    transform: rotate(90deg);
    color: #40839c;
    font-size: 2.8rem;
    font-family: "Cinzel-Regular" !important;
    letter-spacing: 0.1em;
    z-index: 2;
  }
  @media (max-width: 750px) {
    .c-downtime-sec::before {
    width: 130px;
    height: 12px;
    top: 81px;
    right: -59px;
    font-size: 1.4rem;
  }
  }
.c-downtime-sec .c-ttl-box {
    padding: 110px 0 70px;
    height: auto;
}
@media (max-width: 750px) {
    .c-downtime-sec .c-ttl-box {
        padding: 55px 0 35px;
        height: auto;
    }
}
.c-downtime-sec .c-ttl-box h2 {
    line-height: 1;
}
.c-downtime-sec .price-box {
    border: 1px solid #40839c;
    padding: 35px 40px;
}
@media (max-width: 750px) {
    .c-downtime-sec .price-box {
        padding: 17.5px 20px;
    }
}
.c-downtime-sec .price-box p {
    font-size: 2.2rem;
    font-family: "ShipporiMincho-Medium",serif;
    letter-spacing: 0.075em;
    line-height: 2;
}
@media (max-width: 750px) {
    .c-downtime-sec .price-box p {
        font-size: 1.1rem;
    }
}
/* .c-case-sec.movie {
  padding-bottom: 100px;
  background: #f5f5f2 url(../img/c_case_bg.png) center top no-repeat;
  background-size: 100%;
}
@media (max-width: 750px) {
  .c-case-sec.movie {
    padding-bottom: 50px;
  }
} */
.c-case-sec {
  padding: 100px 0;
  background: #f5f5f2 ;
  background-size: 100%;
}
@media (max-width: 750px) {
  .c-case-sec {
  padding: 50px 0;
}
}
.c-case-sec .container .c-tab-list {
  max-width: 1080px;
}
.c-case-sec .container .c-tab-list li {
  position: relative;
  background: url(../img/tab-list.webp) no-repeat center;
  background-size: 100%;
  width: 140px;
  height: 140px;
  display: grid;
  place-items: center;
}
@media (max-width: 750px) {
.c-case-sec .container .c-tab-list li {
    width: 70px;
    height: 70px;
  }
}
.c-case-sec .container .c-tab-list li.active {
    background: url(../img/tab-list-blue.webp) no-repeat center;
    background-size: 100%;
  }
  .c-case-sec .container .c-tab-list li a {
    color: #40839c;
    font-family: "ShipporiMincho-Medium",serif;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.c-case-sec .container .c-tab-list li.active a {
    color: #fff;
}
.c-case-sec .container .c-tab-list li:after {
background: url(../img/tab-list-arrow.webp) no-repeat center;
background-size: 100%;
position: absolute;
content: "";
bottom: -38px;
left: 50%;
transform: translateX(-50%);
width: 22px;
height: 20px;
}
@media (max-width: 750px) {
.c-case-sec .container .c-tab-list li:after {
    bottom: -19px;
    width: 11px;
    height: 10px;
  }
}
.c-case-sec .c-ttl-box {
  position:relative;
}
.c-case-sec .c-ttl-box::before {
  position:absolute;
  content:'CASE';
  width:120px;
  height:24px;
  top:120px;
  right:-48px;
  transform: rotate(90deg);
  color:#40839c;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .c-case-sec .c-ttl-box::before {
    width:60px;
    height:12px;
    top:58px;
    right:-22px;
    font-size:1.4rem;
  }
}
.c-downtime-sec .youtube {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

/*.why-sec .why-bottom .youtube img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/
.c-case-sec .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-case-sec .case-box {
  position:relative;
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .c-case-sec .case-box {
    position:relative;
    margin-bottom: 50px;
  }
}
/* .c-case-sec .case-box:last-child {
  margin: 0 auto;
} */
.c-case-sec .case-box::before {
  position:absolute;
  content:'CASE';
  width:120px;
  height:24px;
  top:160px;
  right:-88px;
  transform: rotate(90deg);
  color:#40839c;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .c-case-sec .case-box::before {
    width:60px;
    height:12px;
    top:84px;
    right:-42px;
    font-size:1.4rem;
  }
}
.c-case-sec .case-box h3 {
  margin-bottom: 50px;
  padding:10px 0;
  text-align:center;
  border-top:1px solid #40839c;
  border-bottom:1px solid #40839c;
}
@media (max-width: 750px) {
  .c-case-sec .case-box h3 {
    margin-bottom: 25px;
    padding:5px 0;
  }
}
.c-case-sec .case-box h3 span {
  position:relative;
  color:#40839c;
  font-size:2.6rem;
  font-family: 'ShipporiMincho-SemiBold', serif; 
  letter-spacing:0.1em;
}
@media (max-width: 750px) {
  .c-case-sec .case-box h3 span {
    font-size:1.3rem;
  }
}
.c-case-sec .case-box h3 span::before{
  position:absolute;
  content:'';
  width:33px;
  height:62px;
  background:url(../img/icn_pen.svg) center top no-repeat;
  background-size:100%;
  top:-10px;
  left:-60px;
}
@media (max-width: 750px) {
  .c-case-sec .case-box h3 span::before{
    width:16.5px;
    height:31px;  
    top:-5px;
    left:-30px;
  }
}
.c-case-sec .case-box h4 {
  margin-bottom: 40px;
  font-size:3.2rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  letter-spacing:0.1em;
  text-align:center;
}
@media (max-width: 750px) {
  .c-case-sec .case-box h4 {
    margin-bottom: 20px;
    font-size:1.6rem;
  }  
}
.c-case-sec .case-box h4 span {
  font-size:2.8rem;
}
@media (max-width: 750px) {
  .c-case-sec .case-box h4 span {
    font-size:1.4rem;
  }
}
.c-case-sec .case-box .fig-box {
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  .c-case-sec .case-box .fig-box {
    margin-bottom: 12.5px;
  }
}
.c-case-sec .case-box .fig-box figure {
  width:100%;
  margin: 0 auto;
}
.c-case-sec .case-box .fig-box figure figcaption {
  color:#40839c;
  font-size:2.2rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  text-align:center;
}
@media (max-width: 750px) {
  .c-case-sec .case-box .fig-box figure figcaption {
    font-size:1.1rem;
  }  
}
.c-case-sec .case-box .dr-box {
  padding:25px 30px;
  box-sizing:border-box;
  background:#fff;
  display:flex;
}
@media (max-width: 750px) {
  .c-case-sec .case-box .dr-box {
    padding:12.5px 15px;
  }  
}
.c-case-sec .case-box .dr-box figure {
  margin-right: 30px;
  text-align:center;
}
@media (max-width: 750px) {
  .c-case-sec .case-box .dr-box figure {
    margin-right: 10px;
  }
}
.c-case-sec .case-box .dr-box figure img {
  width:220px;
}
@media (max-width: 750px) {
  .c-case-sec .case-box .dr-box figure img {
    width:110px;
  }
}
.c-case-sec .case-box .dr-box figure figcaption {
  color:#40839c;
  font-size:2rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  letter-spacing: 0.075em;
  text-align:center;
  line-height: 1.4;
  margin: 15px 0 0 0;
}
@media (max-width: 750px) {
  .c-case-sec .case-box .dr-box figure figcaption {
    font-size:1rem;
    margin: 7.5px 0 0 0;
  }
}
.c-case-sec .case-box .dr-box .text {
  width:calc(100% - 250px);
}
@media (max-width: 750px) {
  .c-case-sec .case-box .dr-box .text {
    width:calc(100% - 125px);
  }
}
.c-case-sec .case-box .dr-box .text p {
  padding-top: 20px;
  font-size:2.2rem;
  font-family: "ShipporiMincho-Medium",serif;
  line-height:2;
  letter-spacing: 0.075em;
}
@media (max-width: 750px) {
  .c-case-sec .case-box .dr-box .text p {
    padding-top: 10px;
    font-size:1.1rem;
  }  
}
.c-case-sec .price-box {
  padding:40px;
  border: solid 1px #40839c;
}
@media (max-width: 750px) {
  .c-case-sec .price-box {
    padding:20px;
  }  
}
.c-case-sec .price-box p {
  font-size:2.2rem;
  font-family: "ShipporiMincho-Medium",serif;
  line-height:2;
}
@media (max-width: 750px) {
  .c-case-sec .price-box p {
    font-size:1.1rem;
  }  
}
.c-case-sec .price-box p:first-of-type {
  margin-bottom: 1em
}

.c-one-choice-sec {
  position:relative;
  padding-bottom: 100px;
  background: url(../img/c_one_choice_bg01.webp) center top no-repeat;
  background-size: 100%;
}
@media (max-width: 750px) {
  .c-one-choice-sec {
    padding-bottom: 50px;
  }
}
.c-one-choice-sec::before {
  position:absolute;
  content:'ONE CHOICE';
  width:260px;
  height:24px;
  top:220px;
  right: -118px;
  transform: rotate(90deg);
  color:#40839c;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .c-one-choice-sec::before {
    width:130px;
    height:12px;
    top:104px;
    right:-59px;
    font-size:1.4rem;
  }
}
.c-one-choice-sec .c-ttl-box {
  padding: 94px 0 62px;
  height:auto;
}
@media (max-width: 750px) {
  .c-one-choice-sec .c-ttl-box {
    padding: 46px 0 31px;
  }
}
.c-one-choice-sec .c-ttl-box h2 span {
  border:none;
  background:none;
  color:#40839c;
}
.c-one-choice-sec .one-choice-box {
  margin-left:20px;
  margin-right:20px;
  display:flex;
  justify-content: space-between;
  line-height:1;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box {
    margin-left:10px;
    margin-right:10px;
  }  
}
.c-one-choice-sec .one-choice-box .box{
  width:48%;
  max-width:305px;
}
.c-one-choice-sec .one-choice-box .box .ttl{
  margin-bottom: 20px;
  padding:30px 0;
  text-align:center;
  font-size:2.8rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  background:#e1e1e1;
  box-sizing: border-box;
  line-height:1;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box .ttl{
    margin-bottom: 10px;
    padding:15px 0;
    font-size:1.4rem;
  }  
}
.c-one-choice-sec .one-choice-box .box:last-of-type .ttl{
  color:#fff;
  background:#6da5bd;
}

.c-one-choice-sec .one-choice-box .box2{
  width:100%;
  /*max-width:305px;*/
}
.c-one-choice-sec .one-choice-box .box2 .ttl{
  padding:30px 0;
  text-align:center;
  font-size:3.2rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  color:#fff;
  background:#6da5bd;
  box-sizing: border-box;
  line-height:1;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box2 .ttl{
    padding:15px 0;
    font-size:1.6rem;
    color:#fff;
    background:#6da5bd;
  }  
}

.c-one-choice-sec .one-choice-box table{
  width:100%;
  max-width:305px;
}
.c-one-choice-sec .one-choice-box table tr th{
  padding:15px;
  width:56%;
  color:#fefefe;
  font-size:2rem;
  font-family: "ShipporiMincho-Medium",serif;
  background:#4f4f4f;
  box-sizing: border-box;
  text-align:center;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box table tr th{
    padding:7.5px;
    font-size:1rem;
  }
}
.c-one-choice-sec .one-choice-box table tr th:last-of-type{
  width:44%;
}
.c-one-choice-sec .one-choice-box table tr td{
  padding:31px 15px;
  font-size:2rem;
  font-family: "ShipporiMincho-Medium",serif;
  box-sizing: border-box;
  border-bottom:1px solid #340612;
  letter-spacing:-0.05em;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box table tr td{
    padding:15px 6px;
    font-size:1rem;
  }
}
.c-one-choice-sec .one-choice-box table tr td:last-of-type{
  letter-spacing:0.05em;
  text-align:right;
}
.c-one-choice-sec .one-choice-box .box .pricebox {
  padding:35px 15px 10px 15px;
  height:300px;
  background:#40839c;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box .pricebox {
    padding:22.5px 10px 5px 10px;
    height:150px;
  }
}
.c-one-choice-sec .one-choice-box .box .pricebox p.sttl {
  margin-bottom: 10px;
  color:#fff;
  font-size:3rem;
  text-align:center;
  line-height:1;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box .pricebox p.sttl {
    margin-bottom: 5px;
    font-size:1.5rem;
  }  
}
.c-one-choice-sec .one-choice-box .box .pricebox p.sttl span {
  font-size:4.4rem;
  font-family: 'Cinzel-Medium', serif !important;
  color: #FFF5C9;
  /*border-bottom: 1px solid #fff;*/
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box .pricebox p.sttl span {
    font-size:2.2rem;
  }
}
.c-one-choice-sec .one-choice-box .box .pricebox .bubble {
  padding:40px 15px 15px;
  background:url(../img/one_choice_bubble.png) center top no-repeat;
  background-size:100%;
  width:100%;
  height:auto;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box .pricebox .bubble {
    padding:20px 9px 6px;
    width:100%;
    height:auto;
  }
}
.c-one-choice-sec .one-choice-box .box .pricebox .bubble p {
  font-size:2rem;
    font-family: "ShipporiMincho-Medium",serif;
  line-height:1.6;
  letter-spacing:0.1em;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box .pricebox .bubble p {
    font-family: "ShipporiMincho-Medium",serif;
    font-size:1rem;
    letter-spacing:0;
  }
}
.c-one-choice-sec .one-choice-box .box2 .pricebox {
  padding:35px 15px 40px;
  background:#40839c;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box2 .pricebox {
    padding:22.5px 10px 20px;
  }
}
.c-one-choice-sec .one-choice-box .box2 .pricebox p.sttl {
  margin-bottom: 10px;
  text-align:center;
  line-height:1;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box2 .pricebox p.sttl {
    margin-bottom: 5px;
  }
}
.c-one-choice-sec .one-choice-box .box2 .pricebox p.sttl span:first-child {
  font-size:6.8rem;
  font-family: 'Cinzel-Medium', serif !important;
  color: #FFF5C9;
  margin: 0 8px 0 0;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box2 .pricebox p.sttl span:first-child {
    font-size:3.4rem;
    margin: 0 4px 0 0;
  }
}
.c-one-choice-sec .one-choice-box .box2 .pricebox p.sttl span.en {
    font-size: 3.2rem;
    color: #fff;
    margin: 0;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box2 .pricebox p.sttl span.en  {
    font-size: 1.6rem;
  }
}
.c-one-choice-sec .one-choice-box .box2 .pricebox p.sttl span.tax {
  font-size: 2rem;
  color: #fff;
  margin: 0;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box2 .pricebox p.sttl span.tax {
    font-size: 1rem;
  }
}

.c-one-choice-sec .one-choice-box .box2 .pricebox .bubble {
  padding: 50px 30px 20px;
  background:url(../img/one_choice_bubble.png) center top no-repeat;
  background-size:100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 110px;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box2 .pricebox .bubble {
    padding:25px 15px 10px;
    height:auto;
    margin: 0 55px;
  }
}
.c-one-choice-sec .one-choice-box .box2 .pricebox .bubble p {
  font-size:2rem;
  font-family: "ShipporiMincho-Medium",serif;
  line-height:1.6;
  letter-spacing:0.1em;
}
@media (max-width: 750px) {
  .c-one-choice-sec .one-choice-box .box2 .pricebox .bubble p {
    font-family: "ShipporiMincho-Medium",serif;
    font-size:1rem;
    letter-spacing:0.1em;
  }
}
.c-one-choice02-sec {
  position:relative;
  padding: 90px 0 110px;
  background: url(../img/c_one_choice_bg02.webp) center top no-repeat;
  background-size: 100%;
}
@media (max-width: 750px) {
  .c-one-choice02-sec {
    padding: 45px 0 55px;
  }
}
.c-one-choice02-sec::before {
  position:absolute;
  content:'ONE CHOICE';
  width:260px;
  height:24px;
  top:224px;
  right:-118px;
  transform: rotate(90deg);
  color:#fff;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .c-one-choice02-sec::before {
    width:130px;
    height:12px;
    top:108px;
    right:-59px;
    font-size:1.4rem;
  }
}
.c-one-choice02-sec p {
  margin: 0 40px 70px 20px;
  color:#fff;
  font-size:2.8rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  line-height:2.5;
  letter-spacing:0.075em;
}
@media (max-width: 750px) {
  .c-one-choice02-sec p {
    margin: 0 20px 35px 10px;
    font-size:1.4rem;
  }
}
.c-one-choice02-sec p span {
  display: inline;
  line-height: 2.7;
  padding: 0 5px 2px;
  background: linear-gradient(transparent 0%, #967e36 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}


.c-flow-sec {
  padding-bottom: 120px;
  background: url(../img/c_flow_bg.png) center top repeat-y;
  background-size: 100%;
}
@media (max-width: 750px) {
  .c-flow-sec {
    padding-bottom: 60px;
  }
}
.c-flow-sec .c-ttl-box {
  padding: 120px 0 60px;
}
@media (max-width: 750px) {
  .c-flow-sec .c-ttl-box {
    padding: 60px 0 30px;
  }
}
.c-flow-sec .c-ttl-box h2 {
  color:#967e36;
}
.c-flow-sec .flow-box {
  margin-bottom: 90px;
  letter-spacing:0.075em;
}
@media (max-width: 750px) {
  .c-flow-sec .flow-box {
    margin-bottom: 45px;
  }
}
.c-flow-sec .flow-box:last-of-type {
  margin-bottom: 0;
}
.c-flow-sec .flow-box figure {
  position:relative;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .c-flow-sec .flow-box figure {
    margin-bottom: 20px;
  }
}
.c-flow-sec .flow-box figure figcaption {
  position:absolute;
  content:'';
  padding-top: 10px;
  color:#967e36;
  font-family: 'Cinzel-Medium', serif !important;
  font-size:2.4rem;
  letter-spacing:0.1em;
  line-height:1.2;
  left:10px;
  bottom:10px;
  width:168px;
  height:168px;
  background:url(../img/flow_step_bg.png) center center no-repeat;
  background-size:100%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .c-flow-sec .flow-box figure figcaption {
    padding-top: 5px;
    font-size:1.2rem;
    left:5px;
    bottom:5px;
    width:84px;
    height:84px;
  }  
}
.c-flow-sec .flow-box figure figcaption span {
  display:block;
  font-family: "Cinzel-Medium", serif;
}
.c-flow-sec .flow-box figure figcaption span.num {
  font-size:3.2rem;
}
@media (max-width: 750px) {
  .c-flow-sec .flow-box figure figcaption span.num {
    font-size:1.6rem;
  }
}
.c-flow-sec .flow-box h3 {
  position:relative;
  padding:0 40px;
  color:#967e36;
  font-size:3.2rem;
  /* font-family: "ShipporiMincho-Medium", serif; */
}
@media (max-width: 750px) {
  .c-flow-sec .flow-box h3 {
    padding:0 20px;
    font-size:1.6rem;
  }
}
.c-flow-sec .flow-box p {
  padding:0 40px;
  font-size:2.4rem;
  font-family: "ShipporiMincho-Medium",serif;
  line-height:2.5;
}
@media (max-width: 750px) {
  .c-flow-sec .flow-box p {
    padding:0 20px;
    font-size:1.2rem;
  }
}
.c-flow-sec .treatment-day {
    font-size: 2.6rem;
    color: #967e36;
    line-height: 1;
    font-family: 'ShipporiMincho-SemiBold', serif;
    border-top: 1px solid #967e36;
    border-bottom: 1px solid #967e36;
    padding: 30px 0;
    margin: 0 0 70px;
    text-align: center;
}
@media (max-width: 750px) {
    .c-flow-sec .treatment-day {
        font-size: 1.3rem;
        padding: 15px 0;
        margin: 0 0 35px;
    }
  }
.c-flow-sec .flow-box h3::before {
  position:absolute;
  content:'FLOW';
  width:120px;
  height:24px;
  top:70px;
  right:-90px;
  transform: rotate(90deg);
  color:#967e36;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .c-flow-sec .flow-box h3::before {
    width:60px;
    height:12px;
    top:34px;
    right:-44px;
    font-size:1.4rem;
  }
}
.c-flow-sec .flow-caution {
    border: 1px solid #967e36;
    padding: 40px 35px;
    background: #ecebe5;
}

@media (max-width: 750px) {
    .c-flow-sec .flow-caution {
        padding: 20px 17.5px;
    }
}
.c-flow-sec .flow-caution p {
    font-size: 2.2rem;
    letter-spacing: 0.075em;
    line-height: 2;
    font-family: "ShipporiMincho-Medium",serif;
    margin: 0 0 30px;
}
@media (max-width: 750px) {
    .c-flow-sec .flow-caution p {
        font-size: 1.1rem;
        margin: 0 0 15px;
    }
}
.c-flow-sec .flow-caution p:first-child {
    font-size: 2.8rem;
    color: #967e36;
    letter-spacing: 0.07em;
    line-height: 1;
    font-family: "ShipporiMincho-Medium",serif;
    margin: 0 0 30px;
    text-align: center;
}
@media (max-width: 750px) {
    .c-flow-sec .flow-caution p:first-child {
        font-size: 1.4rem;
        margin: 0 0 15px;
    }
}
.c-flow-sec .flow-caution ul li {
    font-size: 2.2rem;
    letter-spacing: 0.075em;
    line-height: 2;
    font-family: "ShipporiMincho-Medium",serif;
    margin: 0 0 30px 28px;
    position: relative;
}
@media (max-width: 750px) {
    .c-flow-sec .flow-caution ul li {
        font-size: 1.1rem;
        margin: 0 0 15px 14px;
    }
}
.c-flow-sec .flow-caution ul li:last-child {
    margin: 0 0 0 28px;
}
@media (max-width: 750px) {
    .c-flow-sec .flow-caution ul li:last-child {
        margin: 0 0 0 14px;
    }
}
.c-flow-sec .flow-caution ul li:before {
    position: absolute;
    content: "◎";
    left: -28px;
    top: 0;
}
@media (max-width: 750px) {
    .c-flow-sec .flow-caution ul li:before {
        left: -14px;
    }
}
.c-aftercare-sec{
  padding-bottom: 120px;
  background-size: 100%;
}
.c-aftercare-sec.aftercare-01 {
  background: #f0f0f0 url(../img/c_aftercare_bg01.webp) center top repeat-y;
}
.c-aftercare-sec.aftercare-02 {
  background: #f0f0f0 url(../img/c_aftercare_bg02.webp) center top repeat-y;
}
@media (max-width: 750px) {
  .c-aftercare-sec{
    padding-bottom: 60px;
  }
}
.c-aftercare-sec .c-ttl-box {
  position:relative;
  padding: 120px 0 70px;
}
@media (max-width: 750px) {
  .c-aftercare-sec .c-ttl-box {
    padding: 60px 0 5px;
  }
}
.c-aftercare-sec .c-ttl-box::before {
  position:absolute;
  content:'AFTER';
  width:120px;
  height:24px;
  top:144px;
  right: -48px;
  transform: rotate(90deg);
  color:#40839c;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .c-aftercare-sec .c-ttl-box::before {
    width:60px;
    height:12px;
    top:70px;
    right:-24px;
    font-size:1.4rem;
  }
}
.c-aftercare-sec .c-ttl-box h2 {
  letter-spacing:0.01em;
}
.c-aftercare-sec .c-ttl-box h2 span {
  color:#40839c;
  border:none;
  background:none;
}
.c-aftercare-sec .c-aftercare-head figure {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .c-aftercare-sec .c-aftercare-head figure {
    margin-bottom: 20px;
  }
}
.c-aftercare-sec .c-aftercare-head p {
  padding-left:40px;
  padding-right:40px;
  font-size:2.4rem;
}
@media (max-width: 750px) {
  .c-aftercare-sec .c-aftercare-head p {
    padding-left:20px;
    padding-right:20px;
    font-size:1.2rem;
  }
}
.c-aftercare-sec h3 {
  padding-top: 100px;
  margin-bottom: 85px;
  text-align: center;
  font-size: 3.8rem;
  font-family: "ShipporiMincho-Medium",serif;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .c-aftercare-sec h3 {
    padding-top: 50px;
    margin-bottom: 42.5px;
    font-size: 1.9rem;
  }
}
.c-aftercare-sec h3 span {
  color:#40839c;
}
.c-aftercare-sec .aftercare-box {
  position:relative;
  margin-bottom: 40px;
  margin: 0 0 35px;
}
@media (max-width: 750px) {
  .c-aftercare-sec .aftercare-box {
    margin: 0 auto 20px;
    /*max-width: 335px;*/
  }
}
.c-aftercare-sec .aftercare-box:last-child {
  margin: 0 auto;
}
.c-aftercare-sec .aftercare-box::before {
  position: absolute; 
  content:'AFTER';
  width: 120px;
  height: 24px;
  top: 8px;
  right: -90px;
  transform: rotate(90deg);
  color:#40839c;
  font-size: 2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index: 2;
}
@media (max-width: 750px) {
  .c-aftercare-sec .aftercare-box::before {
    width: 60px;
	height: 12px;
	top: 4px;
	right: -42px;
	font-size: 1.4rem;
}
}
.c-aftercare-sec .aftercare-box.is_day_after::before {
    top: 30px;
}
@media (max-width: 750px) {
    .c-aftercare-sec .aftercare-box.is_day_after::before {
        top: 15px;
    }
  }
.c-aftercare-sec .aftercare-box h4 {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom:1px solid #40839c;
  color:#40839c;
  font-size:3.2rem;
  line-height: 1;
  font-family: 'ShipporiMincho-SemiBold', serif;
  letter-spacing:0.1em;
  display:flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .c-aftercare-sec .aftercare-box h4 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size:1.6rem;
   }
}
.c-aftercare-sec .aftercare-box h4.num{
    padding-bottom: 8px;
}
@media (max-width: 750px) {
    .c-aftercare-sec .aftercare-box h4.num{
        padding-bottom: 4px;
    }
  }
.c-aftercare-sec .aftercare-box h4 span {
  margin-left:10px;
  margin-right:10px;
  font-family: "Cinzel-Regular" !important;
  display:inline-block;
  width:76px;
  height:76px;
  border-radius:50%;
  background:#fff;
  font-size:6rem;
  text-align:center;
  line-height:1.3;
}
@media (max-width: 750px) {
  .c-aftercare-sec .aftercare-box h4 span {
    margin-left:5px;
    margin-right:5px;
    width:38px;
    height:38px;
    font-size:3rem;
  }
}
.c-aftercare-sec .aftercare-box h4 span.small {
  font-size:4.8rem;
  line-height:1.7;
}
@media (max-width: 750px) {
  .c-aftercare-sec .aftercare-box h4 span.small {
    font-size:2.4rem;
  }
}
.c-aftercare-sec .aftercare-box .aftercare_in {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}
@media (max-width: 750px) {
    .c-aftercare-sec .aftercare-box .aftercare_in {
        gap: 20px;
    }
  }
.c-aftercare-sec .aftercare-box figure figcaption{
  margin-top: 10px;
  color:#40839c;
  font-size:2.2rem;
  text-align:right;
}
@media (max-width: 750px) {
  .c-aftercare-sec .aftercare-box figure figcaption{
    margin-top: 5px;
    font-size:1.1rem;
  }
}
.c-aftercare-sec .aftercare-box figure {
  line-height: 1;
}
.c-aftercare-sec .aftercare-box .arrow {
  width: 35px;
  height: 35px;
}
@media (max-width: 750px) {
  .c-aftercare-sec .aftercare-box .arrow {
  width: 17.5px;
  height: 17.5px;
}
}
.c-downtime-sec .illust-box {
  display:flex;
  justify-content: center;
  padding: 0 0 120px;
}
@media (max-width: 750px) {
    .c-downtime-sec .illust-box {
        padding: 0 0 60px;
      }
  }
@media (max-width: 750px) {
    .c-downtime-sec .illust-box figure img {
    width:auto;
    height:194px;
  }
}
.c-downtime-sec figure img.arrow {
    width: 38px;
    height: 36px;
  }
  @media (max-width: 750px) {
    .c-downtime-sec figure img.arrow {
        width: 19px;
        height: 18px;
      }
  }
.c-downtime-sec .illust-box .bubble {
  margin-left:10px;
  padding:50px 0 0 75px;
  width:389px;
  height:300px;
  box-sizing: border-box;
  background:url(../img/aftercare_bubble_bg.webp) left top no-repeat;
  background-size:100%;
}
@media (max-width: 750px) {
  .c-downtime-sec .illust-box .bubble {
    margin-left:5px;
    padding:25px 0 0 37.5px;
    width:194px;
    height:150px;
  }
}
.c-downtime-sec .illust-box .bubble p {
  color:#40839c;
  font-size:2.4rem;
  line-height:2.5;
  font-family: 'ShipporiMincho-SemiBold', serif;
  letter-spacing:0.075em;
}
@media (max-width: 750px) {
  .c-downtime-sec .illust-box .bubble p {
    font-size:1.2rem;
  }
}

.c-exp-sec{
  padding-bottom: 120px;
  background: #6da5bd url(../img/c_exp_bg.png) center top no-repeat;
  background-size: 100%;
}
@media (max-width: 750px) {
  .c-exp-sec{
    padding-bottom: 60px;
  }
}
.c-exp-sec .c-ttl-box {
  padding: 120px 0 190px;
  color:#fff;
}
@media (max-width: 750px) {
  .c-exp-sec .c-ttl-box {
    padding: 60px 0 95px;
  }
}
.c-exp-sec .exp-box {
  position:relative;
  margin: 0 auto 80px;
}
@media (max-width: 750px) {
  .c-exp-sec .exp-box {
    margin: 0 auto 40px;
    /* max-width: 335px;*/
  }
}
.c-exp-sec .exp-box:last-child {
  margin: 0 auto;
}
.c-exp-sec .exp-box::before {
  position: absolute;
	content: 'COMBINATION';
	width: 260px;
	height: 24px;
	top: 70px;
	right: -120px;
	transform: rotate(90deg);
	color: #fff;
	font-size: 2.8rem;
	font-family: "Cinzel-Regular" !important;
	letter-spacing: 0.1em;
	z-index: 2;
}
@media (max-width: 750px) {
  .c-exp-sec .exp-box::before {
    width:130px;
    height:12px;
    top:35px;
    right:-58px;
    font-size:1.4rem;
  }
}
.c-exp-sec#style .exp-box::before {
  position:absolute;
  content:'STYLE';
  width:260px;
  height:24px;
  top: 106px;
  right: -120px;
  transform: rotate(90deg);
  color:#fff;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .c-exp-sec#style .exp-box::before {
    width:130px;
    height:12px;
    top:58px;
    right:-58px;
    font-size:1.4rem;
  }
}
.c-exp-sec .exp-box h3 {
  color:#fff;
  font-family: 'ShipporiMincho-SemiBold', serif; 
  text-align: center;
  font-size: 3.6rem;
  margin: 40px;
  padding-bottom: 10px;
  font-size:3.2rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  letter-spacing:0.1em;
  display:flex;
  align-items: center;
  justify-content: center;
  border-bottom:2px solid #fff;
}
@media (max-width: 750px) {
  .c-exp-sec .exp-box h3 {
    font-size: 1.8rem;
	border-bottom: 1px solid #fff;
	margin: 0 20px 20px;
  }
}
.c-exp-sec#style .exp-box h3 {
  font-size: 3.2rem;
}
@media (max-width: 750px) {
  .c-exp-sec#style .exp-box h3 {
    font-size: 1.6rem;
	margin: 0 20px 20px;
  }
}
.c-exp-sec#style .exp-box h3 span {
  font-size: 2.8rem;
}
@media (max-width: 750px) {
  .c-exp-sec#style .exp-box h3 span {
    font-size: 1.4rem;
  }
}
/* 
.c-exp-sec .exp-box .fig-box {
  margin-bottom: 25px;
  display:flex;
}
@media (max-width: 750px) {
  .c-exp-sec .exp-box .fig-box {
    margin-bottom: 12.5px;
  }
} */
.c-exp-sec .exp-box .fig-box figure {
  width:50%;
}
.c-exp-sec .exp-box .fig-box figure figcaption {
  color:#fff;
  font-size:2.2rem;
  text-align:center;
  font-family: 'ShipporiMincho-SemiBold', serif; 
}
@media (max-width: 750px) {
  .c-exp-sec .exp-box .fig-box figure figcaption {
    font-size:1.1rem;
  }  
}
.c-exp-sec .exp-box .text {
  margin: 40px 40px 0;
  padding:35px 40px;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  border-left:1px solid #fff;
  box-sizing:border-box;
  background:#6da5bd;
}
@media (max-width: 750px) {
  .c-exp-sec .exp-box .text {
	margin: 20px 20px 0;
    padding:17.5px 20px;
  }  
}
.c-exp-sec .exp-box .text p {
  color:#fff;
  font-size:2.4rem;
  line-height:2.5;
  letter-spacing: 0.075em;
}
@media (max-width: 750px) {
  .c-exp-sec .exp-box .text p {
    font-size:1.2rem;
  }  
}
.c-exp-sec .exp-box .price {
  margin: 0 40px;
  padding:35px 40px;
  background:#dae8ee;
}
@media (max-width: 750px) {
  .c-exp-sec .exp-box .price {
	margin: 0 20px;
    padding:17.5px 20px;
  }
}
.c-exp-sec .exp-box .price p{
  font-size:2.2rem;
  line-height:2;
  letter-spacing: 0.075em;
}
@media (max-width: 750px) {
  .c-exp-sec .exp-box .price p{
    font-size:1.1rem;
  }  
}
.c-exp-sec .exp-box .price p:first-of-type {
    margin-bottom: 1em;
}
.c-exp-sec .exp-box .price p span {
  margin-top:10px;
  padding-left:10px;
  padding-right:10px;
  color:#fff;
  display:inline-block;
  background:#40839c;
}
@media (max-width: 750px) {
  .c-exp-sec .exp-box .price p span {
    margin-top:5px;
    padding-left:5px;
    padding-right:5px;
  }  
}

.c-exp-sec#style .accordion-list dl {
  background: #dae8ee;
  margin: 40px;
  padding: 0 30px;
}
@media (max-width: 750px) {
  .c-exp-sec#style .accordion-list dl {
    margin: 20px;
    padding: 0 15px;
  }
}

.c-exp-sec#style .accordion-list dl dt {
  color: #40839c;
  font-size: 2.8rem;
  font-family: 'ShipporiMincho-SemiBold', serif; 
  letter-spacing:0.1em;
  background: url(../img/icn_plus.svg) right 5px center no-repeat;
  padding: 35px;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .c-exp-sec#style .accordion-list dl dt {
    font-size: 1.4rem;
    background: url(../img/icn_plus.svg) right center no-repeat;
    background-size: 20px;
    padding: 17.5px;
  }
}
.c-exp-sec#style .accordion-list dl dt.active {
  background: url(../img/icn_minus.svg) right 5px center no-repeat;
}
@media (max-width: 750px) {
  .c-exp-sec#style .accordion-list dl dt.active {
    background: url(../img/icn_minus.svg) right center no-repeat;
    background-size: 20px;
  }
}
.c-exp-sec#style .accordion-list dl dd {
  padding: 0 20px 45px;
  font-size:2.4rem;
  font-family: "ShipporiMincho-Medium",serif;
  line-height:2.5;
  letter-spacing:0.075em;
  display: none;
}
@media (max-width: 750px) {
  .c-exp-sec#style .accordion-list dl dd {
    padding: 0 10px 22.5px;
    font-size:1.2rem;
  }
}

.c-doctor-sec {
  background: #f5f5f2;
  padding-bottom: 120px;
}
@media (max-width: 750px) {
  .c-doctor-sec {
  padding-bottom: 60px;
}
}
.c-doctor-sec .c-ttl-box {
    position: relative;
    padding: 120px 0 100px;
    height: auto;
    margin: 0 40px;
    border-bottom: 1px solid #40839c;
}
@media (max-width: 750px) {
.c-doctor-sec .c-ttl-box {
  padding: 60px 0 50px;
  margin: 0 20px;
}
}
.c-doctor-sec .c-ttl-box::after {
  position: absolute;
  content: 'DOCTOR';
  width: 160px;
  height: 24px;
  top: 140px;
  right: -110px;
  transform: rotate(90deg);
  color: #40839c;
  font-size: 2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing: 0.1em;
  z-index: 2;
}
@media (max-width: 750px) {
.c-doctor-sec .c-ttl-box::after {
  width: 80px;
  height: 12px;
  top: 70px;
  right: -55px;
  font-size: 1.4rem;
}
}
.c-doctor-sec .c-ttl-box h2 {
  line-height: 1;
}
.c-doctor-sec .c-recommend-doctor {
    margin: 60px 40px;
}
@media (max-width: 750px) {
    .c-doctor-sec .c-recommend-doctor {
        margin: 30px 20px;
    }
}
.c-doctor-sec figure {
    text-align: center;
    position: relative;
    background: url(../img/recommend_dr_bg.webp) no-repeat center / cover;
}
.c-doctor-sec .name-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 224px;
    height: 225px;
    padding: 58px 0 0;
    color: #40839c;
    font-family: "ShipporiMincho-SemiBold", serif;
    font-size: 2.8rem;
    letter-spacing: 0.075em;
    line-height: 1.5;
    background: url(../img/doctor_name_bg.webp) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 75px;
    transform: translateY(-50%);
}
@media (max-width: 750px) {
.c-doctor-sec .name-box {
    right: 33.5px;
    width: 112px;
    height: 112.5px;
    padding: 29px 0 0;
    font-size: 1.4rem;
}
}
.c-doctor-sec .price-box {
    margin: 60px 40px;
    border: 1px solid #56a2be;
}
@media (max-width: 750px) {
.c-doctor-sec .price-box {
    margin: 30px 20px;
}
}
.c-doctor-sec .price-in {
    padding: 60px 40px;
}
@media (max-width: 750px) {
.c-doctor-sec .price-in {
    padding: 30px 20px;
}
}
.c-doctor-sec .price-box .price-name {
    font-size: 2.6rem;
    color: #40839c;
    letter-spacing: 0.075em;
    line-height: 1;
    font-family: 'ShipporiMincho-SemiBold', serif;
    margin: 0 0 30px;
}
@media (max-width: 750px) {
.c-doctor-sec .price-box .price-name {
    font-size: 1.3rem;
    margin: 0 0 15px;
}
}
.c-doctor-sec .price-box .price {
    margin: 0 0 35px;
    line-height: 1;
}
@media (max-width: 750px) {
    .c-doctor-sec .price-box .price {
        margin: 0 0 17.5px;
    }
}
.c-doctor-sec .price-box p {
  font-size: 2.2rem;
  letter-spacing: 0.075rem;
  font-family: "ShipporiMincho-Medium",serif;
}
@media (max-width: 750px) {
.c-doctor-sec .price-box p {
    font-size: 1.1rem;
  }
}
.c-doctor-sec .price-box .risk_item_list {
    line-height: 2;
}
.c-doctor-sec .text {
    padding: 50px 40px 40px;
    background: #fff;
}
@media (max-width: 750px) {
    .c-doctor-sec .text {
        padding: 22.5px 20px 20px;
    }
}
.c-doctor-sec .text p {
    font-size: 2.4rem;
    color: #40839c;
    letter-spacing: 0.075rem;
    line-height: 2.5;
    font-family: 'ShipporiMincho-SemiBold', serif;
}
@media (max-width: 750px) {
    .c-doctor-sec .text p {
        font-size: 1.2rem;
    }
}
.c-doctor-sec .instagram-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 30px 0 0;
}
@media (max-width: 750px) {
    .c-doctor-sec .instagram-btn {
        gap: 10px;
        margin: 15px 0 0;
    }
}
.c-doctor-sec .instagram-btn p {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    color: #292929;
    font-family: 'ShipporiMincho-SemiBold', serif;
    line-height: 1;
}
@media (max-width: 750px) {
    .c-doctor-sec .instagram-btn p {
        font-size: 1.1rem;
    }
}
.c-doctor-sec .instagram-btn img {
    width: 70px;
    height: 70px;
}
@media (max-width: 750px) {
    .c-doctor-sec .instagram-btn img {
        width: 35px;
        height: 35px;
    }
}
.c-doctor-sec .youtube {
    position: relative;
    margin: 60px 40px;
    padding: 0 0 60px;
    border-bottom: 1px solid #40839c;
}
@media (max-width: 750px) {
.c-doctor-sec .youtube {
    position: relative;
    margin: 30px 20px;
    padding: 0 0 30px;
}
}
.c-doctor-sec .c-doctor-area:last-child .youtube {
  margin: 60px 40px 0;
  padding: 0;
  border-bottom: none;
}
@media (max-width: 750px) {
.c-doctor-sec .c-doctor-area:last-child .youtube {
  margin: 30px 20px 0;
}
}
.c-doctor-sec .youtube .movie-area {
    position: relative;
    padding: 56.25% 0 0 0;
    overflow: hidden;
}
.c-doctor-sec .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.c-key-sec {
  padding-bottom: 80px;
  background: #ecebe5 url(../img/c_key_bg.png) center top no-repeat;
  background-size: 100%;
}
@media (max-width: 750px) {
  .c-key-sec {
    padding-bottom: 40px;
  }
}
.c-key-sec .c-ttl-box {
  position:relative;
  margin-bottom:40px;
  padding: 40px 0 0;
}
@media (max-width: 750px) {
  .c-key-sec .c-ttl-box {
    margin-bottom:20px;
    padding: 20px 0 0;
  }
}
.c-key-sec .c-ttl-box h2{
  letter-spacing:0.1em;
}
.c-key-sec .c-ttl-box::before {
  position:absolute;
  content:'KEY';
  width:100px;
  height:24px;
  top:150px;
  right:-38px;
  transform: rotate(90deg);
  color:#40839c;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .c-key-sec .c-ttl-box::before {
    width:50px;
    height:12px;
    top:80px;
    right:-19px;
    font-size:1.4rem;
  }
}
.c-key-sec .c-key-wrap {
  background: url(../img/c_key_mv.png) center top no-repeat;
  background-size: 100%;
  padding-top:190px;
}
@media (max-width: 750px) {
  .c-key-sec .c-key-wrap {
    padding-top:95px;
  }
}
.c-key-sec .container {
  padding-left:80px;
  padding-right:80px;
}
@media (max-width: 750px) {
  .c-key-sec .container {
    padding-left:40px;
    padding-right:40px;
  }
}
.c-key-sec .c-key-wrap h3{
  margin:0 auto 190px;
  width:492px;
  height:82px;
  color:#fff;
  font-size:4.8rem;
  background:rgba(53,114,137,.9);
  line-height:1;
  display:flex;
  align-items: center;
  justify-content: center;
  font-family: 'ShipporiMincho-SemiBold', serif;
}
@media (max-width: 750px) {
  .c-key-sec .c-key-wrap h3{
    margin:0 auto 95px;
    width:246px;
    height:41px;
    font-size:2.4rem;
  }
}
.c-key-sec .c-key-wrap .textbox{
  margin-bottom:120px;
}
@media (max-width: 750px) {
  .c-key-sec .c-key-wrap .textbox{
    margin-bottom:60px;
  }
}
.c-key-sec .c-key-wrap .textbox p{
  margin-bottom: 1em;
  font-size:2.4rem;
  letter-spacing:0.05em;
}
@media (max-width: 750px) {
  .c-key-sec .c-key-wrap .textbox p{
    font-size:1.2rem;
  }
}
.c-key-sec .c-key-wrap .textbox p span {
  color:#40839c;
}
.c-key-sec .c-key-wrap .illustbox p{
  margin-bottom: 50px;
  font-size:3.8rem;
  font-family: "ShipporiMincho-Medium",serif;
  letter-spacing:0.1em;
  text-align:center;
  line-height:1.8;
}
@media (max-width: 750px) {
  .c-key-sec .c-key-wrap .illustbox p{
    margin-bottom: 25px;
    font-size:1.6rem;
  }
}
.c-key-sec .c-key-wrap .illustbox p span {
  color:#40839c;
  display: inline;
  line-height: 2.7;
  padding: 15px;
  background: linear-gradient(transparent 0%, #fff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 750px) {
  .c-key-sec .c-key-wrap .illustbox p span {
    padding: 7.5px;
  }
}

.c-key-sec .c-key-wrap .illustbox .fig{
  text-align:center;
}


.c-cvn-sec {
  background: #967e36;
  padding: 50px 0 30px;
}
@media (max-width: 750px) {
  .c-cvn-sec {
    padding: 25px 0 15px;
  }
}
.c-cvn-sec .cvn-in {
  position:relative;
  background:#ecebe5;
  padding: 100px 50px 50px;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in {
    padding: 50px 25px 25px;
    /*max-width: 335px;*/
    margin: 0 auto;
  }
}
.c-cvn-sec .cvn-in::before {
  position:absolute;
  content:'CONTACT';
  width:180px;
  height:24px;
  top:160px;
  right:-118px;
  transform: rotate(90deg);
  color:#fff;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in::before {
    width:90px;
    height:12px;
    top:54px;
    right:-60px;
    font-size:1.4rem;
  }
}
.c-cvn-sec .cvn-in .ttl {
  color: #231815;
  text-align: center;
  font-size: 3.6rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .ttl {
    font-size: 1.8rem;
    margin: 0 0 7.5px;
  }
}
.c-cvn-sec .cvn-in .merit-list li p {
  color: #967e36;
  font-size: 2.2rem;
  font-family: "ShipporiMincho-Medium",serif;
  letter-spacing: -0.02em;
  background: #fff;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .merit-list li p {
    border-width: 1px;
    font-size: 1.1rem;
  }
}
.c-cvn-sec .cvn-in .cvn-price {
  text-align:center;
  color:#967e36;
  font-size:9.7rem;
  font-family: 'Cinzel-Medium', serif !important;
  padding-top: 40px;
  line-height:1;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .cvn-price {
    font-size:4.8rem;
    padding-top: 20px;
  }
}
.c-cvn-sec .cvn-in .cvn-price span.yen{
  font-size:5rem;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .cvn-price span.yen{
    font-size:2.5rem;
  }
}
.c-cvn-sec .cvn-in .cvn-price span.tax{
  font-size:3rem;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .cvn-price span.tax{
    font-size:1.5rem;
  }
}

.c-cvn-sec .cvn-in .next-text {
  text-align: center;
  color: #231815;
  font-family: "ShipporiMincho-Medium",serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 30px 0 50px;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .next-text {
    margin: 15px 0 25px;
  }
}
.c-cvn-sec .cvn-in .line-ttl {
  border-top: 1px solid #967e36;
  text-align: center;
  padding: 70px 0 60px;
  font-size: 3.8rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  color: #3ba34f;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .line-ttl {
  padding: 35px 0 30px;
  font-size: 1.9rem;
}
}
.c-cvn-sec .cvn-in .line-content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .line-content {
  gap: 12.5px;
}
}
.c-cvn-sec .cvn-in .line-card {
    width: calc((100% - 25px) / 2);
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fff;
    padding: 20px 20px 30px;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .line-card {
    width: calc((100% - 12.5px) / 2);
    padding: 10px 10px 15px;
}
}
.c-cvn-sec .cvn-in .line-card img {
    width: 89px;
    height: 89px;
}
@media (max-width: 750px) {
    .c-cvn-sec .cvn-in .line-card img {
        width: 44.5px;
        height: 44.5px;
    }
  }
.c-cvn-sec .cvn-in .line-text01 {
font-size: 2rem;
    font-family: 'ShipporiMincho-SemiBold', serif;
    color: #3ba34f;
    border-bottom: 1px solid #3ba34f;
    line-height: 1.7;
    letter-spacing: 0.1em;
    width: 100%;
    height: 85px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .line-text01 {
    font-size: 1rem;
    height: 42.5px;
}
}
.c-cvn-sec .cvn-in .line-text02 {
     font-size: 2rem;
    letter-spacing: 0.035em;
    line-height: 1.7;
    width: 100%;
    padding-top: 20px;
    font-family: "ShipporiMincho-Medium",serif;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .line-text02 {
    font-size: 1rem;
    padding-top: 10px;
}
}

.c-cvn-sec .cvn-in .line-text03 {
    margin: 40px auto 50px;
    background: #fdffcf;
    padding: 40px 0;
    font-size: 2rem;
    font-family: 'ShipporiMincho-SemiBold', serif;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .line-text03 {
    margin: 20px auto 25px;
    padding: 20px 0;
    font-size: 1rem;
}
}
.c-cvn-sec .cvn-in .line-text03::after {
    background: #fdffcf;
    position: absolute;
    content: "";
    clip-path: polygon(0 0,50% 100%,100% 0);
    width: 33px;
    height: 28.5px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .line-text03::after {
    width: 16.5px;
    height: 14.5px;
    bottom: -12.5px;
}
}

.c-cvn-sec .cvn-in .line-text03 span {
    font-size: 2.4rem;
    color: #3ba34f;
    letter-spacing: 0;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .line-text03 span {
    font-size: 1.2rem;
}
}

.c-cvn-sec .cvn-in .next-text + img {
  display: block;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .next-text + img {
    margin: 0 0 15px;
  }
}
.c-cvn-sec .cvn-in .c-cvn-btn {
  text-align: center;
}
.c-cvn-sec .cvn-in .c-cvn-btn a {
  background:url(../img/btn_mail_bg.png) center top no-repeat;
  background-size:100%;
  display: block;
  height: 141px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 3.6rem;
  font-family: "ShipporiMincho-Bold",serif;
  color: #fff;
  padding-bottom:10px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .c-cvn-btn a {
    height: 68.5px;
    font-size: 1.8rem;
    margin: 0 0 15px;
    padding-bottom:5px;
    padding-top:5px;
  }
}
.c-cvn-sec .cvn-in .c-cvn-btn a:last-child {
    margin: 0 0 10px;
  }
@media (max-width: 750px) {
.c-cvn-sec .cvn-in .c-cvn-btn a:last-child {
    margin: 0 0 5px;
    }
}
.c-cvn-sec .cvn-in .c-cvn-btn .line-btn {
  filter: hue-rotate(90deg);
}

.c-cvn-sec .cvn-in .c-cvn-btn a i {
  margin-right: 20px;
  margin-top:-8px;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .c-cvn-btn a i {
    margin-right: 10px;
    margin-top:-4px;
  }
}
.c-cvn-sec .cvn-in .c-cvn-btn a i img {
    width: 35px;
  }
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in .c-cvn-btn a i img {
    height: 18.5px;
  }
}
.c-cvn-sec .cvn-in .c-cvn-btn a.tel-btn {
  background:url(../img/btn_tel_bg.png) center top no-repeat;
  background-size:100%;
}
.c-cvn-btn p {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  font-family: "ShipporiMincho-Medium",serif;
  color: #231815;
}
@media (max-width: 750px) {
  .c-cvn-btn p {
  font-size: 1.2rem;
}
}
.c-cvn-btn p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 30px;
  height: 1px;
  background: #231815;
  transform: rotate(65deg);
}
@media (max-width: 750px) {
  .c-cvn-btn p::before {
  left: -30px;
  width: 17.5px;
}
}
.c-cvn-btn p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  width: 30px;
  height: 1px;
  background: #231815;
  transform: rotate(-65deg);
}
@media (max-width: 750px) {
  .c-cvn-btn p::after {
  right: -30px;
  width: 17.5px;
}
}
.c-cvn-sec .cvn-in dl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-cvn-sec .cvn-in dl dt {
  width: 130px;
  color: #967e36;
  font-size: 2rem;
  font-family: "ShipporiMincho-Medium",serif;
  text-align: center;
  display: inline-block;
  border:1px solid #967e36;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in dl dt {
    width: 65px;
    font-size: 1rem;
  }
}
.c-cvn-sec .cvn-in dl dd {
  display: inline-block;
  padding-left: 20px;
  font-size:2.4rem;
  font-family: "ShipporiMincho-Medium",serif;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-in dl dd {
    padding-left: 10px;
    font-size:1.2rem;
  }
}
.c-cvn-sec .notes {
  text-align: center;
  color: #fff;
  font-family: "ShipporiMincho-Medium",serif;
  margin: 40px 0 0;
  font-size: 2rem;
}
@media (max-width: 750px) {
  .c-cvn-sec .notes {
    margin: 20px 0 0;
    font-size: 1rem;
  }
}

.c-cvn-sec.reservation {
  background: #ecebe5;
  padding: 50px 0 30px;
}
@media (max-width: 750px) {
  .c-cvn-sec.reservation {
    padding: 25px 0 15px;
  }
}
.c-cvn-sec.reservation .cvn-in {
  position:relative;
  background:#fff;
  padding: 100px 50px 50px;
}
@media (max-width: 750px) {
  .c-cvn-sec.reservation .cvn-in {
    padding: 50px 25px 25px;
    /*max-width: 335px;*/
    margin: 0 auto;
  }
}
.c-cvn-sec.reservation .cvn-in::before {
  position:absolute;
  content:'';
  width:180px;
  height:24px;
  top:160px;
  right:-118px;
  transform: rotate(90deg);
  color:#fff;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .c-cvn-sec.reservation .cvn-in::before {
    width:90px;
    height:12px;
    top:54px;
    right:-60px;
    font-size:1.4rem;
  }
}
.c-cvn-sec.reservation .cvn-in > img {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .c-cvn-sec.reservation .cvn-in > img {
    margin: 0 0 15px;
  }
}
.faq-sec {
  padding-bottom: 80px;
  background: #ecebe5 url(../img/c_bg.png) center top no-repeat;
  background-size:100%;
}
@media (max-width: 750px) {
  .faq-sec {
    padding-bottom: 40px;
  }
}
.faq-sec .c-ttl-box {
  position:relative;
  height:260px;
}
@media (max-width: 750px) {
  .faq-sec .c-ttl-box {
    height:130px;
  }
}
.faq-sec .c-ttl-box::before {
  position:absolute;
  content:'FAQ';
  width:100px;
  height:24px;
  top:140px;
  right:-40px;
  transform: rotate(90deg);
  color:#40839c;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .faq-sec .c-ttl-box::before {
    width:60px;
    height:12px;
    top:74px;
    right:-22px;
    font-size:1.4rem;
  }
}
.faq-sec .accordion-list dl {
  background: #fff;
  margin: 0 0 50px;
  padding: 0;
  border-top:1px solid #40839c;
  border-bottom:1px solid #40839c;
}
@media (max-width: 750px) {
  .faq-sec .accordion-list dl {
    margin: 0 auto 25px;
    padding: 0;
  }
}
.faq-sec .accordion-list dl:last-child {
  margin: 0 auto;
}
.faq-sec .accordion-list dl dt {
  text-align: left;
  font-size: 2.4rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  background: url(../img/icn_plus.svg) 600px center no-repeat;
  padding: 35px 70px 35px 30px;
  color: #40839c;
  line-height: 2.5;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media (max-width: 750px) {
  .faq-sec .accordion-list dl dt {
    font-size: 1.4rem;
    background: url(../img/icn_plus.svg) 80vw center no-repeat;
    background-size: 20px;
    padding: 17.5px 37.5px 17.5px 20px;
  }
}
.faq-sec .accordion-list dl dt.active {
  background: url(../img/icn_minus.svg) 600px center no-repeat;
}
@media (max-width: 750px) {
  .faq-sec .accordion-list dl dt.active {
    background: url(../img/icn_minus.svg) 80vw center no-repeat;
    background-size: 20px;
  }
}
.faq-sec .accordion-list dl dt i {
  display: inline-block;
  width: 57px;
}
@media (max-width: 750px) {
  .faq-sec .accordion-list dl dt i {
    width: 28.5px;
  }
}
.faq-sec .accordion-list dl dt span {
  display: inline-block;
  width: calc(100% - 57px);
  padding: 0 0 0 25px;
  font-size: 2.4rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  line-height: 2.5;
}
@media (max-width: 750px) {
  .faq-sec .accordion-list dl dt span {
    width: calc(100% - 28.5px);
    padding: 0 0 0 12.5px;
    font-size: 1.2rem;
  }
}
.faq-sec .accordion-list dl dd {
  padding: 20px 65px 45px 30px;
  display: none;
  background: #dae8ee;
}
@media (max-width: 750px) {
  .faq-sec .accordion-list dl dd {
    padding: 10px 37.5px 22.5px 20px;
  }
}
.faq-sec .accordion-list dl dd .ddbox{
  display:flex;
}
.faq-sec .accordion-list dl dd i {
  display: inline-block;
  width: 57px;
}
@media (max-width: 750px) {
  .faq-sec .accordion-list dl dd i {
    width: 28.5px;
  }
  .faq-sec .accordion-list dl dd i {
    width: 20px;
  }
}
.faq-sec .accordion-list dl dd span {
display: inline-block;
width: calc(100% - 57px);
padding: 0 0 0 25px;
}
@media (max-width: 750px) {
  .faq-sec .accordion-list dl dd span {
    width: calc(100% - 28.5px);
    padding: 0 0 0 12.5px;
  }
}

.access-sec {
  padding-bottom: 100px;
  background: #ecebe5 url(../img/c_bg.png) center top no-repeat;
  background-size:100%;
}
@media (max-width: 750px) {
  .access-sec {
    padding-bottom: 50px;
  }
}
.access-sec .c-ttl-box {
  margin-bottom:100px;
  padding: 120px 0 0;
}
@media (max-width: 750px) {
  .access-sec .c-ttl-box {
    margin-bottom:50px;
    padding: 60px 0 0;
  }
}
.access-sec .access-box {
  position:relative;
  background: #fff;
  padding: 50px 0 70px;
  margin: 0 auto 60px;
}
@media (max-width: 750px) {
  .access-sec .access-box {
    padding: 25px 0 35px;
    margin: 0 auto 30px;
    /*max-width: 335px;*/
  }
}
.access-sec .access-box:last-child {
  margin: 0 auto;
}
.access-sec .access-box::before {
  position:absolute;
  content:'ACCESS';
  width:160px;
  height:24px;
  top:110px;
  right:-108px;
  transform: rotate(90deg);
  color:#40839c;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .access-sec .access-box::before {
    width:80px;
    height:12px;
    top:60px;
    right:-55px;
    font-size:1.4rem;
  }
}
.access-sec .access-box h3 {
  color:#40839c;
  font-family: 'ShipporiMincho-SemiBold', serif; 
  text-align: center;
  font-size: 3.6rem;
  /*height: 64px;*/
  margin: 0 auto 40px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom:1px solid #40839c;
}
@media (max-width: 750px) {
  .access-sec .access-box h3 {
    font-size: 1.8rem;
    margin: 0 auto 20px;
  }
}
.access-sec .access-box .in {
  padding: 0 35px;
}
@media (max-width: 750px) {
  .access-sec .access-box .in {
    padding: 0 17.5px;
  }
}
.access-sec .access-box .in iframe {
  height: 310px;
  width: 100%;
}
@media (max-width: 750px) {
  .access-sec .access-box .in iframe {
    height: 41.333vw;
  }
}
.access-sec .access-box .in .address-text {
  font-size: 2rem;
  font-family: "ShipporiMincho-Medium",serif;
  padding: 0 15px;
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .access-sec .access-box .in .address-text {
    font-size: 1rem;
    padding: 0 7.5px;
    margin: 15px 0 0;
  }
}
.access-sec .access-box .in .access-text {
  font-size: 2rem;
  font-family: "ShipporiMincho-Bold",serif;
  padding: 0 15px;
  margin: 25px 0 0;
}
@media (max-width: 750px) {
  .access-sec .access-box .in .access-text {
    font-size: 1rem;
    padding: 0 7.5px;
    margin: 12.5px 0 0;
  }
}
.access-sec .access-box .in .tel-btn {
  text-align: center;
  margin: 50px 0 0;
}
@media (max-width: 750px) {
  .access-sec .access-box .in .tel-btn {
    margin: 25px 0 0;
  }
}

.access-sec .access-box .in .tel-btn p {
  font-size: 2rem;
  font-family: "ShipporiMincho-Bold",serif;
  margin: 0 0 7.5px;
}
@media (max-width: 750px) {
  .access-sec .access-box .in .tel-btn p {
    font-size: 1.1rem;
    margin: 0 0 3.75px;
  }
}
.access-sec .access-box .in .tel-btn a {
  background:#40839c;
  box-shadow: 5px 5px 15px -8px #09394b;
  height: 90px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.6rem;
  font-family: "ShipporiMincho-Bold",serif;
  color: #fff;
  max-width: 490px;
  margin: 0 auto 0;
}
@media (max-width: 750px) {
  .access-sec .access-box .in .tel-btn a {
    font-size: 1.3rem;
    max-width: 245px;
    height: 45px;
  }
}
.access-sec .access-box .in .tel-btn a i {
  margin: 0 20px 0 0;
}
@media (max-width: 750px) {
  .access-sec .access-box .in .tel-btn a i {
    margin: 0 10px 0 0;
  }
}
.access-sec .access-box .in .tel-btn a i img {
  position: relative;
  top: -4px;
}
@media (max-width: 750px) {
  .access-sec .access-box .in .tel-btn a i img {
    top: -2px;
    width: 15px;
  }
}

.howto-sec {
  background: #fff;
  padding: 80px 60px 0;
}
@media (max-width: 750px) {
  .howto-sec {
    padding: 40px 30px 0;
  }
}
.howto-sec .howto-box {
  position:relative;
}
.howto-sec .howto-box::before {
  position:absolute;
  content:'PAYMENT';
  width:160px;
  height:24px;
  top:100px;
  right:-128px;
  transform: rotate(90deg);
  color:#40839c;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .howto-sec .howto-box::before {
    width:85px;
    height:12px;
    top:54px;
    right:-67px;
    font-size:1.4rem;
  }
}
.howto-sec .howto-box {
  padding-bottom: 80px;
  background: url(../img/howto_bg.png) center top no-repeat;
  background-size: 100%;
}
@media (max-width: 750px) {
  .howto-sec .howto-box {
    padding-bottom: 40px;
  }
}
.howto-sec .howto-box h2 {
  text-align: center;
  font-family: "ShipporiMincho-Medium",serif;
  font-size: 3.6rem;
  line-height: 1.5;
  margin: 0 0 50px;
  padding-top:40px;
}
@media (max-width: 750px) {
  .howto-sec .howto-box h2 {
    font-size: 1.8rem;
    margin: 0 0 25px;
    padding-top:20px;
  }
}
.howto-sec .check-list li {
  padding-left: 40px;
  position: relative;
  font-family: 'ShipporiMincho-SemiBold', serif; 
  margin: 0 0 15px;
  letter-spacing: -0.06em;
  color: #40839c;
  font-size: 2.8rem;
}
@media (max-width: 750px) {
  .howto-sec .check-list li {
    padding-left: 20px;
    margin: 0 0 7.5px;
    font-size: 1.4rem;
  }
}
.howto-sec .check-list li:last-child {
  margin: 0;
}
.howto-sec .check-list li:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/icn_check.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 2rem;
}
@media (max-width: 750px) {
  .howto-sec .check-list li:before {
    width: 11.5px;
    height: 11.5px;
    top: 1rem;
  }
}
.howto-sec .notes {
  font-size: 2.2rem;
}
@media (max-width: 750px) {
  .howto-sec .notes {
    font-size: 1.1rem;
  }
}
.howto-sec .credit-img {
  text-align: left;
  margin: 25px 0 60px;
}
@media (max-width: 750px) {
  .howto-sec .credit-img {
    margin: 12.5px 0 30px;
  }
}
.howto-sec .credit-img img {
  max-width: 522px;
}
@media (max-width: 750px) {
  .howto-sec .credit-img img {
    max-width: 261px;
  }
}
.howto-sec .ex-text {
  font-size: 2.2rem;
  margin: 20px 0 0;
}
@media (max-width: 750px) {
  .howto-sec .ex-text {
    font-size: 1.1rem;
    margin: 10px 0 0;
  }
}

/*------------------------------------------------

		form

------------------------------------------------*/
.form-sec {
  background: #ecebe5;
  padding-bottom: 120px;
}
@media (max-width: 750px) {
  .form-sec {
    padding-bottom: 60px;
  }
}
.form-sec .c-ttl-box {
  position:relative;
}
.form-sec .c-ttl-box::before {
  position:absolute;
  content:'RESERVED';
  width:180px;
  height:24px;
  top:180px;
  right:-80px;
  transform: rotate(90deg);
  color:#40839c;
  font-size:2.8rem;
  font-family: "Cinzel-Regular" !important;
  letter-spacing:0.1em;
  z-index:2;
}
@media (max-width: 750px) {
  .form-sec .c-ttl-box::before {
    width:110px;
    height:12px;
    top:76px;
    right:-47px;
    font-size:1.4rem;
  }
}
.form-sec .c-ttl-box h2 {
  font-family: 'ShipporiMincho-SemiBold', serif;
}
.form-sec .c-ttl-box h2 + p{
  position: absolute;
  top: 160px;
  color: #967e36;
  font-size: 2.8rem;
  font-family: 'ShipporiMincho-SemiBold', serif;
  letter-spacing: 0.075em;
  text-align: center;
}
@media (max-width: 750px) {
  .form-sec .c-ttl-box h2 + p{
    top: 80px;
    color: #967e36;
    font-size: 1.4rem;
  }
}
.form-sec .form-lead-box {
  margin-bottom: 60px;
  padding:40px 40px 60px;
  background:#fff;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .form-sec .form-lead-box {
    margin-bottom: 30px;
    padding:20px 20px 30px;
  }
}
.form-sec .form-lead-box p.ttl {
  margin-bottom: 20px;
  color:#40839c;
  font-size:2.8rem;
  font-family: 'ShipporiMincho-SemiBold', serif; 
  letter-spacing:0.075em;
  text-align:center;
}
@media (max-width: 750px) {
  .form-sec .form-lead-box p.ttl {
    margin-bottom: 10px;
    font-size:1.4rem;
  }  
}
.form-sec .form-lead-box ul li {
  padding-left:1em;
  text-indent:-1em;
  font-size:2.2rem;
  letter-spacing:0.075em;
  line-height:2;
}
@media (max-width: 750px) {
  .form-sec .form-lead-box ul li {
    font-size:1.1rem;
  }
}

.form-sec .cvn-in {
  position:relative;
  background:#ecebe5;
  padding: 50px 90px 50px;
}
@media (max-width: 750px) {
  .form-sec .cvn-in {
    padding: 25px 45px 25px;
    /*max-width: 335px;*/
    margin: 0 auto;
  }
}

.youtube .arrow,
.youtube .arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
}
.youtube .arrow {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 矢印背景色　*/
  pointer-events: none;
}
.youtube .arrow::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff; /* 矢印色　*/
}
.youtube img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.youtube.vertical {
    margin: 100px auto 110px;
}
@media (max-width: 750px) {
    .youtube.vertical {
        margin: 50px auto 55px;
    }
  }
.youtube.vertical img {
    position: static;
    transform: none;
    width: 487px;
    height: 920px;
    object-fit: cover;
    margin: 0 auto;
    padding-bottom: 55px;
}
@media (max-width: 750px) {
  .youtube.vertical img {
      position: static;
      transform: none;
      width: 245px;
      height: 460px;
      object-fit: cover;
      margin: 0 auto;
      padding-bottom: 25.5px;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube.vertical iframe {
    position: static;
    transform: none;
    width: 500px;
    height: 890px;
    margin: 0 auto;
}
@media (max-width: 750px) {
  .youtube.vertical iframe {
      position: static;
      transform: none;
      width: 250px;
      height: 445px;
      margin: 0 auto;
  }
}

/* slider */

.slider-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 750px) {
  .slider-wrap {
    margin: 0 auto ;
	/* max-width: 400px; */
  }
}

.slider {
  overflow: hidden;
}

.slider .item {
  height: auto !important;
}

.slider .item .item-in {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 750px) {
  .slider .item .item-in {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.slider .item .item-in .main-img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 750px) {
  .slider .item .item-in .main-img {
	width: 100%;
	/* padding: 0 20px; */
  }
}

.slide-prev {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.slide-prev img {
width: 60px;
}
@media (max-width: 750px) {
  .slide-prev img {
    width: 40px;
  }
}

.slide-next {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.slide-next img {
width: 60px;
}
@media (max-width: 750px) {
  .slide-next img {
    width: 40px;
  }
}

/* case_list_item_risk */

.case_list_item_risk {
  background: #f3f3f3;
  font-size: 1.2rem;
  margin: 0 40px 0;
  padding: 30px 6%;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .case_list_item_risk {
    font-size: 1rem;
    padding: 15px 6%;
	margin: 0 20px 0;
  }
}

.case_list_item_risk_item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case_list_item_risk_item:not(:first-of-type) {
  margin-top: 5px;
}

.case_list_item_risk_item dt {
  width: 120px;
}
@media (max-width: 750px) {
  .case_list_item_risk_item dt {
    width: 100%;
  }
}

.case_list_item_risk_item dd {
  width: calc(100% - 120px);
}
@media (max-width: 750px) {
  .case_list_item_risk_item dd {
    width: 100%;
  }
}

