@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* ==========================================================================
  mixin
  ========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
  -------------------------------------------------------------------------- */
/*------------------------------------------------------------
デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, table, input, textarea, select, option {
  font-family: "Noto Sans JP", sans-serif;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #27273F;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}
a:visited {
  color: #27273F;
}
a:hover {
  color: #27273F;
}
a:active {
  color: #27273F;
}

/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
body {
  min-width: 900px;
  color: #27273F;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: 0.09em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  background-color: #FFF;
}
body a:hover,
body a:hover img {
  opacity: 0.7 !important;
}
@media screen and (max-width: 767px) {
  body {
    max-width: inherit;
    min-width: 320px;
    font-size: 1.4rem;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  body a:hover,
  body a:hover img {
    opacity: 1 !important;
  }
  body .pc {
    display: none !important;
  }
  body a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

#container {
  text-align: left;
  overflow: hidden;
}

.container, .container--inner, .container--narrow {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 1026px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .container, .container--inner, .container--narrow {
    width: 100%;
    margin: 0 auto;
    padding: 0 3vw;
  }
}

.container--narrow {
  width: 840px;
}
@media screen and (max-width: 767px) {
  .container--narrow {
    width: 100%;
  }
}

.container--inner {
  width: 906px;
}
@media screen and (max-width: 767px) {
  .container--inner {
    width: 100%;
  }
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}
#gHeader .hInner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #gHeader .hInner {
    max-width: inherit;
    min-width: inherit;
    display: block;
  }
}
#gHeader h1 a:hover {
  opacity: 1 !important;
}
#gHeader h1 a:hover img {
  opacity: 1 !important;
}
#gHeader .lTxt {
  padding: 18px 5px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  text-align: center;
  margin-left: 40px;
  font-size: 2.1rem;
  font-weight: bold;
  color: white;
  line-height: 1.5;
  letter-spacing: 0;
  background: #FF80AF;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #gHeader .lTxt {
    display: none;
  }
}
#gHeader .lTxt ruby {
  line-height: 1;
}
#gHeader .lTxt rt {
  margin-bottom: -8px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
}
#gHeader .lTxt .num {
  font-size: 3.2rem;
  line-height: 1;
  display: inline-block;
}
#gHeader .lTxt .num02 {
  margin: 0 -10px;
}
#gHeader .lTxt .txtSpan {
  display: inline-block;
  font-size: 2.7rem;
}
#gHeader .rBox {
  margin: 10px 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #gHeader .rBox {
    margin: 16px 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #gHeader .rBox h1 {
    width: 102px;
  }
}
#gHeader .snsUl {
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gHeader .snsUl li {
  margin-left: 20px;
}
#gHeader .snsUl a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #gHeader .snsUl {
    padding-top: 2px;
  }
  #gHeader .snsUl img {
    width: 35px;
  }
}
#gHeader .snsUl-x {
  position: relative;
}
#gHeader .snsUl .x-addimg {
  position: absolute;
  left: -67px;
  bottom: -100px;
  width: 164px;
  height: 88px;
}
@media screen and (max-width: 767px) {
  #gHeader .snsUl .x-addimg {
    width: 130px;
    height: 61px;
    left: -130px;
    bottom: -60px;
  }
}
#gHeader .snsUl .x-addimg picture {
  display: block;
  width: 100%;
}
#gHeader .snsUl .x-addimg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #gHeader {
    margin-bottom: 0;
  }
}

/* menu */
.menu {
  position: relative;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu span {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background: #231f20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu span:nth-of-type(2) {
  top: 7px;
}
.menu span:nth-of-type(3) {
  top: 14px;
}
.menu.active .top {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  transform: translateY(7px) translateX(0) rotate(45deg);
}
.menu.active .middle {
  opacity: 0;
}
.menu.active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
}

/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#gFooter {
  padding: 36px 20px 60px 34px;
  background-color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#gFooter .fBox {
  margin: 0 auto 40px;
  width: 666px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#gFooter .fBox p {
  width: 540px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.558;
  letter-spacing: 0;
}
#gFooter .fBox p a {
  color: white;
}
#gFooter .copyright {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #gFooter {
    padding: 35px 40px 100px;
    width: 100%;
  }
  #gFooter .fBox {
    margin-bottom: 64px;
    width: auto;
    display: block;
  }
  #gFooter .fBox .fLogo {
    margin-bottom: 10px;
    text-align: center;
  }
  #gFooter .fBox .fLogo img {
    width: 102px;
  }
  #gFooter .fBox p {
    width: auto;
  }
  #gFooter .copyright {
    line-height: 1.3;
    letter-spacing: 0;
  }
}

/*------------------------------------------------------------
common
------------------------------------------------------------*/
/* mainBox */
.mainBox {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

/* headLine01 */
.headLine01 {
  margin: 55px 0 73px;
  color: #4FD9D7;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .headLine01 {
    margin: 0 0 58px;
    font-size: 1.4rem;
  }
}
.headLine01 span {
  margin-top: 6px;
  padding: 16px 0 22px;
  display: block;
  color: #fff;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.091em;
  background: url("../img/index/h2_bg01.png") no-repeat center center/650px;
}
@media screen and (max-width: 767px) {
  .headLine01 span {
    margin: 6px auto 0;
    max-width: 335px;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    padding: 8px;
    background: url("../img/index/sp_bg01.png") no-repeat center center/100% 100%;
  }
}

.headLine02 {
  margin: 0 110px 37px 118px;
  padding-bottom: 28px;
  color: #3E3E3E;
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.09em;
  background: url("../img/index/h3_bg01.png") no-repeat center bottom/648px;
}
@media screen and (max-width: 767px) {
  .headLine02 {
    margin: 0 auto 12px;
    padding-bottom: 35px;
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 1.45;
    background: url("../img/index/sp_h3_bg01.png") no-repeat center bottom/290px;
  }
}

.headLine03 {
  margin-bottom: 30px;
  padding: 3px 0 8px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.2em;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .headLine03 {
    margin-bottom: 8px;
    padding: 6px 0 6px;
    color: #3E3E3E;
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
}

/* headLine04 */
.headLine04 {
  margin-bottom: 25px;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .headLine04 {
    margin-bottom: 10px;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
  }
}
.headLine04 span {
  padding: 0 60px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .headLine04 span {
    padding: 0 20px;
  }
}
.headLine04 span::before {
  width: 9999px;
  height: 35px;
  background: url("../img/index/sec_line02.png") repeat-x;
  background-size: auto 35px;
  position: absolute;
  top: 56%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .headLine04 span::before {
    height: 23px;
    background-image: url("../img/index/sp_sec_bg03.png");
    background-size: auto 23px;
  }
}
.headLine04 span::after {
  width: 9999px;
  height: 35px;
  background: url("../img/index/sec_line02.png") repeat-x;
  background-size: auto 35px;
  position: absolute;
  top: 56%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .headLine04 span::after {
    height: 23px;
    background-image: url("../img/index/sp_sec_bg03.png");
    background-size: auto 23px;
  }
}

.limitBtn {
  margin: 33px 0 44px;
}
.limitBtn a {
  margin: 0 auto;
  padding: 11px;
  width: 385px;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  background-color: #1EA1F1;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.limitBtn a span {
  color: #FFEF41;
}
.limitBtn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .limitBtn {
    margin-bottom: 30px;
  }
  .limitBtn a {
    max-width: 260px;
    font-size: 1.6rem;
    border-radius: 6px;
  }
}

.hintBtn {
  margin-right: 65px;
}
.hintBtn a {
  margin: 0 auto;
  padding: 5px;
  width: 160px;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background-color: #8CCFF2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hintBtn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hintBtn {
    margin: 0;
  }
  .hintBtn a {
    width: auto;
    padding: 11px;
    max-width: 236px;
    font-size: 1.2rem;
  }
}

.checkBtn {
  margin-left: 16px;
}
.checkBtn a {
  margin: 0 auto;
  padding: 20px;
  width: 514px;
  display: block;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #FD9EB2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 45px;
}
.checkBtn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .checkBtn {
    margin-left: 0;
  }
  .checkBtn a {
    padding: 13px;
    max-width: 270px;
    font-size: 1.2rem;
  }
}

