@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
/* ------------------------------------------------
  reset
------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

sup {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 60%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

area {
  border: none;
  outline: none;
}

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

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

fieldset, img {
  border: 0;
  vertical-align: bottom;
}

strong {
  font-weight: inherit;
}

/* ------------------------------------------------
  common
------------------------------------------------ */
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  /* 	scroll-behavior: smooth; */
  /* 		font-size: 3.74vw; */
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "Lucida Grande", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

@media screen and (max-width: 959px) {
  html {
    font-size: 2.6666666667vw;
    font-size: 2.5641025641vw;
  }
  body {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

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

a:hover,
a:hover span {
  text-decoration: none;
  outline: none;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  opacity: 0.7;
}

a:hover span {
  text-decoration: none;
}

a.disabled {
  pointer-events: none;
}

a.comingsoon {
  pointer-events: none;
  opacity: 0.5;
}

a.comingsoon::after {
  display: none !important;
}

.kana {
  letter-spacing: -0.05em;
}

@media screen and (min-width: 960px) {
  .fade {
    opacity: 1;
    transition: opacity 0.6s ease;
  }
  .fade:hover {
    opacity: 0.6;
  }
}
.cb {
  clear: both;
}

img.liquid {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 959px) {
  img {
    width: 100%;
    height: auto;
  }
}
/* ----------------------------
  デバイス振り分け
---------------------------- */
.sp_disp {
  display: none !important;
}

@media screen and (max-width: 959px) {
  .pc_disp {
    display: none !important;
  }
  .sp_disp {
    display: block !important;
  }
  table.sp_disp {
    display: table !important;
  }
  tbody.sp_disp {
    display: table-row-group !important;
  }
  img.sp_disp {
    display: inline-block !important;
  }
  br.sp_disp {
    display: inline !important;
  }
}
/* ------------------------------------------------
 basic style
------------------------------------------------ */
.txt_underline {
  position: relative;
}
.txt_underline::after {
  content: "";
  border-bottom-width: 5px;
  border-bottom-style: solid;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.36em;
}
@media screen and (max-width: 959px) {
  .txt_underline::after {
    border-width: 0.3rem;
  }
}

/* ------------------------------------------------
 btn
------------------------------------------------ */
.basic_btn {
  color: #131313;
  font-size: 2.4rem;
  line-height: 1.4;
  border: 3px solid #131313;
  border-radius: 15px;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.3);
  display: block;
  box-sizing: border-box;
  position: relative;
}
.basic_btn::after {
  content: "";
  border-top: solid 3px #131313;
  border-right: solid 3px #131313;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto 0;
  transform: rotate(45deg);
}
.basic_btn.primary {
  font-weight: 900;
  background-image: linear-gradient(180deg, rgb(255, 248, 150) 0%, rgb(248, 222, 0) 100%);
  justify-content: space-between;
}
.basic_btn.secondary {
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(180deg, rgb(216, 69, 112) 0%, rgb(199, 17, 70) 63%);
}
.basic_btn.secondary::after {
  border-color: #fff;
}
@media screen and (min-width: 959.1px) {
  .basic_btn {
    padding: 14px 60px 16px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .basic_btn.primary {
    padding: 24px 48px 26px;
  }
}
@media screen and (max-width: 959px) {
  .basic_btn {
    font-size: 1.6rem;
    letter-spacing: -0.05em;
    text-align: center;
    border-radius: 1.2rem;
    padding: 1.7rem 0;
    box-shadow: 0 0.4rem 0 0 rgba(0, 0, 0, 0.3);
    width: 34rem;
  }
  .basic_btn::after {
    border-top-width: 0.2rem;
    border-right-width: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    right: 1.1rem;
  }
  .basic_btn.primary {
    padding: 1.7rem 0;
    padding-right: 0.5rem;
  }
}

/* ------------------------------------------------
 contents
------------------------------------------------ */
#stage {
  overflow: hidden;
}

#contents {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#contents .inner {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 959.1px) {
  #stage {
    min-width: 1030px;
    margin: 0 auto;
  }
  #contents {
    max-width: 1500px;
  }
  #contents .inner {
    max-width: 1030px;
  }
}
@media screen and (max-width: 959px) {
  #contents .inner {
    width: auto;
  }
}
/* ------------------------------------------------
 etc
------------------------------------------------ */
.note {
  font-size: 1.1rem;
}
.note li {
  text-indent: -1em;
  padding-left: 1em;
}

