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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html,
body {
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 62.5%;
  position: relative;
  height: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2c0200;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 500;
  background: #F3EFE6;
  word-break: break-all;
  height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  body {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  body {
    font-size: 3.73333vw;
  }
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 25px;
  font-weight: 600;
}

h2 {
  font-size: 22px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #222222;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

small {
  font-size: .7em;
}

table th, table td {
  vertical-align: top;
}

span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}

input[type='radio'],
input[type='checkbox'],
label {
  cursor: pointer;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input.text,
textarea {
  padding: 5px 10px;
  min-height: 36px;
  margin: 0 5px 0 0;
  border: 1px solid #a0a0a0;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2c0200;
  max-width: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type='text'].input-sm,
input[type='password'].input-sm,
input[type='email'].input-sm,
input[type='search'].input-sm,
input[type='tel'].input-sm,
input.text.input-sm,
textarea.input-sm {
  width: 140px;
}
input[type='text'].input-xs,
input[type='password'].input-xs,
input[type='email'].input-xs,
input[type='search'].input-xs,
input[type='tel'].input-xs,
input.text.input-xs,
textarea.input-xs {
  width: 80px;
}

textarea {
  line-height: 1.4;
}

select {
  padding: 5px 10px;
  height: 36px;
  line-height: 1;
  border: 1px solid #a0a0a0;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2c0200;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}

.mb-none {
  margin-bottom: 0 !important;
}

.mb-xxs {
  margin-bottom: 5px !important;
}

.mb-xs {
  margin-bottom: 10px !important;
}

.mb-sm {
  margin-bottom: 20px !important;
}

.mb-md {
  margin-bottom: 40px !important;
}

.mb-lg {
  margin-bottom: 60px !important;
}

.mb-xl {
  margin-bottom: 80px !important;
}

.mt-xs {
  margin-top: 10px !important;
}

.mt-sm {
  margin-top: 20px !important;
}

.mt-md {
  margin-top: 40px !important;
}

.mt-lg {
  margin-top: 60px !important;
}

.mt-xl {
  margin-top: 80px !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 10px !important;
}

.pb-sm {
  padding-bottom: 20px !important;
}

.pb-md {
  padding-bottom: 40px !important;
}

.pb-lg {
  padding-bottom: 60px !important;
}

.pb-xl {
  padding-bottom: 80px !important;
}

.pt-xs {
  padding-top: 10px !important;
}

.pt-sm {
  padding-top: 20px !important;
}

.pt-md {
  padding-top: 40px !important;
}

.pt-lg {
  padding-top: 60px !important;
}

.pt-xl {
  padding-top: 80px !important;
}

@media screen and (max-width: 600px) {
  .mb-xl {
    margin-bottom: 50px !important;
  }

  .mt-xl {
    margin-top: 50px !important;
  }

  .pb-xl {
    padding-bottom: 50px !important;
  }

  .pt-xl {
    padding-top: 50px !important;
  }

  .sp_mb-none {
    margin-bottom: 0 !important;
  }

  .sp_mb-sm {
    margin-bottom: 20px !important;
  }

  .sp_mb-xs {
    margin-bottom: 10px !important;
  }
}
.mr-xs {
  margin-right: 10px !important;
}

.pr-md {
  padding-right: 40px !important;
}

.pl-md {
  padding-left: 40px !important;
}

.pr-sm {
  padding-right: 20px !important;
}

.pl-sm {
  padding-left: 20px !important;
}

@media screen and (max-width: 600px) {
  .sp_pr-none {
    padding-right: 0 !important;
  }

  .sp_pl-none {
    padding-left: 0 !important;
  }
}
.p-sm {
  padding: 20px !important;
}

.fz-lg {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 600px) {
  .fz-lg {
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  .sp_fz-lg {
    font-size: 1.2em !important;
  }
}

.fz-sm {
  font-size: .8em !important;
}

.bold {
  font-weight: bold;
}

.fll {
  float: left !important;
}

.flr {
  float: right !important;
}

.fln {
  float: none !important;
}

@media screen and (max-width: 600px) {
  .sp_fln {
    float: none !important;
  }
}
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.vat {
  vertical-align: top !important;
}

.vab {
  vertical-align: bottom !important;
}

.vam {
  vertical-align: middle !important;
}

.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }

  span.sp_only {
    display: inline-block !important;
  }
}
.d-ib {
  display: inline-block !important;
}

.d-b {
  display: block !important;
}

.maxw600 {
  max-width: 600px;
}

.mh-auto {
  margin-left: auto;
  margin-right: auto;
}

.indent1em {
  margin-left: 1em;
  text-indent: -1em;
}

.list-disc {
  list-style: disc;
  margin-left: 1.5em;
}

.font-en {
  font-family: "Comfortaa", sans-serif;
}

/*
 layout
----------------------------*/
body {
  padding-top: 60px;
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 50px;
  }
}

.container {
  position: relative;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container.full {
  max-width: none;
}
.container.sm {
  max-width: 840px;
}
@media screen and (max-width: 1040px) {
  .container {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .container {
    padding-left: 37.5px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .container {
    padding-left: 8vw;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .container {
    padding-right: 37.5px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .container {
    padding-right: 8vw;
  }
}

@media screen and (max-width: 600px) {
  .container.sp_ph-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .container.sp_ph-sm {
    padding-left: 18.75px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .container.sp_ph-sm {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .container.sp_ph-sm {
    padding-right: 18.75px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .container.sp_ph-sm {
    padding-right: 4vw;
  }
}

.anchor-target {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 600px) {
  .anchor-target {
    padding-top: 50px;
    margin-top: -50px;
  }
}

.article-body {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .article-body {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

/*
 header
----------------------------*/
.header {
  height: 60px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  padding-top: 0;
  height: 60px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-left: 0;
  padding-right: 0;
  z-index: 1000;
}
@media screen and (max-width: 600px) {
  body[data-pagetop="header"] .header {
    background: rgba(255, 255, 255, 0.8);
  }
}
.header .logo {
  padding-top: 11px;
  float: left;
  width: 124px;
}
@media screen and (max-width: 600px) {
  .header .logo {
    padding-top: 12px;
    width: 80px;
  }
}
.header .logo a {
  display: inline-block;
  font-weight: 500;
  color: #2c0200;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header .logo a:hover {
  opacity: .5;
  text-decoration: none;
}
.header .nav-header {
  font-size: 26px;
  position: absolute;
  right: 70px;
  top: 3px;
}
.header .nav-header a {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #2c0200;
  margin-right: 50px;
}
@media screen and (max-width: 600px) {
  .header .nav-header {
    display: none;
  }
}
.header .gnav {
  float: right;
}
.header .gnav-menu {
  display: none;
}
.header:before, .header:after {
  display: none;
}
.header .gnav-menu {
  display: block;
  float: right;
}
.header .navs {
  float: none;
}
.header .navs .nav-fontsize {
  display: none;
}
.header .header-btn {
  float: right;
  display: block;
}
.header .header-btn a {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  height: 60px;
  width: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  background: #E02E1E;
}
.header .header-btn a:hover {
  text-decoration: none;
  opacity: .6;
}
@media screen and (max-width: 600px) {
  .header .header-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    height: 50px;
  }
}

.gnav-menu {
  display: none;
  padding: 5px;
}
@media screen and (max-width: 600px) {
  .gnav-menu {
    padding: 0;
  }
}
.gnav-menu a {
  height: 50px;
  width: 50px;
  text-align: center;
  position: relative;
}
.gnav-menu a:hover {
  text-decoration: none;
}
.gnav-menu a .bd {
  width: 24px;
  border-bottom: 1px solid #000;
  display: block;
  margin: 15px auto 0;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 600px) {
  .gnav-menu a .bd {
    margin-top: 15px;
    width: 24px;
    margin-right: 0;
  }
}
.gnav-menu a .bd:before, .gnav-menu a .bd:after {
  content: " ";
  display: block;
  height: 1px;
  background: #000;
  margin-bottom: 6px;
}
@media screen and (max-width: 600px) {
  .gnav-menu a .bd:before, .gnav-menu a .bd:after {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .gnav-menu a {
    height: 40px;
    width: 40px;
  }
}

/*
 gnav
----------------------------*/
.header .gnav {
  text-align: right;
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 100%;
  width: 100%;
  right: auto;
  z-index: 1000;
  height: auto;
  background: #2c0200;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 360px;
  left: auto;
  right: -360px;
  padding: 10px 22px 30px;
}
.header .gnav .btn-wrap {
  padding: 20px;
}
.gnav-actived .header .gnav {
  right: 0;
}
@media screen and (max-width: 600px) {
  .header .gnav {
    top: 50px;
    width: 100vw;
    right: -100vw;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .header .gnav {
    padding-left: 37.5px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .header .gnav {
    padding-left: 8vw;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .header .gnav {
    padding-right: 37.5px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .header .gnav {
    padding-right: 8vw;
  }
}
@media screen and (max-width: 600px) {
  .gnav-actived .header .gnav {
    right: 0;
  }
}
.header .gnav .close-wrap {
  text-align: right;
  margin-bottom: 10px;
}
.header .gnav .close-wrap a {
  display: block;
  color: #fff;
}
.header .gnav .nav-item {
  color: #fff;
  border-bottom: 1px solid #e6c3a8;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: left;
}
.header .gnav .nav-item .nav-title {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.header .gnav .nav-item a {
  display: block;
  position: relative;
  text-decoration: none;
}
.header .gnav .nav-item a .icn-right {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.75em;
  font-size: 15px;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.header .gnav .nav-item a:hover {
  text-decoration: none;
}
.header .gnav .nav-item a:hover .icn-right {
  right: -5px;
}
.header .gnav .nav-item ul li a {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  padding: 10px 0;
}
.header .gnav .nav-item ul li a:before {
  content: "・";
  vertical-align: top;
}

.main {
  position: relative;
  z-index: 5;
  padding-bottom: 60px;
}

/*
 breadcrumbs
----------------------------*/
.breadcrumbs {
  background: #DEDAD1;
  margin-bottom: 30px;
  padding: 8px 0;
  font-weight: 500;
  font-size: 12px;
  color: #745652;
}
.breadcrumbs a {
  color: #745652;
  text-decoration: underline;
}
.breadcrumbs .icn-svg {
  vertical-align: middle;
  margin-right: 5px;
}
.breadcrumbs i.fas {
  vertical-align: middle;
  margin: 0 10px;
}
.breadcrumbs span {
  display: inline;
}

.gnav-sp {
  display: none;
  background: #0fc257;
}
@media screen and (max-width: 600px) {
  body.home .gnav-sp {
    display: block;
  }
}
.gnav-sp ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gnav-sp ul > * {
  width: 50%;
}
.gnav-sp li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.gnav-sp li:nth-child(even) {
  border-right: none;
}
.gnav-sp a {
  display: block;
  padding: 5px 15px;
  font-weight: 500;
  resize: 14px;
}
.gnav-sp a:hover {
  text-decoration: none;
}

/*
 footer
----------------------------*/
.footer {
  padding: 60px 0 20px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  background: #E02E1E;
}
@media screen and (max-width: 600px) {
  .footer {
    padding-bottom: 40px;
  }
}
.footer:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: url(./img/common/bg-bottom.svg) top center no-repeat;
  background-size: cover;
  height: 300px;
  top: -300px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .footer:before {
    background-image: url(./img/common/bg-bottom_sp.svg);
    height: 285px;
    top: -110px;
  }
}
.footer:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #EAE3D5;
  border-radius: 20px 20px 0px 0px;
  z-index: 2;
}
.footer .container {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .footer .container {
    padding-bottom: 230px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .footer .logo {
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer .footer-main {
  border-bottom: 1px solid #E6C3A8;
  display: flex;
  padding-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .footer .footer-main {
    display: block;
    border: none;
  }
}
.footer .footer-left {
  text-align: center;
  flex-shrink: 0;
  width: 165px;
}
@media screen and (max-width: 600px) {
  .footer .footer-left {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.footer .footer-right {
  width: 100%;
  margin-left: 50px;
}
@media screen and (max-width: 600px) {
  .footer .footer-right {
    margin-left: 0;
  }
  .footer .footer-right .col2 {
    margin-top: 20px;
  }
  .footer .footer-right .cell {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6C3A8;
  }
}
.footer .footer-right .btn {
  padding-left: 0;
  padding-right: 0;
}
.footer .footer-right p.btn {
  cursor: text;
}
.footer .footer-right .title {
  font-size: 17px;
}
.footer .footer-right dl {
  display: flex;
  margin-bottom: 5px;
}
.footer .footer-right dl dt {
  width: 6em;
  flex-shrink: 0;
}
.footer .footer-copy {
  font-size: 10px;
}
.footer .footer-sns {
  margin-top: 30px;
  margin-bottom: 15px;
}
.footer .footer-sns ul {
  display: flex;
  justify-content: space-around;
}
.footer .footer-sns li {
  display: inline-block;
}
.footer .footer-sns a {
  display: block;
  width: 39px;
}
.footer .fnav {
  padding-left: 215px;
  margin-top: 20px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .footer .fnav {
    display: block;
    padding-left: 0;
  }
}
.footer .fnav .nav-item {
  width: 33.33%;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .footer .fnav .nav-item {
    width: auto;
    border-bottom: 1px solid #E6C3A8;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.footer .fnav .nav-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .footer .fnav .nav-title {
    margin-bottom: 0;
  }
}
.footer .fnav li {
  display: block;
  font-size: 16px;
}
.footer .fnav li:before {
  content: "・";
  vertical-align: top;
}

/*
 pagetop
----------------------------*/
.pagetop a {
  display: block;
  font-family: "Comfortaa", sans-serif;
  background: #0fc257;
  text-align: center;
  font-size: 12px;
  padding: 25px 0 10px;
  color: #2c0200;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.pagetop a span {
  display: inline-block;
  padding-top: 4px;
  position: relative;
}
.pagetop a span:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  top: -8px;
  left: 0;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #2c0200 transparent;
  left: 50%;
  margin-left: -6px;
}
.pagetop a:hover {
  text-decoration: none;
  background: #0b9342;
}

.footer-fixed-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .footer-fixed-btns {
    left: auto;
    bottom: auto;
    top: 25%;
  }
}
.footer-fixed-btns .btns {
  display: flex;
}
@media screen and (min-width: 600px) {
  .footer-fixed-btns .btns {
    display: block;
  }
}
.footer-fixed-btns a {
  white-space: nowrap;
  display: block;
  color: #fff;
  background: #0fc257;
  width: 50%;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-fixed-btns a i {
  margin-right: 0.2em;
  font-size: 1.1em;
}
.footer-fixed-btns a small {
  font-weight: normal;
  margin-left: 0.2em;
}
.footer-fixed-btns a:last-child {
  background: #E02E1E;
}
.footer-fixed-btns a:hover {
  opacity: .8;
}
@media screen and (max-width: 600px) {
  .footer-fixed-btns a {
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-fixed-btns a .sp_only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 600px) {
  .footer-fixed-btns a {
    width: auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 20px 10px;
    letter-spacing: .1em;
  }
  .footer-fixed-btns a .pc_only {
    display: inline !important;
  }
}

.btn-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}
@media screen and (max-width: 600px) {
  .btn-fixed {
    right: 10px;
    bottom: 10px;
  }
}
.btn-fixed a {
  display: block;
  background: #fff;
  text-align: center;
  position: relative;
  width: 120px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  -moz-box-shadow: 0 0 0 2px #E02E1E;
  -webkit-box-shadow: 0 0 0 2px #E02E1E;
  box-shadow: 0 0 0 2px #E02E1E;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.btn-fixed a:after {
  content: " ";
  display: block;
  padding-top: 100%;
}
.btn-fixed a > span {
  border: 6px solid #E02E1E;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.btn-fixed a > span > span {
  border: 1px solid #0fc257;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.btn-fixed a .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  line-height: .8;
  color: #0fc257;
  font-weight: 600;
  font-size: 19px;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}
@media screen and (max-width: 600px) {
  .btn-fixed a .txt {
    font-size: 14px;
  }
}
.btn-fixed a:hover {
  text-decoration: none;
  opacity: .6;
}
@media screen and (max-width: 600px) {
  .btn-fixed a {
    -moz-box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    width: 80px;
  }
  .btn-fixed a img {
    width: 60px;
  }
}

.animated {
  opacity: 0;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*----- slick -----*/
.slick-arrow {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 10px;
  height: auto;
  width: auto;
  z-index: 10;
}
.slick-arrow:hover, .slick-arrow:focus {
  background: rgba(255, 255, 255, 0.8);
}
.slick-arrow:before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-left: 2px solid #E02E1E;
  border-bottom: 2px solid #E02E1E;
}
.slick-arrow.slick-prev:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -10px;
}
.slick-arrow.slick-next:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -10px;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
@media screen and (max-width: 600px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-arrow.slick-next {
    right: 0;
  }
}

/*
 btn
----------------------------*/
.btn {
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none !important;
  position: relative;
  border: 2px solid #F3EFE6;
  padding: 18px 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none;
  position: relative;
  outline: none;
}
@media screen and (max-width: 600px) {
  .btn {
    font-size: 15px;
    padding: 12px 40px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .btn {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .btn {
    font-size: 4vw;
  }
}

.btn:hover {
  text-decoration: none;
}
.btn.btn-default {
  color: #fff;
  border-color: #4D2600;
  background: #4D2600;
}
.btn.btn-default:hover {
  background: none;
  color: #4D2600;
  border-color: #4D2600;
}
.btn.btn-default-outline {
  background: none;
  color: #4D2600;
  border-color: #4D2600;
}
.btn.btn-default-outline:hover {
  color: #fff;
  border-color: #4D2600;
  background: #4D2600;
}
.btn.btn-primary {
  color: #fff;
  border-color: #E02E1E;
  background: #E02E1E;
}
.btn.btn-primary:hover {
  border-color: #EF8279;
  background-color: #EF8279;
  opacity: 1;
}
.btn.btn-secondary {
  color: #fff;
  border: none;
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #0fc257 0%, #69ad84 100%);
  background-image: -webkit-linear-gradient(45deg, #0fc257 0%, #69ad84 100%);
  background-image: linear-gradient(45deg, #0fc257 0%, #69ad84 100%);
}
.btn.btn-secondary:hover {
  color: #fff;
  opacity: 0.6;
}
.btn.btn-tertiary {
  color: #2c0200;
  font-weight: 500;
  border-color: #1b1b1b;
  background: #1b1b1b;
}
.btn.btn-tertiary:hover {
  color: #2c0200;
  background-color: #020202;
  border-color: #020202;
}
.btn.btn-txt {
  border: none;
  background: none;
}
.btn.btn-rounded {
  border-radius: 60px;
}
.btn.btn-shadow {
  border-radius: 60px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}
.btn.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 6px 18px;
}
.btn.btn-lg {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 20px 100px;
}
@media screen and (max-width: 600px) {
  .btn.btn-lg {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.btn.btn-w-md {
  min-width: 230px;
}
.btn .icn-right {
  position: absolute;
  right: 30px;
  font-size: 22px;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .btn .icn-right {
    font-size: 16px;
    right: 25px;
  }
}

.btn-primary-shadow,
a.btn-primary-shadow,
button.btn-primary-shadow {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 5px;
}

.btn-primary-shadow-c-wrap {
  margin: 30px 0;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

a.btn-primary-shadow-c {
  font-size: 18px;
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 20px;
  color: #fff;
  background: #17ed6d;
  -webkit-box-shadow: 0 5px 0 #0fc257;
  box-shadow: 0 5px 0 #0fc257;
}
a.btn-primary-shadow-c > span {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
a.btn-primary-shadow-c > span:before, a.btn-primary-shadow-c > span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.btn-primary-shadow-c > span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #0fc257 transparent transparent transparent;
}
a.btn-primary-shadow-c > span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
a.btn-primary-shadow-c > span span {
  font-size: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  padding: 4px 20px;
  color: #0fc257;
  border: 2px solid #0fc257;
  border-radius: 100vh;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-primary-shadow-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #17ed6d;
  -webkit-box-shadow: 0 2px 0 #0fc257;
  box-shadow: 0 2px 0 #0fc257;
}

.link-img {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-img:hover {
  opacity: .6;
}

.link-txt {
  text-decoration: underline;
}
.link-txt:hover {
  text-decoration: none;
}

.link-tell {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #E02E1E;
  text-decoration: none !important;
}
.link-tell.link-tell-lg {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -.02em;
}

/*
 list
----------------------------*/
.list-inline li {
  vertical-align: bottom;
  display: inline-block;
}

.color-red {
  color: #E41E26;
}

.color-primary {
  color: #E02E1E;
}

.color-text {
  color: #2c0200 !important;
}

/*
 title
----------------------------*/
.section {
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .section {
    padding: 40px 0;
  }
}

.section-bg {
  background: url(./img/common/bg-section.svg) center top no-repeat;
  background-repeat: space;
  background-size: 160vw auto;
}
@media screen and (max-width: 600px) {
  .section-bg {
    background-image: url(./img/common/bg-section_sp.svg);
    background-size: 200vw auto;
  }
}

.section-title {
  margin-bottom: 70px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title .title-en {
  font-size: 15px;
  font-family: "Comfortaa", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #404040;
}
@media screen and (max-width: 600px) {
  .section-title .title-en {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .section-title .title-en {
    font-size: 13.75px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .section-title .title-en {
    font-size: 2.93333vw;
  }
}

.section-title .title-en:before {
  content: " ";
  display: block;
  background: #E02E1E;
  height: 1px;
  width: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .section-title .title-en:before {
    margin-bottom: 15px;
  }
}
.section-title .title-ja {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #1b1b1b;
}
@media screen and (max-width: 600px) {
  .section-title .title-ja {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .section-title .title-ja {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .section-title .title-ja {
    font-size: 5.33333vw;
  }
}

.section-title .bg-txt {
  content: "News";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 56px;
  color: #ededed;
  font-family: "Comfortaa", sans-serif;
  line-height: 1;
}

.section-header {
  margin-bottom: 50px;
}

.link-more {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1b1b1b;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-more:before {
  content: "+";
  color: #0fc257;
  padding-right: 5px;
  font-weight: 600;
}
.link-more:hover {
  text-decoration: none;
  opacity: .4;
}

.box-white {
  background: #fff;
  padding: 20px 30px;
}
@media screen and (max-width: 600px) {
  .box-white {
    padding: 15px;
  }
}

/*
 ページネーション
----------------------------*/
.pager ul.page-numbers {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #2c0200;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  .pager ul.page-numbers {
    font-size: 11px;
    margin-bottom: 30px;
  }
}
.pager ul.page-numbers li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.pager ul.page-numbers a {
  color: #2C0200;
}
.pager ul.page-numbers .dots,
.pager ul.page-numbers a.page-numbers,
.pager ul.page-numbers span.current {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #2C0200;
  height: 50px;
  line-height: 48px;
  min-width: 50px;
  padding: 0;
  margin: 0 2px 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .pager ul.page-numbers .dots,
  .pager ul.page-numbers a.page-numbers,
  .pager ul.page-numbers span.current {
    min-width: 34px;
    height: 34px;
    line-height: 30px;
  }
}
.pager ul.page-numbers .dots.prev, .pager ul.page-numbers .dots.next,
.pager ul.page-numbers a.page-numbers.prev,
.pager ul.page-numbers a.page-numbers.next,
.pager ul.page-numbers span.current.prev,
.pager ul.page-numbers span.current.next {
  min-width: 34px;
  height: 34px;
  line-height: 26px;
}
@media screen and (max-width: 600px) {
  .pager ul.page-numbers .dots.prev, .pager ul.page-numbers .dots.next,
  .pager ul.page-numbers a.page-numbers.prev,
  .pager ul.page-numbers a.page-numbers.next,
  .pager ul.page-numbers span.current.prev,
  .pager ul.page-numbers span.current.next {
    min-width: 24px;
    height: 24px;
    line-height: 16px;
  }
}
.pager ul.page-numbers span.current,
.pager ul.page-numbers a.page-numbers:hover {
  color: #fff;
  background-color: #2C0200;
  border-color: #2C0200;
}
.pager ul.page-numbers a.prev:hover,
.pager ul.page-numbers a.next:hover {
  color: #fff;
  background-color: #2C0200;
  border-color: #2C0200;
}
.pager ul.page-numbers a.prev .icn {
  transform: rotate(180deg);
}

/*
 table
----------------------------*/
.table-default th, .table-default td {
  padding: 20px 15px;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 600px) {
  .table-default {
    width: auto;
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }
  .table-default tbody, .table-default thead {
    display: block;
  }
  .table-default tr, .table-default th, .table-default td {
    width: auto !important;
    display: block;
    border: none;
    padding: 0;
  }
  .table-default tr {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .table-default th, .table-default td {
    padding: 0 10px;
  }
  .table-default th {
    margin-bottom: 5px;
    font-weight: 500;
  }
}

/*
 label
----------------------------*/
.label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 4px 8px;
}
.label.label-required {
  color: #fff;
  background: #E41E26;
}
.label.label-new {
  color: #fff;
  background: #f44336;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.label.label-default {
  font-weight: normal;
  display: inline-block;
  background: #f6f5f5;
  padding: 2px 5px;
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  margin-bottom: 5px;
}
.label.label-default br {
  display: none;
}
.label.label-default i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  text-align: center;
}
.label.label-primary {
  border-radius: 50px;
  background: #e82e1e;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.label.label-secondary {
  border-radius: 50px;
  background: #FFD472;
  color: #311300;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.title-primary {
  font-size: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .title-primary {
    font-size: 22px;
  }
}
.title-primary:after {
  content: " ";
  display: block;
  width: 80px;
  height: 3px;
  background: #6bb38a;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.title-primary-icn {
  display: flex;
  text-align: left;
  align-items: center;
}
.title-primary-icn .icn {
  width: 87px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .title-primary-icn .icn {
    width: 55px;
    margin-right: 14px;
  }
}
.title-primary-icn .title-en {
  font-family: "Comfortaa", sans-serif;
  font-weight: bold;
  color: #2c0200;
  font-size: 65px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .title-primary-icn .title-en {
    font-size: 25px;
  }
}
.title-primary-icn .title-en.sm {
  font-size: 15px;
  margin-bottom: -.5em;
}
@media screen and (max-width: 600px) {
  .title-primary-icn .title-en.sm {
    font-size: 12px;
  }
}
.title-primary-icn .title-ja {
  font-weight: bold;
  color: #2c0200;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .title-primary-icn .title-ja {
    font-size: 12px;
  }
}
.title-primary-icn .title-ja.lg {
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
@media screen and (max-width: 600px) {
  .title-primary-icn .title-ja.lg {
    font-size: 18px;
  }
}
.title-primary-icn .title-ja.xl {
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .title-primary-icn .title-ja.xl {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 12px;
  }
}
.title-primary-icn .title-ja .sm {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: -15px;
}
@media screen and (max-width: 600px) {
  .title-primary-icn .title-ja .sm {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.title-primary-icn.color-primary .title-en,
.title-primary-icn.color-primary .title-ja {
  color: #E02E1E;
}

.title-color-primary {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #e82e1e;
}
@media screen and (max-width: 600px) {
  .title-color-primary {
    font-size: 18px;
  }
}

.title-md {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #2c0200;
}
@media screen and (max-width: 600px) {
  .title-md {
    font-size: 18px;
  }
}

.title-secondary {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #e02e1e;
}
@media screen and (max-width: 600px) {
  .title-secondary {
    font-size: 18px;
  }
}
.title-secondary .title-en {
  font-family: "Comfortaa", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #e82e1e;
  text-transform: uppercase;
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
.title-secondary .title-en:before {
  content: " ";
  width: 36px;
  height: 36px;
  background: url(./img/common/title-secondary-bg.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -7px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .title-secondary .title-en {
    font-size: 15px;
  }
}
.title-secondary .title-ja {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #e02e1e;
}
@media screen and (max-width: 600px) {
  .title-secondary .title-ja {
    font-size: 18px;
  }
}

/*
 MV付きのタイトル
----------------------------*/
.page-header {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .page-header {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/*
 box
----------------------------*/
/*
 modal
----------------------------*/
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  padding: 25px 30px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    margin-top: 100px;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

/*
 tab
----------------------------*/
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.marker {
  display: inline;
  background-size: 100%;
  background-image: -moz-linear-gradient(top, transparent 70%, #FFE646 70%);
  background-image: -webkit-linear-gradient(top, transparent 70%, #FFE646 70%);
  background-image: linear-gradient(top, transparent 70%, #FFE646 70%);
}

.form-area {
  padding-top: 40px;
}
.form-area th {
  position: relative;
}
.form-area th .label-required {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
@media screen and (max-width: 600px) {
  .form-area table, .form-area thead, .form-area tbody, .form-area tfoot,
  .form-area tr, .form-area th, .form-area td {
    display: block;
  }
  .form-area table {
    font-size: 14px !important;
  }
  .form-area table th {
    width: auto !important;
    border-top: none !important;
  }
  .form-area table td {
    border-top: none !important;
  }
}
.form-area table.table-form {
  width: 100%;
  margin-bottom: 30px;
}
.form-area table.table-form th, .form-area table.table-form td {
  padding: 15px 0;
  border: none;
}
@media screen and (max-width: 600px) {
  .form-area table.table-form th, .form-area table.table-form td {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .form-area table.table-form td {
    margin-bottom: 15px;
  }
}
.form-area table.table-form th {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #2c0200;
  width: 250px;
}
.form-area table.table-form .wpcf7-form-control-wrap {
  display: block;
}
.form-area table.table-form .wpcf7-text {
  width: 100%;
  display: block;
  border: 1px solid #4d2600;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
}
.form-area table.table-form .wpcf7-list-item {
  display: block;
}
.form-area table.table-form .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #2c0200;
}
@media screen and (max-width: 600px) {
  .form-area table.table-form .wpcf7-list-item .wpcf7-list-item-label {
    display: inline;
    font-size: 15px;
  }
}
.form-area .wpcf7-form-control-wrap[data-name="accept"] {
  text-align: center;
  display: block;
}
.form-area .wpcf7-form-control-wrap[data-name="accept"] .wpcf7-list-item-label {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #e82e1e;
}
@media screen and (max-width: 600px) {
  .form-area .wpcf7-form-control-wrap[data-name="accept"] .wpcf7-list-item-label {
    display: inline;
    font-size: 15px;
  }
}

.form-btns {
  text-align: center;
  padding: 60px 0 0;
}
.form-btns .wpcf7-spinner {
  display: block;
}

.form-btns .btn {
  width: 390px;
  margin: 0 auto;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  .form-btns .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
  }
}

.wpcf7-form .form-btns {
  padding-top: 25px;
  text-align: center;
}
.wpcf7-form .form-btns br {
  display: none;
}
@media screen and (max-width: 600px) {
  .wpcf7-form .form-btns .btn {
    margin-bottom: 10px;
  }
  .wpcf7-form .form-btns .ajax-loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.wpcf7-form .input-group .wpcf7-form-control-wrap {
  display: inline-block;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  width: 100%;
  margin-right: 0;
}
.wpcf7-form .wpcf7-select.wpcf7c-conf,
.wpcf7-form .wpcf7-text.wpcf7c-conf,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf {
  opacity: 1;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-form .wpcf7-select.wpcf7c-conf:-moz-placeholder,
.wpcf7-form .wpcf7-text.wpcf7c-conf:-moz-placeholder,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf:-moz-placeholder,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf:-moz-placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-select.wpcf7c-conf::-moz-placeholder,
.wpcf7-form .wpcf7-text.wpcf7c-conf::-moz-placeholder,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf::-moz-placeholder,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf::-moz-placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-select.wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form .wpcf7-text.wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf:-ms-input-placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-select.wpcf7c-conf::-webkit-input-placeholder,
.wpcf7-form .wpcf7-text.wpcf7c-conf::-webkit-input-placeholder,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf::-webkit-input-placeholder,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf::-webkit-input-placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-textarea {
  height: 8em;
}
.wpcf7-form .wpcf7-list-item-label {
  margin-left: .2em;
}
.wpcf7-form input[type="radio"][disabled="disabled"] {
  display: none;
}
.wpcf7-form input[type="radio"][disabled="disabled"] ~ .wpcf7-list-item-label {
  display: none;
}
.wpcf7-form input[type="radio"][disabled="disabled"]:checked ~ .wpcf7-list-item-label {
  display: inline-block;
}
.wpcf7-form .wpcf7-free-text.wpcf7c-conf:disabled {
  display: none;
}
.wpcf7-form span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.wpcf7-form span.wpcf7-list-item.has-free-text .wpcf7-free-text {
  width: 150px;
}
.wpcf7-form.custom-wpcf7c-confirmed span.wpcf7-list-item {
  margin: 0;
}
.wpcf7-form.custom-wpcf7c-confirmed .table-form th .required {
  display: none;
}

.box-card {
  border-radius: 20px;
  background: #fff;
  padding: 45px 50px;
}
@media screen and (max-width: 600px) {
  .box-card {
    padding: 25px 15px;
  }
}
.box-card .box-card {
  padding: 30px;
}
@media screen and (max-width: 600px) {
  .box-card .box-card {
    padding: 25px 15px;
  }
}
.box-card.box-card-bg {
  background: #F3EFE6;
}
.box-card.box-card-shadow {
  box-shadow: 0px 3px 6px rgba(77, 38, 0, 0.16);
}
.box-card .card-title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #2c0200;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .box-card .card-title {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
}

.col2 {
  display: flex;
  justify-content: space-between;
}
.col2 > * {
  width: 47%;
}

.col3 {
  display: flex;
  justify-content: space-between;
}
.col3 > * {
  width: 32%;
}

@media screen and (max-width: 600px) {
  .sp_col1 {
    display: block;
  }
  .sp_col1 > * {
    width: auto;
    margin-bottom: 20px;
  }
}
.icn-svg {
  display: inline-block;
  vertical-align: middle;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
  background-color: currentColor;
}
.icn-svg:after {
  content: "　";
}
.icn-svg[data-svg="arrow-right"] {
  -webkit-mask-image: url(./img/common/icn-arrow-right.svg);
  mask-image: url(./img/common/icn-arrow-right.svg);
}
.icn-svg[data-svg="tel"] {
  -webkit-mask-image: url(./img/common/icn-tel.svg);
  mask-image: url(./img/common/icn-tel.svg);
}
.icn-svg[data-svg="mail"] {
  -webkit-mask-image: url(./img/common/icn-mail.svg);
  mask-image: url(./img/common/icn-mail.svg);
}
.icn-svg[data-svg="close"] {
  -webkit-mask-image: url(./img/common/icn-close.svg);
  mask-image: url(./img/common/icn-close.svg);
}
.icn-svg[data-svg="yy-primary"] {
  -webkit-mask-image: url(./img/common/icn-yy-primary.svg);
  mask-image: url(./img/common/icn-yy-primary.svg);
}
.icn-svg[data-svg="yy-secondary"] {
  -webkit-mask-image: url(./img/common/icn-yy-secondary.svg);
  mask-image: url(./img/common/icn-yy-secondary.svg);
}
.icn-svg[data-svg="home"] {
  -webkit-mask-image: url(./img/common/icn-home.svg);
  mask-image: url(./img/common/icn-home.svg);
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  overflow: hidden;
  display: flex;
}
.scroll-infinity__wrap .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
@media screen and (max-width: 600px) {
  .scroll-infinity__wrap .scroll-infinity__list {
    animation: infinity-scroll-left 160s infinite linear 0.5s both;
  }
}
.scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item {
  font-family: "Comfortaa", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #e02e1e;
  white-space: nowrap;
  padding: 0;
  width: 182px;
  text-align: center;
  line-height: 1;
}
.scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:after, .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:before {
  content: " ";
  display: block;
  background: url(./img/common/bg-wave.svg) top center no-repeat;
  background-size: auto 100%;
  height: 19px;
  width: 100%;
  margin: 8px 0 10px;
}
@media screen and (max-width: 600px) {
  .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:after, .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:before {
    height: 8px;
  }
}
.scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:before {
  transform: rotate(180deg);
  margin: 10px 0 10px;
}

.article-top .section-01 {
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .article-top .section-01 {
    padding-top: 50px;
  }
}
.article-top .section-01 .section-body {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 2;
}
.article-top .section-01 .section-body .btn-wrap {
  max-width: 375px;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .article-top .section-01 .section-body {
    font-size: 15px;
  }
  .article-top .section-01 .section-body .btn-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.article-top .section-01 .img {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
}
.article-top .section-01 .img img {
  max-width: none;
  width: 897px;
}
@media screen and (max-width: 600px) {
  .article-top .section-01 .img {
    position: static;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .article-top .section-01 .img {
    margin-left: -37.5px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .article-top .section-01 .img {
    margin-left: -8vw;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .article-top .section-01 .img {
    margin-right: -37.5px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .article-top .section-01 .img {
    margin-right: -8vw;
  }
}
@media screen and (max-width: 600px) {
  .article-top .section-01 .img img {
    width: 100%;
  }
}

.section-service .box-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .section-service .box-card {
    display: block;
  }
}
.section-service .box-card .img {
  margin-top: 20px;
}
.section-service .box-card .btn-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .section-service .section-body .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .section-service .section-body .container {
    padding-left: 18.75px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .section-service .section-body .container {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .section-service .section-body .container {
    padding-right: 18.75px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .section-service .section-body .container {
    padding-right: 4vw;
  }
}

.section-news .section-header {
  position: relative;
}
.section-news .section-header:before {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
  background: url(./img/top/top-news-illustration.svg) top center no-repeat;
  background-size: contain;
  width: 243px;
  height: 164px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .section-news .section-header:before {
    width: 115px;
    height: 80px;
  }
}

.summary-news-sm {
  border-bottom: 1px solid #E6C3A8;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .summary-news-sm {
    font-size: 14px;
  }
}
.summary-news-sm > * {
  display: block;
  padding: 20px 30px;
  color: #2c0200;
}
@media screen and (max-width: 600px) {
  .summary-news-sm > * {
    padding: 15px 0;
  }
}
.summary-news-sm .entry {
  display: flex;
}
.summary-news-sm .entry .date {
  display: flex;
  flex-shrink: 0;
  margin-right: 60px;
}
@media screen and (max-width: 600px) {
  .summary-news-sm .entry .date {
    margin-right: 20px;
  }
}
.summary-news-sm .entry .title {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
@media screen and (max-width: 600px) {
  .summary-news-sm .entry .title {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
  }
}

body.page-privacypolicy article.contents,
body.page-about article.contents,
body.page-contact article.contents {
  position: relative;
  background: #FFFBF4;
}
body.page-privacypolicy article.contents .page-header,
body.page-about article.contents .page-header,
body.page-contact article.contents .page-header {
  position: relative;
}
body.page-privacypolicy article.contents .page-header:after, body.page-privacypolicy article.contents:after,
body.page-about article.contents .page-header:after,
body.page-about article.contents:after,
body.page-contact article.contents .page-header:after,
body.page-contact article.contents:after {
  content: " ";
  display: block;
  background: url(./img/common/bg-wave.svg) top center repeat-x;
  background-size: auto 100%;
  height: 19px;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 600px) {
  body.page-privacypolicy article.contents .page-header:after, body.page-privacypolicy article.contents:after,
  body.page-about article.contents .page-header:after,
  body.page-about article.contents:after,
  body.page-contact article.contents .page-header:after,
  body.page-contact article.contents:after {
    height: 8px;
    top: -30px;
  }
}
body.page-privacypolicy article.contents:after,
body.page-about article.contents:after,
body.page-contact article.contents:after {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
body.page-privacypolicy .main,
body.page-about .main,
body.page-contact .main {
  padding-bottom: 0;
}
body.page-privacypolicy .footer:before,
body.page-about .footer:before,
body.page-contact .footer:before {
  display: none;
}
body.page-privacypolicy .wp-content h2,
body.page-about .wp-content h2,
body.page-contact .wp-content h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 0;
  border: none;
}
body.page-privacypolicy .wp-content h2:after, body.page-privacypolicy .wp-content h2:before,
body.page-about .wp-content h2:after,
body.page-about .wp-content h2:before,
body.page-contact .wp-content h2:after,
body.page-contact .wp-content h2:before {
  display: none;
}

.map-wrap iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 600px) {
  .map-wrap iframe {
    height: 50vw;
  }
}

body.page-about .page-header:before {
  content: " ";
  display: block;
  background: url(./img/common/logo-lg.svg) top center no-repeat;
  background-size: contain;
  height: 322px;
  width: 714px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: .04;
}
@media screen and (max-width: 600px) {
  body.page-about .page-header:before {
    width: 150px;
    height: 75px;
  }
}
body.page-about article.contents {
  padding-bottom: 48vw;
}
@media screen and (max-width: 600px) {
  body.page-about article.contents {
    padding-bottom: 70vw;
  }
}
body.page-about article.contents:after {
  content: " ";
  display: block;
  background: url(./img/about/about-bg.svg) top center no-repeat;
  background-size: cover;
  height: 48vw;
  transform: none;
}
@media screen and (max-width: 600px) {
  body.page-about article.contents:after {
    background-image: url(./img/about/about-bg_sp.svg);
    height: 84vw;
  }
}

body.page-contact .page-header:before {
  content: " ";
  display: block;
  background: url(./img/contact/contact-top.svg) top center no-repeat;
  background-size: contain;
  height: 270px;
  width: 191px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  body.page-contact .page-header:before {
    background-image: url(./img/contact/contact-top_sp.svg);
    width: 258px;
    height: 55px;
    right: 0;
    top: 60px;
  }
}
@media screen and (max-width: 600px) {
  body.page-contact .page-header {
    margin-bottom: 50px;
  }
}
body.page-contact article.contents {
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  body.page-contact article.contents {
    padding-bottom: 0;
  }
}
body.page-contact article.contents:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E82E1E;
  height: 228px;
  border-radius: 100% 100% 0 0;
}
@media screen and (max-width: 600px) {
  body.page-contact article.contents:before {
    left: -50vw;
    right: auto;
    width: 200vw;
  }
}
body.page-contact article.contents:after {
  content: " ";
  display: block;
  background: url(./img/contact/contact-bottom.svg) bottom center no-repeat;
  background-size: contain;
  width: 350px;
  height: 332px;
  transform: none;
  margin: 0 auto;
  bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  body.page-contact article.contents:after {
    width: 80%;
    bottom: 60px;
  }
}

.summary-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 600px) {
  .summary-items {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.summary-items > * {
  width: 50%;
  padding: 0 30px 30px;
}
@media screen and (max-width: 600px) {
  .summary-items > * {
    padding: 0 5px 20px;
  }
}

.summary-item a {
  display: block;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(77, 38, 0, 0.16);
  padding: 30px 35px;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .summary-item a {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    font-size: 14px;
  }
}
.summary-item a .img {
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.summary-item a .icn-right {
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.summary-item a:hover {
  text-decoration: none;
}
.summary-item a:hover .img {
  transform: scale(1.05);
}
.summary-item a:hover .icn-right {
  right: -10px;
}
.summary-item a .img {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .summary-item a .img {
    margin-bottom: 10px;
  }
}
.summary-item a .img:after {
  content: " ";
  display: block;
  padding-top: 57.5%;
}
.summary-item a .img img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .summary-item a .img img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.summary-item a .img.no-img {
  background: #F3EFE6;
}
.summary-item a .img.no-img:before {
  content: " ";
  display: block;
  background: url(./img/common/logo-lg.svg) center center no-repeat;
  background-size: contain;
  height: 80%;
  width: 80%;
  position: absolute;
  right: 10%;
  top: 10%;
  opacity: .2;
}
.summary-item a .entry {
  display: block;
  position: relative;
}
.summary-item a .title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #2c0200;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .summary-item a .title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.summary-item a .cats {
  display: block;
}
.summary-item a .date {
  display: block;
}
.summary-item a .icn-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.nav-terms {
  margin-bottom: 20px;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-size: 0;
}
.nav-terms ul {
  white-space: nowrap;
  border-bottom: 1px solid #e6c3a8;
}
.nav-terms li {
  display: inline-block;
  padding-right: 30px;
  border-bottom: 1px solid #e6c3a8;
  margin-bottom: -1px;
}
.nav-terms li:last-child {
  padding-right: 0;
}
.nav-terms a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #2c0200;
  border-bottom: 1px solid #e6c3a8;
  margin-bottom: -1px;
  padding-bottom: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-terms a:hover, .nav-terms a.active {
  color: #E82E1E;
  border-bottom: 1px solid #E82E1E;
  text-decoration: none;
}

.searchform {
  margin-bottom: 50px;
}
.searchform .input {
  display: flex;
  width: 522px;
  max-width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .searchform .input {
    width: 100%;
  }
}
.searchform input[type='text'] {
  border-radius: 20px 0 0 20px;
  background: #fff;
  border: 1px solid #2c0200;
  height: 40px;
  line-height: 40px;
  margin: 0;
  width: 100%;
  padding: 0 15px;
}
.searchform .btn.btn-default {
  border-radius: 0px 20px 20px 0px;
  background: #2c0200;
  padding: 0;
  border: none;
  height: 40px;
  width: 63px;
  flex-shrink: 0;
  margin: 0;
}

body.single {
  background: #FFFBF4;
}

.article-single .page-thumbnail img {
  border-radius: 20px;
}
.article-single .page-title {
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #2c0200;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #2c0200;
}
@media screen and (max-width: 600px) {
  .article-single .page-title {
    font-size: 20px;
  }
}
.article-single .page-info {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.08em;
  color: #2c0200;
}
@media screen and (max-width: 600px) {
  .article-single .page-info {
    font-size: 15px;
  }
}
.article-single .page-info > * {
  display: inline-block;
}
.article-single .page-info > *:after {
  content: " | ";
}
.article-single .page-info > *:last-child:after {
  display: none;
}
.article-single .author {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.08em;
  color: #2c0200;
}
@media screen and (max-width: 600px) {
  .article-single .author {
    font-size: 15px;
  }
}

.sns-share {
  text-align: center;
}
.sns-share li {
  display: inline-block;
  padding: 0 5px;
}
.sns-share li img {
  width: 50px;
}

body.archive,
body.blog {
  background: #FFFBF4;
}
body.archive article.contents .page-header,
body.blog article.contents .page-header {
  position: relative;
}
body.archive article.contents .page-header:before,
body.blog article.contents .page-header:before {
  content: " ";
  display: block;
  background: url(./img/common/bg-wave.svg) top center repeat-x;
  background-size: auto 100%;
  height: 19px;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 600px) {
  body.archive article.contents .page-header:before,
  body.blog article.contents .page-header:before {
    height: 8px;
    top: -30px;
  }
}

body.post-type-archive-news article.contents .page-header,
body.tax-news_cat article.contents .page-header,
body.post-type-archive-travel article.contents .page-header,
body.tax-travel_cat article.contents .page-header,
body.tax-travel_tag article.contents .page-header {
  position: relative;
}
body.post-type-archive-news article.contents .page-header:before,
body.tax-news_cat article.contents .page-header:before,
body.post-type-archive-travel article.contents .page-header:before,
body.tax-travel_cat article.contents .page-header:before,
body.tax-travel_tag article.contents .page-header:before {
  content: " ";
  display: block;
  background: url(./img/news/bg-top.svg) top right no-repeat;
  background-size: contain;
  width: 342px;
  height: 130px;
  margin: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 600px) {
  body.post-type-archive-news article.contents .page-header:before,
  body.tax-news_cat article.contents .page-header:before,
  body.post-type-archive-travel article.contents .page-header:before,
  body.tax-travel_cat article.contents .page-header:before,
  body.tax-travel_tag article.contents .page-header:before {
    display: none;
  }
}

body.blog article.contents .page-header,
body.archive.category article.contents .page-header,
body.archive.tag article.contents .page-header {
  position: relative;
}
body.blog article.contents .page-header:before,
body.archive.category article.contents .page-header:before,
body.archive.tag article.contents .page-header:before {
  content: " ";
  display: block;
  background: url(./img/column/bg-top.svg) left top no-repeat;
  background-size: cover;
  width: 500px;
  height: 60px;
  margin: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  body.blog article.contents .page-header:before,
  body.archive.category article.contents .page-header:before,
  body.archive.tag article.contents .page-header:before {
    display: none;
  }
}

body.post-type-archive-travel article.contents,
body.tax-travel_cat article.contents,
body.tax-travel_tag article.contents {
  position: relative;
}
body.post-type-archive-travel article.contents:before,
body.tax-travel_cat article.contents:before,
body.tax-travel_tag article.contents:before {
  content: " ";
  display: block;
  background: url(./img/travel/bg-top.svg) left top no-repeat;
  background-size: cover;
  width: 300px;
  height: 230px;
  margin: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 180px;
}
@media screen and (max-width: 600px) {
  body.post-type-archive-travel article.contents:before,
  body.tax-travel_cat article.contents:before,
  body.tax-travel_tag article.contents:before {
    height: 100px;
    width: 100px;
    top: 80px;
  }
}

.section-tags:before {
  content: " ";
  display: block;
  background: url(./img/column/bg-bottom.svg) top left no-repeat;
  background-size: contain;
  width: 700px;
  height: 64px;
  margin-right: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .section-tags:before {
    width: 100vw;
    height: 64px;
    background-size: cover;
    background-position: -50px top;
  }
}
body.post-type-archive-travel .section-tags:before, body.tax-travel_cat .section-tags:before, body.tax-travel_tag .section-tags:before {
  background-image: url(./img/travel/bg-bottom.svg);
  width: 450px;
  height: 145px;
}
@media screen and (max-width: 600px) {
  body.post-type-archive-travel .section-tags:before, body.tax-travel_cat .section-tags:before, body.tax-travel_tag .section-tags:before {
    width: 90vw;
    height: 112px;
    background-position: left top;
    background-size: contain;
  }
}
.section-tags .title {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #2c0200;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-tags .title {
    font-size: 18px;
  }
}
.section-tags .tag-terms {
  margin-bottom: 30px;
}
.section-tags .tag-terms li {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 20px;
}
.section-tags .tag-terms a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  background: #fff;
  color: #2c0200;
  border-radius: 50px;
  background: none;
  border: 1px solid #2c0200;
  padding: 2px 20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-tags .tag-terms a.active, .section-tags .tag-terms a:hover {
  color: #fff;
  background: #2c0200;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .section-tags .tag-terms a {
    font-size: 15px;
  }
}

.wp-content {
  *zoom: 1;
}
.wp-content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.wp-content,
body#tinymce {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2c0200;
  line-height: 1.8;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .wp-content,
  body#tinymce {
    font-size: 15px;
  }
}
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5 {
  margin-bottom: 15px;
  margin-top: 40px;
  border-bottom: 2px solid #eae3d5;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #2c0200;
}
.wp-content h1:first-child,
.wp-content h2:first-child,
.wp-content h3:first-child,
.wp-content h4:first-child,
.wp-content h5:first-child,
body#tinymce h1:first-child,
body#tinymce h2:first-child,
body#tinymce h3:first-child,
body#tinymce h4:first-child,
body#tinymce h5:first-child {
  margin-top: 0;
}
.wp-content h1,
body#tinymce h1 {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .wp-content h1,
  body#tinymce h1 {
    font-size: 20px;
  }
}
.wp-content h2,
body#tinymce h2 {
  font-size: 35px;
}
@media screen and (max-width: 600px) {
  .wp-content h2,
  body#tinymce h2 {
    font-size: 19px;
  }
}
.wp-content h3,
body#tinymce h3 {
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .wp-content h3,
  body#tinymce h3 {
    font-size: 18px;
  }
}
.wp-content h4,
body#tinymce h4 {
  font-size: 25px;
}
@media screen and (max-width: 600px) {
  .wp-content h4,
  body#tinymce h4 {
    font-size: 17px;
  }
}
.wp-content h5,
body#tinymce h5 {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .wp-content h5,
  body#tinymce h5 {
    font-size: 16px;
  }
}
.wp-content a,
body#tinymce a {
  text-decoration: underline;
}
.wp-content a:hover,
body#tinymce a:hover {
  text-decoration: none;
}
.wp-content .aligncenter,
body#tinymce .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-content .alignleft,
body#tinymce .alignleft {
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}
@media screen and (max-width: 600px) {
  .wp-content .alignleft,
  body#tinymce .alignleft {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.wp-content .alignright,
body#tinymce .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}
@media screen and (max-width: 600px) {
  .wp-content .alignright,
  body#tinymce .alignright {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.wp-content .wp-caption-dd,
.wp-content .wp-caption-text,
body#tinymce .wp-caption-dd,
body#tinymce .wp-caption-text {
  margin-top: 5px;
  font-size: 12px;
  color: #383838;
  font-style: italic;
}
.wp-content ul,
body#tinymce ul {
  list-style: disc;
  margin-left: 1.5em;
}
.wp-content ul li,
body#tinymce ul li {
  margin-bottom: 0.25em;
}
.wp-content ol,
body#tinymce ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.wp-content ol li,
body#tinymce ol li {
  margin-bottom: 0.25em;
}
.wp-content ol ol,
body#tinymce ol ol {
  list-style-type: none;
}
.wp-content ol ol li,
body#tinymce ol ol li {
  counter-increment: cnt;
  position: relative;
}
.wp-content ol ol li::before,
body#tinymce ol ol li::before {
  content: counter(cnt) ")";
  position: absolute;
  left: -1.5em;
  top: 0;
  width: 1.2em;
  text-align: right;
}
.wp-content li,
body#tinymce li {
  list-style: inherit !important;
}
.wp-content b, .wp-content strong, .wp-content em,
body#tinymce b,
body#tinymce strong,
body#tinymce em {
  font-weight: bold;
}
.wp-content hr,
body#tinymce hr {
  margin-top: 10px;
  border: none;
  border-top: 1px solid #c9c9c9;
}
.wp-content table,
body#tinymce table {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 1em;
}
.wp-content table th, .wp-content table td,
body#tinymce table th,
body#tinymce table td {
  padding: 15px 0;
  border: none;
  vertical-align: middle;
  border-bottom: 1px solid #EBD6C6;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .wp-content table th, .wp-content table td,
  body#tinymce table th,
  body#tinymce table td {
    font-size: 15px;
  }
}
.wp-content table th,
body#tinymce table th {
  background: none;
  position: relative;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .wp-content table th,
  body#tinymce table th {
    font-size: 15px;
  }
}
.wp-content table.table-sm,
body#tinymce table.table-sm {
  font-size: 11px;
}
.wp-content table.table-sm th,
body#tinymce table.table-sm th {
  white-space: normal;
}
.wp-content table.table-sm th, .wp-content table.table-sm td,
body#tinymce table.table-sm th,
body#tinymce table.table-sm td {
  padding: 5px;
}
@media screen and (max-width: 600px) {
  .wp-content table,
  body#tinymce table {
    font-size: 11px;
  }
  .wp-content table th, .wp-content table td,
  body#tinymce table th,
  body#tinymce table td {
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .wp-content table.table-responsive,
  body#tinymce table.table-responsive {
    font-size: inherit;
    width: auto;
    display: block;
  }
  .wp-content table.table-responsive tbody, .wp-content table.table-responsive thead,
  body#tinymce table.table-responsive tbody,
  body#tinymce table.table-responsive thead {
    display: block;
  }
  .wp-content table.table-responsive tr, .wp-content table.table-responsive th, .wp-content table.table-responsive td,
  body#tinymce table.table-responsive tr,
  body#tinymce table.table-responsive th,
  body#tinymce table.table-responsive td {
    width: auto !important;
    display: block;
    border-bottom: none;
  }
  .wp-content table.table-responsive th,
  body#tinymce table.table-responsive th {
    font-weight: bold;
  }
  .wp-content table.table-responsive th, .wp-content table.table-responsive td,
  body#tinymce table.table-responsive th,
  body#tinymce table.table-responsive td {
    padding: 5px 8px;
  }
}

[data-wpview-text*="youtube"] .wpview-content,
[data-mce-p-src^="https://www.youtube.com"],
.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
[data-wpview-text*="youtube"] .wpview-content iframe,
[data-mce-p-src^="https://www.youtube.com"] iframe,
.iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

iframe {
  max-width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-container video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

video {
  max-width: 100%;
}

.gallery-images li a {
  height: 75px;
  overflow: hidden;
  display: block;
}
.gallery-images li.current a {
  height: 69px;
  border: 3px solid #ccc;
}

.gallery-item img {
  box-sizing: border-box;
}

#tinymce.post-type-campaign {
  text-align: center;
  background: url(./img/top/240301/bg-campaign.jpg) center bottom no-repeat;
  background-size: cover;
}