.twitterBtn {
  margin: 9px 26px 0;
}
.twitterBtn a {
  padding: 0 10px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
}
.twitterBtn a::before {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  background: url("../img/common/icon-x.png") no-repeat center center/100%;
}
.twitterBtn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .twitterBtn {
    margin: 11px 0 0;
  }
  .twitterBtn a {
    margin: 0 auto;
    padding: 6px 6px 8px;
    max-width: 244px;
    font-size: 1.2rem;
    line-height: 1.333;
    letter-spacing: 0;
    text-align: left;
  }
  .twitterBtn a::before {
    width: 21px;
  }
}

/* ==========================================================================
   function
========================================================================== */
/*基本パターン
@keyframes purun {
   0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
   15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
   30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
   50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
   70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
   100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
 }*/
/*間隔あり*/
@-webkit-keyframes purun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  70% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  80% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  90% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  70% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  80% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  90% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 0px;
  }
  25% {
    height: 0px;
  }
  75% {
    height: 38px;
  }
  100% {
    height: 38px;
  }
}
@keyframes scroll {
  0% {
    height: 0px;
  }
  25% {
    height: 0px;
  }
  75% {
    height: 38px;
  }
  100% {
    height: 38px;
  }
}
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
  /*------------------------------------------------------------
    メインビジュアル
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
    固定メニュー
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
    各セクションについて記載
  ------------------------------------------------------------*/
}
#main .lead {
  max-width: initial;
  min-width: initial;
  letter-spacing: normal;
  line-height: 1;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #main .box {
    padding-bottom: 44px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #main .pc {
    display: none;
  }
}
#main .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #main .sp {
    display: block;
  }
}
#main .heading01 {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.63;
}
@media screen and (max-width: 767px) {
  #main .heading01 {
    font-size: 5.3333333333vw;
    letter-spacing: normal;
  }
}
#main .heading01 .big {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  #main .heading01 .big {
    font-size: 6.4vw;
  }
}
#main .heading01 .b-yellow {
  position: relative;
}
#main .heading01 .b-yellow:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 30%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 227, 13, 0.5);
  z-index: -1;
}
#main .heading02 {
  position: relative;
  width: 100%;
  max-width: 715px;
  height: 99px;
  text-align: center;
  background-image: url(../img/index/heading02-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 20px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .heading02 {
    background-image: url(../img/index/sp/heading02-bg-sp.png);
    max-width: initial;
    height: 24.8vw;
    padding-top: 6.6666666667vw;
    font-size: 4.8vw;
  }
}
#main .heading02:after {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/index/heading02-icon.png);
  width: 111px;
  height: 40px;
  right: -35px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  #main .heading02:after {
    width: 20.2666666667vw;
    height: 7.2vw;
    right: 2.6666666667vw;
    top: -2.1333333333vw;
  }
}
#main .heading02 .small {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #main .heading02 .small {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #main .heading02-2 {
    padding-top: 2.6666666667vw;
    line-height: 1.3;
  }
}
#main .heading03 {
  margin-top: 5px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main .heading03 {
    margin-top: 1.3333333333vw;
    font-size: 6.9333333333vw;
  }
}
#main .heading03__sub {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .heading03__sub {
    font-size: 4.2666666667vw;
  }
}
#main .btn01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 339px;
  height: 49px;
  padding-right: 40px;
  border-radius: 25px;
  font-size: 18px;
  color: white;
  background-color: #68C5F2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main .btn01:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #main .btn01 {
    width: 87.7333333333vw;
    max-width: 100%;
    height: 13.0666666667vw;
    padding-right: 8vw;
    border-radius: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#main .btn01:after {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/index/btn01-icon.png);
  width: 26px;
  height: 26px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main .btn01:after {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    right: 4vw;
  }
}
#main .btn01 span {
  position: relative;
}
#main .btn01 span:before {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/index/btn01-window.png);
  width: 16px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: -35px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main .btn01 span:before {
    width: 4.2666666667vw;
    height: 3.7333333333vw;
    right: -9.3333333333vw;
  }
}
#main .btn01-2 {
  background-color: #333333;
}
#main .btn01-2:after {
  background-image: url(../img/index/btn01-2-icon.png);
}
#main .btn01-3 {
  background-color: #7E9B62;
}
#main .btn01-3:after {
  background-image: url(../img/index/btn01-3-icon.png);
}
#main .btn01-4 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(104, 197, 241)), to(rgb(146, 220, 253)));
  background: linear-gradient(180deg, rgb(104, 197, 241), rgb(146, 220, 253));
}
#main .btn01-4:after {
  background-image: url(../img/index/btn01-4-icon.png);
}
#main .box {
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .box {
    padding-bottom: 0;
  }
}
#main .mv {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding: 84px 47px 0px 47px;
}
@media screen and (max-width: 1300px) {
  #main .mv {
    padding: 84px 15px 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .mv {
    padding: 84px 2.6666666667vw 0;
  }
}
#main .mv__bg {
  position: absolute;
  top: 225px;
  right: 81px;
  width: 1146px;
  z-index: -1;
  aspect-ratio: 1146/644;
}
@media screen and (max-width: 1180px) {
  #main .mv__bg {
    top: 13.5593220339vw;
    right: -10.1694915254vw;
    width: 97.1186440678vw;
  }
}
@media screen and (max-width: 767px) {
  #main .mv__bg {
    aspect-ratio: 578/325;
    top: 64.8vw;
    left: -52.5333333333vw;
    width: 154.1333333333vw;
    height: 86.6666666667vw;
  }
}
#main .mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#main .mv button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#main .mv__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 502px calc(100% - 502px);
  grid-template-columns: 502px calc(100% - 502px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 1149px;
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  #main .mv__container {
    -ms-grid-columns: 1fr 647px;
    grid-template-columns: 1fr 647px;
  }
}
@media screen and (max-width: 1180px) {
  #main .mv__container {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -ms-grid-columns: 1fr 54.8305084746vw;
    grid-template-columns: 1fr 54.8305084746vw;
  }
}
@media screen and (max-width: 767px) {
  #main .mv__container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    max-width: initial;
  }
}
#main .mv__left {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-top: 123px;
}
@media screen and (max-width: 767px) {
  #main .mv__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: -6.6666666667vw;
  }
}
#main .mv__sub {
  width: 100%;
  max-width: 291px;
}
@media screen and (max-width: 767px) {
  #main .mv__sub {
    display: none;
  }
}
#main .mv__heading {
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #main .mv__heading {
    display: none;
  }
}
#main .mv__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 450px;
  height: 57px;
  margin-top: 56px;
  border-radius: 24px;
  background-color: #69C5F2;
  color: #fff;
  font-size: 29px;
}
@media screen and (max-width: 1180px) {
  #main .mv__text {
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .mv__text {
    max-width: initial;
    height: 12vw;
    margin: 0;
    border-radius: 6.4vw;
    font-size: 6.1333333333vw;
  }
}
#main .mv-btnarea {
  width: 100%;
  max-width: 410px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #main .mv-btnarea {
    max-width: initial;
    margin-top: 1.3333333333vw;
  }
}
#main .mv-btnarea__btn {
  display: block;
  width: 100%;
}
#main .mv-list {
  margin-top: 30px;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  #main .mv-list {
    max-width: 100%;
    margin-top: 5.3333333333vw;
  }
}
#main .mv-list__item {
  position: relative;
  border-radius: 24px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #main .mv-list__item {
    height: 9.8666666667vw;
    border-radius: 5.0666666667vw;
  }
}
#main .mv-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (max-width: 767px) {
  #main .mv-list__item::after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