.cta {
  text-align: center;
}
.cta .link {
  margin-top: 5rem;
}
.cta .link .balloon {
  color: #1286d2;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  line-height: 1;
  border-radius: 4rem;
  background-color: #ffe100;
  margin: 0 auto 1.6rem;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  width: 17rem;
  position: relative;
}
.cta .link .balloon::before {
  content: "";
  background-color: #ffe100;
  width: 1.3rem;
  aspect-ratio: 13/11;
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.cta .link .banzai {
  color: #ffe100;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
}
.cta .link .banzai::before, .cta .link .banzai::after {
  content: "";
  border-left-width: 0.3rem;
  border-left-style: solid;
  margin-bottom: -0.1em;
  height: 1.1em;
  display: block;
  transform-origin: 50% 50%;
}
.cta .link .banzai::before {
  transform: rotate(-16deg);
}
.cta .link .banzai::after {
  transform: rotate(16deg);
}
.cta .link .banzai + .btn_tel, .cta .link .banzai + .btns {
  margin-top: 1em;
  display: block;
}
.cta .link .btn {
  color: #fff;
  border-radius: 1rem;
  background-color: #c03;
  box-shadow: 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 2.2rem 3.2rem;
  width: 47rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  box-sizing: border-box;
}
.cta .link .btn::before, .cta .link .btn::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.cta .link .btn::before {
  width: 2.8rem;
  aspect-ratio: 28/25;
}
.cta .link .btn::after {
  background-image: url(../images/icon_arrow.svg);
  width: 2rem;
  aspect-ratio: 20/15;
}
.cta .link .btn .label {
  text-align: left;
}
.cta .link .btn .label span {
  line-height: 1;
  display: block;
}
.cta .link .btn .label .l1 {
  font-size: 2.4rem;
}
.cta .link .btn .label .l1 + * {
  margin-top: 0.2em;
}
.cta .link .btn .label .l2 {
  font-size: 2.7rem;
  letter-spacing: 0;
}
.cta .link .btn .label .l2 i {
  font-size: 1.8rem;
  font-style: normal;
  letter-spacing: 0.1em;
}
.cta .link .btn.tel::before {
  background-image: url(../images/icon_tel.svg);
}
.cta .link .btn.shop::before {
  background-image: url(../images/icon_shop.svg);
}
.cta .link .btn.shop .l1:first-child {
  letter-spacing: 0.12em;
}
.cta .business_hours {
  margin-top: 2.5rem;
}
.cta .business_hours > span {
  line-height: 1;
  display: block;
}
.cta .business_hours .name {
  font-size: 2.2rem;
  font-weight: bold;
}
.cta .business_hours .fromto,
.cta .business_hours .campaign {
  font-size: 1.8rem;
  font-weight: 400;
}
.cta .business_hours .fromto {
  margin-top: 1.5rem;
}
.cta .business_hours .campaign {
  margin-top: 0.75rem;
}
.cta .note {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  margin: 1em auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (any-hover: hover) {
  .cta .link .btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .cta .link .btn:hover {
    transform: scale(1.1);
    box-shadow: 0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 959px) {
  .cta .link {
    margin-top: 4rem;
  }
  .cta .link .balloon {
    font-size: 1.9rem;
    margin-bottom: 1.2rem;
  }
  .cta .link .banzai {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .cta .link .btn {
    padding: 1.6rem 2rem;
    width: 34rem;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .cta .link .btn .label .l1 {
    font-size: 2.3rem;
  }
  .cta .link .btn .label .l2 {
    margin-right: -0.5em;
  }
  .cta .link .btn.shop .l1:last-child {
    letter-spacing: 0.05em;
  }
  .cta .business_hours {
    margin-top: 2rem;
    flex-direction: column;
  }
  .cta .business_hours .name {
    font-size: 1.8rem;
  }
  .cta .business_hours .fromto {
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }
}

/* ------------------------------------------------
 header
------------------------------------------------ */
#header {
  background-color: #FFF;
}
#header .inner {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
  padding: 28px 34px;
  box-sizing: border-box;
}
#header .logo {
  width: 84px;
}
#header .logo * {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 959px) {
  #header .inner {
    padding: 2rem 2.2rem;
  }
  #header .logo {
    width: 6.6rem;
  }
}

