@charset "utf-8";

/* !Reseting
---------------------------------------------------------- */
.ct_bg div, .ct_bg pre, .ct_bg p, .ct_bg blockquote, .ct_bg figure, .ct_bg dl, .ct_bg dt, .ct_bg dd, .ct_bg ul, .ct_bg ol, .ct_bg li, .ct_bg h1, .ct_bg h2, .ct_bg h3, .ct_bg h4, .ct_bg h5, .ct_bg h6, .ct_bg form, .ct_bg fieldset, .ct_bg th, .ct_bg td
{ margin: 0; padding: 0;}
.ct_bg input, .ct_bg textarea
{ margin: 0; font-size: 100%;}
.ct_bg label
{ cursor: pointer;}
.ct_bg table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
.ct_bg fieldset, .ct_bg img
{ border: 0;}
.ct_bg img
{ vertical-align: top;}
.ct_bg address, .ct_bg caption, .ct_bg cite, .ct_bg code, .ct_bg dfn, .ct_bg em, .ct_bg th, .ct_bg var
{ font-style: normal; font-weight: normal;}
.ct_bg ol, .ct_bg ul
{ list-style: none;}
.ct_bg caption, .ct_bg th
{ text-align: left;}
.ct_bg h1, .ct_bg h2, .ct_bg h3, .ct_bg h4, .ct_bg h5, .ct_bg h6
{ font-size: 100%; font-weight: normal;}
.ct_bg q:after, .ct_bg q:before
{ content:'';}
.ct_bg a, .ct_bg input
{ outline: none; }
.ct_bg abbr, .ct_bg acronym
{ border: 0;}
.ct_bg span,
.ct_bg small {
  font-family: inherit;
  font-weight: inherit;
}
.ct_bg strong {
  font-family: inherit;
  font-weight: bold;
}
.ct_bg li:before {
  content: normal;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  position: initial;
  left: auto;
  top: auto;
}

#contents {
  padding: 0;
  width: 100%;
}

.onlySP {
  display: none;
}

.ct_bg {
  background: url(../img/bg01.png);
  background-size: cover;
  overflow: hidden;
}

.ct_bg img {
  max-width: 100%;
  height: auto;
}

.ct_bg .imgOver01 img {
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ct_bg .imgOver02 a {
  position: relative;
  display: block;
  background: transparent;
}
.ct_bg .imgOver02 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background .3s;
}
@media (any-hover: hover) {
.ct_bg .imgOver01 a:hover img {
  opacity: .8;
}
.ct_bg .imgOver02 a:hover::before {
  background: rgba(255, 255, 255, 0.2);
}
}

.ct_bg .center {
  text-align: center !important;
}
.ct_bg .right {
  text-align: right !important;
}