#main .mv-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media screen and (max-width: 767px) {
  #main .mv-list__item a {
    -webkit-column-gap: 1.8666666667vw;
    -moz-column-gap: 1.8666666667vw;
    column-gap: 1.8666666667vw;
  }
}
#main .mv-list__item + .mv-list__item {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #main .mv-list__item + .mv-list__item {
    margin-top: 5.3333333333vw;
  }
}
#main .mv-list__item--01 {
  border: 2px solid #7E9B62;
}
#main .mv-list__item--01::after {
  border-color: #7E9B62;
}
#main .mv-list__item--01 .mv-list__number {
  background-color: #7E9B62;
}
#main .mv-list__item--02 {
  border: 2px solid #FFAC0F;
}
#main .mv-list__item--02::after {
  border-color: #FFAC0F;
}
#main .mv-list__item--02 .mv-list__number {
  background-color: #FFAC0F;
}
#main .mv-list__item--03 {
  border: 2px solid #36AECE;
}
#main .mv-list__item--03::after {
  border-color: #36AECE;
}
#main .mv-list__item--03 .mv-list__number {
  background-color: #36AECE;
}
#main .mv-list__item--04 {
  border: 2px solid #636FA9;
}
#main .mv-list__item--04::after {
  border-color: #636FA9;
}
#main .mv-list__item--04 .mv-list__number {
  background-color: #636FA9;
}
#main .mv-list__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  width: 44px;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #main .mv-list__number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.8vw;
    flex: 0 0 8.8vw;
    width: 8.8vw;
    font-size: 4.2666666667vw;
  }
}
#main .mv-list__txt {
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 1180px) {
  #main .mv-list__txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #main .mv-list__txt {
    font-size: 4.8vw;
  }
}
#main .mv__right {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .mv__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#main .mv__sptext {
  display: none;
}
@media screen and (max-width: 767px) {
  #main .mv__sptext {
    position: relative;
    display: block;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  #main .mv__spsub {
    width: 44.8vw;
    padding-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #main .mv__spheading {
    padding: 0 2.6666666667vw;
  }
}
#main .mv-slider {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main .mv-slider {
    width: calc(100% - 5.3333333333vw);
    margin-right: 0;
    margin-top: 5.3333333333vw;
  }
}
#main .mv-rightcontent {
  position: relative;
  height: 730px;
}
@media screen and (max-width: 1180px) {
  #main .mv-rightcontent {
    height: 69.6610169492vw;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .mv-rightcontent {
    left: 0;
    height: 111.2vw;
  }
}
#main .mv-rightcontent__circle {
  position: absolute;
  -webkit-animation: fluffy 2s infinite;
  animation: fluffy 2s infinite;
}
@-webkit-keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
#main .mv-rightcontent__circle .circle-img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#main .mv-rightcontent__circle .circle-img.circle-default {
  opacity: 1;
}
#main .mv-rightcontent__circle .circle-img.circle-hover {
  opacity: 0;
}
#main .mv-rightcontent__circle:hover .circle-default {
  opacity: 0;
}
#main .mv-rightcontent__circle:hover .circle-hover {
  opacity: 1;
}
#main .mv-rightcontent__circle a:hover {
  opacity: 1 !important;
}
#main .mv-rightcontent__circle a:hover img {
  opacity: 1 !important;
}
#main .mv-rightcontent__circle--01 {
  top: 16%;
  right: 39%;
  width: 77px;
}
@media screen and (max-width: 1180px) {
  #main .mv-rightcontent__circle--01 {
    top: 12%;
    width: 6.5254237288vw;
  }
}
@media screen and (max-width: 767px) {
  #main .mv-rightcontent__circle--01 {
    top: 1%;
    right: 28%;
    width: 19.4666666667vw;
  }
}
#main .mv-rightcontent__circle--02 {
  top: 25%;
  right: 19%;
  width: 89px;
}
@media screen and (max-width: 1180px) {
  #main .mv-rightcontent__circle--02 {
    top: 22%;
    width: 7.5423728814vw;
  }
}
@media screen and (max-width: 767px) {
  #main .mv-rightcontent__circle--02 {
    top: 25%;
    right: 3%;
    width: 19.2vw;
  }
}
#main .mv-rightcontent__circle--03 {
  bottom: 38%;
  left: 13%;
  width: 65px;
}
@media screen and (max-width: 1180px) {
  #main .mv-rightcontent__circle--03 {
    bottom: 46%;
    width: 5.5084745763vw;
  }
}
@media screen and (max-width: 767px) {
  #main .mv-rightcontent__circle--03 {
    bottom: 43%;
    left: 14%;
    width: 17.3333333333vw;
  }
}
#main .mv-rightcontent__circle--04 {
  bottom: 35%;
  left: 32%;
  width: 85px;
}
@media screen and (max-width: 1180px) {
  #main .mv-rightcontent__circle--04 {
    bottom: 40%;
    width: 7.2033898305vw;
  }
}
@media screen and (max-width: 767px) {
  #main .mv-rightcontent__circle--04 {
    bottom: 32%;
    left: 54%;
    width: 22.6666666667vw;
  }
}
#main .mv-rightcontent__yousei {
  position: absolute;
  aspect-ratio: 1/1;
  width: 170px;
  bottom: 17%;
  right: 5%;
}
@media screen and (max-width: 1180px) {
  #main .mv-rightcontent__yousei {
    width: 14.406779661vw;
  }
}
@media screen and (max-width: 767px) {
  #main .mv-rightcontent__yousei {
    bottom: 32%;
    right: -3%;
    width: 28.2666666667vw;
  }
}
#main .mv-rightbox {
  max-width: 454px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  #main .mv-rightbox {
    max-width: 38.4745762712vw;
  }
}
@media screen and (max-width: 767px) {
  #main .mv-rightbox {
    max-width: 68vw;
  }
}
#main .mv-rightbox__01 {
  position: absolute;
  top: -4px;
  right: 48px;
}
@media screen and (max-width: 1180px) {
  #main .mv-rightbox__01 {
    top: -0.3389830508vw;
    right: 4.0677966102vw;
  }
}
@media screen and (max-width: 767px) {
  #main .mv-rightbox__01 {
    top: -23px;
    right: -7px;
  }
}
#main .mv-rightbox__02 {
  position: absolute;
  left: -53px;
  bottom: -48px;
}
@media screen and (max-width: 1180px) {
  #main .mv-rightbox__02 {
    left: -4.4915254237vw;
    bottom: 4.0677966102vw;
  }
}
@media screen and (max-width: 767px) {
  #main .mv-rightbox__02 {
    left: -4px;
    bottom: 4px;
  }
}
#main .mainimg__scroll {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #636FA9;
}
#main .mainimg__scroll:after {
  content: "";
  position: absolute;
  top: 45px;
  right: 0px;
  left: 0px;
  margin: auto;
  width: 1px;
  height: 0px;
  background-color: #636FA9;
  -webkit-animation: scroll linear 1.5s infinite;
  animation: scroll linear 1.5s infinite;
}
@media screen and (max-width: 767px) {
  #main .mainimg__scroll {
    display: none;
  }
}
#main .nav {
  opacity: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 83px;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #main .nav {
    display: none;
  }
}
#main .nav.show {
  opacity: 1;
  -webkit-animation: 0.5s 0s opacity forwards;
  animation: 0.5s 0s opacity forwards;
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#main .nav-list {
  max-width: 1050px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main .nav-list__item {
  width: 20%;
}
#main .nav-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
}
@media screen and (max-width: 1180px) {
  #main .nav-list__item a {
    font-size: 14px;
  }
}
#main .nav-list__item a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#main .nav-list__item a strong {
  display: block;
  margin-bottom: -15px;
  font-size: 20px;
}
@media screen and (max-width: 1180px) {
  #main .nav-list__item a strong {
    font-size: 18px;
  }
}
#main .nav-list__item a span {
  font-size: 16px;
}
@media screen and (max-width: 1180px) {
  #main .nav-list__item a span {
    font-size: 12px;
  }
}
#main .nav-list__item--01 {
  background-color: #7E9B62;
}
#main .nav-list__item--02 {
  background-color: #FFAC0F;
}
#main .nav-list__item--03 {
  background-color: #36AECE;
}
#main .nav-list__item--04 {
  background-color: #636FA9;
}
#main .nav-list__item--05 {
  background-color: #FA389E;
  border: 4px solid #FEFF85;
}
#main .nav-list__item--05 a {
  padding-top: 0;
}
#main .mv-slider img {
  width: 100%;
}
#main .slider-thumbnail .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 5px;
}
@media screen and (max-width: 767px) {
  #main .slider-thumbnail .swiper-wrapper {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
  }
}
#main .slider-thumbnail .swiper-slide {
  width: calc((100% - 10px) / 2) !important;
}
@media screen and (max-width: 767px) {
  #main .slider-thumbnail .swiper-slide {
    width: 50% !important;
  }
}
#main .slider-thumbnail .swiper-slide .btn-2 {
  display: none;
}
#main .slider-thumbnail .swiper-slide.swiper-slide-thumb-active .btn-1 {
  display: none;
}
#main .slider-thumbnail .swiper-slide.swiper-slide-thumb-active .btn-2 {
  display: block;
}
#main .fixedUl {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 94px;
  z-index: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #main .fixedUl {
    top: 41.0666666667vw;
    bottom: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  #main .fixedUl li {
    width: 11.7333333333vw;
    height: 30.1333333333vw;
  }
}
#main .fixedbtn {
  display: none;
  position: fixed;
  right: 120px;
  bottom: 30px;
  width: 42px;
  height: 42px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #main .fixedbtn {
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
    width: 9.6vw;
    height: 9.6vw;
  }
}
#main .intro__inner {
  width: 100%;
  max-width: 950px;
  margin: auto;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  #main .intro__inner {
    padding: 0 5.3333333333vw;
  }
}
#main .intro__heading {
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .intro__heading {
    margin-top: 18.6666666667vw;
  }
}
#main .intro__title {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #main .intro__title {
    margin-top: 17.3333333333vw;
  }
}
#main .intro__title.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #main .intro__title.mt10 {
    margin-top: 2.6666666667vw;
  }
}
#main .intro__title.mt85-sp {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  #main .intro__title.mt85-sp {
    margin-top: 22.6666666667vw;
  }
}
#main .intro__title .heading02 {
  margin: auto;
}
#main .intro-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 401px;
  grid-template-columns: 1fr 401px;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #main .intro-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 6.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #main .intro-box__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