/* ----------------------------
  フッター
---------------------------- */
#footer {
  background-color: #FFF;
}
#footer .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 35px;
}
#footer .copy {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #footer .inner {
    padding: 2.2rem;
  }
  #footer .copy {
    font-size: 1rem;
  }
}

/* ------------------------------------------------
 kv
------------------------------------------------ */
#kv {
  background-color: #E0F3FF;
}
@media screen and (min-width: 959.1px) {
  #kv .inner {
    max-width: 1500px;
  }
  #kv h1 {
    width: 100%;
    height: 746px;
  }
  #kv h1 img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

/* ------------------------------------------------
 intro
------------------------------------------------ */
#intro {
  background-color: #c2e7fe;
}
#intro .sheader {
  font-weight: bold;
  text-align: center;
  padding-top: 9rem;
  padding-bottom: 11rem;
  position: relative;
}
#intro .sheader::before {
  content: "";
  background-color: #E0F3FF;
  width: 1500px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 8rem), 50% 100%, 0% calc(100% - 8rem));
}
#intro .sheader::after {
  content: "";
  background: url(../images/intro_arrow.svg) no-repeat;
  margin: 0 auto;
  width: 78px;
  aspect-ratio: 78/36;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  z-index: 1;
}
#intro .sheader .title {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  padding-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#intro .sheader .title::after {
  content: "";
  border-top: 0.3rem solid #000;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#intro .sheader .summary {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 3rem;
  position: relative;
}
#intro .sheader .summary b {
  color: #fff;
  font-weight: 700;
  background-color: #224276;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-bottom: 0.1em;
  display: inline-block;
}
#intro .sheader .summary b:first-of-type {
  padding-left: 0.25em;
}
#intro .sheader .summary b:last-of-type {
  padding-right: 0.25em;
}
#intro .sheader .daijyobu {
  border: 0.3rem solid #279BE6;
  border-radius: 2rem;
  background: #FFFFFF;
  box-shadow: 0.6rem 0.6rem 0px rgba(39, 155, 230, 0.4);
  margin: 0 auto 7.5rem;
  padding: 3.2rem 3rem 0 4rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#intro .sheader .daijyobu::before {
  content: "";
  background: url(../images/intro_people.svg) no-repeat;
  background-size: 100% auto;
  width: 13.5rem;
  aspect-ratio: 78/71;
  display: block;
}
#intro .sheader .daijyobu .label {
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  background-color: #279BE6;
  padding: 0.6rem 0.6rem 1rem 1rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
}
#intro .sheader .daijyobu .txt {
  font-size: 2.6rem;
  text-align: left;
  flex: 1;
}
#intro .sbody {
  font-weight: bold;
  padding-top: 6.5rem;
  padding-bottom: 7rem;
}
#intro .sbody .heading {
  font-size: 3rem;
  line-height: 1;
  padding-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  grid-row: 1/span 1;
  grid-column: 1/span 2;
  justify-self: center;
}
#intro .sbody .heading u {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
#intro .sbody .heading u::after {
  content: "";
  border-top: 0.3rem solid #000;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.8rem;
}
#intro .sbody .result {
  text-align: center;
  border-radius: 2rem;
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 3.2rem;
  box-shadow: 0.8rem 0.8rem 0px 0px rgba(39, 155, 230, 0.3);
}
#intro .sbody .result .txt {
  font-size: 2.2rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 959.1px) {
  #intro .sbody {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 490px);
    justify-content: space-between;
    row-gap: 5rem;
  }
  #intro .sbody .heading {
    grid-row: 1/span 1;
    grid-column: 1/span 2;
    justify-self: center;
  }
}
@media screen and (max-width: 959px) {
  #intro > .inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  #intro .sheader {
    padding-top: 6.4rem;
    padding-bottom: 7rem;
  }
  #intro .sheader::before {
    width: 100vw;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 3rem), 50% 100%, 0% calc(100% - 3rem));
  }
  #intro .sheader::after {
    width: 7.8rem;
    bottom: -1.6rem;
  }
  #intro .sheader .title {
    font-size: 2.2rem;
  }
  #intro .sheader .summary {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 1.8rem;
  }
  #intro .sheader .summary b {
    padding: 0 0.1em 0.1em !important;
  }
  #intro .sheader .daijyobu {
    margin-bottom: 5.8rem;
    padding: 5rem 3.2rem 2.6rem 3.2rem;
    display: block;
  }
  #intro .sheader .daijyobu::before {
    width: 7.8rem;
    position: absolute;
    right: 1.6rem;
    bottom: 0;
  }
  #intro .sheader .daijyobu .label {
    font-size: 4.2rem;
    padding: 0.8rem 1.6rem 1rem;
    white-space: nowrap;
  }
  #intro .sheader .daijyobu .txt {
    font-size: 2.2rem;
  }
  #intro .sbody {
    padding-top: 3rem;
    padding-bottom: 5.5rem;
    display: block;
  }
  #intro .sbody .heading {
    font-size: 2rem;
    letter-spacing: normal;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 3rem;
  }
  #intro .sbody .heading u::after {
    bottom: 0;
  }
  #intro .sbody .result {
    padding-top: 4rem;
    padding-bottom: 3.8rem;
  }
  #intro .sbody .result + .result {
    margin-top: 3rem;
  }
  #intro .sbody .result .txt {
    font-size: 2rem;
  }
  #intro .sbody .result .img {
    margin: 0 auto;
    width: 26.6rem;
  }
}

