@charset "UTF-8";
/* ========================================================= */
/* BASE SCSS                                                 */
/* ========================================================= */
html {
  line-height: 1.8;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: 'M PLUS Rounded 1c', Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  color: #333;
  font-display: swap;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  display: block;
  max-width: 100%;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'M PLUS Rounded 1c', Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

p {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a, a:visited, a:active {
  text-decoration: none;
}

a {
  color: #333;
}

dl, dt, dd {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/* ========================================================= */
/* LAYOUT SCSS                                               */
/* ========================================================= */
.header {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

@media screen and (min-width: 1000px) {
  .header {
    position: absolute;
    height: 213px;
    padding-bottom: 10px;
    border-top: solid #EFC100 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .header {
    position: fixed;
    height: 80px;
    border-top: solid #EFC100 5px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    height: 50px;
    border-top: solid #EFC100 5px;
  }
}

@media screen and (max-width: 999px) {
  .header .header-pc {
    display: none;
  }
}

.header .header-access {
  margin-top: 10px;
  margin-left: 800px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .header .header-access {
    margin-left: 0px;
    margin-right: 20px;
    text-align: right;
  }
}

.header .header-access__txt {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.header .header-access__btn {
  display: inline-block;
  padding: 6px 15px 6px 30px;
  font-size: 1.4rem;
  color: #fff;
  background: #29A6DD url(../images/icon_pin.svg) left 12px center/10px no-repeat;
  border-bottom: solid #0071B7 2px;
  border-radius: 10px;
  -webkit-transition: .4s;
  transition: .4s;
}

.header .logo {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  max-width: 280px;
  width: 100%;
  padding-bottom: 25px;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 2;
}

.header .logo--01 {
  max-width: 60px;
  margin: 0 auto;
}

.header .logo--02 {
  max-width: 160px;
  margin: 12px auto 0;
}

.header .logo--03 {
  max-width: 280px;
  margin: 8px auto 0;
}

.header .gnav {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: .4s;
  transition: .4s;
}

.header .gnav__item {
  position: relative;
}

.header .gnav__item:not(:first-of-type):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, #666, #666 1px, transparent 2px, transparent 2px);
  background-size: 1px 8px;
  background-position: top;
  background-repeat: repeat-y;
}

.header .gnav__item:first-of-type:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 308px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, #666, #666 1px, transparent 2px, transparent 2px);
  background-size: 1px 8px;
  background-position: top;
  background-repeat: repeat-y;
}

.header .gnav__item--01 {
  background: url(../images/icon_hibari01.svg) center top 10px/45px no-repeat;
}

.header .gnav__item--02 {
  background: url(../images/icon_about.svg) center top 10px/40px no-repeat;
}

.header .gnav__item--03 {
  margin-right: 350px;
  background: url(../images/icon_clock.svg) center top 10px/42px no-repeat;
}

.header .gnav__item--04 {
  background: url(../images/icon_schedule.svg) center top 10px/41px no-repeat;
}

.header .gnav__item--04 .is-en {
  letter-spacing: 0px !important;
}

.header .gnav__item--05 {
  background: url(../images/icon_pen.svg) center top 10px/35px no-repeat;
}

.header .gnav__item--06 {
  background: url(../images/icon_blog.svg) center top 10px/38px no-repeat;
}

.header .gnav__item .is-en {
  display: block;
  font-size: 1.4rem;
  color: #666;
  letter-spacing: 3px;
}

.header .gnav__link {
  display: block;
  padding: 60px 20px 10px;
  text-align: center;
}

.header.is-scroll {
  position: fixed;
  width: 100%;
  height: 90px;
  top: 0;
  padding: 10px 0;
  border: none;
  z-index: 99;
}

.header.is-scroll .header-access {
  margin: 0;
}

.header.is-scroll .header-access__txt {
  display: none;
}

.header.is-scroll .header-access__btn {
  position: fixed;
  top: 4%;
  right: 20px;
  z-index: 99;
}

.header.is-scroll .logo {
  padding: 10px 0;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(-75%);
          transform: translateX(-75%);
}

.header.is-scroll .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header.is-scroll .logo--01 {
  width: 50px;
  margin: 0;
  margin-right: 20px;
}

.header.is-scroll .logo--02 {
  display: none;
}

.header.is-scroll .logo--03 {
  width: 200px;
  margin: 0;
}

.header.is-scroll .gnav {
  top: 5%;
  -webkit-transform: translateX(-30%) scale(0.7);
          transform: translateX(-30%) scale(0.7);
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .header.is-scroll .gnav {
    right: 100px;
    -webkit-transform: translateX(-35vw) scale(0.7);
            transform: translateX(-35vw) scale(0.7);
  }
}

.header.is-scroll .gnav__item:first-of-type:before {
  content: "";
  display: none;
}

.header.is-scroll .gnav__item--03 {
  margin-right: 0;
}

.header.is-scroll .gnav__item .is-en {
  display: none;
}

.header.is-scroll .gnav__link {
  display: block;
  padding: 60px 20px 0px;
  text-align: center;
}

.header-sp {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  .header-sp {
    display: none;
  }
}

.header-sp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  padding: 4.5px 25px;
}

.header-sp__inner .logo-sp {
  max-width: 178px;
  width: 199%;
}

.header-sp__inner .toggle {
  position: relative;
  width: 23px;
  height: 17px;
  cursor: pointer;
}

.header-sp__inner .toggle__line {
  position: absolute;
  width: 23px;
  height: 1.5px;
  background-color: #42210B;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-sp__inner .toggle__line:nth-of-type(1) {
  top: 0;
}

.header-sp__inner .toggle__line:nth-of-type(2) {
  top: 8px;
}

.header-sp__inner .toggle__line:nth-of-type(3) {
  top: 16px;
}

.header-sp__inner .toggle.is-active .toggle__line {
  top: 8px;
}

.header-sp__inner .toggle.is-active .toggle__line:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-sp__inner .toggle.is-active .toggle__line:nth-of-type(2) {
  opacity: 0;
}

.header-sp__inner .toggle.is-active .toggle__line:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-sp__menu {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 98;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .header-sp__menu {
    top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .header-sp__menu {
    top: 50px;
  }
}

.header-sp__menu.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  overflow: scroll;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .header-sp__menu.is-active {
    height: calc(100% - 75px);
  }
}

@media screen and (max-width: 767px) {
  .header-sp__menu.is-active {
    height: calc(100% - 50px);
  }
}

.header-sp__menu .gnav-sp__item {
  position: relative;
  padding: 10px 25px 10px 60px;
  font-weight: 500;
  border-top: 1px solid #42210B;
  cursor: pointer;
}

.header-sp__menu .gnav-sp__item:last-of-type {
  border-bottom: 1px solid #42210B;
}

.header-sp__menu .gnav-sp__item:before, .header-sp__menu .gnav-sp__item:after {
  content: "";
  position: absolute;
  display: block;
  right: 25px;
  width: 15px;
  height: 2px;
  background-color: #42210B;
  border-radius: 5px;
  -webkit-transition: .4s;
  transition: .4s;
}

.header-sp__menu .gnav-sp__item:before {
  top: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header-sp__menu .gnav-sp__item:after {
  top: 22px;
}

.header-sp__menu .gnav-sp__item.is-active:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-sp__menu .gnav-sp__item.is-hibari {
  background: url(../images/icon_hibari01.svg) left 25px top 12px/25px no-repeat;
}

.header-sp__menu .gnav-sp__item.is-hibari:before, .header-sp__menu .gnav-sp__item.is-hibari:after {
  display: none;
}

.header-sp__menu .gnav-sp__item.is-about {
  background: url(../images/icon_about.svg) left 25px top 12px/25px no-repeat;
}

.header-sp__menu .gnav-sp__item.is-clock {
  background: url(../images/icon_clock.svg) left 25px top 10px/25px no-repeat;
}

.header-sp__menu .gnav-sp__item.is-clock:before, .header-sp__menu .gnav-sp__item.is-clock:after {
  display: none;
}

.header-sp__menu .gnav-sp__item.is-schedule {
  background: url(../images/icon_schedule.svg) left 25px top 12px/25px no-repeat;
}

.header-sp__menu .gnav-sp__item.is-pen {
  background: url(../images/icon_pen.svg) left 25px top 12px/25px no-repeat;
}

.header-sp__menu .gnav-sp__item.is-blog {
  background: url(../images/icon_blog.svg) left 25px top 12px/25px no-repeat;
}

.header-sp__menu .gnav-sp__link {
  position: relative;
  display: block;
}

.header-sp__menu .gnav-sp__link:before, .header-sp__menu .gnav-sp__link:after {
  content: "";
  position: absolute;
  display: block;
  right: 3px;
  width: 8px;
  height: 2px;
  background-color: #42210B;
  border-radius: 10px;
}

.header-sp__menu .gnav-sp__link:before {
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header-sp__menu .gnav-sp__link:after {
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.header-sp__menu .gnav-sp .link-list {
  display: none;
  margin-top: 5px;
}

.header-sp__menu .gnav-sp .link-list__item {
  padding: 5px 0;
  border-top: 1px dotted #42210B;
}

.header-sp__menu .gnav-sp .link-list__item:last-of-type {
  border-bottom: 1px dotted #42210B;
}

.header-sp__menu .gnav-sp .link-list__link {
  position: relative;
  display: block;
}

.header-sp__menu .gnav-sp .link-list__link:before, .header-sp__menu .gnav-sp .link-list__link:after {
  content: "";
  position: absolute;
  display: block;
  right: 3px;
  width: 8px;
  height: 2px;
  background-color: #42210B;
  border-radius: 10px;
}

.header-sp__menu .gnav-sp .link-list__link:before {
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header-sp__menu .gnav-sp .link-list__link:after {
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.header-sp__menu .contact {
  padding-bottom: 15px;
}

.header-sp__menu .contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 15px;
}

.header-sp__menu .contact__btn--access {
  width: 110px;
  margin-right: 20px;
  padding: 6px 10px 6px 35px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  background: #29A6DD url(../images/icon_pin.svg) left 12px center/10px no-repeat;
  border-bottom: solid #0071B7 2px;
  border-radius: 5px;
}

.header-sp__menu .contact__btn--faq {
  width: 110px;
  padding: 6px 0 6px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  background: #EFC100;
  border-bottom: solid #E58C1B 2px;
  border-radius: 5px;
}

.header-sp__menu .contact__txt {
  padding-left: 35px;
  font-weight: 500;
}

.header-sp__menu .contact__txt:first-of-type {
  margin-top: 10px;
}

.header-sp__menu .contact__txt a {
  color: #29A6DD;
  text-decoration: underline;
}

_:lang(x)::-ms-backdrop, .header.is-scroll .header-access__btn {
  top: 2%;
}

_:-ms-lang(x)::backdrop, .header.is-scroll .header-access__btn {
  top: 2%;
}

.footer-gallery {
  padding-top: 40px;
  background: url(../../common/images/bg.png);
}

@media screen and (min-width: 768px) {
  .footer-gallery {
    padding-bottom: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-gallery {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 1000px) {
  .footer-gallery .icon-ttl {
    margin-left: calc((100% - 1000px) / 2);
  }
}

.footer-gallery .gallery-slider {
  margin-top: 40px;
}

.footer-gallery .gallery-slider__item {
  position: relative;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .footer-gallery .gallery-slider__item {
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-gallery .gallery-slider__item {
    border-radius: 10px;
  }
}

.footer-gallery .gallery-slider__item.is-fuji:before {
  content: "";
  position: absolute;
  background: url(../images/img_fuji.svg) no-repeat;
  border: none;
}

@media screen and (min-width: 768px) {
  .footer-gallery .gallery-slider__item.is-fuji:before {
    top: 20px;
    left: 0px;
    width: 117px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer-gallery .gallery-slider__item.is-fuji:before {
    top: 10px;
    left: 5px;
    width: 69px;
    height: 30px;
  }
}

.footer-gallery .gallery-slider__item.is-fuji img {
  border: 3px solid #C28CB4;
}

.footer-gallery .gallery-slider__item.is-fuji .gallery-info {
  background-color: rgba(194, 140, 180, 0.8);
}

.footer-gallery .gallery-slider__item.is-kiku:before {
  content: "";
  position: absolute;
  background: url(../images/img_kiku.svg) no-repeat;
  border: none;
}

@media screen and (min-width: 768px) {
  .footer-gallery .gallery-slider__item.is-kiku:before {
    top: 20px;
    left: 0px;
    width: 117px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer-gallery .gallery-slider__item.is-kiku:before {
    top: 10px;
    left: 5px;
    width: 69px;
    height: 30px;
  }
}

.footer-gallery .gallery-slider__item.is-kiku img {
  border: 3px solid #EFC100;
}

.footer-gallery .gallery-slider__item.is-kiku .gallery-info {
  background-color: rgba(239, 193, 0, 0.8);
}

.footer-gallery .gallery-slider__item.is-yuri:before {
  content: "";
  position: absolute;
  background: url(../images/img_yuri.svg) no-repeat;
  border: none;
}

@media screen and (min-width: 768px) {
  .footer-gallery .gallery-slider__item.is-yuri:before {
    top: 20px;
    left: 0px;
    width: 117px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer-gallery .gallery-slider__item.is-yuri:before {
    top: 10px;
    left: 5px;
    width: 69px;
    height: 30px;
  }
}

.footer-gallery .gallery-slider__item.is-yuri img {
  border: 3px solid #FF99D1;
}

.footer-gallery .gallery-slider__item.is-yuri .gallery-info {
  background-color: rgba(255, 153, 209, 0.8);
}

.footer-gallery .gallery-slider__item.is-momoyuri:before {
  content: "";
  position: absolute;
  background: url(../images/img_momoyuri.svg) no-repeat;
  border: none;
}

@media screen and (min-width: 768px) {
  .footer-gallery .gallery-slider__item.is-momoyuri:before {
    top: 20px;
    left: 0px;
    width: 117px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer-gallery .gallery-slider__item.is-momoyuri:before {
    top: 10px;
    left: 5px;
    width: 69px;
    height: 30px;
  }
}

.footer-gallery .gallery-slider__item.is-momoyuri img {
  border: 3px solid #FF99D1;
}

.footer-gallery .gallery-slider__item.is-momoyuri .gallery-info {
  background-color: rgba(255, 153, 209, 0.8);
}

.footer-gallery .gallery-slider__item.is-momo:before {
  content: "";
  position: absolute;
  background: url(../images/img_momo.svg) no-repeat;
  border: none;
}

@media screen and (min-width: 768px) {
  .footer-gallery .gallery-slider__item.is-momo:before {
    top: 20px;
    left: 0px;
    width: 117px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer-gallery .gallery-slider__item.is-momo:before {
    top: 10px;
    left: 5px;
    width: 69px;
    height: 30px;
  }
}

.footer-gallery .gallery-slider__item.is-momo img {
  border: 3px solid #FF0000;
}

.footer-gallery .gallery-slider__item.is-momo .gallery-info {
  background-color: rgba(255, 0, 0, 0.8);
}

.footer-gallery .gallery-slider__item.is-himawari:before {
  content: "";
  position: absolute;
  background: url(../images/img_himawari.svg) no-repeat;
  border: none;
}

@media screen and (min-width: 768px) {
  .footer-gallery .gallery-slider__item.is-himawari:before {
    top: 20px;
    left: 0px;
    width: 117px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer-gallery .gallery-slider__item.is-himawari:before {
    top: 10px;
    left: 5px;
    width: 69px;
    height: 30px;
  }
}

.footer-gallery .gallery-slider__item.is-himawari img {
  border: 3px solid #FF0000;
}

.footer-gallery .gallery-slider__item.is-himawari .gallery-info {
  background-color: rgba(255, 0, 0, 0.8);
}

.footer-gallery .gallery-slider__item.is-none img {
  border: 3px solid #87C13F;
}

.footer-gallery .gallery-slider__item.is-none .gallery-info {
  background-color: rgba(135, 193, 63, 0.8);
}

.footer-gallery .gallery-slider__image {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .footer-gallery .gallery-slider__image {
    border-radius: 20px;
    width: 367px;
    height: 246px;
  }
}

@media screen and (max-width: 767px) {
  .footer-gallery .gallery-slider__image {
    border-radius: 10px;
    width: 220px;
    height: 148px;
  }
}

.footer-gallery .gallery-slider .gallery-info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer-gallery .gallery-slider .gallery-info {
    padding: 10px 25px;
    border-radius: 0px 0px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-gallery .gallery-slider .gallery-info {
    padding: 5px 10px;
    border-radius: 0px 0px 10px 10px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-gallery .gallery-slider .slick-slide {
    width: 367px;
  }
}

@media screen and (max-width: 767px) {
  .footer-gallery .gallery-slider .slick-slide {
    width: 220px;
  }
}

.footer-gallery__btn {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-gallery__btn {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer-gallery__btn {
    margin-top: 40px;
  }
}

.footer {
  position: relative;
  margin-top: 10vw;
  color: #fff;
  background: url(../images/bg_footer.png);
}

.footer:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(-22vw + 1px);
  width: 100%;
  height: 22vw;
  background: url(../images/bg_footertop.png) left bottom/200% no-repeat;
  -webkit-animation: anime 1.5s steps(1) infinite;
          animation: anime 1.5s steps(1) infinite;
}

.footer .gotop {
  position: fixed;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 99;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 768px) {
  .footer .gotop {
    right: 30px;
    bottom: 30px;
    width: 90px;
    height: 95px;
  }
}

@media screen and (max-width: 767px) {
  .footer .gotop {
    right: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
  }
}

.footer .gotop.is-scroll {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer .gotop.is-scroll:hover {
  -webkit-animation: bounce .4s ease-out infinite alternate;
          animation: bounce .4s ease-out infinite alternate;
}

@media screen and (min-width: 768px) {
  .footer .sitemap {
    padding: 0 110px;
  }
}

@media screen and (max-width: 767px) {
  .footer .sitemap {
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .footer .sitemap .sitemap-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .footer .sitemap .sitemap-list {
    padding-top: 1px;
    margin: 0 -25px;
  }
}

@media screen and (min-width: 768px) {
  .footer .sitemap .sitemap-list__item {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .sitemap .sitemap-list__item {
    position: relative;
    padding: 10px 0 10px 25px;
    border-top: 1px solid #fff;
  }
  .footer .sitemap .sitemap-list__item:last-of-type {
    border-bottom: 1px solid #fff;
  }
  .footer .sitemap .sitemap-list__item:before, .footer .sitemap .sitemap-list__item:after {
    content: "";
    position: absolute;
    display: block;
    right: 25px;
    width: 15px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .footer .sitemap .sitemap-list__item:before {
    top: 22px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer .sitemap .sitemap-list__item:after {
    top: 22px;
  }
  .footer .sitemap .sitemap-list__item.is-active:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media screen and (min-width: 768px) {
  .footer .sitemap .sitemap-list__item:before {
    content: "▶︎";
    margin-right: 5px;
  }
}

@media screen and (min-width: 768px) {
  .footer .sitemap .sitemap-list__item .link-list {
    margin-top: 5px;
    margin-left: 22px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .sitemap .sitemap-list__item .link-list {
    display: none;
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.footer .sitemap .sitemap-list__item .link-list__item:not(:first-of-type) {
  margin-top: 3px;
}

.footer .sitemap .sitemap-list__item .link-list__item a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer .sitemap .sitemap-list__item .link-list__link:after {
    content: "　>";
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-address {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-address {
    margin-top: 20px;
  }
}

.footer .footer-address__logo {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer .footer-address__logo {
    max-width: 243px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-address__logo {
    max-width: 300px;
    width: 70%;
  }
}

.footer .footer-address__txt {
  margin-top: 5px;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .footer .footer-address__txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-address__txt {
    font-size: 1rem;
  }
}

.footer .footer-address__tel {
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .footer .footer-address__tel {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-address__tel {
    font-size: 1.4rem;
  }
}

.footer .footer-address__tel a {
  color: #fff;
  text-decoration: underline;
}

.footer .footer-copy {
  position: relative;
  background-color: #EFC100;
}

@media screen and (min-width: 768px) {
  .footer .footer-copy {
    margin-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-copy {
    margin-top: 70px;
  }
}

.footer .footer-copy:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/icon_ensha.svg) 0 0 no-repeat;
}

@media screen and (min-width: 768px) {
  .footer .footer-copy:before {
    top: -80px;
    left: calc((100% - 1000px) / 2);
    width: 191px;
    height: 86px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-copy:before {
    top: -40px;
    left: 25px;
    width: 95px;
    height: 43px;
  }
}

.footer .footer-copy__txt {
  padding: 15px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer .footer-copy__txt {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-copy__txt {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}

@-webkit-keyframes anime {
  0% {
    background-position: left bottom;
  }
  50% {
    background-position: right bottom;
  }
  100% {
    background-position: left bottom;
  }
}

@keyframes anime {
  0% {
    background-position: left bottom;
  }
  50% {
    background-position: right bottom;
  }
  100% {
    background-position: left bottom;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@media screen and (min-width: 768px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 60px;
    padding-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .sidebar {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    padding: 60px 0 30px;
  }
}

.sidebar .sidebar-content:not(:first-of-type) {
  margin-top: 30px;
}

.sidebar .sidebar-content__ttl {
  padding-left: 15px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  background: url(../../images/blog/icon_sidebar.svg) 0 0 no-repeat;
}

.sidebar .sidebar-list {
  margin-top: 15px;
}

.sidebar .sidebar-list__item {
  position: relative;
  padding: 20px 0;
}

.sidebar .sidebar-list__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #1A1A1A, #1A1A1A 3px, transparent 2px, transparent 2px);
  background-size: 10px 3px;
  background-position: top;
  background-repeat: repeat-x;
}

.sidebar .sidebar-list__item:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #1A1A1A, #1A1A1A 3px, transparent 2px, transparent 2px);
  background-size: 10px 3px;
  background-position: top;
  background-repeat: repeat-x;
}

.sidebar .sidebar-list__day {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 1.2rem;
}

.sidebar .sidebar-list__day:after {
  content: "|";
  position: absolute;
  padding: 0 10px;
}

.sidebar .sidebar-list__category {
  display: inline-block;
  font-size: 1.2rem;
}

.sidebar .sidebar-category {
  position: relative;
  margin-top: 15px;
  padding: 20px 0;
}

.sidebar .sidebar-category:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #1A1A1A, #1A1A1A 3px, transparent 2px, transparent 2px);
  background-size: 10px 3px;
  background-position: top;
  background-repeat: repeat-x;
}

.sidebar .sidebar-category:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #1A1A1A, #1A1A1A 3px, transparent 2px, transparent 2px);
  background-size: 10px 3px;
  background-position: top;
  background-repeat: repeat-x;
}

.sidebar .sidebar-category__item {
  font-size: 1.4rem;
}

.sidebar .sidebar-category__item:not(:first-of-type) {
  margin-top: 7px;
}

.sidebar .sidebar-category__item.is-info:before {
  content: "●";
  margin-right: 5px;
  color: #C28CB4;
}

.sidebar .sidebar-category__item.is-blog:before {
  content: "●";
  margin-right: 5px;
  color: #EFC100;
}

.sidebar .sidebar-category__item.is-hibari:before {
  content: "●";
  margin-right: 5px;
  color: #87C13F;
}

.sidebar .sidebar-category__item.is-photo:before {
  content: "●";
  margin-right: 5px;
  color: #FF99D1;
}

.sidebar .sidebar-archive {
  position: relative;
  margin-top: 15px;
  padding: 20px 0;
}

.sidebar .sidebar-archive:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #1A1A1A, #1A1A1A 3px, transparent 2px, transparent 2px);
  background-size: 10px 3px;
  background-position: top;
  background-repeat: repeat-x;
}

.sidebar .sidebar-archive:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #1A1A1A, #1A1A1A 3px, transparent 2px, transparent 2px);
  background-size: 10px 3px;
  background-position: top;
  background-repeat: repeat-x;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.bg-inner {
  padding-left: calc((100% - 1000px) / 2);
  padding-right: calc((100% - 1000px) / 2);
  background: url(../images/bg.png);
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .bg-inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .bg-inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 1000px) {
  main {
    padding-top: 213px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  main {
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: -30px;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}

.section .icon-ttl {
  margin-right: 40px;
}

.section .section-lead {
  color: #666;
}

@media screen and (min-width: 768px) {
  .section .section-lead {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .section .section-lead {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
  }
}

/* ========================================================= */
/* MODULE SCSS                                               */
/* ========================================================= */
.btn01 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border-radius: 35px;
  overflow: hidden;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .btn01 {
    width: 300px;
    padding: 14px;
    font-size: 1.8rem;
    border: 1px solid #EFC100;
    -webkit-box-shadow: 0 0 0 1px #EFC100 inset;
            box-shadow: 0 0 0 1px #EFC100 inset;
  }
}

@media screen and (max-width: 767px) {
  .btn01 {
    width: 215px;
    padding: 10px 0;
    font-size: 1.2rem;
    border: 2px solid #EFC100;
  }
}

.btn01__txt {
  position: relative;
  color: #EFC100;
  z-index: 2;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn01__txt:before, .btn01__txt:after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background-color: #EFC100;
}

@media screen and (min-width: 768px) {
  .btn01__txt:before, .btn01__txt:after {
    width: 10px;
    left: calc(50% + 120px);
  }
}

@media screen and (max-width: 767px) {
  .btn01__txt:before, .btn01__txt:after {
    width: 7px;
    left: calc(50% + 80px);
  }
}

.btn01__txt:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .btn01__txt:before {
    top: calc(50% - 3px);
  }
}

@media screen and (max-width: 767px) {
  .btn01__txt:before {
    top: calc(50% - 2px);
  }
}

.btn01__txt:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .btn01__txt:after {
    top: calc(50% + 3px);
  }
}

@media screen and (max-width: 767px) {
  .btn01__txt:after {
    top: calc(50% + 2px);
  }
}

.btn01__blobs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  height: 100%;
  border-radius: 35px;
  overflow: hidden;
}

.btn01__blobs div {
  background-color: #EFC100;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
}

.btn01__blobs div:nth-of-type(1) {
  -webkit-transform: scale(1.5) translateY(120%);
          transform: scale(1.5) translateY(120%);
  -webkit-transition: .6s;
  transition: .6s;
}

.btn01__blobs div:nth-of-type(2) {
  left: 33%;
  -webkit-transform: scale(1.5) translateY(120%);
          transform: scale(1.5) translateY(120%);
  -webkit-transition: .5s;
  transition: .5s;
}

.btn01__blobs div:nth-of-type(3) {
  left: 66%;
  -webkit-transform: scale(1.5) translateY(120%);
          transform: scale(1.5) translateY(120%);
  -webkit-transition: .4s;
  transition: .4s;
}

.btn01:hover .btn01__txt {
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn01:hover .btn01__txt:before, .btn01:hover .btn01__txt:after {
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn01:hover .btn01__blobs div:nth-of-type(1) {
  -webkit-transform: scale(1.7) translateY(0);
          transform: scale(1.7) translateY(0);
  -webkit-transition: .4s;
  transition: .4s;
}

.btn01:hover .btn01__blobs div:nth-of-type(2) {
  left: 30%;
  -webkit-transform: scale(1.4) translateY(0);
          transform: scale(1.4) translateY(0);
  -webkit-transition: .5s;
  transition: .5s;
}

.btn01:hover .btn01__blobs div:nth-of-type(3) {
  left: 66%;
  -webkit-transform: scale(1.6) translateY(0);
          transform: scale(1.6) translateY(0);
  -webkit-transition: .6s;
  transition: .6s;
}

.icon-ttl {
  display: inline-block;
  padding: 5px 0px 5px 60px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .icon-ttl {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .icon-ttl {
    display: block;
    text-align: center;
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 768px) {
  .icon-ttl.is-star {
    background: url(../images/icon_blog.svg) left 5px center/40px no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .icon-ttl.is-star {
    background: url(../images/icon_blog.svg) left calc(50% - 30px) center/30px no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .icon-ttl.is-camera {
    background: url(../images/icon_camera.svg) left 5px center/40px no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .icon-ttl.is-camera {
    background: url(../images/icon_camera.svg) left calc(50% - 65px) center/30px no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .icon-ttl.is-map {
    background: url(../images/icon_map.svg) left 5px center/40px no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .icon-ttl.is-map {
    background: url(../images/icon_map.svg) left calc(50% - 30px) center/30px no-repeat;
  }
}

.pen-ttl {
  position: relative;
  font-weight: 500;
  border-bottom: 2px dotted #808080;
}

@media screen and (min-width: 768px) {
  .pen-ttl {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pen-ttl {
    font-size: 2.4rem;
  }
}

.pen-ttl:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 6px;
  background-color: rgba(239, 193, 0, 0.5);
}

.pen-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background: url(../images/icon_pen.svg) 0 0 no-repeat;
}

@media screen and (min-width: 768px) {
  .pen-ttl:after {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .pen-ttl:after {
    width: 30px;
    height: 30px;
  }
}

.pen-ttl.is-scroll:before {
  width: calc(100% - 200px);
  -webkit-transition: 2s;
  transition: 2s;
}

@media screen and (min-width: 768px) {
  .pen-ttl.is-scroll:before {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 767px) {
  .pen-ttl.is-scroll:before {
    width: 95%;
  }
}

.pen-ttl.is-scroll:after {
  -webkit-transition: 2s;
  transition: 2s;
}

@media screen and (min-width: 768px) {
  .pen-ttl.is-scroll:after {
    left: calc(100% - 200px);
  }
}

@media screen and (max-width: 767px) {
  .pen-ttl.is-scroll:after {
    left: 95%;
  }
}

.hero-ttl .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .hero-ttl .breadcrumb {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-ttl .breadcrumb {
    padding-top: 10px;
    font-size: 1.2rem;
  }
}

.hero-ttl .breadcrumb__item {
  position: relative;
  padding-right: 22px;
}

.hero-ttl .breadcrumb__item:not(:last-of-type):after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-ttl__page-ttl {
  position: relative;
  padding-top: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-ttl__page-ttl {
    font-size: 3.2rem;
    padding-bottom: 100px;
    background: url(../images/icon_kobushi.svg) no-repeat, url(../images/icon_kobushi.svg) no-repeat, url(../images/icon_kobushi.svg) no-repeat, url(../images/icon_kobushi.svg) no-repeat, url(../images/bg.png);
    background-position-x: calc(50% - 200px), calc(50% - 250px), calc(50% + 260px), calc(50% + 190px);
    background-position-y: 0, 50px, 0, 60px;
    background-size: 38px, 60px, 54px, 60px;
  }
}

@media screen and (max-width: 767px) {
  .hero-ttl__page-ttl {
    font-size: 2.8rem;
    padding-bottom: 60px;
    background: url(../images/icon_kobushi.svg) no-repeat, url(../images/icon_kobushi.svg) no-repeat, url(../images/icon_kobushi.svg) no-repeat, url(../images/icon_kobushi.svg) no-repeat, url(../images/bg.png);
    background-position-x: calc(50% - 80px), calc(50% - 120px), calc(50% + 130px), calc(50% + 150px);
    background-position-y: 0, 50px, 0, 60px;
    background-size: 38px, 60px, 54px, 60px;
  }
}

.hero-ttl__page-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero-ttl__page-ttl:after {
    height: 100px;
    bottom: -1px;
    background: url(../images/bg_wave.png) center bottom/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .hero-ttl__page-ttl:after {
    height: 10vw;
    bottom: 0;
    background: url(../images/bg_wave_sp.png) center bottom/contain no-repeat;
  }
}

.hero-ttl .sub-nav {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .hero-ttl .sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-ttl .sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hero-ttl .sub-nav__item {
  position: relative;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .hero-ttl .sub-nav__item {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-ttl .sub-nav__item {
    width: 33.3%;
    margin-bottom: 5px;
    text-align: center;
    font-size: 3.4375vw;
  }
}

.hero-ttl .sub-nav__item:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 5px solid #EFC100;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.hero-ttl .sub-nav__item:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #EFC100;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  .hero-ttl .sub-nav__item:after {
    width: 100%;
    bottom: 10px;
    height: 5px;
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-ttl .sub-nav__item:after {
    width: 75px;
    bottom: 0;
    height: 2px;
  }
}

@media screen and (min-width: 768px) {
  .hero-ttl .sub-nav__item:hover:after {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes anime {
  0% {
    background-position: left bottom;
  }
  50% {
    background-position: right bottom;
  }
  100% {
    background-position: left bottom;
  }
}
/*# sourceMappingURL=common.css.map */