#main .intro-box__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  #main .intro-box__text {
    font-size: 3.7333333333vw;
  }
}
#main .intro-box__text .bold {
  font-weight: 700;
}
#main .intro-box__radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
  padding: 0px 25px;
  height: 34px;
  border-radius: 17px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  #main .intro-box__radius {
    margin-top: 6.6666666667vw;
    padding: 0;
    width: 100%;
    height: 9.0666666667vw;
    border-radius: 4.5333333333vw;
    font-size: 3.7333333333vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#main .intro-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #main .intro-box__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4vw;
    row-gap: 4vw;
  }
}
#main .intro-box__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main .intro-box__item {
    font-size: 3.7333333333vw;
    letter-spacing: -0.02em;
  }
}
#main .intro-box__right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#main .intro__text01 {
  margin-top: 80px;
  text-align: center;
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  #main .intro__text01 {
    margin-top: 16vw;
    font-size: 4.2666666667vw;
  }
}
#main .intro__text02 {
  margin-top: 80px;
  text-align: center;
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  #main .intro__text02 {
    margin-top: 16vw;
    font-size: 4.2666666667vw;
  }
}
#main .intro__text02 .big {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .intro__text02 .big {
    font-size: 5.3333333333vw;
  }
}
#main .intro__text02 .water {
  color: #68C5F2;
}
#main .intro__text02 .b-yellow {
  position: relative;
}
#main .intro__text02 .b-yellow:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 30%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 227, 13, 0.5);
  z-index: -1;
}
#main .intro__text03 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 120px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #main .intro__text03 {
    margin-top: 26.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#main .intro__text03:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 2px;
  width: 1px;
  height: 1.6rem;
  background: #333333;
  border-radius: 3px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  #main .intro__text03:before {
    left: -2.6666666667vw;
    top: -0.2666666667vw;
    border-radius: 0.8vw;
  }
}
#main .intro__text03:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 2px;
  width: 1px;
  height: 1.6rem;
  background: #333333;
  border-radius: 3px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  #main .intro__text03:after {
    right: -2.6666666667vw;
    top: -0.2666666667vw;
    border-radius: 0.8vw;
  }
}
#main .intro__img01 {
  width: 100%;
  max-width: 569px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #main .intro__img01 {
    max-width: initial;
    margin-top: 5.3333333333vw;
  }
}
#main .intro__text04 {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #main .intro__text04 {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#main .intro__text05 {
  margin-top: 100px;
  font-size: 18px;
  line-height: 2.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .intro__text05 {
    margin-top: 21.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 2;
    text-align: left;
  }
}
#main .intro__text05 .bold {
  font-weight: 700;
}
#main .intro__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #main .intro__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 10.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
#main .intro-type {
  width: 100%;
}
#main .intro-type__radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 47px;
  border-radius: 23px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: white;
  background-color: #68C5F2;
}
@media screen and (max-width: 767px) {
  #main .intro-type__radius {
    height: 9.3333333333vw;
    border-radius: 6.4vw;
    font-size: 4.2666666667vw;
  }
}
#main .intro-type__img {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #main .intro-type__img {
    margin: auto;
    margin-top: 6.6666666667vw;
    width: 53.3333333333vw;
  }
}
#main .intro-type__text {
  margin-top: 20px;
  height: 51px;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 700;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  #main .intro-type__text {
    margin-top: 4vw;
    height: auto;
    text-align: center;
    font-size: 3.7333333333vw;
  }
}
#main .intro-type__feature {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #68C5F2;
}
@media screen and (max-width: 767px) {
  #main .intro-type__feature {
    margin-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#main .intro-type__feature:after {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/index/intro-feature.png);
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #main .intro-type__feature:after {
    height: 0.8vw;
  }
}
#main .intro-type__list {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #main .intro-type__list {
    margin-top: 2.6666666667vw;
  }
}
#main .intro-type__listitem {
  position: relative;
  padding-left: 1em;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  #main .intro-type__listitem {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
}
#main .intro-type__listitem:before {
  position: absolute;
  content: "・";
  display: inline-block;
  left: -13px;
  top: -20px;
  font-size: 35px;
  color: #68C5F2;
}
@media screen and (max-width: 767px) {
  #main .intro-type__listitem:before {
    left: -3.4666666667vw;
    top: -5.3333333333vw;
    font-size: 9.3333333333vw;
  }
}
#main .intro-type__listitem:last-child {
  margin-bottom: 0;
}
#main .intro__btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #main .intro__btn {
    margin-top: 13.3333333333vw;
  }
}
#main .intro__btn .btn01 {
  margin: auto;
}
#main .structure {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #main .structure {
    margin-top: 37.3333333333vw;
  }
}
#main .structure__bg {
  width: 100%;
  max-width: 1280px;
  padding: 110px 0px 140px 0px;
  border-radius: 0px 150px 150px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(104, 197, 241)), to(rgb(146, 220, 253)));
  background-image: linear-gradient(180deg, rgb(104, 197, 241), rgb(146, 220, 253));
}
@media screen and (min-width: 1300px) {
  #main .structure__bg {
    width: calc(100% - 87px);
    max-width: initial;
    padding: 110px 0px 140px 87px;
  }
}
@media screen and (max-width: 767px) {
  #main .structure__bg {
    width: calc(100% - 5.3333333333vw);
    padding: 10.6666666667vw 5.3333333333vw 20vw 5.3333333333vw;
    border-radius: 0 21.3333333333vw 21.3333333333vw 0;
  }
}
#main .structure__inner {
  width: 100%;
  max-width: 1006px;
  margin: auto;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  #main .structure__inner {
    margin: 0;
    padding: 0;
  }
}
#main .structure__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media screen and (max-width: 767px) {
  #main .structure__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 5.3333333333vw;
  }
}
#main .structure-left {
  width: 100%;
  max-width: 290px;
  color: white;
}
@media screen and (max-width: 767px) {
  #main .structure-left {
    max-width: initial;
  }
}
#main .structure-left__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main .structure-left__text {
    font-size: 3.2vw;
  }
}
#main .structure__heading {
  margin-top: 15px;
  font-size: 38px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .structure__heading {
    margin-top: 2.6666666667vw;
    font-size: 7.4666666667vw;
  }
}
#main .structure-right {
  width: 100%;
  max-width: 585px;
  color: white;
}
@media screen and (max-width: 767px) {
  #main .structure-right {
    max-width: initial;
  }
}
#main .structure-right__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #main .structure-right__text {
    font-size: 3.7333333333vw;
    line-height: 1.71;
  }
}
#main .structure__title {
  width: 100%;
  max-width: 906px;
  margin-left: auto;
  margin-top: 40px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  font-size: 26px;
  font-weight: 700;
  background-color: white;
}
@media screen and (max-width: 767px) {
  #main .structure__title {
    margin-top: 10.6666666667vw;
    padding: 4vw 0;
    padding-right: 6.6666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
#main .structure__title span {
  position: relative;
}
#main .structure__title span:after {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/index/heading02-icon.png);
  width: 86px;
  height: 31px;
  right: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main .structure__title span:after {
    width: 10.9333333333vw;
    height: 3.7333333333vw;
    right: -13.3333333333vw;
  }
}
#main .structure-box {
  width: 100%;
  max-width: 906px;
  margin-left: auto;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  #main .structure-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 5.3333333333vw;
    margin-top: 4vw;
    padding: 4vw;
    border-radius: 2.6666666667vw;
  }
}
#main .structure-box__text {
  width: 100%;
  max-width: 413px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #main .structure-box__text {
    max-width: initial;
    font-size: 3.7333333333vw;
  }
}
#main .structure__btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #main .structure__btn {
    margin-top: 8vw;
  }
}
#main .structure__btn .btn01 {
  margin: auto;
}
#main .merit.merit1 {
  margin-top: 220px;
}
@media screen and (max-width: 767px) {
  #main .merit.merit1 {
    margin-top: 53.3333333333vw;
  }
}
#main .merit.merit2 {
  margin-top: 200px;
  padding: 60px 0px;
  background-color: #F5FCFF;
}
@media screen and (max-width: 767px) {
  #main .merit.merit2 {
    margin-top: 26.6666666667vw;
    padding: 21.3333333333vw 0;
  }
}
#main .merit.merit3 {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  #main .merit.merit3 {
    margin-top: 26.6666666667vw;
  }
}
#main .merit.merit4 {
  margin-top: 200px;
  padding: 60px 0px;
  background-color: #F7F8FF;
}
@media screen and (max-width: 767px) {
  #main .merit.merit4 {
    margin-top: 26.6666666667vw;
    padding: 21.3333333333vw 0;
  }
}
#main .merit__inner {
  width: 100%;
  max-width: 950px;
  margin: auto;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  #main .merit__inner {
    padding: 0 5.3333333333vw;
  }
}
#main .merit-heading {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  place-items: end;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main .merit-heading {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    place-items: center;
    row-gap: 2.6666666667vw;
  }
}
#main .merit-heading__text {
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .merit-heading__text {
    padding-bottom: 0;
  }
}
#main .merit-heading__yousei {
  position: absolute;
  top: 50%;
  right: -200px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 170px;
}
@media screen and (max-width: 767px) {
  #main .merit-heading__yousei {
    right: -26.6666666667vw;
    width: 26.6666666667vw;
  }
}
#main .merit-heading .heading02 {
  color: #7E9B62;
}
#main .merit-heading .blue {
  color: #636FA9;
}
#main .merit-heading .water {
  color: #68C5F2;
}
#main .merit-heading .khaki {
  color: #7E9B62;
}
#main .merit-heading__img01 {
  width: 165px;
}
@media screen and (max-width: 767px) {
  #main .merit-heading__img01 {
    width: 31.4666666667vw;
  }
}
#main .merit-heading__img02 {
  width: 165px;
}
@media screen and (max-width: 767px) {
  #main .merit-heading__img02 {
    width: 31.4666666667vw;
  }
}
#main .merit-heading__img03 {
  width: 96px;
}
@media screen and (max-width: 767px) {
  #main .merit-heading__img03 {
    width: 25.6vw;
  }
}
#main .merit-heading__img04 {
  width: 96px;
}
@media screen and (max-width: 767px) {
  #main .merit-heading__img04 {
    width: 25.6vw;
  }
}
#main .merit__sub {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.57;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .merit__sub {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
#main .merit__sub.khaki {
  color: #7E9B62;
}
#main .merit__sub.blue {
  color: #636FA9;
}
#main .merit__sub.water {
  color: #68C5F2;
}
#main .merit-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 49%;
  grid-template-columns: 1fr 49%;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #main .merit-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#main .merit-box__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #main .merit-box__text {
    font-size: 3.7333333333vw;
    line-height: 2.1;
  }
}
#main .merit-box__text .bold {
  font-weight: 700;
}
#main .merit-box__text .khaki {
  color: #7E9B62;
}
#main .merit-box__text .blue {
  color: #636FA9;
}
#main .merit-box__img img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #main .merit-box__img img {
    border-radius: 2.6666666667vw;
  }
}
#main .merit-khaki {
  margin-top: 60px;
  padding: 30px 30px 40px 30px;
  border-radius: 10px;
  background-color: #F1F4EE;
}
@media screen and (max-width: 767px) {
  #main .merit-khaki {
    margin-top: 5.3333333333vw;
    padding: 4vw 4.5333333333vw 8vw 4.5333333333vw;
    border-radius: 2.6666666667vw;
  }
}
#main .merit-khaki__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 59% 1fr;
  grid-template-columns: 59% 1fr;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media screen and (max-width: 767px) {
  #main .merit-khaki__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 5.3333333333vw;
  }
}
#main .merit-khaki__img img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #main .merit-khaki__img img {
    border-radius: 2.6666666667vw;
  }
}
#main .merit-khaki__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #main .merit-khaki__text {
    font-size: 3.7333333333vw;
  }
}
#main .merit-khaki__btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #main .merit-khaki__btn {
    margin-top: 8vw;
  }
}
#main .merit-khaki__btn .btn01 {
  margin: auto;
}
#main .merit__waterheading {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #main .merit__waterheading {
    margin-top: 4vw;
  }
}
#main .merit__text01 {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  #main .merit__text01 {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#main .merit__btn01 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #main .merit__btn01 {
    margin-top: 5.3333333333vw;
  }
}
#main .merit__btn01 .btn01 {
  margin: auto;
}
#main .merit__img01 {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #main .merit__img01 {
    margin-top: 10.6666666667vw;
  }
}
#main .info {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  #main .info {
    margin-top: 30.6666666667vw;
  }
}
#main .info__inner {
  width: 100%;
  max-width: 950px;
  margin: auto;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  #main .info__inner {
    padding: 0 5.3333333333vw;
  }
}
#main .info__bg {
  position: relative;
  padding: 90px 15px 60px 15px;
  border: 3px solid #68C5F2;
  border-radius: 15px;
  background-color: #F4FCFE;
}
@media screen and (max-width: 767px) {
  #main .info__bg {
    padding: 21.3333333333vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
    border: 0.8vw solid #68C5F2;
    border-radius: 4vw;
  }
}
#main .info__bg:before {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/index/info-icon.png);
  width: 119px;
  height: 119px;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main .info__bg:before {
    width: 23.2vw;
    height: 23.2vw;
    top: -11.4666666667vw;
  }
}
#main .info__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 777px;
  margin: auto;
  height: 40px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: white;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  #main .info__heading {
    text-align: center;
    max-width: initial;
    height: 18.9333333333vw;
    border-radius: 9.3333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
