@charset "UTF-8";
/* responsive setting */
/* color setting */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: #000b2b;
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0em;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-x: hidden;
  text-align: justify;
}

@media (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

em,
i {
  font-size: 100%;
  font-weight: 400;
  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;
}

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: 400;
}

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: #415457;
  border: 0 none;
  outline: medium none;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #415457;
  outline: medium none;
  text-decoration: none;
}

input,
select,
button {
  background: transparent;
  border: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans SC", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  vertical-align: middle;
  border-radius: 0;
}

input[type=submit] {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  display: block;
  letter-spacing: inherit;
  padding: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

textarea {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans SC", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
textarea,
select {
  -webkit-box-shadow: none;
          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_arrow.svg) center center/24px 24px no-repeat;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 16px;
  right: 5px;
}

@media (max-width: 442px) {
  .md_select_wrap::after {
    top: 12px;
  }
}

.md_select_wrap select {
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.md_select_wrap select ::-ms-expand {
  display: none;
}

/*------------------------------------------------

		modal fade

------------------------------------------------*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.5s 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;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.5s 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;
}

/*!
 * 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: 101;
  top: 0;
  overflow: hidden;
  width: 162.5px;
  width: 162.5px;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #333;
  -webkit-overflow-scrolling: touch;
}

.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%;
  background: none;
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--left .drawer-nav {
  left: -162.5px;
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 10px;
}

.drawer-menu-inner {
  height: 1100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*!------------------------------------*    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -162.5px;
  right: -162.5px;
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  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: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/*!------------------------------------*
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 11px;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 20px;
  width: 20px;
  width: 2rem;
  padding: 0;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 7.5px;
  padding-left: 7.5px;
  padding-left: 0.75rem;
  /*!------------------------------------
  -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;
}

.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
  border-radius: 0;
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  background-color: #fff;
}

.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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-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: visible !important;
  clip: rect(0, 0, 0, 0);
  clip: inherit !important;
  width: 1px;
  height: 1px;
  margin: -4px;
  padding: 0;
  border: 0;
  left: 43px;
  top: 17px;
}

/*!
 * 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;
  -webkit-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;
  -webkit-box-sizing: border-box;
          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;
    -webkit-transform: translate3d(0, 0, 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;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-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;
  }
}

/*menu*/
.drawer--right.drawer-open .drawer-nav {
  width: 80%;
  z-index: 900;
}

.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after, .home .drawer-open .drawer-hamburger-icon:before, .home .drawer-open .drawer-hamburger-icon:after {
  background: #fff !important;
}

.drawer-hamburger {
  width: 110px;
  height: 110px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  z-index: 9999;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  padding: 23px 25px 10px 25px;
  background: #15b8aa;
}

.drawer-hamburger-icon:before {
  top: -12px !important;
}

.drawer-hamburger .menu-text {
  font-size: 2rem;
  padding: 5px 0 0;
  margin: 12px 0 0;
  display: block;
  letter-spacing: -0.026em;
  font-weight: bold;
  color: #ffff !important;
}

.drawer-hamburger-icon:after {
  top: 12px !important;
}

.drawer-open .drawer-hamburger-icon:before {
  top: 0 !important;
}

.drawer-open .drawer-hamburger-icon:after {
  top: 0 !important;
}

.drawer-nav {
  background: none;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  height: 3px;
}

.drawer-hamburger-icon {
  margin-top: 5px;
}

.drawer-open #local-nav {
  width: 400px;
  right: 0 !important;
  top: 0 !important;
  left: inherit !important;
  z-index: 900;
}

.drawer-hamburger-icon:after {
  top: -5px;
  right: 0;
  left: inherit;
}

.drawer-open .drawer-hamburger-icon:after {
  width: inherit;
}

.local-nav-title {
  display: none !important;
}

.drawer-open .drawer-overlay {
  top: 50px;
  z-index: 1;
}

.menu-wrap {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 30px;
  width: 100%;
}

.menu-wrap .menu-inner {
  max-width: 940px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .drawer-open #local-nav {
    width: 100%;
  }
  .drawer-hamburger-icon:after {
    top: 8px !important;
  }
  .drawer-hamburger-icon:before {
    top: -8px !important;
  }
  .drawer-hamburger {
    display: block;
  }
  .menu-wrap {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    padding-bottom: 30px;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .menu-wrap .menu-inner {
    padding: 45px 0 0;
  }
}

.drawer--right .drawer-nav {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  right: -400px;
}

.drawer-menu .sp-menu-jp-txt a {
  font-size: 25.6px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .drawer-hamburger {
    width: 60px;
    height: 60px;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    z-index: 9999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0;
    right: 0 !important;
  }
  .drawer-hamburger-icon {
    margin-top: 21px;
  }
  .drawer-hamburger .menu-text {
    font-size: 1rem;
    margin: 5px 0 0;
  }
}

.drawer-nav {
  width: 400px;
}

#local-nav #nav-in {
  background: #222324;
  padding: 130px 60px;
}

@media (max-width: 750px) {
  #local-nav #nav-in {
    padding: 100px 30px 50px;
  }
}

#local-nav #nav-in ul li a {
  color: #fff;
  font-size: 2rem;
}

@media (max-width: 750px) {
  #local-nav #nav-in ul li a {
    font-size: 1.4rem;
  }
}

a:hover {
  opacity: 0.75;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
}

@media (max-width: 1023px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 750px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

._pc {
  display: block !important;
}

._pc__inline-block {
  display: inline-block !important;
}

._sp__inline-block {
  display: none !important;
}

._tb {
  display: none !important;
}

._sp {
  display: none !important;
}

._sm {
  display: none;
}

@media only screen and (max-width: 768px) {
  ._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;
  }
}
/*------------------------------------------------

		md_tel

------------------------------------------------*/
#md_tel {
  background: #fff;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 25px 5%;
  position: relative;
}
#md_tel h2 {
  border-bottom: 1px dashed #345d73;
  color: #345d73;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 5%;
  text-align: center;
}
#md_tel ul {
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#md_tel ul li {
  width: 48%;
  margin-top: 15px;
}
#md_tel ul li h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 2rem;
}
#md_tel ul li p {
  background: #345d73;
  box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.15);
  border-radius: 50px;
}
#md_tel ul li p a {
  background: url(../img/icn_tel.png) 16px center/17px 14px no-repeat;
  border-bottom: none;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 9px 0 10px 10%;
}
@media (max-width: 349px) {
  #md_tel ul li p a {
    background-position: 12px center;
    padding: 9px 0 10px 15%;
  }
}
#md_tel ul + p {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 15px;
  text-align: center;
}
#md_tel .md_close {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  right: 0;
  text-indent: -9999px;
}
#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);
}
/*form*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          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;
}

.form-control, select {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 2px solid #333333;
  border-radius: 0;
  font-weight: normal !important;
}

select {
  background: none;
}

@media only screen and (max-width: 768px) {
  .form-control {
    height: 35px;
    font-size: 1.4rem;
  }
}

.form-control:focus {
  background: #fffde1 !important;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #ddd;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control:-ms-input-placeholder {
  color: #ddd;
}

.form-control::-webkit-input-placeholder {
  color: #ddd;
}

.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;
}

/*column*/
.c-flex-justify {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.c-flex-justify.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: 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 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 0px;
}

.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.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.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: 959px) {
  .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.dis30-sp {
    margin: 0 -15px;
  }
  .col.dis30-sp > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .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.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;
}