.ct_bg .snsBtn01 {
}
.ct_bg .snsBtn01 > li {
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.ct_bg .wrap01 {
  display: flex;
  flex-wrap: wrap;
}
.ct_bg .wrap01.bC {
  justify-content: center;
}
.ct_bg .wrap01.between {
  justify-content: space-between;
}
.ct_bg .wrap01.aC {
  align-items: center;
}

.ct_bg .section01 {
  position: relative;
  padding: 40px 20px 70px;
}
.ct_bg .section01::before {
  content: "";
  display: block;
  background: url(../img/bg02.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -30px;
  left: 0;
}
@media screen and (max-width: 950px) {
  .ct_bg .section01::before {
    top: -3.16vw;
  }
}
.ct_bg .section01:first-of-type {
  padding-top: 49px;
}
.ct_bg .section01:first-of-type::before {
  top: -29px;
}
.ct_bg .section01 .inner01 {
  margin: auto;
  padding-top: 40px;
  width: 100%;
  max-width: 1040px;
}
.ct_bg .section01.type01 .inner01 {
  max-width: 1050px;
}
.ct_bg .section01 > .inner01 > .title01 {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
  transform: rotate(-3deg);
}
.ct_bg .section01:nth-of-type(1) .title01 {
  max-width: 406px;
}
.ct_bg .section01:nth-of-type(2) .title01 {
  max-width: 516px;
}
.ct_bg .section01:nth-of-type(3) .title01 {
  margin-bottom: 20px;
  max-width: 179px;
}
.ct_bg div.section01:nth-last-of-type(1) .image01 {
  width: 100%;
  max-width: 320px;
  margin: auto;
}
.ct_bg div.section01:nth-last-of-type(1) .image01 img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}
/* パーツ */
.ct_bg .headTitleArea01 {
  padding: 9.5px 0;
  background: #E5004A;
}
.ct_bg .headTitleArea01 h1 {
  color: #fff;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.28px;
}
.ct_bg .bgArea01 {
  position: relative;
}
.ct_bg .bgArea01::before {
  content: "";
  display: block;
  background: url(../img/ic01.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -96px;
  width: 135.5px;
  height: 206.5px;
}
.ct_bg .bgArea01::after {
  content: "";
  display: block;
  background: url(../img/ic02.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  right: -97px;
  width: 137px;
  height: 237px;
}
.ct_bg .section01.type01 .bgArea01::before {
  left: -92px;
}
.ct_bg .section01.type01 .bgArea01::after {
  right: -91px;
}
.ct_bg .bgArea02 {
  background: url(../img/bg03.png)no-repeat;
  background-size: cover;
}
.ct_bg .bgArea02 .inner01 {
  padding: 40px 0 20px;
}
.ct_bg .frameArea01 {
  padding: 40px;
  background: #FEF9E1;
  border-radius: 40px;
}
.ct_bg .frameArea01 .wrap01 {
  justify-content: center;
  gap: 40px 20px;
}
.ct_bg .frameArea01 .col01 {
  width: calc( (100% - 20px) / 2 );
}
.ct_bg .frameArea01 .col02 {
  width: calc( (100% - 40px) / 3 );
}
.ct_bg .movieWrap01 > .movieBlock01 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.ct_bg .movieWrap01 > .movieBlock01::before {
  content: "";
  display: block;
  border-top: 4px solid #FACD01;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 2;
}
.ct_bg .movieWrap01 > .movieBlock01::after {
  content: "";
  display: block;
  border-bottom: 4px solid #FACD01;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 2;
}
.ct_bg .movieWrap01 > .movieBlock01 .movie01::before {
  content: "";
  display: block;
  border-left: 4px solid #FACD01;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  z-index: 2;
}
.ct_bg .movieWrap01 > .movieBlock01 .movie01::after {
  content: "";
  display: block;
  border-right: 4px solid #FACD01;
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  z-index: 2;
}
.ct_bg .movieWrap01 > .movieBlock01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 470 / 264;
}
.ct_bg .movieWrap01 > .cap01 {
  margin-top: 10px;
  color: #005724;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.32px;
}
.ct_bg .movieWrap01 > .movieBlock02 {
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 177.78%;
	overflow: hidden;
	max-width: 100%;
}
.ct_bg .movieWrap01 > .movieBlock02::before {
  content: "";
  display: block;
  border-top: 4px solid #FACD01;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 2;
}
.ct_bg .movieWrap01 > .movieBlock02::after {
  content: "";
  display: block;
  border-bottom: 4px solid #FACD01;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 2;
}
.ct_bg .movieWrap01 > .movieBlock02 .movie01::before {
  content: "";
  display: block;
  border-left: 4px solid #FACD01;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  z-index: 2;
}
.ct_bg .movieWrap01 > .movieBlock02 .movie01::after {
  content: "";
  display: block;
  border-right: 4px solid #FACD01;
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  z-index: 2;
}
.ct_bg .movieWrap01 > .movieBlock02 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ct_bg .frameArea01 .col01 .swiper-container {
  border: 4px solid #FACD01;
}
.ct_bg .frameArea01 .col01 .list01 {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.ct_bg .frameArea01 .col01 .list01 li {
  color: #04411C;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.28px;
}
.ct_bg .frameArea01 .col01 .list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  cursor: pointer;
}
.ct_bg .frameArea01 .col01 .list02 li {
  position: relative;
  width: calc( (100% - 30px) / 4 );
}
.ct_bg .frameArea01 .col01 .list02 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FACD01;
}
.ct_bg .frameArea01 .block02 {
  margin-top: 20px;
  padding-top: 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ct_bg .frameArea01 .block02 .image01 {
  width: 100%;
  max-width: 150px;
}
.ct_bg .frameArea01 .block02 .col01 {
  width: calc( 100% - 150px - 13px );
}
.ct_bg .frameArea01 .block02 .title01 {
  color: #005724;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.4px;
}
.ct_bg .frameArea01 .block02 .text01 {
  margin-top: 20px;
}
.ct_bg .frameArea01 .block02 .text01 span {
  display: inline-block;
  padding: 5px 15px;
  background: #005724;
  color: #FFF;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.32px;
}
.ct_bg .frameArea01 .text02 {
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.28px;
}
.ct_bg .frameArea01 .text02.type01 {
  font-weight: 600;
}
.ct_bg .frameArea01 .text03 {
  display: flex;
  align-items: center;
  color: #005724;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
.ct_bg .frameArea01 .text03 span {
  margin-left: 5px;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.ct_bg .frameArea01 .block02 .text01 + .text02 {
  margin-top: 15px;
}
.ct_bg .frameArea01 .block02 + .text02 {
  margin-top: 10px;
}
.ct_bg .frameArea01 .btn03 {
  margin-top: 20px;
  text-align: center;
}
.ct_bg .frameArea01 .heading01 {
	margin-bottom: 20px;
  padding-bottom: 9px;
  color: #005724;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.32px;
  border-bottom: 2px solid #005724;
}
.ct_bg .frameArea01 .wrap01 + .heading01 {
	margin-top: 30px;
}
.ct_bg .frameArea02 {
  margin-top: 20px;
  padding: 10px 15px;
  background: #fff;
}
.ct_bg .frameArea02 .text01 {
  padding-bottom: 9px;
  color: #04411C;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.32px;
  border-bottom: 1px solid #04411C;
}

.ct_bg .frameArea03 {
  padding: 40px;
  background: url(../img/bg04.png) no-repeat;
  background-size: contain;
}

.ct_bg .frameArea03 .wrap01 {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ct_bg .frameArea03 .col01 {
  position: relative;
  width: 100%;
  max-width: 470px;
}
.ct_bg .frameArea03 .image02 {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 12px solid #FACD01;
  z-index: 2;
}
.ct_bg .frameArea03 .col01:not(:first-child):before {
  content: "";
  display: block;
  background: url(../img/ic07.svg)no-repeat;
  width: 152px;
  height: 204px;
  position: absolute;
  top: 13px;
  left: 40.5px;
  z-index: 3;
}
.ct_bg .frameArea03 .col01:not(:first-child)::after {
  content: "";
  background: #fff;
  width: calc(100% + 24px);
  height: calc(100% + 6px);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 0;
}
@media screen and (max-width: 1080px) {
  .ct_bg .frameArea03 .col01:not(:first-child):before {
    width: 14.07vw;
    height: 18.89vw;
    background-size: contain;
  }
}
.ct_bg .btn03 a {
  position: relative;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 28px;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, #3E88FF 0%, #0F38A8 100%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  text-decoration: none;
  color: #FFF;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
.ct_bg .btn03 a span {
  display: flex;
  align-items: center;
}
.ct_bg .btn03 a span::before {
  content: "";
  display: inline-block;
  background: url(../img/ic04.svg);
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.ct_bg .btn03 a span.reserve::before {
  background: url(../img/ic05.svg);
}
.ct_bg .btn03 a span.waiting::before {
  background: url(../img/ic06.svg);
}
.ct_bg .btn03 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background .3s;
}
@media (any-hover: hover) {
  .ct_bg .btn03 a:hover::before {
    background: rgba(255, 255, 255, 0.2);
  }
}
.ct_bg .bnrBlock01 {
  width: 100%;
  max-width: 720px;
  margin: 60px auto 0;
}
.ct_bg .bnrBlock01 img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.ct_bg .copyrightBlock01 .copyright01 {
  color: #3B1E0E;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.24px;
}
.ct_bg .snsArea01 {
  margin-top: 40px;
}
.ct_bg .snsArea01 .snsBtn01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 10px;
}
.ct_bg .snsBtn01 > li {
  height: 28px;
}
.ct_bg .copyrightBlock01 {
  margin-top: 40px;
}
.ct_bg .swiper-container {
  overflow: hidden;
}
.ct_bg .thumbnail_wrap {
  -webkit-tap-highlight-color: transparent;
}
.ct_bg .thumbnail_wrap li {
  position: relative;
  display: block;
  background: transparent;
}
.ct_bg .thumbnail_wrap li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background .3s;
}
@media (any-hover: hover) {
.ct_bg .thumbnail_wrap li:hover::before {
  background: rgba(255, 255, 255, 0.2);
}
}

@media screen and (max-width: 767px) {
  .ct_bg {
  }

  .ct_bg a {
    text-decoration: underline;
  }
  .ct_bg a:hover {
    text-decoration: none;
  }
  .ct_bg img {
    width: 100%;
    height: auto;
  }

  .onlyPC {
    display: none;
  }
  .onlySP {
    display: block;
  }
  img.onlySP {
    display: inline-block;
  }
  .ct_bg .headTitleArea01 {
    padding: 1.25vw 2.5vw;
  }
  .ct_bg .headTitleArea01 h1 {
    font-size: 3vw;
    letter-spacing: 0.24px;
  }
  .ct_bg .section01 {
    padding: calc(7.5vw + 3.75vw) 2.5vw calc(12.5vw + 3.75vw);
  }
  .ct_bg .section01::before {
    top: -3.75vw;
    height: 7.56vw;
    background-size: cover;
    background-position: center;
  }
  .ct_bg .section01 .inner01 {
    padding: 0;
  }
  .ct_bg .section01 .title01 {
    margin-bottom: 2.5vw;
  }
  .ct_bg div.section01:first-of-type {
    padding-top: calc(8.75vw + 7.5vw);
    padding-bottom: calc(7.5vw + 3.75vw);
  }
  .ct_bg div.section01:first-of-type::before {
    top: -2.5vw;
  }
  .ct_bg .section01:nth-of-type(1) .title01 {
    max-width: 62.75vw;
  }
  .ct_bg .section01:nth-of-type(2) .title01 {
    max-width: 79.75vw;
  }
  .ct_bg .section01:nth-of-type(3) .title01 {
    margin-bottom: 2.38vw;
    max-width: 27.68vw;
  }
  .ct_bg div.section01:nth-last-of-type(1) {
    background: #fff;
  }
  .ct_bg .bgArea01::before,
  .ct_bg .section01.type01 .bgArea01::before {
    width: 13.12vw;
    height: 20vw;
    top: -5vw ;
    left: -8vw;
  }
  .ct_bg .bgArea01::after,
  .ct_bg .section01.type01 .bgArea01::after {
    width: 13.01vw;
    height: 22.5vw;
    bottom: -5vw;
    right: -8vw;
  }
  .ct_bg .bgArea02 {
    padding-top: calc(12.44vw + 3.75vw);
    background-size: contain;
    background-repeat: repeat;
  }
  .ct_bg .frameArea01 {
    padding: 5vw;
    border-radius: 5vw;
  }
  .ct_bg .frameArea01 .wrap01 {
    gap: 5vw 0;
  }
  .ct_bg .frameArea01 .col01,
  .ct_bg .frameArea01 .col02 {
    width: 100%;
  }
  .ct_bg .section01.bgArea02 .wrap01 {
    gap: 3.46vw 0;
  }
  .ct_bg .section01.bgArea02 .col01 {
    display: contents;
  }
  .ct_bg .section01.bgArea02 .slideArea01 {
    display: contents;
  }
  .ct_bg .section01.bgArea02 .frameArea02 {
    margin-top: 0;
    order: 3;
    width: 100%;
  }
  .ct_bg .section01.bgArea02 .thumbnail_wrap {
    order: 2;
  }
  .ct_bg .section01.bgArea02 .block02 {
    position: relative;
    flex-flow: column;
    margin-top: 0;
    padding-top: 0.86vw;
    width: 100%;
    order: 4;
  }
  .ct_bg .section01.bgArea02 .block02 .image01 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 30vw;
  }
  .ct_bg .section01.bgArea02 .block02 .title01 {
    margin-bottom: 0;
  }
  .ct_bg .section01.bgArea02 .block02 .text01 {
    margin-top: 2.59vw;
  }
  .ct_bg .frameArea01 .block02 .text01 + .text02 {
    margin-top: 2.59vw;
  }
  .ct_bg .section01.bgArea02 .block02 + .text02 {
    margin-top: -0.86vw;
    order: 5;
    width: 100%;
  }
  .ct_bg .section01.bgArea02 .block02 + .text02 + .btn03 {
    order: 6;
  }
  .ct_bg .movieBlock01 > .cap01 {
    font-size: 3.5vw;
  }
  .ct_bg .frameArea02 {
    padding: 2.5vw;
  }
  .ct_bg .frameArea02 .text01 {
    margin-bottom: 2.5vw;
    padding-bottom: 1.48vw;
    font-size: 3.5vw;
    letter-spacing: 0.28px;
  }
  .ct_bg .frameArea02 .list01 {
    margin-top: 2.5vw;
    gap: 0 3.46vw;
  }
  .ct_bg .frameArea02 .list01 li {
    font-size: 3.5vw;
  }
  .ct_bg .frameArea03 {
    padding: 7.5vw 5vw;
    background-image: url(../img/bg04_sp.png);
  }
  .ct_bg .frameArea03 .wrap01 {
    flex-wrap: wrap;
    gap: 5vw 0;
  }
  .ct_bg .frameArea03 .col01 {
    margin: auto;
    max-width: 78vw;
  }
  .ct_bg .frameArea03 .col01:not(:first-child) {
    max-width: 81vw;
  }
  .ct_bg .frameArea03 .col01:not(:first-child)::after {
    width: calc( 100% + (2.07vw*2) );
    height: calc( 100% + (2.07vw*2) );
    top: -2.07vw;
    left: -2.07vw;
  }
  .ct_bg .frameArea03 .col01:not(:first-child):before {
    width: 26.26vw;
    height: 35.24vw;
    top: 2.25vw;
    left: 7vw;
  }
  .ct_bg .frameArea03 .image02 {
    border-width: 2.07vw;
  }
  .ct_bg .frameArea01 .btn03 {
    margin-top: 0;
  }
  .ct_bg .btn03 a {
    padding: 2.14vw 6.43vw;
    font-size: 5.14vw;
    letter-spacing: 0.411px;
  }
  .ct_bg .btn03 a span::before {
    margin-right: 2.14vw;
    width: 6.86vw;
    height: 6.86vw;
    background-size: contain;
  }
  .ct_bg .bnrBlock01 {
    margin-top: 16vw;
    max-width: 85vw;
  }
  .ct_bg .snsArea01 {
    margin-top: 7.5vw;
  }
  .ct_bg .snsBtn01 > li {
    height: 7vw;
  }
  .ct_bg .copyrightBlock01 {
    margin-top: 7.5vw;
  }
}