#main .info__text01 {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 2.1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #main .info__text01 {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}
#main .info__text02 {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.09em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .info__text02 {
    display: none;
  }
}
#main .info-btnarea {
  width: 100%;
  max-width: 821px;
  margin: auto;
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
@media screen and (max-width: 767px) {
  #main .info-btnarea {
    max-width: initial;
    margin-top: 8vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.3333333333vw;
  }
}
#main .info-btnarea__btn {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main .info-btnarea__btn:hover {
  opacity: 0.6;
}
#main .room {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #main .room {
    margin-top: 13.3333333333vw;
  }
}
#main .room__inner {
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  #main .room__inner {
    padding: 0 5.3333333333vw;
  }
}
#main .room__heading {
  text-align: center;
}
#main .room__bg {
  position: relative;
  margin-top: 140px;
  padding: 280px 20px 100px 20px;
  border-radius: 200px 0 0 0;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  #main .room__bg {
    margin-top: 50.6666666667vw;
    padding: 45.3333333333vw 5.3333333333vw 21.3333333333vw 5.3333333333vw;
    border-radius: 26.6666666667vw 0 0 0;
  }
}
#main .room__sub {
  position: absolute;
  right: 0;
  left: 0;
  top: -50px;
  width: 100%;
  max-width: 713px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main .room__sub {
    top: -26.6666666667vw;
    width: 88.8vw;
    max-width: initial;
  }
}
#main .room-toilet {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  #main .room-toilet {
    padding-top: 0;
    margin-top: 0;
  }
}
#main .room-bathroom {
  padding-top: 60px;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  #main .room-bathroom {
    padding-top: 0vw;
    margin-top: 32vw;
  }
}
#main .room-box {
  position: relative;
  width: 100%;
  max-width: 1026px;
  margin: auto;
  padding: 90px 60px 60px 60px;
  border-radius: 10px;
  border: 4px solid #FFAC0E;
  background-color: white;
}
@media screen and (max-width: 767px) {
  #main .room-box {
    padding: 18.6666666667vw 6.6666666667vw 5.3333333333vw 6.6666666667vw;
    border-radius: 2.6666666667vw;
    border: 1.0666666667vw solid #FFAC0E;
  }
}
#main .room-box.box2 {
  margin-top: 10px;
  border: 4px solid #68C5F2;
}
@media screen and (max-width: 767px) {
  #main .room-box.box2 {
    margin-top: 2.6666666667vw;
    border: 1.0666666667vw solid #68C5F2;
  }
}
#main .room-box__heading {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 634px;
  height: 51px;
  line-height: 1.61;
  right: 0;
  left: 0;
  top: -25px;
  margin: auto;
  border-radius: 25px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
  background-color: #FFAC0E;
}
@media screen and (max-width: 767px) {
  #main .room-box__heading {
    top: -10.1333333333vw;
    max-width: initial;
    width: 83.7333333333vw;
    height: 18.6666666667vw;
    padding-left: 10.6666666667vw;
    border-radius: 9.3333333333vw;
    font-size: 4.8vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
#main .room-box__heading:after {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/index/room-icon01.png);
  width: 165px;
  height: 162px;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main .room-box__heading:after {
    width: 31.4666666667vw;
    height: 30.9333333333vw;
    right: -4vw;
  }
}
#main .room-box__heading.box-heading02 {
  background-color: #68C5F2;
}
#main .room-box__heading.box-heading02:after {
  background-image: url(../img/index/room-icon02.png);
}
#main .room-box__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #main .room-box__text {
    font-size: 3.7333333333vw;
    letter-spacing: 0.09em;
  }
}
#main .room-box__text .big {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #main .room-box__text .big {
    font-size: 3.7333333333vw;
  }
}
#main .room-box__text .orange {
  color: #FFAC0E;
  font-weight: 500;
}
#main .room-box__text .water {
  color: #68C5F2;
  font-weight: 500;
}
#main .room__text {
  margin-top: 150px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.82;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  #main .room__text {
    margin-top: 16vw;
    font-size: 6.4vw;
    letter-spacing: 0;
  }
}