@media only screen and (max-width: 768px) {
  ._center_sp {
    text-align: center !important;
  }
  ._left_sp {
    text-align: left !important;
  }
  ._middle {
    position: static;
    top: 50%;
    /* Safari用 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  ._middle {
    position: static;
    top: 50%;
    /* Safari用 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

._middle {
  vertical-align: middle !important;
}

._center {
  text-align: center;
}

body {
  display: block;
  width: auto;
  height: 90vh;
  background: url(../img/pc_bg.jpg);
  background-position: bottom center;
  background-size: cover;
  position: absolute;
  /* position: relative; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0;
  background-attachment: fixed;
}

#c-wrap {
  max-width: 750px;
  margin: 0 auto;
  background: url(../img/content_bg@2x.jpg) center top repeat-y;
  background-size: 100%;
  overflow: hidden;
}

@media (min-width: 600px) {
  #c-wrap {
    zoom: 0.8;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    overflow: hidden;
  }
}

/*fonts*/
/*
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
*/
/*mv*/
.hero {
  background: url(../img/mv_img01_02.png) center top no-repeat;
  background-size: contain;
  padding: 0 0 50px;
  height: 120vh;
  position: relative;
  background-position: center 90px;
}

@media (max-width: 750px) {
  .hero {
    padding: 0 0 40px;
    background-size: contain;
    position: relative;
    height: 138vw;
    position: relative;
    background-position: center 48px;
  }
}

.hero h1 {
  font-size: 0;
  padding: 20px 35px 0 30px;
}

@media (max-width: 750px) {
  .hero h1 {
    padding: 2.6vw 4.6vw 0 4vw;
  }
}

.hero h1 img {
  width: 65%;
}

@media (max-width: 750px) {
  .hero h1 img {
    width: 60vw;
  }
}

.hero .hero-att {
  padding: 0 30px 0 30px;
  font-size: 1.8rem;
}

@media (max-width: 750px) {
  .hero .hero-att {
    padding: 0 30px 0 15px;
    font-size: 1.8vw;
  }
}

.hero .hero-text01 {
  margin-top: 40px;
  padding-left: 30px;
  line-height: 1.625;
  font-size: 3.6rem;
  text-align: left;
}

@media (max-width: 750px) {
  .hero .hero-text01 {
    margin-top: 0;
    margin-right: 0;
    font-size: 5vw;
    padding-left: 5vw;
    position: absolute;
    top: 16vw;
  }
}

.hero .hero-text01.mincho {
  font-family: YakuHanJP , 'Zen Old Mincho', serif;
  font-weight: 100;
}

.hero .hero-text02 {
  margin-top: 65vh;
  margin-bottom: 50px;
  margin-left: 60px;
  line-height: 2;
  font-size: 4.6rem;
  /*letter-spacing: -0.1em;*/
  text-align: center;
  font-family: YakuHanJP , "Zen Kaku Gothic New", sans-serif;
}

@media (max-width: 750px) {
  .hero .hero-text02 {
    font-size: 2.3rem;
    margin-top: 86vw;
    margin-left: 8vw;
    line-height: 2;
  }
}

.hero .hero-text02 .banner {
    display: block;
    margin-right: 60px;
    margin-bottom: 10px;
    padding: 0;
}
@media (max-width: 750px) {
  .hero .hero-text02 .banner {
    margin: 0 30px 0 0;
  }
}

.hero .hero-text02 span {
  padding: 0 0 0 14px;
  margin-top: 15px;
  font-size: 6.2rem;
  display: inline-block;
  color: #fff;
  background: #d51364;
}

@media (max-width: 750px) {
  .hero .hero-text02 span {
    margin-top: 5px;
    font-size: 3.4rem;
  }
}

.hero .hero-text02 span:first-of-type {
  background: #345d73;
  padding: 0 7px 0 14px;
}

.hero .hero-text02.mincho {
  font-family: YakuHanJP , 'Zen Old Mincho', serif;
  font-weight: 100;
}

/*bnr*/
.bnr {
  padding-left: 30px;
  padding-right: 30px;
  }
@media (max-width: 750px) {
.bnr {
  padding-left: 5vw;
  padding-right: 5vw;
  }
}
.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 750px) {
  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

/*parts*/
.en {
  color: #9b9faa;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}

@media (max-width: 750px) {
  .en {
    font-size: 1.4rem;
  }
}

/*worry*/
.worry-area {
  padding: 120px 0 0;
  background: url(../img/worry-bg.png) no-repeat center 0/contain;
}

@media (max-width: 750px) {
  .worry-area {
    padding: 12vw 0 0;
  }
}

.worry-area h2 {
  margin-bottom: 88px;
  font-size: 4rem;
  text-align: center;
}

@media (max-width: 750px) {
  .worry-area h2 {
    margin-bottom: 11.73vw;
    font-size: 2.2rem;
  }
}

.worry-area h2 span {
  padding: 0 10px;
  color: #fff;
  background: #818181;
  display: inline-block;
  font-size: 4.4rem;
}
@media (max-width: 750px) {
  .worry-area h2 span {
    font-size: 2.6rem;
  }
}
.worry-area .container {
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  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;
}

.worry-area .container .worry-box {
  margin-bottom: 20px;
  padding: 50px 0 44px;
  width: 49%;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  background: #fff;
}

@media (max-width: 750px) {
  .worry-area .container .worry-box {
    padding: 5vw 0 5.8vw;
  }
}

.worry-area .container .worry-box span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(68%, #e5e2d8));
  background: linear-gradient(transparent 68%, #e5e2d8 68%);
}

@media (max-width: 750px) {
  .worry-area .container {
    margin-bottom: 4.6vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.worry-area h3 {
  padding-bottom: 70px;
  padding-left: 44px;
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.7;
  background: url(../img/bubble-bg.png) center bottom no-repeat;
}

.worry-area h3 span {
  color: #517a90;
  font-weight: 500;
}

@media (max-width: 750px) {
  .worry-area h3 {
    padding-bottom: 10vw;
    padding-left: 1em;
    font-size: 2rem;
    background: url(../img/bubble-bg.png) center bottom/78% auto no-repeat;
  }
}

/*noscary*/
.noscary-area {
  padding: 120px 0 0;
  background: #f3efe9;
}

@media (max-width: 750px) {
  .noscary-area {
    padding: 16vw 0 0;
  }
}

.noscary-area h2 {
  position: relative;
  margin-bottom: 88px;
  font-size: 4.2rem;
  text-align: center;
}

@media (max-width: 750px) {
  .noscary-area h2 {
    margin-bottom: 11.73vw;
    font-size: 2.2rem;
    line-height: 1.625;
  }
}

.noscary-area h2 span {
  padding-bottom: 20px;
  color: #517a90;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #fff));
  background: linear-gradient(transparent 95%, #fff 95%);
}

@media (max-width: 750px) {
  .noscary-area h2 span {
    padding-bottom: 10px;
  }
}

.noscary-area .noscary-box {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
  height: 480px;
  background: url(../img/noscary-img01.png) no-repeat 0 0/64% auto;
}

@media (max-width: 750px) {
  .noscary-area .noscary-box {
    margin-bottom: 50px;
    height: 240px;
  }
}

.noscary-area .noscary-box .text {
  position: absolute;
  width: 64%;
  bottom: 40px;
  right: 0;
}

@media (max-width: 750px) {
  .noscary-area .noscary-box .text {
    bottom: 20px;
  }
}

.noscary-area .noscary-box .text::before {
  position: absolute;
  content: '';
  width: 32%;
  height: 4px;
  background: #fff;
  right: 0;
  top: -30px;
}

@media (max-width: 750px) {
  .noscary-area .noscary-box .text::before {
    height: 2px;
    top: -15px;
  }
}

.noscary-area .noscary-box .text p {
  padding: 30px;
  width: 100%;
  color: #000b2b;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  background: #fff;
}

@media (max-width: 750px) {
  .noscary-area .noscary-box .text p {
    padding: 15px;
    font-size: 1.6rem;
  }
}

.noscary-area .noscary-box .text p span {
  color: #517a90;
}

.noscary-area .noscary-box.box02 {
  background: url(../img/noscary-img02.png) no-repeat right 0/64% auto;
}

.noscary-area .noscary-box.box02 .text {
  right: inherit;
  left: 0;
}

.noscary-area .noscary-box.box02 .text::before {
  right: inherit;
  left: 0;
}

.noscary-area .noscary-box.box03 {
  margin-bottom: 0;
  padding-bottom: 60px;
  background: url(../img/noscary-img03.png) no-repeat 0 0/64% auto;
}

/*ideal*/
.ideal-area {
  padding: 314px 0 0;
  width: 100%;
  background: url(../img/ideal-bg.png) no-repeat center top/100% auto, url(../img/content_bg@2x.jpg) no-repeat center 60px/100% auto;
}

@media (max-width: 750px) {
  .ideal-area {
    padding: 30vw 0 0;
  }
}

.ideal-area h2 {
  position: relative;
  margin-bottom: 42px;
  padding: 50px 0 34px;
  line-height: 1.625;
  font-size: 3rem;
  font-weight: 500;
  /*letter-spacing: 0.2em;*/
  text-align: center;
  font-family: YakuHanJP , "Zen Kaku Gothic New", sans-serif;
}

@media (max-width: 750px) {
  .ideal-area h2 {
    margin-bottom: 5.6vw;
    padding: 6.6vw 0 4.53vw;
    font-size: 1.6rem;
  }
}

.ideal-area h2 span {
  margin-top: 50px;
  font-size: 5.2rem;
}

@media (max-width: 750px) {
  .ideal-area h2 span {
    margin-top: 6.6vw;
    font-size: 2.6rem;
  }
}

.ideal-area h2 span > span {
  padding: 0 6px;
  display: inline-block;
  color: #fff;
  background: #d51364;
}

.ideal-area h2::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 4px;
  background: #e5e2d8;
  right: 0;
  bottom: 0;
}

@media (max-width: 750px) {
  .ideal-area h2::after {
    height: 2px;
  }
}

.ideal-area .arrow-box {
  padding-bottom: 80px;
}

@media (max-width: 750px) {
  .ideal-area .arrow-box {
    padding-bottom: 10.6vw;
  }
}

.ideal-area .arrow-box .arrow {
  margin: 0 auto;
  position: relative;
  width: 20px;
  height: 130px;
}

@media (max-width: 750px) {
  .ideal-area .arrow-box .arrow {
    width: 10px;
    height: 65px;
  }
}

.ideal-area .arrow-box .arrow::before {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  background: #3d4259;
  -webkit-animation: arrowlong01 2s ease infinite;
          animation: arrowlong01 2s ease infinite;
}

@media (max-width: 750px) {
  .ideal-area .arrow-box .arrow::before {
    width: 1px;
  }
}

.ideal-area .arrow-box .arrow::after {
  position: absolute;
  content: '';
  left: 5px;
  bottom: 0;
  width: 1px;
  height: 20px;
  border-right: 3px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: arrowlong02 2s ease infinite;
          animation: arrowlong02 2s ease infinite;
}

@media (max-width: 750px) {
  .ideal-area .arrow-box .arrow::after {
    left: 5px;
    width: 3px;
    border-right: 1px solid #333;
  }
}

@-webkit-keyframes arrowlong01 {
  0% {
    height: 30px;
    opacity: 0;
  }
  20% {
    height: 30px;
    opacity: 1;
  }
  80% {
    height: 112%;
    opacity: 1;
  }
  100% {
    height: 112%;
    opacity: 0;
  }
}

@keyframes arrowlong01 {
  0% {
    height: 30px;
    opacity: 0;
  }
  20% {
    height: 30px;
    opacity: 1;
  }
  80% {
    height: 112%;
    opacity: 1;
  }
  100% {
    height: 112%;
    opacity: 0;
  }
}

@-webkit-keyframes arrowlong02 {
  0% {
    top: 12px;
    opacity: 0;
  }
  20% {
    top: 12px;
    opacity: 1;
  }
  80% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes arrowlong02 {
  0% {
    top: 12px;
    opacity: 0;
  }
  20% {
    top: 12px;
    opacity: 1;
  }
  80% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@media (max-width: 750px) {
  @-webkit-keyframes arrowlong02 {
    0% {
      top: 12px;
      opacity: 0;
    }
    20% {
      top: 12px;
      opacity: 1;
    }
    80% {
      top: 86%;
      opacity: 1;
    }
    100% {
      top: 86%;
      opacity: 0;
    }
  }
  @keyframes arrowlong02 {
    0% {
      top: 12px;
      opacity: 0;
    }
    20% {
      top: 12px;
      opacity: 1;
    }
    80% {
      top: 86%;
      opacity: 1;
    }
    100% {
      top: 86%;
      opacity: 0;
    }
  }
}

/*recipe*/
.recipe-area .c-ttl {
  position: relative;
  margin-bottom: 90px;
  width: 100%;
  height: 480px;
  background: url(../img/recipe-ttl-bg.png) no-repeat right 0/auto 100%;
}

@media (max-width: 750px) {
  .recipe-area .c-ttl {
    margin-bottom: 45px;
    height: 240px;
  }
}

.recipe-area .c-ttl .text {
  position: absolute;
  padding: 80px 60px;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background: #17223f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

@media (max-width: 750px) {
  .recipe-area .c-ttl .text {
    padding: 10.6vw 2vw;
  }
}

.recipe-area .c-ttl .text .bubble {
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
  background: url(../img/recipe-bubble.png) center bottom no-repeat;
}

@media (max-width: 750px) {
  .recipe-area .c-ttl .text .bubble {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    background: url(../img/recipe-bubble.png) center bottom/72% auto no-repeat;
  }
}

.recipe-area .c-ttl .text h2 {
  font-size: 4rem;
  line-height: 1.8;
}

@media (max-width: 750px) {
  .recipe-area .c-ttl .text h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.recipe-area .popup-link-list {
  margin-bottom: 50px;
  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;
}

@media (max-width: 750px) {
  .recipe-area .popup-link-list {
    margin-bottom: 25px;
  }
}

.recipe-area .popup-link-list li {
  margin-bottom: 40px;
  width: 48%;
  max-width: 330px;
}

@media (max-width: 750px) {
  .recipe-area .popup-link-list li {
    margin-bottom: 20px;
  }
}

.recipe-area .popup-link-list li a {
  display: block;
}

.recipe-area .popup-link-list li a .pic img {
  width: 100%;
  height: auto;
  opacity: .7;
}

.recipe-area .popup-link-list li a .text {
  padding: 30px 10px;
  color: #000b2b;
  font-size: 2.8rem;
  text-align: center;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 750px) {
  .recipe-area .popup-link-list li a .text {
    padding: 15px 10px;
    font-size: 1.6rem;
    border-radius: 0 0 5px 5px;
  }
}

.recipe-area .popup-link-list li a:hover {
  opacity: 1 !important;
}

.recipe-area .popup-link-list li a:hover .pic img {
  opacity: 1;
}

/*case*/
.case-area {
  position: relative;
  padding-bottom: 40px;
}

.case-area::after {
  position: absolute;
  content: "";
  bottom: -250px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 250px solid transparent;
  border-left: 750px solid #000b2b;
}

@media (max-width: 750px) {
  .case-area::after {
    bottom: -120px;
  }
}

.case-area .c-ttl {
  margin-bottom: 80px;
  width: 100%;
}

@media (max-width: 750px) {
  .case-area .c-ttl {
    margin-bottom: 40px;
  }
}

.case-area .c-ttl .text {
  width: 100%;
  text-align: center;
}

.case-area .c-ttl .text .bubble {
  margin-bottom: 30px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
  background: url(../img/case-bubble.png) center bottom no-repeat;
}

@media (max-width: 750px) {
  .case-area .c-ttl .text .bubble {
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    background: url(../img/case-bubble.png) center bottom/36% auto no-repeat;
  }
}

.case-area .c-ttl .text h2 {
  font-size: 5.2rem;
  line-height: 1.8;
}

@media (max-width: 750px) {
  .case-area .c-ttl .text h2 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

.case-area .popup-link-list {
  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-area .popup-link-list li {
  margin-bottom: 40px;
  width: 48%;
  max-width: 330px;
}

@media (max-width: 750px) {
  .case-area .popup-link-list li {
    margin-bottom: 20px;
  }
}

.case-area .popup-link-list li a {
  display: block;
  position: relative;
}

.case-area .popup-link-list li a::before {
  background-color: rgb(0 0 0 / 65%);
  background-image: url(../img/icn_mushimegane.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media (max-width: 750px) {
  .case-area .popup-link-list li a::before {
    background-size: 17px;
    width: 30px;
    height: 30px;
  }
}

.case-area .popup-link-list li a .pic img {
  width: 100%;
  height: auto;
  opacity: 1;
}

.case-area .popup-link-list li a .text {
  padding: 20px 20px;
  height: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000b2b;
  background: #fff;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  .case-area .popup-link-list li a .text {
    padding: 15px 10px;
    height: 130px;
    font-size: 1.2rem;
    border-radius: 0 0 5px 5px;
   /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;*/
  }
}

.case-area .popup-link-list li a .text p {
  font-size: 1.6rem;
  width: 75%;
  line-height: 1.8;
}

@media (max-width: 750px) {
  .case-area .popup-link-list li a .text p {
    font-size: 1.2rem;
    width: 100%;
  }
}

.case-area .popup-link-list li a .text p.sttl {
  width: 25%;
}

@media (max-width: 750px) {
  .case-area .popup-link-list li a .text p.sttl {
    width: 50%;
  }
}

.case-area .popup-link-list li a:hover {
  opacity: 1 !important;
}

.case-area .popup-link-list li a:hover .pic img {
  opacity: 1;
}

/*know*/
.know-area {
  margin-top: 248px;
  padding: 80px 0 120px;
  text-align: center;
  background: #000b2b;
  color: #fff;
}

@media (max-width: 750px) {
  .know-area {
    margin-top: 120px;
    padding: 10.6vw 0 16vw;
  }
}

.know-area .bubble {
  margin-bottom: 60px;
  padding-bottom: 30px;
  width: 100%;
  font-size: 3.2rem;
  background: url(../img/know-bubble.png) center bottom no-repeat;
}

@media (max-width: 750px) {
  .know-area .bubble {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 1.6rem;
    background: url(../img/know-bubble.png) center bottom/30% auto no-repeat;
  }
}

.know-area .lead {
  margin-bottom: 20px;
  font-size: 3.6rem;
  line-height: 1.8;
  color: #fff;
}

@media (max-width: 750px) {
  .know-area .lead {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.know-area .lead span {
  color: #f0f8c6;
}

.know-area .h2-box {
  position: relative;
}

.know-area .h2-box h2 {
  padding: 0 14px;
  color: #fff;
  font-size: 4.8rem;
  text-align: center;
  background: #d51364;
  display: inline-block;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .know-area .h2-box h2 {
    font-size: 2.4rem;
  }
}

.know-area .h2-box::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 4px;
  background: #747474;
  right: 0;
  bottom: -30px;
}

@media (max-width: 750px) {
  .know-area .h2-box::after {
    height: 2px;
    bottom: -15px;
  }
}

/*visia*/
.visia-area .c-ttl {
  padding: 120px 0 60px;
  text-align: center;
  background: #f3efe9;
}

@media (max-width: 750px) {
  .visia-area .c-ttl {
    padding: 60px 0 30px;
  }
}

.visia-area .c-ttl .catch {
  font-size: 2.8rem;
  line-height: 1;
}

@media (max-width: 750px) {
  .visia-area .c-ttl .catch {
    font-size: 1.4rem;
  }
}

.visia-area .c-ttl h2 {
  margin-bottom: 30px;
  font-size: 7rem;
  font-weight: 500;
}

@media (max-width: 750px) {
  .visia-area .c-ttl h2 {
    margin-bottom: 20px;
    font-size: 3.5rem;
  }
}

.visia-area .c-ttl .pic {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 750px) {
  .visia-area .c-ttl .pic {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.visia-area .intro {
  padding: 100px 0;
  color: #fff;
  background: #000b2b;
}

@media (max-width: 750px) {
  .visia-area .intro {
    padding: 50px 0;
  }
}

.visia-area .intro .container {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 750px) {
  .visia-area .intro .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

.visia-area .intro .container h3 {
  margin-bottom: 40px;
  font-size: 3.6rem;
  text-align: center;
}

@media (max-width: 750px) {
  .visia-area .intro .container h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.visia-area .intro .container p {
  margin-bottom: 1em;
}

.visia-area .intro .container p span {
  color: #fff99f;
}

/*why*/
.why-area {
  padding: 120px 0 0;
}

@media (max-width: 750px) {
  .why-area {
    padding: 60px 0 0;
  }
}

.why-area .c-ttl {
  margin-bottom: 100px;
  text-align: center;
}

@media (max-width: 750px) {
  .why-area .c-ttl {
    margin-bottom: 50px;
  }
}

.why-area .c-ttl h2 {
  font-size: 4.6rem;
  line-height: 1.8;
}

@media (max-width: 750px) {
  .why-area .c-ttl h2 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

.why-area .c-ttl h2 span {
  color: #345d73;
}

.why-area .why-box {
  margin-bottom: 100px;
}

@media (max-width: 750px) {
  .why-area .why-box {
    margin-bottom: 50px;
  }
}

.why-area .why-box .why-head {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  height: 478px;
  background: url(../img/why-img01.png) no-repeat 0 0/64% auto;
}

@media (max-width: 750px) {
  .why-area .why-box .why-head {
    margin-bottom: 30px;
    height: 240px;
  }
}

.why-area .why-box .why-head .num {
  position: absolute;
  content: '';
  width: 81px;
  height: 79px;
  background: url(../img/num-bg.png) no-repeat 0 0;
  top: 0;
  left: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
}

@media (max-width: 750px) {
  .why-area .why-box .why-head .num {
    width: 41px;
    height: 40px;
    background: url(../img/num-bg.png) no-repeat 0 0/contain;
    font-size: 1.6rem;
  }
}

.why-area .why-box .why-head .text {
  position: absolute;
  padding: 30px;
  width: 64%;
  bottom: 40px;
  right: 0;
  background: #345d73;
}

@media (max-width: 750px) {
  .why-area .why-box .why-head .text {
    padding: 15px 10px;
    bottom: 20px;
  }
}

.why-area .why-box .why-head .text p {
  width: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}

@media (max-width: 750px) {
  .why-area .why-box .why-head .text p {
    font-size: 1.4rem;
  }
}

.why-area .why-box .why-head .text p.sttl {
  font-size: 3rem;
  font-weight: 500;
}

@media (max-width: 750px) {
  .why-area .why-box .why-head .text p.sttl {
    font-size: 1.6rem;
  }
}

.why-area .why-box .container {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 750px) {
  .why-area .why-box .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

.why-area .why-box .container h3 {
  color: #d51364;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 750px) {
  .why-area .why-box .container h3 {
    font-size: 1.4rem;
  }
}

.why-area .why-box .container p {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 2.29;
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .why-area .why-box .container p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.why-area .why-box .container p span {
  color: #d51364;
  font-weight: 700;
}

.why-area .why-box.box02 .why-head {
  background: url(../img/why-img02.png) no-repeat right 0/64% auto;
}

.why-area .why-box.box02 .why-head .num {
  top: 0;
  left: 22%;
}

.why-area .why-box.box02 .why-head .text {
  right: inherit;
  left: 0;
}

.why-area .why-box.box02 .why-head .text::before {
  right: inherit;
  left: 0;
}

.why-area .why-box.box03 .why-head {
  background: url(../img/why-img03.png) no-repeat 0 0/64% auto;
}

.why-area .why-box.box03 .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
}

.why-area .why-box.box03 .container ul li {
  width: 51%;
}

.why-area .why-box.box03 .container ul li a {
  margin-bottom: 1rem;
  padding: 20px 10px;
  background: #000b2b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  display: block;
}

@media (max-width: 750px) {
  .why-area .why-box.box03 .container ul li a {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1.4rem;
  }
}

.why-area .why-box.box03 .container ul li p {
  font-size: 2.4rem;
}

.why-area .why-box.box03 .container ul li:last-child p {
  margin-bottom: 0px;
}

@media (max-width: 750px) {
  .why-area .why-box.box03 .container ul li p {
    font-size: 1.2rem;
    line-height: 2.29;
    text-align: center;
}
}

/*first*/
.first-area {
  padding: 120px 0;
  background: #f3efe9;
}

@media (max-width: 750px) {
  .first-area {
    padding: 60px 0 0;
  }
}

.first-area .c-ttl {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
}

@media (max-width: 750px) {
  .first-area .c-ttl {
    margin-bottom: 50px;
  }
}

.first-area .c-ttl::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 4px;
  background: #fff;
  right: 0;
  bottom: -30px;
}

@media (max-width: 750px) {
  .first-area .c-ttl::after {
    height: 2px;
    bottom: -15px;
  }
}

.first-area .c-ttl .bubble {
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.7;
  background: url(../img/first-bubble.png) center bottom no-repeat;
}

@media (max-width: 750px) {
  .first-area .c-ttl .bubble {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: auto;
    width: initial;
    font-size: 1.8rem;
    background: url(../img/first-bubble.png) center bottom/30% auto no-repeat;
  }
}

.first-area .c-ttl .lead {
  margin-bottom: 20px;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.8;
}

@media (max-width: 750px) {
  .first-area .c-ttl .lead {
    font-size: 2.2rem;
  }
}

.first-area .c-ttl .lead span {
  color: #d51364;
}

.first-area .c-ttl h2 {
  padding: 0 14px;
  color: #fff;
  font-size: 4.8rem;
  text-align: center;
  background: #345d73;
  display: inline-block;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .first-area .c-ttl h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.first-area .first-box {
  margin-bottom: 80px;
}

@media (max-width: 750px) {
  .first-area .first-box {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}

.first-area .first-box .first-head {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  height: 478px;
  background: url(../img/first-img01.png) no-repeat right 0/64% auto;
}

@media (max-width: 750px) {
  .first-area .first-box .first-head {
    margin-bottom: 25px;
    height: 240px;
  }
}

.first-area .first-box .first-head .text {
  position: absolute;
  padding: 30px;
  width: 64%;
  bottom: 40px;
  left: 0;
  background: #fff;
}

@media (max-width: 750px) {
  .first-area .first-box .first-head .text {
    padding: 15px 10px;
    bottom: 20px;
  }
}

.first-area .first-box .first-head .text p {
  width: 100%;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  text-align: center;
}

@media (max-width: 750px) {
  .first-area .first-box .first-head .text p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.first-area .first-box .container {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 750px) {
  .first-area .first-box .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

.first-area .first-box .container p {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 2.29;
}

@media (max-width: 750px) {
  .first-area .first-box .container p {
    font-size: 1.4rem;
  }
}

.first-area .first-box .container p span {
  color: #d51364;
  font-weight: 700;
}

.first-area .first-box.box02 .first-head {
  background: url(../img/first-img02.png) no-repeat left 0/64% auto;
}

.first-area .first-box.box02 .first-head .text {
  left: inherit;
  right: 0;
}

.first-area .first-box.box02 .first-head .text::before {
  left: inherit;
  right: 0;
}

/*flow*/
.flow-area {
  padding: 120px 0 0;
}

@media (max-width: 750px) {
  .flow-area {
    padding: 60px 0 0;
  }
}

.flow-area .c-ttl {
  margin-bottom: 100px;
  text-align: center;
}

@media (max-width: 750px) {
  .flow-area .c-ttl {
    margin-bottom: 50px;
  }
}

.flow-area .c-ttl h2 {
  font-size: 4.6rem;
  line-height: 1.8;
}

@media (max-width: 750px) {
  .flow-area .c-ttl h2 {
    font-size: 2.4rem;
  }
}

.flow-area .swiper-slide {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 750px) {
  .flow-area .swiper-slide {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

.flow-area .swiper-slide .text {
  background: #fff;
}

.flow-area .swiper-slide .text .ttl-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-area .swiper-slide .text .ttl-box .step {
  width: 118px;
  color: #fff;
  background: #345d73;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 750px) {
  .flow-area .swiper-slide .text .ttl-box .step {
    width: 80px;
  }
}

.flow-area .swiper-slide .text .ttl-box .step span {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  display: block;
}

@media (max-width: 750px) {
  .flow-area .swiper-slide .text .ttl-box .step span {
    font-size: 1.4rem;
  }
}

.flow-area .swiper-slide .text .ttl-box .step span.sttl {
  font-size: 2rem;
}

@media (max-width: 750px) {
  .flow-area .swiper-slide .text .ttl-box .step span.sttl {
    font-size: 1.4rem;
  }
}

.flow-area .swiper-slide .text .ttl-box .step span > span {
  font-size: 3rem;
  font-weight: 700;
  display: inline;
}

@media (max-width: 750px) {
  .flow-area .swiper-slide .text .ttl-box .step span > span {
    font-size: 1.8rem;
  }
}

.flow-area .swiper-slide .text .ttl-box .ttl {
  padding: 40px 20px 35px;
  width: calc(100% - 118px);
  color: #345d73;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 750px) {
  .flow-area .swiper-slide .text .ttl-box .ttl {
    padding: 20px 10px 18px;
    width: calc(100% - 80px);
    font-size: 1.6rem;
  }
}

.flow-area .swiper-slide .text .ttl-box::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 4px;
  background: #d8d8d8;
  right: 0;
  bottom: 0;
}

@media (max-width: 750px) {
  .flow-area .swiper-slide .text .ttl-box::after {
    height: 2px;
  }
}

.flow-area .swiper-slide .text p {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4rem;
}

@media (max-width: 750px) {
  .flow-area .swiper-slide .text p {
    padding: 20px;
    font-size: 1.4rem;
    height: 12.5rem;
  }
}

/*swiper*/
.swiper {
  height: 910px;
}

@media (max-width: 750px) {
  .swiper {
    height: 490px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 65px;
  height: 63px;
}

@media (max-width: 750px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 33px;
    height: 32px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  width: 65px;
  height: 63px;
}

@media (max-width: 750px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 33px;
    height: 32px;
  }
}

.swiper-button-prev::after {
  background: url(../img/btn_prev.png) no-repeat 0 0/contain;
}

.swiper-button-next::after {
  background: url(../img/btn_next.png) no-repeat 0 0/contain;
}

/*faq*/
.faq-area {
  padding: 120px 0 100px;
  background: #f3efe9;
}

@media (max-width: 750px) {
  .faq-area {
    padding: 60px 0;
  }
}

.faq-area .c-ttl {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 750px) {
  .faq-area .c-ttl {
    margin-bottom: 30px;
  }
}

.faq-area .c-ttl h2 {
  font-size: 4.6rem;
  line-height: 1.8;
}

@media (max-width: 750px) {
  .faq-area .c-ttl h2 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

.faq-area .faq-container {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
}

@media (max-width: 750px) {
  .faq-area .faq-container {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 30px;
  }
}

/*.faq-area .faq-container .faq-box {
  border-top: 2px solid #fff;
}*/

.faq-area .faq-container .faq-box .faq-list {
  border-bottom: 2px solid #fff;
  overflow: hidden;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.faq-area .faq-container .faq-box .faq-list:last-child {
  border-bottom: none;
  overflow: hidden;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.faq-area .faq-container .faq-box .faq-list dt a {
  position: relative;
  padding: 34px 80px 32px 0;
  width: 100%;
  line-height: 1.53;
  color: #d51364;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 750px) {
  .faq-area .faq-container .faq-box .faq-list dt a {
    padding: 18px 40px 16px 0;
    font-size: 1.4rem;
  }
}

.faq-area .faq-container .faq-box .faq-list dt a i {
  display: table-cell;
}

.faq-area .faq-container .faq-box .faq-list dt a i span {
  width: 81px;
  height: 79px;
  color: #f12d64;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  background: url(../img/qa-bg.png) no-repeat 0 0/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

@media (max-width: 750px) {
  .faq-area .faq-container .faq-box .faq-list dt a i span {
    width: 41px;
    height: 40px;
    font-size: 1.4rem;
    margin-right: 9px;
  }
}

.faq-area .faq-container .faq-box .faq-list dt a::after {
  position: absolute;
  content: '';
  width: 28px;
  height: 33px;
  background: url(../img/qa-arrow.png) no-repeat 0 0/contain;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 750px) {
  .faq-area .faq-container .faq-box .faq-list dt a::after {
    width: 14px;
    height: 17px;
    right: 15px;
  }
}

@media (max-width: 750px) {
  .faq-area .faq-container .faq-box .faq-list dt a {
    padding: 16px 10vw 16px 0;
    font-size: 1.6rem;
  }
  .faq-area .faq-container .faq-box .faq-list dt a i {
    width: 50px;
  }
}

.faq-area .faq-container .faq-box .faq-list dt.active a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.faq-area .faq-container .faq-box .faq-list dt > span {
  display: table-cell;
}

.faq-area .faq-container .faq-box .faq-list dd {
  padding: 20px 30px 40px 0;
  font-size: 2.4rem;
  line-height: 2.08;
  display: none;
}

.faq-area .faq-container .faq-box .faq-list dd i {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  }
@media (max-width: 750px) {
  .faq-area .faq-container .faq-box .faq-list dd i {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  }
}
.faq-area .faq-container .faq-box .faq-list dd i span {
  width: 81px;
  height: 79px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  background: url(../img/num-bg.png) no-repeat 0 0/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 750px) {
  .faq-area .faq-container .faq-box .faq-list dd i span {
    width: 41px;
    height: 40px;
    font-size: 1.4rem;
    margin-right: 9px;
  }
}

.faq-area .faq-container .faq-box .faq-list dd > span {
    margin-top: -6px;
    display: inline-block;
    width: 500px;
}
@media (max-width: 750px) {
  .faq-area .faq-container .faq-box .faq-list dd > span {
    margin-top: -6px;
    display: inline-block;
    width: 280px;
  }
}

@media (max-width: 750px) {
  .faq-area .faq-container .faq-box .faq-list dd {
    font-size: 1.4rem;
    padding: 0 15px 20px 0;
    /*display: flex;
    justify-content: flex-start;
    align-items: flex-start;*/
  }
}

.popup-content .popup-box h4 {
  margin: 60px 0 60px;
  padding: 0 0 20px;
  text-align: center;
  line-height: 1.8;
  font-size: 4rem;
  background: url(../img/modal-ttl-line.png) no-repeat center bottom;
}

@media (max-width: 750px) {
  .popup-content .popup-box h4 {
    margin: 30px 0 30px;
    padding: 0 0 10px;
    font-size: 1.4rem;
    background: url(../img/modal-ttl-line.png) no-repeat center bottom/70% auto;
  }
}

.popup-content .popup-box .popup-head {
  padding: 0 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 750px) {
  .popup-content .popup-box .popup-head {
    padding: 0 20px 30px;
  }
}

.popup-content .popup-box .popup-head .ttl {
  margin-bottom: 50px;
  padding: 20px 0;
  color: #345d73;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  background: #f3efe9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 750px) {
  .popup-content .popup-box .popup-head .ttl {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 1.6rem;
  }
}

.popup-content .popup-box .popup-head ul {
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .popup-content .popup-box .popup-head ul {
    font-size: 1.4rem;
  }
}

.popup-content .popup-box .popup-head ul li {
  padding-left: 1em;
  position: relative;
}
.popup-content .popup-box .popup-head ul li::before {
  background: #345d73;
  border-radius: 100px;
  content: "";
  display:block;
  height: 13px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 15px;
}

@media (max-width: 750px) {
  .popup-content .popup-box .popup-head ul li::before {
    height: 10px;
    top: 10px;
    width: 10px;
  }
}

.popup-content .popup-box .popup-head p {
  margin-bottom: 1em;
  font-size: 2.4rem;
}

@media (max-width: 750px) {
  .popup-content .popup-box .popup-head p {
    font-size: 1.4rem;
  }
}

.popup-content .popup-box .popup-head p span {
  color: #d51364;
}

.popup-content .popup-box .popup-body {
  padding: 100px 0;
  background: #f3efe9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 750px) {
  .popup-content .popup-box .popup-body {
    padding: 50px 0;
  }
}

.popup-content .popup-box .product-content {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 750px) {
  .popup-content .popup-box .product-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.popup-content .popup-box .product-content.bor {
  margin-bottom: 60px;
  /*border-bottom: 1px solid #000b2b;*/
}

@media (max-width: 750px) {
  .popup-content .popup-box .product-content.bor {
    margin-bottom: 30px;
  }
}

.popup-content .popup-box .product-content .bubble {
  margin-bottom: 40px;
  font-size: 3.4rem;
  line-height: 1.8;
  text-align: center;
  background: url(../img/bubble-bg_blk.png) 8rem bottom no-repeat;
  background-size: 70%;
  padding-bottom: 20px;
}

@media (max-width: 750px) {
.popup-content .popup-box .product-content .bubble {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  background: url(../img/bubble-bg_blk.png) 2rem bottom no-repeat;
  background-size: 80%;
  padding-bottom: 5px;
  }
}

/*.popup-content .popup-box .product-content h5 {
  margin-bottom: 20px;
  font-size: 3.8rem;
  line-height: 1.8;
  text-align: center;
}/*

/*@media (max-width: 750px) {
  .popup-content .popup-box .product-content h5 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}*/

.popup-content .popup-box .product-content h6 {
  margin-bottom: 40px;
  color: #345d73;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 750px) {
  .popup-content .popup-box .product-content h6 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.popup-content .popup-box .product-content .en {
  margin-bottom: 50px;
  color: #9b9faa;
  text-align: center;
}

@media (max-width: 750px) {
  .popup-content .popup-box .product-content .en {
    margin-bottom: 30px;
  }
}

.popup-content .popup-box .product-box {
  margin-bottom: 80px;
  padding-bottom: 60px;
}

@media (max-width: 750px) {
  .popup-content .popup-box .product-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.popup-content .popup-box .product-box .p-name {
  padding: 20px 10px;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  background: #345d73;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 750px) {
  .popup-content .popup-box .product-box .p-name {
    padding: 10px;
    font-size: 1.6rem;
  }
}

.popup-content .popup-box .product-box .price {
  margin-bottom: 0;
  padding: 40px 0;
  font-size: 2.4rem;
  text-align: center;
}

@media (max-width: 750px) {
  .popup-content .popup-box .product-box .price {
    padding: 20px 0;
    font-size: 1.4rem;
  }
}
.popup-content .popup-box .product-box .price.is_last {
  padding-top: 0;
}
@media (max-width: 750px) {
  .popup-content .popup-box .product-box .price.is_last {
    padding-top: 0;
  }
}

.popup-content .popup-box .product-box span.is_campaign {
    text-align: center;
    color: #d51364;
    font-weight: 700;
}
.popup-content .popup-box .product-box span.is_campaign.is_arrow {
    display: inline-block;
    margin: 0 1rem 0 -3rem;
}
@media (max-width: 750px) {
.popup-content .popup-box .product-box span.is_campaign.is_arrow {
    display: inline-block;
    margin: 0 1rem 0 -2.25rem;
}
}
/* .popup-content .popup-box .product-box span.is_campaign.is_campaign_price {
    margin-left: 9rem;
} */

.popup-content .popup-box .product-box .note {
  font-size: 2rem;
}

@media (max-width: 750px) {
  .popup-content .popup-box .product-box .note {
    font-size: 1.4rem;
  }
}

.popup-content .popup-box .product-box .note._center {
  margin-bottom: 30px;
}

@media (max-width: 750px) {
  .popup-content .popup-box .product-box .note._center {
    margin-bottom: 20px;
  }
}

.popup-content .popup-box .product-box .pic {
  margin-bottom: 60px;
}

@media (max-width: 750px) {
  .popup-content .popup-box .product-box .pic {
    margin-bottom: 30px;
  }
}

.popup-content .popup-box .product-box .pic img {
  width: 100%;
  height: auto;
}

.popup-content .popup-box .product-box .pic.no-price {
  margin: 30px 0 60px;
}
@media (max-width: 750px) {
    .popup-content .popup-box .product-box .pic.no-price {
    margin: 15px 0 30px;
  }
}
.popup-content .popup-box .product-box p {
  margin-bottom: 1em;
  font-size: 2.4rem;
}

@media (max-width: 750px) {
  .popup-content .popup-box .product-box p {
    font-size: 1.4rem;
  }
}

.popup-content .popup-box .product-box p span {
  color: #d51364;
  font-weight: 700;
}

.popup-content .popup-box .product-box .diff-box p {
  margin-bottom: 40px;
  font-size: 2.4rem;
}

@media (max-width: 750px) {
  .popup-content .popup-box .product-box .diff-box p {
    font-size: 1.4rem;
  }
}

.popup-content .popup-box .product-box .diff-box p.sttl {
  margin-bottom: initial;
  color: #345d73;
  font-weight: 700;
}

.popup-content .popup-box .case-content .pic {
  width: 100%;
}

.popup-content .popup-box .case-content .text {
  background: #fff;
}

.popup-content .popup-box .case-content .text .ttl-box {
  position: relative;
  margin-bottom: 40px;
  padding: 60px 40px 30px;
}

@media (max-width: 750px) {
  .popup-content .popup-box .case-content .text .ttl-box {
    padding: 30px 20px 15px;
  }
}

.popup-content .popup-box .case-content .text .ttl-box h4 {
  margin: 0;
  padding: 0;
  color: #345d73;
  font-size: 2.2rem;
  background: none;
  text-align: left;
}

@media (max-width: 750px) {
  .popup-content .popup-box .case-content .text .ttl-box h4 {
    font-size: 1.4rem;
  }
}

.popup-content .popup-box .case-content .text .ttl-box::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 4px;
  background: #d8d8d8;
  right: 0;
  bottom: 0;
}

@media (max-width: 750px) {
  .popup-content .popup-box .case-content .text .ttl-box::after {
    height: 2px;
  }
}

.popup-content .popup-box .case-content .text p {
  margin-bottom: 40px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4rem;
}

@media (max-width: 750px) {
  .popup-content .popup-box .case-content .text p {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 1.4rem;
  }
}
.popup-content .popup-box .case-content .text p.is_price {
    margin-bottom: 0;
}
.popup-content .popup-box .case-content .text p.is_campaign {
    color: #d51364;
    font-weight: 700;
}
.popup-content .popup-box .case-content .text p.is_campaign span{
    margin-left: 1.6rem;
}
@media (max-width: 750px) {
  .popup-content .popup-box .case-content .text p.is_campaign span{
    margin-left: 1rem;
}
}

.popup-content .popup-box .shop-content {
  padding: 90px 0 100px;
  background: #f3efe9;
  height: 100%;
}

@media (max-width: 750px) {
  .popup-content .popup-box .shop-content {
    padding: 40px 0 50px;
  }
}

.popup-content .popup-box .shop-content h4 {
  margin: 0;
  padding: 0;
  font-size: 4rem;
  background: none;
  text-align: center;
}

@media (max-width: 750px) {
  .popup-content .popup-box .shop-content h4 {
    font-size: 2rem;
  }
}

.popup-content .popup-box .shop-content .map-area {
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .popup-content .popup-box .shop-content .map-area {
    margin-bottom: 20px;
  }
}

.popup-content .popup-box .shop-content p {
  margin-bottom: 40px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4rem;
}

@media (max-width: 750px) {
  .popup-content .popup-box .shop-content p {
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 1.4rem;
  }
}

/*modal*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  left: 0;
}

.modal-bg {
  position: absolute;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(118, 118, 118, 1);
  z-index: 4;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 750px;
  /* これが無いと「overflow:scroll」が利かない */
  zoom: 0.64;
}
@media (max-width: 750px) {
  .modal-content {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 750px;
    /* これが無いと「overflow:scroll」が利かない */
    zoom: 1;
  }
}
.modal-content.case {
  width: 630px;
}

@media (max-width: 750px) {
  .modal-content {
    width: 90vw;
  }
  .modal-content.case {
    width: 90vw;
  }
}

.modal-inner {
  height: 100%;
  overflow: auto;
}
.modal-content.shop .modal-inner {
  height: min-content;
}

@media (max-width: 750px) {
  .modal-inner {
    overflow: auto;
  }
}

.popup-box {
  overflow: hidden;
  background: #fff;
  height: 115vh;
}

@media (max-width: 750px) {
  .popup-box {
    height: 80vh;
  }
}

@media (max-width: 750px) {
  .modal-content.case .popup-box {
    height: 80vh;
  }
}

.modal-content.shop .popup-box {
    height: min-content;
    background: #f3efe9;
  }

.js-modal-close {
  position: fixed;
  width: 65px;
  height: 63px;
  top: 0;
  right: 0;
  z-index: 6;
}

@media (max-width: 750px) {
  .js-modal-close {
    width: 33px;
    height: 32px;
  }
}

body.fixed {
  /*position: fixed;*/
  width: 100%;
  height: 100%;
  left: 0;
}

footer {
  padding: 0;
}

@media (max-width: 750px) {
  footer {
    padding: 0;
  }
}

footer .container {
  position: relative;
  background: #000b2b;
  padding: 120px 0 40px;
}

@media (max-width: 750px) {
  footer .container {
    padding: 60px 0 20px;
  }
}

footer .container::after {
  position: absolute;
  content: "";
  bottom: -240px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 242px solid #000b2b;
  border-right: 750px solid transparent;
  z-index: 2;
}

footer h2 {
  text-align: center;
  color: #fff;
  font-size: 4.2rem;
  line-height: 1.8;
}

@media (max-width: 750px) {
  footer h2 {
    font-size: 2.4rem;
  }
}

footer .en {
  margin-bottom: 50px;
  text-align: center;
}

footer .shop-container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 750px) {
  footer .shop-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

footer .shop-container.last {
  padding-bottom: 20px;
}

footer .shop-box {
  margin-bottom: 100px;
  padding: 90px 0 100px;
  background: #f3efe9;
}

@media (max-width: 750px) {
  footer .shop-box {
    margin-bottom: 50px;
    padding: 40px 0 50px;
  }
}

footer .footer-link a {
  display: block;
  text-align: center;
  font-size: 4rem;
}

@media (max-width: 750px) {
  footer .footer-link a {
    font-size: 2rem;
  }
}

.map-area-slide {
  height: 100%;
  width: 100%;
}
.map-area-slide {
  position: relative;
}
.map-area-slide .slide-arrow {
  position: absolute;
}

.map-area-slide .slide-arrow {
  position: absolute;
  z-index: 1;
  top: calc(50% - 39px);
}
.map-area-slide .slide-arrow:last-child {
  right: 0;
}

@media (max-width: 750px) {
  .map-area-slide .slide-arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 22px);
  }
}

.map-area,
.map-area-wrapper {
  margin: 43px 0 0;
}

@media (max-width: 750px) {
  .map-area,
  .map-area-wrapper {
    margin: 20px 0 0;
  }
}

.map-area-wrapper {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.map-area-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#ginza .map-area-inner {
  background: url(../img/map-area-ginza-01.jpg) 50% 0% / 90% no-repeat;
  background-size: contain;
  opacity: 0;
  animation: fadein-anim 2s linear forwards;
}

#yokohama .map-area-inner {
  background: url(../img/map-area-yokohama-01.jpg) 50% 0% / 90% no-repeat;
  background-size: contain;
  opacity: 0;
  animation: fadein-anim 2s linear forwards;
}

#nagoya .map-area-inner {
  background: url(../img/map-area-nagoya-01.jpg) 50% 0% / 90% no-repeat;
  background-size: contain;
  opacity: 0;
  animation: fadein-anim 2s linear forwards;
}

@keyframes fadein-anim {
	100% {
		opacity: 1;
	}
}

@media (max-width: 750px) {
  .map-area iframe {
    height: 50.4vw;
  }
}

footer .footer-address {
  font-size: 2.4rem;
  line-height: 2.08;
  margin: 30px 30px 0;
}

@media (max-width: 750px) {
  footer .footer-address {
    font-size: 1.4rem;
    margin: 15px 15px 0;
  }
}
footer .footer-address span,
.popup-content .popup-box .shop-content p span {
  color: #d51364;
  font-weight: 700;
}
footer .footer-tel {
  text-align: center;
  margin: 40px 0 0;
}

@media (max-width: 750px) {
  footer .footer-tel {
    margin: 20px 0 0;
  }
}

footer .footer-tel a {
  display: inline-block;
  width: 480px;
  text-align: center;
  background: #345d73;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 20px 12px;
  color: #fff;
}

@media (max-width: 750px) {
  footer .footer-tel a {
    width: 250px;
    font-size: 1.4rem;
    padding: 15px 6px;
  }
}

footer .footer-tel a span {
  position: relative;
  padding-left: 50px;
}

footer .footer-tel a span::before {
  position: absolute;
  content: '';
  margin-right: 14px;
  width: 35px;
  height: 35px;
  background: url(../img/icn_tel.png) no-repeat 0 0/contain;
  left: 0;
  bottom: -3px;
  background-size: 90%;
}

@media (max-width: 750px) {
  footer .footer-tel a span {
    padding-left: 30px;
  }
  footer .footer-tel a span::before {
    width: 24px;
    height: 24px;
  }
}

footer .footer-image {
  position: relative;
  padding-top: 241px;
  margin-bottom: -243px;
}

@media (max-width: 750px) {
  footer .footer-image {
    margin-top: 30px;
    margin-bottom: -274px;
  }
}

footer .footer-image > img {
  width: 100%;
  -webkit-transform: translateY(-240px);
          transform: translateY(-240px);
}

@media (max-width: 750px) {
  footer .footer-image > img {
    -webkit-transform: translateY(-272px);
            transform: translateY(-272px);
  }
}

footer .footer-image p {
  position: absolute;
  left: 0;
  top: 44%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

@media (max-width: 750px) {
  footer .footer-image p {
    top: 32%;
  }
}

@media (max-width: 750px) {
  footer .footer-image p img {
    width: 58vw;
  }
}

footer .footer-lead-text {
  text-align: center;
  font-size: 2.6rem;
  line-height: 2.5;
  margin: 30px 0 0;
}

@media (max-width: 750px) {
  footer .footer-lead-text {
    font-size: 1.6rem;
    margin: 15px 0 0;
  }
}

footer .copy-area {
  position: relative;
  background: #c6bdac;
}

@media (max-width: 750px) {
footer .copy-area {
  margin: 0 0 48px;
}
}

footer .copy-area .md_copy {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  padding: 50px 0 80px;
}

@media (max-width: 750px) {
  footer .copy-area .md_copy {
    padding: 26px 0 40px;
    font-size: 1.4rem;
  }
}

footer .copy-area .mark {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 80px;
  top: 44px;
}

@media (max-width: 750px) {
  footer .copy-area .mark {
    width: 30px;
    height: 30px;
    right: 40px;
    top: 22px;
  }
}

#contact-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}

#contact-nav .contact-area {
  background: #000b2a;
  width: 500px;
  margin: 0 0 0 auto;
  padding: 10px 30px 10px;
}

@media (max-width: 750px) {
  #contact-nav .contact-area {
    width: 100%;
    padding: 5px 2vw 10px;
  }
}

@media (max-width: 750px) {
  #contact-nav .contact-area > div {
    margin-left: auto;
    margin-right: auto;
  }
}

#contact-nav .contact-area > div > div {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}


/*
#contact-nav a {
  display: block;
  text-align: center;
  color: #fff;
  height: 45px;
  background: linear-gradient(to right, #64bf64 20%, #72b3d2 100%);
  background-color: #72b3d2;
}

@media (max-width: 750px) {
  #contact-nav a {
    height: 40px;
  }
}

#contact-nav a div {
  display: table;
  width: 100%;
  height: 45px;
  padding-bottom: 7px;
  padding-left: 8px;
  margin-left: 10px;
}

@media (max-width: 750px) {
  #contact-nav a div {
    height: 50px;
    padding-bottom: 10px;
    padding-left: 0;
  }
}

#contact-nav .contact-area > div > div:first-child a div {
  margin-left: 5px;
}

@media (max-width: 750px) {
  #contact-nav .contact-area > div > div:first-child a div {
    margin-left: 3px;
  }
}

#contact-nav a div .icon {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 8px;
  width: 40px;
  font-size: 1.7rem;
}

@media (max-width: 750px) {
  #contact-nav a div .icon {
    width: 35px;
    padding-right: 7px;
    padding-left: 3px;
  }
}

#contact-nav a div .icon.pt02 {
  width: 70px;
}

@media (max-width: 750px) {
  #contact-nav a div .icon.pt02 {
    width: 54px;
  }
}

#contact-nav a div .text {
  display: table-cell;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
  font-size: 1.7rem;
  font-weight: 500;
}

@media (max-width: 750px) {
  #contact-nav a div .text {
    font-size: 1.4rem;
  }
}

#contact-nav a div .text small {
  font-size: 1.2rem;
  font-weight: 400;
}

@media (max-width: 750px) {
  #contact-nav a div .text small {
    display: block;
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

#contact-nav a.line-btn {
  background: #64bf64 !important;
  color: #fff !important;
}
*/


#contact-nav a {
  display: block;
  text-align: center;
  background: linear-gradient(to right, #64bf64 20%, #72b3d2 100%);
  background-color: #72b3d2;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 12px;
  margin: 0 auto;
}
#contact-nav .contact-area .col div:last-child a {
  display: block;
  text-align: center;
  background: transparent;
  background-color: #345d73!important;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 12px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  #contact-nav a {
    font-size: 1.4rem;
    padding: 5px 6px;
  }
}

@media (max-width: 750px) {
  #contact-nav .contact-area .col div:last-child a {
    font-size: 1.4rem;
    padding: 5px 6px;
  }
}

#contact-nav a span {
  position: relative;
  padding-left: 40px;
}

@media (max-width: 750px) {
  #contact-nav a span {
    position: relative;
    padding-left: 30px;
  }
}
#contact-nav a span::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 27px;
  background: url(../img/icn_line.svg) no-repeat 0 0;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 70%;
}
@media (max-width: 750px) {
    #contact-nav a span::before {
      position: absolute;
      content: '';
      width: 36px;
      height: 27px;
      background: url(../img/icn_line.svg) no-repeat 0 0;
      left: 0;
      top: 80%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-size: 60%;
    }
}
#contact-nav .contact-area .col div:last-child a span::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 27px;
  background: url(../img/icn_tel.png) no-repeat 0 0;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 70%;
}
@media (max-width: 750px) {
    #contact-nav .contact-area .col div:last-child a span::before {
      position: absolute;
      content: '';
      width: 36px;
      height: 27px;
      background: url(../img/icn_tel.png) no-repeat 0 0;
      left: 0;
      top: 80%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-size: 60%;
    }
}

#contact-nav .contact-info {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 750px) {
  #contact-nav .contact-info {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.contact-btn {
  width: 100%;
  z-index: 3;
}

.contact-btn .contact-area {
  padding: 0 30px;
  text-align: center;
}

@media (max-width: 750px) {
  .contact-btn .contact-area {
    width: 100%;
    padding: 10px 2vw;
  }
}

@media (max-width: 750px) {
  .contact-btn .contact-area > div {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-btn .contact-area > p {
  position: relative;
  display: inline-block;
  margin: 20px auto 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
.limited-banner + .contact-btn .contact-area > p {
  color: #000b2b;
}
.contact-btn .contact-area > p:first-child {
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  .contact-btn .contact-area > p:first-child {
  margin: 0 auto 5px;
}
}

@media (max-width: 767px) {
  .contact-btn .contact-area > p {
  font-size: 1.2rem;
  margin: 10px auto 5px;
}
}
.contact-btn .contact-area > p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 30px;
  height: 1px;
  background: #fff;
  transform: rotate(65deg);
}
@media (max-width: 767px) {
  .contact-btn .contact-area > p::before {
  left: -30px;
  width: 17.5px;
}
}

.limited-banner + .contact-btn .contact-area > p::before {
  background: #000b2b;
}

.contact-btn .contact-area > p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  width: 30px;
  height: 1px;
  background: #fff;
  transform: rotate(-65deg);
}
@media (max-width: 767px) {
  .contact-btn .contact-area > p::after {
    right: -30px;
  width: 17.5px;
}
}

.limited-banner + .contact-btn .contact-area > p::after {
  background: #000b2b;
}


#contact-nav .cta-text p {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  color: #fff;
}
@media (max-width: 750px) {
  #contact-nav .cta-text p {
    font-size: 1rem;
  }
}
#contact-nav .cta-text p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 40px;
  height: 1px;
  background: #fff;
  transform: rotate(65deg);
}
@media (max-width: 750px) {
  #contact-nav .cta-text p::before {
    left: 0;
    width: 30px;
    height: 1px;
  }
}
#contact-nav .cta-text p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 40px;
  height: 1px;
  background: #fff;
  transform: rotate(-65deg);
}
@media (max-width: 750px) {
  #contact-nav .cta-text p::after {
    right: 0;
    width: 30px;
    height: 1px;
  }
}




.contact-btn a {
  display: block;
  text-align: center;
  /*background: #64bf64;*/
  background: linear-gradient(to right, #64bf64 20%, #72b3d2 100%);
  background-color: #72b3d2;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  width: 480px;
  padding: 20px 12px;
  margin: 0 auto;
  /* margin-bottom: 50px; */
  margin-bottom: 0;
}
.contact-btn a:last-child {
  display: block;
  text-align: center;
  /*background: #64bf64;*/
  background: transparent;
  background-color: #345d73;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  width: 480px;
  padding: 20px 12px;
  margin: 0 auto;
  /* margin-bottom: 50px; */
}
@media (max-width: 750px) {
  .contact-btn a {
    width: 300px;
    font-size: 1.4rem;
    padding: 15px 6px;
    /* margin-bottom: 20px; */
    margin-bottom: 0;
  }
}

@media (max-width: 750px) {
  .contact-btn a:last-child {
    width: 300px;
    font-size: 1.4rem;
    padding: 15px 6px;
    /* margin-bottom: 20px; */
    margin-bottom: 0;
  }
}

.contact-btn a span {
  position: relative;
  padding-left: 40px;
}

@media (max-width: 750px) {
  .contact-btn a span {
    position: relative;
    padding-left: 30px;
  }
}
.contact-btn a span::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 27px;
  background: url(../img/icn_line.svg) no-repeat 0 0;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 70%;
}
@media (max-width: 750px) {
    .contact-btn a span::before {
      position: absolute;
      content: '';
      width: 36px;
      height: 27px;
      background: url(../img/icn_line.svg) no-repeat 0 0;
      left: 0;
      top: 80%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-size: 60%;
    }
}
.contact-btn a:last-child span::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 27px;
  background: url(../img/icn_tel.png) no-repeat 0 0;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 70%;
}
@media (max-width: 750px) {
    .contact-btn a:last-child span::before {
      position: absolute;
      content: '';
      width: 36px;
      height: 27px;
      background: url(../img/icn_tel.png) no-repeat 0 0;
      left: 0;
      top: 80%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-size: 60%;
    }
}

a:hover {
  opacity: 0.75 !important;
}

@media (max-width: 750px) {
  a:hover {
    opacity: 1 !important;
  }
}

/*アニメーション*/
.scrollzoom {
  opacity: 0;
  transition: all 0.75s;
}
.hero-text {
  animation:fadein 0.3s ease-out 1s forwards;
  opacity: 0;
}
@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.banner {
  display: block;
  padding: 0 30px 50px;
}
@media (max-width: 750px) {
  .banner {
    padding: 0 15px 10px;
  }
}
.recipe-area + .limited-banner {
  display: block;
  padding: 0 60px 100px;
}
@media (max-width: 750px) {
  .recipe-area + .limited-banner {
    padding: 0 30px 50px;
  }
}
.reservation.banner,.limited-banner {
  display: block;
  padding: 0 60px 50px;
}
@media (max-width: 750px) {
  .reservation.banner,.limited-banner {
    padding: 0 15px 10px;
  }
}
.contact-area.reservation a{
  background: linear-gradient(to right, #64bf64 20%, #72b3d2 100%);
  margin: 0 auto 50px;
}
@media (max-width: 750px) {
.contact-area.reservation a{
  margin: 0 auto 20px;
}
}

.contact-area.reservation a span::before{
  position: absolute;
  content: '';
  width: 36px;
  height: 27px;
  background: url(../img/icn_line.svg) no-repeat 0 0;
  left: 0;
  top: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 60%;
}
.contact-btn a div{
	display: flex;
	justify-content: center;
}
.contact-btn a div .icon{
	margin: 0 5px 0 0;
}
.popup-content .contact-box{
	height: 100vh;
}
@media (max-width: 750px) {
.popup-content .contact-box{
	height: 80vh;
}
}
.popup-content .popup-box .popup-in .popup-text .contact_ul{
	display: flex;
	padding: 0 1em;
	justify-content: center;
	width: 100%;
  flex-wrap: wrap;
}
.popup-content .popup-box .popup-in .popup-text .contact_ul li{
	margin: 0 1em;
	text-align: center;
	width: 50%;
}
@media (max-width: 750px) {
.popup-content .popup-box .popup-in .popup-text .contact_ul li{
	width: 70%;
}
}
.popup-content .popup-box .popup-in .popup-text .contact_ul li a{
    display: block;
    height: 80px;
    width: 100%;
    padding: 10px 5px;
    margin: 10px 0;
    background: #345d73;
    color: #fff;
    text-align: center;
    line-height: 3rem;
}
@media (max-width: 750px) {
.popup-content .popup-box .popup-in .popup-text .contact_ul li a{
    height: unset;
}
}
.popup-content .popup-box .popup-in .popup-text .contact_ul li a .is_pc{
    display: block;
}
@media (max-width: 750px) {
  .popup-content .popup-box .popup-in .popup-text .contact_ul li a .is_pc{
      display: none;
  }
}

/* キャンペーン */
.cp-box {
  padding: 30px 0;
  background: #fff;
}
.cp-box .cp-label {
  text-align: center;
  width: fit-content;
  margin: auto;
  padding: 0.2em 1em;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  background: #d51364;
}
.cp-box h3 {
  text-align:center;
  margin-top: 30px;
  font-size: 4rem;
  font-weight: 500;
}
.cp-box h3 .bg_blue {
  margin-left: 0.3em;
  padding: 0.2em;
  padding-top: 0.4em;
  color: #fff;
  background: #17223f;
}
.cp-box h3 .bg_white {
  /* margin-left: 0.3em; */
  padding: 0.2em;
  padding-top: 0.4em;
  color: #d51364;
  background: #fff;
}
.cp-box h3 strong {
  font-size: 1.6em;
  margin: 0.2em;
}
.cp-box h3 .bubble {
  display: block;
  margin-bottom: -15px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 3rem;
  line-height: 1.8;
  background: url(../img/case-bubble.png) center bottom / 40% no-repeat;
}
.cp-box .cp-price-list {
  text-align: center;
  width: fit-content;
  margin: auto;
  font-size: 2.4rem;
  font-weight: 500;
}
.cp-box dl.cp-price-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.cp-box .cp-price-list_item._clinic {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.cp-box .cp-price-list .clinic_name {
  width: fit-content;
  padding: 0.2em 1em;
  color: #fff;
  background: #17223f;
  font-weight: 600;
}
.recipe-area .c-ttl:has(+ .cp-box) {
  margin-bottom: 0;
}
.cp-box + .recipe-box {
  padding-top: 70px;
}
@media (max-width: 750px) {
  .cp-box {
    padding: 15px 0;
  }
  .cp-box .cp-label {
    font-size: 1.5rem;
  }
  .cp-box h3 {
    margin-top: 15px;
    font-size: 2rem;
  }
  .cp-box h3 .bubble {
    margin-bottom: -7.5px;
    padding-bottom: 25px;
    font-size: 1.5rem;
  }
  .cp-box .cp-price-list {
    font-size: 1.4rem;
  }
  .cp-box + .recipe-box {
    padding-top: 35px;
  }
}