/* ------------------------------------------------
 check
------------------------------------------------ */
#check {
  position: relative;
}
#check::before {
  content: "";
  background: url(../images/check_bg.webp) 50% 50% no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 34.9rem;
  position: absolute;
  left: 50%;
  top: 22.8rem;
  transform: translateX(-50%);
}
#check > .inner {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
#check .sheader {
  text-align: center;
  position: relative;
}
#check .sheader .title {
  font-size: 4.4rem;
  font-weight: 900;
}
#check .sheader .title b {
  font-size: 118.1818%;
}
#check .sheader .title::before {
  content: "";
  background: url(../images/check_icon.svg) no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 17.8rem;
  aspect-ratio: 150/55;
  display: block;
}
#check .sbody {
  text-align: center;
  border-radius: 2rem;
  background-color: rgba(255, 243, 152, 0.9);
  margin: 4rem auto 0;
  padding: 3.5rem 0;
  width: 45rem;
  position: relative;
}
#check .sbody .img {
  width: 32rem;
  display: inline-block;
}
#check .sbody .txt {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 2rem;
}
#check .sbody .txt b {
  font-weight: inherit;
  line-height: 1.2;
  background-color: #fff;
  padding: 0 0.1em 0.1em;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  #check::before {
    background-image: url(../images/check_bg-sp.webp);
    background-position: 0 0;
    background-size: 100% auto;
    height: 42.4rem;
    top: 18.4rem;
  }
  #check > .inner {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  #check .sheader .title {
    font-size: 3.2rem;
    line-height: 1;
  }
  #check .sheader .title b {
    font-size: 1em;
  }
  #check .sheader .title b:last-child {
    font-size: 156.25%;
    margin-top: 0.75rem;
    display: block;
  }
  #check .sheader .title::before {
    margin-bottom: 0.5rem;
    width: 15rem;
  }
  #check .sbody {
    margin-top: 22rem;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    width: 35rem;
  }
  #check .sbody .img {
    width: 32rem;
  }
  #check .sbody .txt {
    font-size: 2.5rem;
  }
}