/*------------------------------------------------------------
	プレゼントキャンペーンエリア
------------------------------------------------------------*/
#main .campaign {
  padding: 100px 20px 120px 20px;
  background-color: #FFFE40;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 255, 255, 0.6) 4px, rgba(255, 255, 255, 0.6) 10px);
}
@media screen and (max-width: 767px) {
  #main .campaign {
    padding: 30px 0px 120px 0px;
  }
}
#main .campaign .campaign-box {
  margin: 0 auto;
  padding: 100px 113px 70px;
  width: 100%;
  max-width: 1026px;
  margin: auto;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box {
    margin: 0 23px 0;
    padding: 15vw 20px 61px 20px;
    width: auto;
  }
}
#main .campaign .campaign-box h2 {
  position: relative;
  text-align: center;
}
#main .campaign .campaign-box h2::after {
  content: "";
  position: absolute;
  background-image: url("../img/index/illustration01.png");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: purun 1.5s linear 0s infinite;
  animation: purun 1.5s linear 0s infinite;
}
@media screen and (min-width: 768px) {
  #main .campaign .campaign-box h2::after {
    top: -42px;
    right: 119px;
    width: 123px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box h2::after {
    top: 56px;
    right: -20px;
    width: 74px;
    height: 55px;
  }
}
#main .campaign .campaign-box p {
  text-align: center;
}
#main .campaign .campaign-box .time {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box .time {
    font-size: 1.2rem;
  }
}
#main .campaign .campaign-box .time::after {
  margin: 33px auto 25px;
  width: 55px;
  height: 20px;
  display: block;
  background: url("../img/index/gift-icon01.png") no-repeat center center/100%;
  content: "";
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box .time::after {
    margin-top: 48px;
  }
}
#main .campaign .campaign-box .time .num {
  font-size: 3.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box .time .num {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box .time .top {
    display: block;
    margin-bottom: 1em;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
#main .campaign .campaign-box .time .sum {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
#main .campaign .campaign-box .time .sum > span {
  text-align: left;
}
#main .campaign .campaign-box__txt {
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  color: #27273F;
}
@media screen and (min-width: 768px) {
  #main .campaign .campaign-box__txt {
    font-size: 1.8rem;
    line-height: 2.7;
  }
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box__txt {
    font-size: 1.6rem;
    line-height: 2.5;
    text-align: left !important;
    letter-spacing: 0;
  }
}
#main .campaign .campaign-box__txt span {
  margin: 0 auto;
  padding: 0 15px 5px;
  display: inline-block;
  background: url("../img/index/quiz-text-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box__txt span {
    padding: 0 0 10px;
    display: inline;
  }
}
#main .campaign .campaign-box__list {
  max-width: 700px;
  width: 100%;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin: 0 auto 20px;
  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;
}
@media screen and (max-width: 1180px) {
  #main .campaign .campaign-box__list {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#main .campaign .campaign-box__listitem {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box__listitem {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box__listitem + .campaign-box__listitem {
    margin-top: 100px;
  }
}
#main .campaign .campaign-box__listicon01 {
  position: absolute;
  left: -20px;
  top: -30px;
  width: 92px;
  height: 92px;
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box__listicon01 {
    width: 82px;
    height: 82px;
  }
}
#main .campaign .campaign-box__listicon02 {
  position: absolute;
  right: -45px;
  top: -80px;
  width: 133px;
  height: 127px;
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box__listicon02 {
    width: 105px;
    height: 119px;
    right: -25px;
    top: -90px;
  }
}
#main .campaign .campaign-box__listimg {
  position: relative;
  width: 100%;
}
#main .campaign .campaign-box__listtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: auto;
  margin-top: 12px;
  height: 67px;
  border-radius: 34px;
  border: 1px solid #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box__listtitle {
    width: 100%;
    height: 57px;
    border-radius: 29px;
    font-size: 16px;
  }
}
#main .campaign .campaign-box__listtitle .minimum {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box__listtitle .minimum {
    font-size: 14px;
  }
}
#main .campaign .campaign-box__caution {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
}
#main .campaign .campaign-box__banner {
  display: block;
  width: 100%;
  max-width: 385px;
  margin: auto;
  margin-top: 30px;
}
#main .campaign .campaign-box__note {
  margin: 0 45px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #main .campaign .campaign-box__note {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box__note {
    margin: 0;
  }
}
#main .campaign .campaign-box .twitterBox {
  margin: 40px auto 53px;
  padding-bottom: 12px;
  width: 600px;
  position: relative;
  border: 4px solid #000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box .twitterBox {
    margin-bottom: 35px;
    padding-bottom: 15px;
    width: auto;
    border-radius: 8px 8px 17px 17px;
  }
}
#main .campaign .campaign-box .twitterBox .remind {
  position: absolute;
  top: -45px;
  left: 50px;
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box .twitterBox .remind {
    top: -27px;
    left: 10px;
  }
}
#main .campaign .campaign-box .twitterBox .ttl {
  margin-bottom: 5px;
  padding: 2px 0;
  color: #fff;
  font-size: 2.318rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #000;
}
#main .campaign .campaign-box .twitterBox .ttl span {
  color: #FFFF00;
  font-size: 3.023rem;
  line-height: 1.2;
}
#main .campaign .campaign-box .twitterBox .ttl .top {
  display: block;
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box .twitterBox .ttl {
    margin-bottom: 9px;
    padding: 10px 0;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
  }
  #main .campaign .campaign-box .twitterBox .ttl span {
    font-size: 1.7rem;
  }
}
#main .campaign .campaign-box .twitterBox .txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.428;
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box .twitterBox .txt {
    margin: 0 15px;
    font-size: 1.2rem;
    line-height: 1.666;
    letter-spacing: 0;
  }
}
#main .campaign .campaign-box .lastTxt {
  margin: 0 -85px;
  margin-bottom: 53px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #main .campaign .campaign-box .lastTxt {
    margin: 0;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.666;
  }
}
#main .campaign #quiz.quiz .quiz-body p {
  text-align: left;
}
#main .campaign #quiz {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -90px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz {
    margin-left: -20px;
    margin-right: -22px;
    margin-bottom: 0;
  }
}
#main .campaign #quiz .quiz-header {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-header {
    padding-bottom: 20px;
  }
}
#main .campaign #quiz .quiz-header__title {
  width: 190px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-header__title {
    width: 90px;
  }
}
#main .campaign #quiz .quiz-header__title::after {
  display: none !important;
}
#main .campaign #quiz .quiz-body__note {
  margin-bottom: 80px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-body__note {
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
}
#main .campaign #quiz .quiz-body__item {
  position: relative;
  margin-bottom: 80px;
  width: 100%;
}
#main .campaign #quiz .quiz-body__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-body__item {
    padding: 0 15px 0px 0px;
    margin-bottom: 90px;
  }
}
#main .campaign #quiz .quiz-body__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background-image: url("../img/index/quiz-box.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-body__item::before {
    width: calc(100% - 0px);
    top: 15px;
    left: 0px;
  }
}
#main .campaign #quiz .quiz-body__item.q-3 .quiz-body__answer li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50%;
}
#main .campaign #quiz .quiz-body__item-inner {
  position: relative;
  padding: 50px 20px 20px 20px;
  padding-left: 100px;
  border-radius: 20px;
  border: 3px solid #FD9EB2;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-body__item-inner {
    padding: 40px 15px 15px 15px;
  }
}
#main .campaign #quiz .quiz-body__no {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: 110px;
  top: -40px;
  left: -20px;
  background-color: #FFDD23;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-body__no {
    width: 80px;
    height: 80px;
    top: -40px;
    left: calc(50% - 40px);
  }
}
#main .campaign #quiz .quiz-body__no img {
  width: 50%;
}
#main .campaign #quiz .quiz-body__label {
  margin-bottom: 20px;
  color: #FD9EB2;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-body__label {
    margin: 30px 0 20px;
    font-size: 1.8rem;
  }
}
#main .campaign #quiz .quiz-body__answer > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-body__answer > ul {
    display: block;
  }
}
#main .campaign #quiz .quiz-body__answer li {
  font-size: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50%;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-body__answer li {
    font-size: 1.3rem;
    margin: 0 0 1em;
    margin-left: 0;
  }
}
#main .campaign #quiz .quiz-body__answer > a {
  display: block;
  width: 160px;
  margin: 40px auto 0;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  color: #fff;
  background-color: #8CCFF2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-body__answer > a {
    width: 100%;
    max-width: 235px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 16px;
  }
}
#main .campaign #quiz .quiz-body__check > p {
  margin: 80px 0 20px;
  color: #FD9EB2;
  font-size: 2.8rem;
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-body__check > p {
    margin: 60px 0 30px;
    font-size: 2rem;
  }
}
#main .campaign #quiz .quiz-body__check-btn > button {
  display: block;
  width: 514px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 40px;
  color: #fff;
  background-color: #FD9EB2;
  outline: none;
  border: 0;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-body__check-btn > button {
    width: calc(100% - 30px);
    font-size: 2rem;
  }
}
#main .campaign #quiz .quiz-body__check-btn > button:hover {
  opacity: 0.7;
}
#main .campaign #quiz .quiz-result {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  z-index: 10;
}
#main .campaign #quiz .quiz-result__item {
  position: absolute;
  top: calc(50% - 250px);
  left: calc(50% - 250px);
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-result__item {
    width: 80vw;
    height: 80vw;
    top: calc(50% - 40vw);
    left: calc(50% - 40vw);
  }
}
#main .campaign #quiz .quiz-result__item.hide {
  opacity: 0;
  visibility: hidden;
}
#main .campaign #quiz .quiz-result.hide {
  opacity: 0;
  visibility: hidden;
}
#main .campaign #quiz > .container {
  width: 100%;
  padding: 60px 30px;
  background-color: #EDF9FF;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz > .container {
    padding: 40px 3vw;
    background-color: #fff;
  }
}
#main .campaign #quiz .container--narrow {
  overflow: visible;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .container--narrow {
    padding: 40px 0;
    background-color: #ECF9FF;
  }
}
#main .campaign #quiz .quiz-area {
  width: 100%;
  max-width: 840px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz .quiz-area {
    padding: 20px 8px;
  }
}
#main .campaign #quiz .quiz-inner {
  width: 100%;
  max-width: 906px;
  margin: auto;
}
#main .campaign .quiz-banner {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main .campaign .quiz-banner {
    margin-top: 30px;
  }
}

