@charset "UTF-8";
/* ==================================================

<目次>
 1.汎用クラス
 2.パーツ
 3.ヘッダー・フッター
 4.トップページ
 5.下層ページ

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

 1.汎用クラス

================================================== */
/* テキスト */
.u-text_right {
  text-align: right;
}

.u-text_center {
  text-align: center;
}

.u-text_underline {
  text-decoration: underline !important;
}

.u-font_s {
  font-size: 0.8em;
}

@media print, screen and (max-width: 639px) {
  .has-medium-font-size {
    font-size: 1.15rem;
  }
}

@media print, screen and (max-width: 639px) {
  .has-large-font-size {
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 639px) {
  .has-huge-font-size {
    font-size: 2.25rem;
  }
}

/* アイコン */
.u-icon_right {
  margin-left: 0.5rem;
}

.u-icon_left {
  margin-right: 0.5rem;
}

/* margin-top */
.mt0 {
  margin-top: 0 !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt64 {
  margin-top: 64px !important;
}

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

/* margin-bottom */
.mb0 {
  margin-bottom: 0 !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

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

/* padding */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* 表示切り替え */
.is_pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .is_pc {
    display: block;
  }
}

.is_sp {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .is_sp {
    display: none;
  }
}

/* flex */
.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-ai_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* width */
.w100 {
  width: 100% !important;
}

/* 投稿からユーザー名を消す */
.c-meta__item--author {
  display: none !important;
}

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

 2.パーツ

================================================== */
/* reCaptcha
---------------------------------------- */
.grecaptcha-badge {
  bottom: 40px !important;
  z-index: 99999;
}

.c-site-branding__title {
  display: none;
}

.l-header .c-fluid-container {
  padding: 0;
}
.l-header .l-header__content {
  padding: 0;
}
.l-header .l-2row-header__row:first-child {
  width: 100vw;
  background-size: cover;
  aspect-ratio: 4/1;
  background-image: url(../img/header.jpg);
}
@media print, screen and (max-width: 639px) {
  .l-header .l-2row-header__row:first-child {
    aspect-ratio: 7/8;
    background-image: url(../img/header-sp.jpg);
  }
}

.smb-section__title, h2:not(.c-entry-summary__title) {
  position: relative;
  font-size: 3rem;
  color: #333;
  display: inline-block;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}
@media print, screen and (max-width: 639px) {
  .smb-section__title, h2:not(.c-entry-summary__title) {
    font-size: 2.5rem;
  }
}
.smb-section__title:after, h2:not(.c-entry-summary__title):after {
  position: absolute;
  background-color: transparent;
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 70px; /*画像の幅*/
  height: 70px; /*画像の高さ*/
  background-image: url(../img/iceblock.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: -1;
  top: 40%;
  left: calc(50% - 35px);
}

.l-contents__main h1 {
  position: relative;
  margin: 1rem !important;
  padding: 10px 20px;
  color: #333;
  border: #333 solid 3px;
  border-radius: 18px;
  background: #fff;
  -webkit-box-shadow: -7px -5px 0 0 #e8e8e8 inset, 2px 3px 0 0 #000;
          box-shadow: -7px -5px 0 0 #e8e8e8 inset, 2px 3px 0 0 #000;
}
.l-contents__main h1:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 14px;
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #333;
}
.l-contents__main h1:after {
  content: " ";
  position: absolute;
  bottom: -27px;
  left: 18px;
  width: 0;
  height: 0;
  border-width: 14px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #e8e8e8;
}

body:not(.home) h3:not(.c-entry-summary__title) {
  position: relative;
  margin: 50px 20px 30px 20px !important;
  padding: 10px 15px !important;
  font: bold 22px/1.2 Arial, Helvetica, sans-serif;
  color: #fff;
  background: #4c89ae;
}
body:not(.home) h3:not(.c-entry-summary__title):before {
  content: "<";
  position: absolute;
  top: middle;
  left: -10px;
  width: 0;
  height: 0;
  font-size: 25px;
  line-height: 1;
  color: #c96;
}
body:not(.home) h3:not(.c-entry-summary__title):after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -10px;
  width: 0;
  height: 130%;
  border: #600 solid 2px;
  border-radius: 2px;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

h6 {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  color: #4c89ae;
  border-radius: 0 10px 10px 10px;
  background: #d8ecf5;
}
h6:before {
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: -24px;
  left: 0;
  height: 24px;
  padding: 0 1em;
  content: "\f0a4  POINT";
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #4c89ae;
}

.swiper-slide {
  /* 表示させる高さの調整 */
  position: relative;
  height: 70vh !important;
  overflow: hidden;
}
@media print, screen and (max-width: 1023px) {
  .swiper-slide {
    height: 80vh;
  }
}
.swiper-slide .main-visual {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 9s ease;
  transition: -webkit-transform 9s ease;
  transition: transform 9s ease;
  transition: transform 9s ease, -webkit-transform 9s ease;
}
.swiper-slide-active .main-visual {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide-active .hero__title {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}
.swiper-slide-active .hero__btn {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.hero {
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  padding: 0;
}
.hero__title {
  position: absolute;
  top: 20%;
  left: 40%;
  color: #fff;
  text-align: left;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
}
.hero__title span {
  padding-right: 20px;
}
@media print, screen and (max-width: 639px) {
  .hero__title {
    top: 20%;
    left: 50%;
    width: 90%;
  }
}
.hero__title h3 {
  font-size: 50px !important;
  text-shadow: 0px 0px 12px rgb(0, 0, 0);
  line-height: 2em;
  background: none !important;
  border-bottom: none !important;
}
@media print, screen and (max-width: 1023px) {
  .hero__title h3 {
    font-size: 36px !important;
  }
}
@media print, screen and (max-width: 639px) {
  .hero__title h3 {
    font-size: 32px !important;
  }
}
.hero__title span {
  display: block;
}
.hero__btn {
  position: absolute;
  bottom: 25%;
  left: 75%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 1.2s ease 3s, -webkit-transform 1.2s ease 3s;
  transition: opacity 1.2s ease 3s, -webkit-transform 1.2s ease 3s;
  transition: opacity 1.2s ease 3s, transform 1.2s ease 3s;
  transition: opacity 1.2s ease 3s, transform 1.2s ease 3s, -webkit-transform 1.2s ease 3s;
  opacity: 0;
  z-index: 1;
}
@media print, screen and (max-width: 639px) {
  .hero__btn {
    bottom: 20%;
  }
}
.hero__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #E84345;
  text-decoration: none;
  width: 240px;
  height: 60px;
}
@media print, screen and (max-width: 1023px) {
  .hero__btn a {
    /* ボタンのサイズを小さく */
    width: 150px;
    height: 40px;
  }
}
.hero .swiper-pagination-bullet {
  background: rgb(255, 255, 255);
  opacity: 0.19;
}
.hero .swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
  opacity: 1;
}
.hero .swiper-button-next, .hero .swiper-button-prev {
  color: #fff;
}/*# sourceMappingURL=style.css.map */