/* ------------------------------------------------
 campaign
------------------------------------------------ */
#campaign {
  background-color: #31AEFF;
}
#campaign > .inner {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
#campaign .sheader {
  position: relative;
}
#campaign .sheader .title {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.15em;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-items: center;
  justify-content: center;
  align-items: end;
}
#campaign .sheader .title .l1 {
  font-size: 3rem;
  font-weight: bold;
  text-indent: 0.05em;
  border: 0.3rem solid #ffe100;
  border-radius: 16rem;
  margin-right: 1.5rem;
  width: 16rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
#campaign .sheader .title .l1 .txt {
  position: relative;
}
#campaign .sheader .title .l1 b {
  color: #ffe100;
  font-weight: inherit;
}
#campaign .sheader .title .l1::before {
  content: "";
  background-color: #31AEFF;
  width: 110%;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#campaign .sheader .title .l2, #campaign .sheader .title .l3 {
  font-size: 7rem;
  font-weight: 900;
  margin-bottom: 1.8rem;
}
#campaign .sheader .title .l2 {
  color: #ffe100;
}
#campaign .sheader .balloon {
  color: #1286d2;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  line-height: 1;
  border-radius: 4.8rem;
  background-color: #ffe100;
  padding-top: 0.9rem;
  padding-bottom: 1.1rem;
  width: 25rem;
  position: relative;
}
#campaign .sheader .balloon::before {
  content: "";
  background-color: #ffe100;
  width: 1.3rem;
  aspect-ratio: 13/11;
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
#campaign .sbody {
  background-color: #fff;
  margin-top: 2rem;
  padding: 4.5rem 4.5rem 3.5rem;
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
#campaign .sbody .summary {
  font-size: 1.8rem;
  text-align: justify;
  margin-top: -0.2em;
}
#campaign .sbody .summary strong {
  font-weight: bold;
}
#campaign .sbody .models {
  margin-top: 1em;
}
#campaign .sbody .models .heading {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  background-color: #9FA3A6;
  padding: 0.8rem 0 1.2rem;
}
#campaign .sbody .models .list {
  letter-spacing: 0;
  border: 1px solid #9FA3A6;
  padding: 0.5em 1em;
}
#campaign .sbody .note {
  margin-top: 1em;
}
@media screen and (min-width: 959.1px) {
  #campaign .sheader .balloon {
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 959px) {
  #campaign > .inner {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  #campaign .sheader .title {
    color: #fff;
    line-height: 1;
    letter-spacing: 0.15em;
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-items: center;
    justify-content: center;
    align-items: center;
    row-gap: 0.5rem;
  }
  #campaign .sheader .title .l1 {
    font-size: 2.4rem;
    font-weight: 900;
    border-radius: 12rem;
    margin-right: 1rem;
    width: 12rem;
    grid-row: 1/span 2;
    grid-column: 1/span 1;
  }
  #campaign .sheader .title .l1::before {
    height: 1.2rem;
  }
  #campaign .sheader .title .l2, #campaign .sheader .title .l3 {
    margin-bottom: 0;
  }
  #campaign .sheader .title .l2 {
    font-size: 3.6rem;
    grid-row: 1/span 1;
    grid-column: 2/span 1;
    align-self: end;
  }
  #campaign .sheader .title .l3 {
    font-size: 6.2rem;
    letter-spacing: normal;
    grid-row: 2/span 1;
    grid-column: 2/span 1;
    align-self: start;
  }
  #campaign .sheader .balloon {
    font-size: 2.6rem;
    margin: 0 auto 2rem;
  }
  #campaign .sbody {
    margin: 1.5rem 1.5rem 0;
    padding: 2rem 2rem 2.5rem;
    display: block;
  }
  #campaign .sbody .summary {
    margin-top: 1em;
  }
  #campaign .sbody .models {
    margin-top: 1.5em;
  }
  #campaign .sbody .models .list {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------
 contact