#main .campaign #quiz {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  #main .campaign #quiz {
    margin-top: 0;
  }
}

/*------------------------------------------------------------
	キャンペーン終了対応
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body.campaignend #main .faq {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.campaignend #gFooter {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  body.campaignend .fixedUl {
    height: 24.5vw;
  }
}
@media screen and (max-width: 767px) {
  body.campaignend .fixedUl li {
    width: 50%;
  }
}

/* ------------------------------------------------------------------------------
 form entry
------------------------------------------------------------------------------ */
.entry,
.entry * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#entry {
  padding: 60px 0;
  max-height: auto;
  min-height: auto;
  -webkit-transition: 0.5s opacity, 0.5s height;
  transition: 0.5s opacity, 0.5s height;
}
@media screen and (max-width: 767px) {
  #entry {
    padding: 0 0 40px;
    margin: 0;
    margin-left: -20px;
    margin-right: -22px;
  }
}
#entry .container {
  width: auto;
}
@media screen and (max-width: 767px) {
  #entry .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#entry .container--inner {
  width: 750px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #entry .container--inner {
    width: 100%;
  }
}
#entry.hide {
  opacity: 0;
  height: 0;
  max-height: 0;
  min-height: 0;
  visibility: hidden;
}
#entry .entry-header {
  padding: 55px 0;
  background-color: #8CCFF2;
}
@media screen and (max-width: 767px) {
  #entry .entry-header {
    padding: 30px 0;
    margin: 0 -3vw;
  }
}
#entry .entry-header__title {
  width: 205px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #entry .entry-header__title {
    width: 150px;
  }
}
#entry .entry-body {
  padding: 60px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #entry .entry-body {
    padding: 30px 0;
  }
}
#entry .entry-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #entry .entry-body__item {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 1.5rem;
  }
}
#entry .entry-body__item--zip input[type=number] {
  display: inline-block;
  width: 4.5em;
}
#entry .entry-body__item--zip input[name=zip1] {
  width: 4.5em;
}
#entry .entry-body__item--zip input[name=zip2] {
  width: 5.5em;
}
#entry .entry-body__label {
  width: 25%;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #entry .entry-body__label {
    width: 100%;
    padding-bottom: 8px;
  }
}
#entry .entry-body__label > small {
  display: block;
}
@media screen and (max-width: 767px) {
  #entry .entry-body__label > small {
    display: inline-block;
  }
}
#entry .entry-body__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #entry .entry-body__input {
    width: 100%;
  }
}
#entry .entry-body__input .form-radio {
  display: inline-block;
  padding-right: 60px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #entry .entry-body__input .form-radio {
    padding-right: 40px;
    padding-bottom: 10px;
  }
}
#entry .entry-body__input .form-radio:last-of-type {
  padding-right: 0;
}
#entry .entry-body__input .form-radio > label {
  display: inline-block;
  vertical-align: middle;
}
#entry .entry-body__input .form-radio > label > .i-radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
#entry .entry-body__input .i-text {
  display: inline-block;
  width: 100%;
  padding: 8px 5px;
  border: solid 1px #666;
  border-radius: 5px;
  text-align: left;
}
#entry .entry-body__input .i-select {
  display: inline-block;
  width: 100%;
  padding: 5px;
  border: solid 1px #666;
  border-radius: 5px;
  text-align: left;
}
#entry .entry-body__input .i-textarea {
  width: 100%;
  height: 80px;
  padding: 5px;
  border: solid 1px #666;
  border-radius: 5px;
  text-align: left;
}
#entry .entry-body__input input[type=number]::-webkit-outer-spin-button,
#entry .entry-body__input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#entry .entry-body__input input[type=number] {
  -moz-appearance: textfield;
}
#entry .entry-body__input span.form-error {
  display: block;
  padding-top: 6px;
  color: #e30;
  font-size: 0.87em;
  line-height: 1.4;
  text-align: left;
}
#entry .entry-body__input span.valid-error {
  display: block;
  margin-top: 2px;
  padding: 5px 10px;
  color: #e30;
  background-color: #fff;
  border-radius: 5px;
  font-size: 0.87em;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
}
#entry .entry-body__privacy {
  padding: 30px 0 20px;
}
#entry .entry-body__privacy > p {
  padding-bottom: 20px;
  font-size: 0.87em;
  line-height: 1.4;
}
#entry .entry-body__privacy-link > a {
  display: block;
  position: relative;
  padding: 8px;
  color: #000;
  background-color: #C9C9C9;
  border: solid 1px #000;
  text-align: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  #entry .entry-body__privacy-link > a {
    font-size: 0.9em;
    line-height: 1.4;
  }
}
#entry .entry-body__privacy-link > a:hover {
  opacity: 0.7;
}
#entry .entry-body__privacy-link > a > p::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  right: 20px;
  border: solid 12px transparent;
  border-top: 12px solid #fff;
}
@media screen and (max-width: 767px) {
  #entry .entry-body__privacy-link > a > p::before {
    top: calc(50% - 6px);
    right: 15px;
  }
}
@media screen and (max-width: 340px) {
  #entry .entry-body__privacy-link > a > p::before {
    top: calc(50% - 4px);
    right: 8px;
    border: solid 8px transparent;
    border-top: 8px solid #fff;
  }
}
#entry .entry-body__privacy-check {
  padding-top: 20px;
  text-align: center;
}
#entry .entry-body__privacy-check .form-radio {
  display: inline-block;
  padding-right: 60px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #entry .entry-body__privacy-check .form-radio {
    padding-right: 40px;
  }
}
#entry .entry-body__privacy-check .form-radio:last-of-type {
  padding-right: 0;
}
#entry .entry-body__privacy-check .form-radio > label {
  display: inline-block;
  vertical-align: middle;
}
#entry .entry-body__privacy-check .form-radio > label > .i-radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
#entry .entry-body__privacy-check .form-error {
  display: block;
  padding-top: 6px;
  color: #e30;
  font-size: 0.87em;
  line-height: 1.4;
  text-align: left;
}
#entry .entry-body__send {
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #entry .entry-body__send {
    padding-top: 10px;
  }
}
#entry .entry-body__send .btn {
  display: block;
  width: 514px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 40px;
  color: #fff;
  background-color: #FD9EB2;
  outline: none;
  border: 0;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  #entry .entry-body__send .btn {
    width: calc(100% - 30px);
    font-size: 2rem;
  }
}
#entry .entry-body__send .btn:hover {
  opacity: 0.7;
}
#entry .entry-body__send.disable {
  pointer-events: none;
}
#entry .entry-body__send.disable .btn {
  background-color: #aaa;
  pointer-events: none;
}