------------------------------------------------ */
section.contact {
  color: #fff;
  background-color: #1286d2;
}
section.contact > .inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
section.contact .sheader {
  text-align: center;
}
section.contact .sheader .title .l1 {
  font-size: 2.2rem;
}
section.contact .sheader .title .l2 {
  font-size: 4.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 auto 0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
section.contact .sheader .title .l2::after {
  content: "";
  border-bottom-width: 0.3rem;
  border-bottom-style: solid;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.1em;
}
@media screen and (max-width: 959px) {
  section.contact > .inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  section.contact .sheader .title .l1 {
    line-height: 1.6;
  }
  section.contact .sheader .title .l2 {
    font-size: 3rem;
    letter-spacing: 0.05em;
    margin-top: 0.1em;
  }
  section.contact .sheader .title .l2::after {
    bottom: -0.3em;
  }
}
@media screen and (max-width: 959px) {
  section.contact > .inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* ----------------------------
contact2
------------------------------*/
@media screen and (min-width: 959.1px) {
  #contact2 .balloon {
    margin-left: 15rem;
  }
  #contact2 .banzai {
    margin-left: 0;
    width: 47rem;
  }
  #contact2 .btns {
    display: grid;
    grid-template-columns: repeat(2, 47rem);
    gap: 2rem 3.2rem;
  }
  #contact2 .btns .btn.tel {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  #contact2 .btns .btn.shop {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  #contact2 .btns .info {
    margin-top: 0;
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  #contact2 .btns .info .business_hours {
    margin-top: 0;
  }
  #contact2 .btns .info .fromto {
    margin-top: 1.2rem;
  }
  #contact2 .btns .info .note {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media screen and (max-width: 1080px) {
  #contact2 .btns .info .note {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  #contact2 .btns {
    flex-direction: column;
    top: 29.4rem;
  }
  #contact2 .btn {
    margin: 0 auto;
  }
  #contact2 .btn.shop {
    margin-top: 3rem;
  }
  #contact2 .business_hours {
    margin-top: 1.8rem;
  }
}

/* ------------------------------------------------
 upgrade
------------------------------------------------ */
#upgrade {
  background-color: #b3e1fd;
}
#upgrade .sheader {
  text-align: center;
  position: relative;
}
#upgrade .sheader::before {
  content: "";
  background-color: #d9f0fe;
  width: 1500px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 8rem), 50% 100%, 0% calc(100% - 8rem));
}
#upgrade .sheader > * {
  position: relative;
}
#upgrade .sheader .title {
  padding-top: 8rem;
  padding-bottom: 6.5rem;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 5.5rem), 50% 100%, 0% calc(100% - 5.5rem));
}
#upgrade .sheader .title::before, #upgrade .sheader .title::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 3.2rem;
}
#upgrade .sheader .title::before {
  background-image: url(../images/upgrade_woman.png);
  width: 13.2rem;
  aspect-ratio: 132/231;
  left: 8.2rem;
}
#upgrade .sheader .title::after {
  background-image: url(../images/upgrade_man.png);
  width: 16.2rem;
  aspect-ratio: 162/243;
  right: 6rem;
}
#upgrade .sheader .title .l1 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 1em;
  background-color: #ffe100;
  margin: 0 auto;
  padding: 0.35em 2.27em 0.55em;
  width: -moz-fit-content;
  width: fit-content;
}
#upgrade .sheader .title .l2 {
  font-size: 3.2rem;
  line-height: 1.3;
  text-indent: 0.5em;
  margin-top: 0.3em;
}
#upgrade .sheader .title .l2 b {
  font-size: 125%;
}
#upgrade .sbody {
  padding-top: 6rem;
}
#upgrade .sbody .heading {
  color: #1B91DE;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
}
#upgrade .sbody .heading::before, #upgrade .sbody .heading::after {
  content: "";
  border-left-width: 0.4rem;
  border-left-style: solid;
  height: 1.1em;
  display: block;
  transform-origin: 50% 50%;
}
#upgrade .sbody .heading::before {
  transform: rotate(-16deg);
}
#upgrade .sbody .heading::after {
  transform: rotate(16deg);
}
#upgrade .sbody .merits {
  margin-top: 4.5rem;
  display: flex;
  justify-content: space-between;
}
#upgrade .sbody .merits li {
  border: 0.3rem solid #279BE6;
  border-radius: 2rem;
  background-color: #fff;
  padding: 6rem 2.6rem 2.6rem;
  padding-bottom: 3.2rem;
  width: 32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: 1em;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.6rem 0.6rem 0px 0px rgba(39, 155, 230, 0.4);
}
#upgrade .sbody .merits li .num {
  position: absolute;
  left: 50%;
  top: -3.2rem;
  transform: translateX(-50%);
  filter: drop-shadow(0.3rem 0.3rem 0px #FFE100);
}
#upgrade .sbody .merits li .img {
  margin: 0 auto;
}
#upgrade .sbody .merits li .txt {
  font-size: 2rem;
  font-weight: bold;
  text-align: justify;
}
#upgrade .sbody .merits li .txt b {
  color: #279BE6;
  font-weight: inherit;
}
#upgrade .sbody .cta .link .balloon {
  color: #fff;
  background-color: #c03;
}
#upgrade .sbody .cta .link .balloon::before {
  background-color: #c03;
}
#upgrade .sbody .cta .link .banzai {
  color: #c03;
  padding: 0.1em 0.5em 0.2em;
}
@media screen and (max-width: 959px) {
  #upgrade .sheader {
    text-align: center;
    position: relative;
  }
  #upgrade .sheader::before {
    width: 100vw;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 3rem), 50% 100%, 0% calc(100% - 3rem));
  }
  #upgrade .sheader > * {
    position: relative;
  }
  #upgrade .sheader .title {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 3rem), 50% 100%, 0% calc(100% - 3rem));
  }
  #upgrade .sheader .title::before, #upgrade .sheader .title::after {
    bottom: 2rem;
  }
  #upgrade .sheader .title::before {
    width: 6.6rem;
    left: 1rem;
  }
  #upgrade .sheader .title::after {
    width: 8rem;
    right: 0;
  }
  #upgrade .sheader .title .l1 {
    padding: 0.8rem 6rem;
  }
  #upgrade .sheader .title .l2 {
    font-size: 2.6rem;
    margin-top: 0.6rem;
  }
  #upgrade .sheader .title .l2 b {
    font-size: 2.8rem;
  }
  #upgrade .sbody {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
  #upgrade .sbody .heading {
    font-size: 1.9rem;
  }
  #upgrade .sbody .merits {
    margin-top: 4rem;
    flex-direction: column;
    align-items: center;
    row-gap: 4rem;
  }
  #upgrade .sbody .merits li {
    padding: 5.4rem 2rem 2rem;
    width: auto;
    flex-direction: row;
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }
  #upgrade .sbody .merits li .num {
    width: 7.6rem;
    top: -2.6rem;
  }
  #upgrade .sbody .merits li .img {
    margin: 0 auto;
  }
  #upgrade .sbody .merits li .txt {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    flex: 1;
  }
  #upgrade .sbody .merits .merit1 {
    flex-direction: row-reverse;
  }
  #upgrade .sbody .merits .merit1 .img {
    width: 10rem;
  }
  #upgrade .sbody .merits .merit2 .img {
    width: 11.2rem;
  }
  #upgrade .sbody .merits .merit3 {
    flex-direction: row-reverse;
  }
  #upgrade .sbody .merits .merit3 .img {
    width: 10.8rem;
  }
}