.entry-notice {
  padding: 60px 0;
  line-height: 1.6;
  font-size: 0.93em;
}
@media screen and (max-width: 767px) {
  .entry-notice {
    padding: 40px 0;
    font-size: 0.87em;
  }
}

/* ------------------------------------------------------------------------------
 page confirm
------------------------------------------------------------------------------ */
#confirm {
  margin: 0 auto;
}
#confirm #gHeader {
  background-color: #fff;
}
#confirm #main {
  background-color: #FFFE40;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 255, 255, 0.6) 4px, rgba(255, 255, 255, 0.6) 10px);
}
#confirm #main .campaign-box {
  padding-bottom: 20px;
}
#confirm .confirm-message {
  padding: 30px 0;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #confirm .confirm-message {
    padding: 40px 0;
    font-size: 1.8rem;
  }
}
#confirm .change-area {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}
#confirm .entry {
  max-width: 1016px;
  margin: 0 auto;
}
#confirm .entry .entry-header {
  margin: 0;
}
#confirm .entry .entry-body__item {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  #confirm .entry .entry-body__item {
    padding: 15px 0;
  }
}
#confirm .entry .entry-body__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}
#confirm .entry .entry-body__send > form {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #confirm .entry .entry-body__send > form {
    padding: 0 10px;
  }
}
#confirm .entry .entry-body__send .btn {
  width: 300px;
}
@media screen and (max-width: 767px) {
  #confirm .entry .entry-body__send .btn {
    padding: 10px 20px;
    width: 145px;
  }
}
@media screen and (max-width: 340px) {
  #confirm .entry .entry-body__send .btn {
    width: 130px;
  }
}

/* ------------------------------------------------------------------------------
  page complete
------------------------------------------------------------------------------ */
#complete {
  margin: 0 auto;
}
#complete #gHeader {
  background-color: #fff;
}
#complete #main {
  background-color: #FFFE40;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 255, 255, 0.6) 4px, rgba(255, 255, 255, 0.6) 10px);
}
#complete #main .campaign-box {
  padding-bottom: 20px;
}
#complete #main .twitterBoxWrapper {
  margin: 0;
  padding: 40px 20px;
}
#complete #main .twitterBoxWrapper::before {
  display: none;
}
#complete #main .twitterBoxWrapper .campaign-box {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
  background-color: transparent;
}
#complete .change-area {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}
#complete .entry {
  max-width: 1016px;
  margin: -20px auto 0;
  padding: 0;
}
#complete .entry > .container {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #complete .entry > .container {
    margin-top: 0;
  }
}
#complete .entry .entry-body {
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #complete .entry .entry-body {
    margin-top: 0;
  }
}
#complete .entry .entry-body > .container--narrow {
  padding: 40px 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  #complete .entry .entry-body > .container--narrow {
    padding: 4vw 3vw;
  }
}
#complete .entry .entry-body.complete h3 {
  padding: 0 0 30px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #complete .entry .entry-body.complete h3 {
    padding: 20px 0;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 340px) {
  #complete .entry .entry-body.complete h3 {
    font-size: 1em;
  }
}
#complete .entry .entry-body.complete p {
  padding: 10px 0;
  margin: 0 auto;
  max-width: 600px;
  font-size: 1em;
  line-height: 1.6em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #complete .entry .entry-body.complete p {
    font-size: 0.93em;
  }
}
@media screen and (max-width: 340px) {
  #complete .entry .entry-body.complete p {
    font-size: 0.87em;
  }
}
#complete .entry .entry-body.complete .btn--home {
  padding: 20px;
  text-align: center;
}
#complete .entry .entry-body.complete .btn--home > a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  border: solid 2px #bbb;
  border-radius: 5px;
  font-size: 1em;
  line-height: 1.6;
}
/*# sourceMappingURL=map/style.css.map */