/* ------------------------------------------------
 rakuraku
------------------------------------------------ */
#rakuraku {
  margin-top: -0.05rem;
}
#rakuraku > .inner {
  padding-bottom: 10rem;
}
#rakuraku .sheader {
  position: relative;
}
#rakuraku .sheader::before, #rakuraku .sheader::after {
  content: "";
  width: 1500px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#rakuraku .sheader::before {
  content: "";
  background-color: #b3e1fd;
  height: 8rem;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 1;
}
#rakuraku .sheader::after {
  content: "";
  background-color: #e0f3ff;
  height: calc(100% - 2rem);
}
#rakuraku .sheader .title {
  padding-top: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  position: relative;
  z-index: 2;
}
#rakuraku .sheader .title .l1 {
  width: 24rem;
  position: absolute;
  left: 50%;
  top: 3.6rem;
  transform: translateX(-50%);
}
#rakuraku .sheader .title .l2 {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#rakuraku .sheader .title .l2::after {
  content: "";
  border-bottom-width: 0.4rem;
  border-bottom-style: solid;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.2em;
}
#rakuraku .sheader .title .img {
  width: 27.7rem;
}
#rakuraku .sbody {
  margin-top: 7.5rem;
}
#rakuraku .sbody .point {
  position: relative;
}
#rakuraku .sbody .point .txt {
  border-top: 0.4rem solid #279BE6;
  background-color: #E0F3FF;
  padding: 2em 2.6em;
  width: 51.5rem;
  box-sizing: border-box;
  position: absolute;
}
#rakuraku .sbody .point .txt p {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: justify;
  line-height: 1.5;
}
#rakuraku .sbody .point .txt p b {
  color: #279BE6;
  font-weight: inherit;
}
#rakuraku .sbody .point:first-child .img {
  width: 87rem;
}
#rakuraku .sbody .point:first-child .txt {
  right: 0;
  top: 31.5rem;
}
#rakuraku .sbody .point:last-child {
  margin-top: 7.5rem;
}
#rakuraku .sbody .point:last-child .img {
  width: 100%;
}
#rakuraku .sbody .point:last-child .txt {
  left: 0;
  right: 0;
  top: 29.6rem;
}
@media screen and (max-width: 959px) {
  #rakuraku > .inner {
    padding-bottom: 5rem;
  }
  #rakuraku .sheader::before, #rakuraku .sheader::after {
    width: 100vw;
  }
  #rakuraku .sheader::before {
    height: 5.4rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 3rem), 50% 100%, 0% calc(100% - 3rem));
  }
  #rakuraku .sheader::after {
    height: calc(100% - 3.5rem);
  }
  #rakuraku .sheader .title {
    padding-top: 12rem;
    flex-direction: column;
    row-gap: 2.5rem;
  }
  #rakuraku .sheader .title .l1 {
    width: 24rem;
    top: 0;
  }
  #rakuraku .sheader .title .l2 {
    font-size: 4.2rem;
  }
  #rakuraku .sheader .title .l2::after {
    bottom: -0.3em;
  }
  #rakuraku .sheader .title .img {
    width: 25.6rem;
  }
  #rakuraku .sbody {
    margin-top: 4rem;
  }
  #rakuraku .sbody .point .img {
    width: 100% !important;
  }
  #rakuraku .sbody .point .txt {
    padding: 2.8rem 2.8rem;
    width: 36rem;
    position: relative;
  }
  #rakuraku .sbody .point .txt p {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  #rakuraku .sbody .point:first-child .img {
    width: 87rem;
  }
  #rakuraku .sbody .point:first-child .txt {
    left: 3rem;
    top: -1.6rem;
  }
  #rakuraku .sbody .point:last-child {
    margin-top: 2.9rem;
  }
  #rakuraku .sbody .point:last-child .img {
    width: 100%;
  }
  #rakuraku .sbody .point:last-child .txt {
    top: 0;
  }
}