@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

::-moz-selection {
  background: rgba(255, 142, 172, 0.4);
}

::selection {
  background: rgba(255, 142, 172, 0.4);
}

main {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
p,
a,
li,
th,
td {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #111;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  p,
  a,
  li,
  th,
  td {
    font-size: 20px;
    font-size: 2rem;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

.en {
  font-family: "Oswald", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.color-main {
  color: #ff8eac;
}

.main {
  overflow: hidden;
}

.content__wrap {
  margin: 0 auto;
  width: calc(335 / 375 * 100%);
}
@media screen and (min-width: 768px) {
  .content__wrap {
    width: calc(335 / 375 * 100%);
    max-width: 980px;
  }
}
@media screen and (min-width: 1200px) {
  .content__wrap {
    width: 980px;
  }
}
.content__title {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .content__title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.content__title .emphasis {
  font-size: 32px;
  font-size: 3.2rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 0.35em;
}
@media screen and (min-width: 992px) {
  .content__title .emphasis {
    font-size: 56px;
    font-size: 5.6rem;
  }
}
.content__title .emphasis::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 8px;
  border-radius: 2px;
  background: #ff8eac;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .content__title .emphasis::before {
    height: 14px;
  }
}
.content__title .emphasis.action::before {
  -webkit-animation: border 0.4s linear forwards;
          animation: border 0.4s linear forwards;
}
@-webkit-keyframes border {
  0% {
    width: 0%;
  }
  100% {
    width: 105%;
  }
}
@keyframes border {
  0% {
    width: 0%;
  }
  100% {
    width: 105%;
  }
}
.content__title-en .en {
  display: inline-block;
  font-size: 48px;
  font-size: 4.8rem;
  color: #ff8eac;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .content__title-en .en {
    font-size: 88px;
    font-size: 8.8rem;
  }
}
.content__title-en .jp {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-top: calc(13 / 375 * 100vw);
}
@media screen and (min-width: 992px) {
  .content__title-en .jp {
    margin-top: 25px;
    font-size: 29px;
    font-size: 2.9rem;
  }
}

.u-headline__l {
  text-align: center;
  position: relative;
}
.u-headline__l--jp {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .u-headline__l--jp {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.u-headline__l--en {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ff8eac;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .u-headline__l--en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.u-headline__m {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ff8eac;
  font-weight: 600;
  line-height: 1.4444444444;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #ff8eac;
}
@media screen and (min-width: 768px) {
  .u-headline__m {
    font-size: 20px;
    font-size: 2rem;
  }
}
.u-headline__m--blue {
  color: #13adc8;
  border-bottom: 2px solid #13adc8;
}
.u-headline__s {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ff8eac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 1em;
}
.u-headline__s::before {
  content: "";
  border-top: 2px solid #ff8eac;
  width: 8px;
  margin-right: 8px;
}
.u-headline__s--blue {
  color: #13adc8;
}
.u-headline__s--blue::before {
  border-top: 2px solid #13adc8;
}
.u-headline__border {
  text-align: center;
}
.u-headline__border--basis {
  display: inline-block;
  position: relative;
}
.u-headline__border--basis::before {
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background: #ff8eac;
  position: absolute;
  top: 50%;
  left: -1em;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.u-headline__border--basis::after {
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background: #ff8eac;
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.u-indent__list--txt {
  margin-left: 1em;
  text-indent: -1em;
}
.u-indent__list--txt::before {
  content: "・";
}

.u-radius img {
  border-radius: 8px;
}

.u-mutual-pink__block {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .u-mutual-pink__block {
    padding-top: calc(115 / 1366 * 100vw);
  }
}
.u-mutual-pink__block::after {
  content: "";
  display: block;
  width: 100vw;
  height: calc(47 / 375 * 100vw);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .u-mutual-pink__block::after {
    height: calc(115 / 1366 * 100vw);
  }
}
.u-mutual-pink__block:nth-of-type(odd) {
  background: #fff4f6;
}
.u-mutual-pink__block:nth-of-type(odd)::after {
  background-image: url(../img/common/bg_pink.svg);
}
@media screen and (min-width: 768px) {
  .u-mutual-pink__block:nth-of-type(odd)::after {
    background-image: url(../img/common/bg_pink_pc.svg);
  }
}
.u-mutual-pink__block:nth-of-type(even) {
  background: #f4fdff;
}
.u-mutual-pink__block:nth-of-type(even)::after {
  background-image: url(../img/common/bg_blue.svg);
}
@media screen and (min-width: 768px) {
  .u-mutual-pink__block:nth-of-type(even)::after {
    background-image: url(../img/common/bg_blue_pc.svg);
  }
}
.u-mutual-pink__block:nth-of-type(n + 2) {
  padding-top: calc(47 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .u-mutual-pink__block:nth-of-type(n + 2) {
    padding-top: calc(115 * 2 * 1px);
  }
}
.u-mutual-pink__block:last-of-type::after {
  content: none;
}
.u-mutual-pink__inner {
  margin: 0 auto;
  padding: calc(47 / 375 * 100vw) 0 calc(47 / 375 * 0.6 * 100vw);
  width: calc(335 / 375 * 100%);
}
@media screen and (min-width: 768px) {
  .u-mutual-pink__inner {
    width: calc(335 / 375 * 100%);
    max-width: 980px;
    padding: 0;
    padding-bottom: calc(115 / 5 * 3px);
  }
}
@media screen and (min-width: 1200px) {
  .u-mutual-pink__inner {
    width: 980px;
  }
}

@media screen and (min-width: 768px) {
  .u-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(30 / 980 * 100%);
  }
}
.u-list__box {
  margin-bottom: calc(35 / 335 * 100%);
}
@media screen and (min-width: 768px) {
  .u-list__box {
    width: calc(475 / 980 * 100%);
    margin-bottom: calc(17 / 335 * 100%);
  }
  .u-list__box:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
}
.u-list__box:last-of-type {
  margin-bottom: 0;
}
.u-list__link {
  display: block;
}
.u-list__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: calc(10 / 335 * 100%);
}
@media screen and (min-width: 768px) {
  .u-list__line {
    margin-top: calc(50 / 980 * 100%);
  }
}
.u-list__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.375;
  width: calc(100% - 5.25em);
}
@media screen and (min-width: 768px) {
  .u-list__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.u-list__more {
  color: #ff8eac;
  font-weight: 600;
  position: relative;
  padding-right: calc(16 / 335 * 100%);
  width: 5.25em;
}
@media screen and (min-width: 768px) {
  .u-list__more {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.u-list__more::after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background-image: url(../img/common/u-arrow-p.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .u-list__more::after {
    width: calc(8 * 1.2) px;
    height: calc(10 * 1.2) px;
  }
}
.u-list__txt {
  margin-top: calc(10 / 335 * 100%);
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .u-list__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6111111111;
    margin-top: calc(20 / 980 * 100%);
  }
}

@-webkit-keyframes zoomInAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomInAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #ff8eac; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate(0, -50%) scaleX(0);
            transform: translate(0, -50%) scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate(0, -50%) scaleX(1);
            transform: translate(0, -50%) scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
    background-color: #ff8eac;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate(0, -50%) scaleX(0);
            transform: translate(0, -50%) scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translate(0, -50%) scaleX(1);
            transform: translate(0, -50%) scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
    background-color: #ff8eac;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
}

.bgappearTrigger {
  padding: 0.5em 1em;
}
@media screen and (min-width: 992px) {
  .bgappearTrigger {
    padding: 0.7em 1.3em;
  }
}

.mv__scroll--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: -30%;
  z-index: 1;
  padding: 0 0 220px;
  overflow: hidden;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .mv__scroll--link {
    top: -10%;
  }
}
.mv__scroll--link::after {
  content: "";
  width: 1px;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
  -webkit-animation: scroll 2.4s cubic-bezier(1, 0, 0, 1) infinite;
          animation: scroll 2.4s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.slider {
  position: relative;
  width: 335px;
  height: 335px;
  margin: 0 auto;
}
.slider::before {
  content: "";
  display: block;
  width: calc(327 / 375 * 100vw);
  height: calc(327 / 375 * 100vw);
  background-size: contain;
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  z-index: 2;
  background-image: url(../img/top/mv_deco_w.svg);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-repeat: no-repeat;
  -webkit-animation: yurayura 6s linear infinite;
          animation: yurayura 6s linear infinite;
}
@media screen and (min-width: 768px) {
  .slider::before {
    max-width: 508px;
    max-height: 508px;
    width: calc(508 / 1366 * 100vw);
    height: calc(508 / 1366 * 100vw);
  }
}
@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) rotate(3deg);
            transform: translate(-50%, -50%) rotate(3deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
            transform: translate(-50%, -50%) rotate(-3deg);
  }
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) rotate(3deg);
            transform: translate(-50%, -50%) rotate(3deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
            transform: translate(-50%, -50%) rotate(-3deg);
  }
}
.slider__slides {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider__wrap {
  opacity: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .slider__wrap {
    margin-bottom: calc(100 / 1366 * 100%);
  }
}
.slider__wrap::after {
  content: "";
  display: block;
  width: calc(327 / 375 * 100vw);
  height: calc(327 / 375 * 100vw);
  background-size: contain;
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  z-index: -1;
  background-image: url(../img/top/mv_deco_p.svg);
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: yurayura 6s linear infinite;
          animation: yurayura 6s linear infinite;
}
@media screen and (min-width: 768px) {
  .slider__wrap::after {
    max-width: 508px;
    max-height: 508px;
    width: calc(508 / 1366 * 100vw);
    height: calc(508 / 1366 * 100vw);
  }
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) rotate(3deg);
            transform: translate(-50%, -50%) rotate(3deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
            transform: translate(-50%, -50%) rotate(-3deg);
  }
}

@-webkit-keyframes arrowLineRotation {
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes arrowLineRotation {
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes arrowLineRotationRev {
  to {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@keyframes arrowLineRotationRev {
  to {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.slide {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-clip-path 0s 1.75s;
  transition: -webkit-clip-path 0s 1.75s;
  transition: clip-path 0s 1.75s;
  transition: clip-path 0s 1.75s, -webkit-clip-path 0s 1.75s;
  -webkit-clip-path: circle(30px at 0% 100%);
          clip-path: circle(30px at 0% 100%);
}
.slide.s--active {
  z-index: 1;
  -webkit-transition: -webkit-clip-path 2.5s;
  transition: -webkit-clip-path 2.5s;
  transition: clip-path 2.5s;
  transition: clip-path 2.5s, -webkit-clip-path 2.5s;
  -webkit-clip-path: circle(120vmax at 50% 50%);
          clip-path: circle(120vmax at 50% 50%);
}
.slide__inner {
  width: calc(327 / 375 * 100vw);
  height: calc(327 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .slide__inner {
    max-width: 520px;
    max-height: 520px;
    width: calc(520 / 1366 * 100vw);
    height: calc(520 / 1366 * 100vw);
  }
}

.pagination {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(30 / 335 * 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    position: absolute;
    right: 10px;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.pagination__item {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.pagination__item--active {
  background-color: #ff8eac;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.news-slider .slick__item {
  position: relative;
}
.news-slider .slick-list {
  width: calc(582 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .news-slider .slick-list {
    width: calc(450 / 375 * 100vw);
  }
}
@media screen and (min-width: 992px) {
  .news-slider .slick-list {
    width: calc(1254 / 1366 * 100vw);
  }
}
.news-slider .slick-slide {
  margin-right: calc(32 / 1366 * 100vw);
}
.news-slider .slick-slide img {
  width: 100%;
  height: auto;
}
.news-slider .slide-dots {
  cursor: pointer;
  margin: 20px 0 0;
  padding: 0;
  text-align: left;
}
.news-slider .slide-dots li {
  display: inline-block;
  line-height: 1em;
  margin: 0 2px;
}
@media screen and (min-width: 768px) {
  .news-slider .slide-dots li {
    margin: 0 5px;
  }
}
.news-slider .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.news-slider .slide-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: 0;
  margin: auto;
  background: #898989;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .news-slider .slide-dots li button::before {
    width: 14px;
    height: 14px;
  }
}
.news-slider .slide-dots li.slick-active button::before {
  background: #ff8eac;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-slider button {
  width: 10px;
  height: 10px;
  background: none;
  border: none;
  outline: none;
}
.news-slider .slick-arrow {
  position: absolute;
  width: 33px;
  height: 33px;
  bottom: -25px;
  z-index: 10;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.news-slider .slick-arrow.slick-prev {
  right: 12.5vw;
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background-image: url(../img/common/arrow_slick-prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .news-slider .slick-arrow.slick-prev {
    right: auto;
    left: 50vw;
  }
}
@media screen and (min-width: 992px) {
  .news-slider .slick-arrow.slick-prev {
    left: 39vw;
  }
}
.news-slider .slick-arrow.slick-next {
  right: 0;
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background-image: url(../img/common/arrow_slick-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .news-slider .slick-arrow.slick-next {
    right: auto;
    left: 56vw;
  }
}
@media screen and (min-width: 992px) {
  .news-slider .slick-arrow.slick-next {
    left: 42.5vw;
  }
}

.parallax {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.parallax-img {
  width: 100%;
}

.omit {
  height: auto;
  padding-bottom: calc(200 / 375 * 100vw);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .omit {
    padding-bottom: calc(200 / 1366 * 100vw);
  }
}
.omit .omit-more {
  width: 100%;
  height: calc(60 / 375 * 100vw);
  padding-top: calc(120 / 375 * 100vw);
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%);
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .omit .omit-more {
    height: calc(60 / 1366 * 100vw);
    padding-top: calc(120 / 1366 * 100vw);
  }
}
.omit .omit-more::before {
  content: "すべて見る";
  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: calc(200 / 375 * 100vw);
  height: calc(60 / 375 * 100vw);
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #ff8eac;
  border-radius: 100vh;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .omit .omit-more::before {
    width: 200px;
    height: 60px;
  }
}
.omit.is-open .omit-more {
  background: transparent;
}
.omit.is-active .omit-more::before {
  content: "とじる";
}

@media screen and (max-width: 991px) {
  .header .nav {
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
  }
  .header .nav__wrap {
    width: 100%;
    padding: calc(22 / 335 * 100%) 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    background-color: #ff8eac;
    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;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .nav__ul {
    margin: 0 auto;
    width: calc(335 / 375 * 100%);
  }
  .header .nav__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 0;
    -webkit-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header .nav__li:nth-of-type(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .header .nav__li:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .header .nav__li:nth-of-type(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .header .nav__li:nth-of-type(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .header .nav__li:nth-of-type(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .header .nav__li.has-child {
    position: relative;
  }
  .header .nav__li:not(.has-child) {
    position: relative;
  }
  .header .nav__li:not(.has-child) .text {
    width: 100%;
  }
  .header .nav__li:not(.has-child) .subnav-trigger {
    position: absolute;
    top: 50%;
    right: 0;
    border-bottom: none;
  }
  .header .nav__li:not(.has-child) .subnav-trigger::before {
    content: none;
  }
  .header .nav__li:not(.has-child) .subnav-trigger span::before, .header .nav__li:not(.has-child) .subnav-trigger span::after {
    width: 1.1rem;
  }
  .header .nav__li:not(.has-child) .subnav-trigger span::before {
    top: calc(50% + 0.33rem);
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header .nav__li:not(.has-child) .subnav-trigger span::after {
    top: calc(50% - 0.33rem);
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .header .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(5 / 335 * 100%);
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    padding: calc(23 / 375 * 100vw) 0;
  }
  .header .nav__link picture {
    width: 30px;
  }
  .header .nav__link img {
    vertical-align: text-bottom;
  }
  .header .text {
    display: inline-block;
    width: calc(100% - 18.5vw);
    border-bottom: solid 1px #fff;
  }
  .header .subnav-trigger {
    display: block;
    width: 18.5vw;
    height: auto;
    background-color: transparent;
    z-index: 2;
    border-bottom: solid 1px #fff;
    position: relative;
  }
  .header .subnav-trigger::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .subnav-trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header .subnav-trigger span::before, .header .subnav-trigger span::after {
    content: "";
    width: 0.9rem;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
  }
  .header .subnav-trigger span::before {
    width: 1.4rem;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .subnav-trigger span::after {
    width: 1.4rem;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .header .subnav {
    height: 0;
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: calc(335 / 375 * 100%);
  }
  .header .subnav__li {
    margin-bottom: calc(12 / 335 * 100%);
  }
  .header .subnav__link {
    display: none;
    color: #fff;
  }
  .header .subnav__link picture {
    display: none;
  }
  .header .subnav__img {
    display: none;
  }
  .header .is-open .subnav-trigger span::after {
    content: none;
  }
  .header .is-open .subnav {
    height: auto;
    opacity: 1;
    margin: calc(23 / 335 * 100%) auto;
  }
  .header .is-open .subnav__link {
    display: block;
  }
  .hamburger {
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0;
    margin: 0 0 0 14px;
    border: none;
    outline: none;
    background: none;
    position: relative;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 24px;
    height: 2px;
    background-color: #555;
  }
  .hamburger span:nth-of-type(2) {
    margin-top: 6px;
  }
  .hamburger span:nth-of-type(3) {
    margin-top: 6px;
  }
  .hamburger::after {
    content: "MENU";
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #555;
    line-height: 1;
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  .is--navi-open {
    overflow: hidden;
  }
  .is--navi-open .nav {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
  }
  .is--navi-open .nav__li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .is--navi-open .hamburger span {
    width: 24px;
    background-color: #111;
  }
  .is--navi-open .hamburger span:nth-of-type(1) {
    -webkit-transform: translate(0, 8px) rotate(-45deg);
            transform: translate(0, 8px) rotate(-45deg);
  }
  .is--navi-open .hamburger span:nth-of-type(2) {
    opacity: 0;
  }
  .is--navi-open .hamburger span:nth-of-type(3) {
    -webkit-transform: translate(0, -8px) rotate(45deg);
            transform: translate(0, -8px) rotate(45deg);
  }
  .is--navi-open .hamburger::after {
    content: "CLOSE";
  }
}
@media screen and (min-width: 992px) {
  .header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .header .nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    background-color: #fff;
    margin-right: calc(30 / 1366 * 100vw);
  }
  .header .nav__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: calc(25 / 1366 * 100vw);
  }
  .header .nav__link {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    font-size: 1.3rem;
    color: #555;
  }
  .header .nav__link picture {
    max-height: 24px;
  }
  .header .nav__link picture img {
    width: 100%;
    height: auto;
  }
  .header .nav__link:hover {
    color: #ff8eac;
  }
  .header .subnav-trigger {
    display: none;
  }
  .header .has-child .text {
    display: block;
  }
  .header .has-child .border {
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .header .has-child .border::after {
    content: "";
    width: 1px;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header .has-child.is-open .subnav {
    opacity: 1;
    pointer-events: visible;
  }
  .header .has-child.is-open .border {
    height: 2.5rem;
  }
  .header .has-child.is-open .border::after {
    height: 100%;
  }
  .header .has-child span {
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
  }
  .header .subnav {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 864px;
    width: calc(864 / 1366 * 100vw);
    position: absolute;
    bottom: 15px;
    right: calc(60 / 1366 * 100vw);
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    background: #fff;
    border-radius: 17px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 15px 0 rgba(17, 17, 17, 0.16);
            box-shadow: 0 5px 15px 0 rgba(17, 17, 17, 0.16);
  }
  .header .subnav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .subnav--pic .subnav__ul {
    width: calc(360 / 864 * 100%);
    padding: 0 calc(20 / 864 * 100%);
  }
  .header .subnav--pic .subnav__li {
    margin-bottom: calc(60 / 864 * 100%);
  }
  .header .subnav--pic .subnav__li:last-of-type {
    margin-bottom: 0;
  }
  .header .subnav--pic .subnav__link {
    max-width: 280px;
  }
  .header .subnav--pic .subnav__link picture {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
    overflow: hidden;
    margin-right: calc(20 / 864 * 100%);
    max-width: 80px;
  }
  .header .subnav--pic .subnav__link:hover picture {
    -webkit-filter: opacity(0.8);
            filter: opacity(0.8);
  }
  .header .subnav--txt .subnav__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(60 / 864 * 100%);
    width: calc(100% - 345 / 864 * 100%);
    padding: 0 calc(20 / 864 * 100%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .subnav--txt .subnav__li {
    width: 46%;
    margin-bottom: calc(50 / 864 * 100%);
  }
  .header .subnav--txt .subnav__li:last-of-type {
    margin-bottom: 0;
  }
  .header .subnav__img {
    width: calc(345 / 864 * 100%);
  }
  .header .subnav__main-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .header .subnav__main-link--txt {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding-bottom: calc(27 * 1.75px);
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 600;
  }
  .header .subnav__main-link--txt::after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url("../img/common/arrow_circle.svg");
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .subnav__main-link picture {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .subnav__main-link:hover {
    opacity: 1;
  }
  .header .subnav__main-link:hover picture {
    -webkit-filter: brightness(0.95);
            filter: brightness(0.95);
  }
  .header .subnav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    color: #111;
    font-weight: 600;
    position: relative;
  }
  .header .subnav__link::before, .header .subnav__link::after {
    content: "";
    width: 0.6rem;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #111;
    border-radius: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .subnav__link::before {
    top: calc(50% + 0.2rem);
    right: 0;
    -webkit-transform: translate(-100%, -50%) rotate(-45deg);
            transform: translate(-100%, -50%) rotate(-45deg);
  }
  .header .subnav__link::after {
    -webkit-transform-origin: center;
            transform-origin: center;
    top: calc(50% - 0.2rem);
    right: 0;
    -webkit-transform: translate(-100%, -50%) rotate(45deg);
            transform: translate(-100%, -50%) rotate(45deg);
  }
  .header .subnav__link span {
    max-width: 188px;
    width: calc(188 / 864 * 100vw);
    padding-bottom: 0.8em;
    position: relative;
  }
  .header .subnav__link span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ff8eac), color-stop(20%, #ff8eac), color-stop(20%, #d9d9d9), to(#d9d9d9));
    background: linear-gradient(90deg, #ff8eac 0%, #ff8eac 20%, #d9d9d9 20%, #d9d9d9 100%);
  }
  .header .subnav__link span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff8eac;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
  .header .subnav__link:hover {
    opacity: 1;
    color: #ff8eac;
  }
  .header .subnav__link:hover::before, .header .subnav__link:hover::after {
    background: #ff8eac;
  }
  .header .subnav__link:hover span::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav__wrap {
    margin-right: calc(50 / 1366 * 100vw);
  }
  .header .nav__ul {
    gap: calc(40 / 1366 * 100vw);
  }
  .header .nav .has-child span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header .subnav--pic .subnav__ul {
    padding: 0 calc(30 / 864 * 100%);
  }
  .header .subnav--pic .subnav__li {
    margin-bottom: calc(80 / 864 * 100%);
  }
  .header .subnav--txt .subnav__ul {
    padding: 0 calc(40 / 864 * 100%);
  }
}
@media screen and (min-width: 992px) {
  .home .btn-area {
    margin-top: calc(55 / 980 * 100%);
  }
}

.btn-area {
  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;
  margin-top: calc(90 / 375 * 100vw);
  margin-bottom: calc(60 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .btn-area {
    margin-top: calc(90 / 980 * 100%);
    margin-bottom: calc(120 / 980 * 100%);
  }
}
@media screen and (min-width: 992px) {
  .btn-area {
    margin-top: calc(85 / 980 * 100%);
    margin-bottom: calc(63 / 980 * 100%);
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 100vh;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4285714286;
  font-weight: 600;
  max-width: 335px;
  max-height: 88px;
  width: calc(335 / 375 * 100vw);
  height: calc(88 / 375 * 100vw);
  margin-bottom: calc(20 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .btn {
    margin-bottom: 0;
  }
}
.btn--last {
  margin-bottom: 0;
}
.btn::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .btn__col2 .btn {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .btn__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(30 / 980 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .btn__col2 .btn--starbucks {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .btn__col2 .btn--starbucks {
    max-width: 472px;
    max-height: 94px;
    width: calc(472 / 1366 * 100vw);
    height: calc(94 / 1366 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .btn__col2 .btn--starbucks::before {
    max-width: calc(472 * 0.7 * 1px);
    max-height: calc(94 * 0.7 * 1px);
    width: calc(472 / 1366 * 100vw);
    height: calc(94 / 1366 * 100vw);
  }
}
@media screen and (min-width: 992px) {
  .btn__col2 .btn--pink {
    max-width: 472px;
    max-height: 94px;
    width: calc(472 / 1366 * 100vw);
    height: calc(94 / 1366 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .btn__col3 .btn {
    margin: 0;
    width: 33%;
  }
}
.btn__col3 .btn--starbucks::after {
  width: 9px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .btn__col3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(30 / 980 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .btn__alignment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.btn--pink {
  background: #ff8eac;
  color: #fff;
}
.btn--pink::after {
  width: 9px;
  height: 12px;
  background-image: url(../img/common/arrow_w.svg);
}
@media screen and (min-width: 768px) {
  .btn--pink::after {
    width: 9px;
    height: 12px;
  }
}
@media screen and (min-width: 992px) {
  .btn--pink::after {
    width: 18px;
    height: 15px;
  }
}
.btn--white {
  background: #fff;
  color: #ff8eac;
  border: 2px solid #ff8eac;
}
.btn--white::after {
  width: 9px;
  height: 12px;
  background-image: url(../img/common/arrow_p.svg);
}
@media screen and (min-width: 768px) {
  .btn--white::after {
    width: 18px;
    height: 15px;
  }
}
.btn--s {
  font-size: 14px;
  font-size: 1.4rem;
  width: calc(300 / 375 * 100vw);
  height: calc(60 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .btn--s {
    font-size: 22px;
    font-size: 2.2rem;
    max-width: 526px;
    max-height: 105px;
    width: calc(526 / 1366 * 100vw);
    height: calc(105 / 1366 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .btn__alignment .btn--s {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .btn__alignment .btn--s {
    font-size: 18px;
    font-size: 1.8rem;
    width: 292px;
    height: 62px;
    line-height: 1.25;
  }
}
.btn--txt-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.btn--txt-center::after {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  .btn--txt-center::after {
    right: 3%;
  }
}
.btn--box-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}
.btn--box-center::after {
  background-image: url(../img/common/arrow_w.svg);
}
.btn--starbucks {
  height: calc(80 / 375 * 100vw);
  background: #175700;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .btn--starbucks {
    font-size: 14px;
    font-size: 1.4rem;
    height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 992px) {
  .btn--starbucks {
    max-width: 312px;
    max-height: 81px;
    width: calc(312 / 1366 * 100vw);
    height: calc(81 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1200px) {
  .btn--starbucks {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.btn--starbucks::before {
  content: "";
  display: block;
  max-width: 280px;
  max-height: 60px;
  width: calc(280 / 375 * 100vw);
  height: calc(60 / 375 * 100vw);
  background-image: url(../img/common/btn_starbucks.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -4.1791044776%;
  left: -4.1791044776%;
  -webkit-transform: translate(0, -50%) rotate(-4deg);
          transform: translate(0, -50%) rotate(-4deg);
}
@media screen and (min-width: 768px) {
  .btn--starbucks::before {
    max-width: calc(280 * 0.7 * 1px);
    max-height: calc(60 * 0.7 * 1px);
    width: calc(280 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 1200px) {
  .btn--starbucks::before {
    width: 270px;
    height: 56px;
  }
}
.btn--starbucks::after {
  width: 12px;
  height: 15px;
  background-image: url(../img/common/arrow_w.svg);
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .btn--starbucks::after {
    width: 9px;
    height: 12px;
    right: calc(60 / 980 * 100%);
  }
}
@media screen and (min-width: 992px) {
  .btn--starbucks::after {
    width: 18px;
    height: 15px;
    right: 3%;
  }
}
.btn--form {
  background: #69dfed;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .btn--form {
    font-size: 15px;
    font-size: 1.5rem;
    height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 992px) {
  .btn--form {
    max-width: 312px;
    max-height: 81px;
    width: calc(312 / 1366 * 100vw);
    height: calc(81 / 1366 * 100vw);
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn--form {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.btn--form::after {
  width: 28px;
  height: 28px;
  background-image: url(../img/common/btn_form.svg);
  margin-left: calc(12 / 335 * 100%);
}
@media screen and (min-width: 1200px) {
  .btn--form::after {
    width: 30px;
    height: 30px;
  }
}
.btn--line {
  background: #06c755;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .btn--line {
    font-size: 15px;
    font-size: 1.5rem;
    height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 992px) {
  .btn--line {
    max-width: 312px;
    max-height: 81px;
    width: calc(312 / 1366 * 100vw);
    height: calc(81 / 1366 * 100vw);
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn--line {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.btn--line::after {
  width: 28px;
  height: 28px;
  background-image: url(../img/common/btn_line.svg);
  margin-left: calc(11 / 335 * 100%);
}
@media screen and (min-width: 1200px) {
  .btn--line::after {
    width: 30px;
    height: 30px;
  }
}

.tel {
  display: block;
  margin-top: calc(40 / 375 * 100vw);
  margin-bottom: calc(42 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .tel {
    margin-top: calc(20 / 375 * 100vw);
    margin-bottom: calc(21 / 375 * 100vw);
  }
}
@media screen and (min-width: 1200px) {
  .tel {
    width: 420px;
    margin: 30px auto 45px;
  }
}
.tel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tel__txt {
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 1200px) {
  .tel__txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 5px;
  }
}
.tel__number {
  font-size: 50px;
  font-size: 5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #ff8eac;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .tel__number {
    font-size: 63px;
    font-size: 6.3rem;
  }
}
.tel__icon {
  margin-right: 0.5em;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 992px) {
  .tel__icon {
    margin-right: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .tel__icon {
    width: 61px;
    height: 40px;
  }
  .tel__icon img {
    width: 100%;
  }
}

.scrolldown {
  display: block;
  position: relative;
  padding-top: calc(24px * 1.25);
}
.scrolldown::before {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ff8eac;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (min-width: 768px) {
  .scrolldown {
    padding-top: calc(43px * 1.2);
  }
  .scrolldown::before {
    width: 2px;
    height: 43px;
  }
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(-50%, -50%) scale(1, 0);
            transform: translate(-50%, -50%) scale(1, 0);
  }
  45% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  55% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: translate(-50%, -50%) scale(1, 0);
            transform: translate(-50%, -50%) scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(-50%, -50%) scale(1, 0);
            transform: translate(-50%, -50%) scale(1, 0);
  }
  45% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  55% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: translate(-50%, -50%) scale(1, 0);
            transform: translate(-50%, -50%) scale(1, 0);
  }
}

.register-btn {
  position: fixed;
  z-index: 999;
  cursor: pointer;
  bottom: calc(105 / 2 * 1px);
  right: calc(105 / 2 * 1px);
  width: 105px;
  height: 105px;
  display: block;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  border: none;
  padding: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .register-btn {
    width: calc(105 * 0.8px);
    height: calc(105 * 0.8px);
    bottom: calc(105 / 2 * 0.5px);
    right: calc(105 / 2 * 0.5px);
  }
}
@media screen and (min-width: 769px) {
  .register-btn:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .register-btn:hover .register-btn__icon {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-animation: rotate-anime-y 2.5s linear infinite;
            animation: rotate-anime-y 2.5s linear infinite;
  }
  @-webkit-keyframes rotate-anime-y {
    0% {
      -webkit-transform: translate(-50%, -50%) rotateY(0);
              transform: translate(-50%, -50%) rotateY(0);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotateY(-360deg);
              transform: translate(-50%, -50%) rotateY(-360deg);
    }
  }
  @keyframes rotate-anime-y {
    0% {
      -webkit-transform: translate(-50%, -50%) rotateY(0);
              transform: translate(-50%, -50%) rotateY(0);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotateY(-360deg);
              transform: translate(-50%, -50%) rotateY(-360deg);
    }
  }
}
.register-btn__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  border-radius: 100vh;
  background-image: url(../img/common/register_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.register-btn__wrap::before {
  content: "";
  display: block;
  width: calc(105 * 1.3px);
  height: calc(105 * 1.3px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  background-image: url(../img/common/register_deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotate-anime-z 20s linear infinite;
          animation: rotate-anime-z 20s linear infinite;
  -webkit-filter: drop-shadow(0px 0px 11px white);
          filter: drop-shadow(0px 0px 11px white);
}
@media screen and (max-width: 767px) {
  .register-btn__wrap::before {
    width: calc(105 * 1.05px);
    height: calc(105 * 1.05px);
  }
}
@-webkit-keyframes rotate-anime-z {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(0);
            transform: translate(-50%, -50%) rotateZ(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotate-anime-z {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(0);
            transform: translate(-50%, -50%) rotateZ(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
.register-btn__txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .register-btn__txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.register-btn__icon {
  display: block;
  width: 78px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-image: url(../img/common/register_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .register-btn__icon {
    width: calc(78 * 0.8px);
    height: calc(84 * 0.8px);
  }
}

.breadcrumbs {
  margin: 0 auto;
  width: calc(335 / 375 * 100%);
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    width: calc(335 / 375 * 100%);
    max-width: 980px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumbs {
    width: 980px;
  }
}
.breadcrumbs ul {
  max-width: 75vw;
  margin-bottom: calc(5 / 375 * 100vw);
}
@media screen and (min-width: 992px) {
  .breadcrumbs ul {
    max-width: auto;
    margin-bottom: calc(20 / 1366 * 100vw);
  }
}
.breadcrumbs li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 22px;
  margin-bottom: calc(5 / 375 * 100vw);
  position: relative;
}
@media screen and (min-width: 992px) {
  .breadcrumbs li {
    margin-bottom: 0;
  }
}
.breadcrumbs li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  border-top: 1px solid #898989;
  border-right: 1px solid #898989;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumbs a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #898989;
  padding: 0;
  border-bottom: 1px solid #898989;
  display: inline-block;
}

.pagetop {
  position: absolute;
  display: block;
  width: calc(67 * 0.6px);
  height: calc(69 * 0.6px);
  top: calc(69 * -0.6px);
  right: calc(32 / 1366 * 100vw);
  z-index: 2;
  background-image: url("../img/common/pagetop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: calc(67 * 0.8px);
    height: calc(69 * 0.8px);
    top: calc(69 * -0.8px);
  }
}
@media screen and (min-width: 992px) {
  .pagetop {
    width: 67px;
    height: 69px;
    top: -69px;
  }
}
@media screen and (min-width: 769px) {
  .pagetop:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0.8;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}

.op-bg {
  display: none;
  width: 100vw;
  height: 100vh;
  background: #ff8eac;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.op-bg.active {
  -webkit-animation: bgAnime 0.6s linear 0s forwards;
          animation: bgAnime 0.6s linear 0s forwards;
}

.op-text {
  width: 980px;
  height: 68px;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 7;
}
@media screen and (min-width: 768px) {
  .op-text {
    width: 580px;
    height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .op-text {
    width: 980px;
    height: 68px;
  }
}
.op-text::after {
  content: "";
  width: 980px;
  height: 68px;
  background: #ff8eac;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
.op-text.active::after {
  -webkit-animation: textAnime1 0.5s linear forwards;
          animation: textAnime1 0.5s linear forwards;
}
.op-text-01 {
  width: 145px;
  height: 38px;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.op-text-01::after {
  width: 145px;
  height: 38px;
}
.op-text-02 {
  width: 110px;
  height: 34px;
}
.op-text-02::after {
  width: 110px;
  height: 34px;
}
.op-text-03 {
  width: 240px;
  height: 38px;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}
.op-text-03::after {
  width: 240px;
  height: 38px;
}

/*keyframe*/
@-webkit-keyframes textAnime1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes textAnime1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes textAnime2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes textAnime2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@-webkit-keyframes bgAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes bgAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.error404 .notfound-content {
  text-align: center;
  margin-top: calc(98 / 375 * 100%);
  margin-bottom: calc(50 / 375 * 100%);
}
@media screen and (min-width: 768px) {
  .error404 .notfound-content {
    margin-top: calc(135 / 1366 * 100%);
    margin-bottom: calc(62 / 1366 * 100%);
  }
}
.error404 .notfound-content .en {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.error404 .notfound-content .text-link {
  color: #ff8eac;
  text-decoration: underline;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.header.motion01 {
  position: fixed;
  opacity: 0;
}
.header.motion01.motion02 {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.header.motion01.motion02 .header__wrap {
  background-color: rgba(255, 255, 255, 0.5);
}
.header.motion01.motion02 .logo {
  background: none;
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .header__wrap {
    padding: 35px;
  }
}
.header .logo {
  padding: 40px 25px;
  background: #fff;
  width: 150px;
  padding: 0;
  background: none;
}
@media screen and (min-width: 992px) {
  .header .logo {
    width: 220px;
  }
}
.header .logo__link {
  display: block;
}
@media screen and (max-width: 767px) {
  .header .menu {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header .menu.on {
    display: block;
  }
}
.header .menu__inner {
  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) {
  .header .menu__inner {
    -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;
  }
}
.header .menu__logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .menu__logo {
    display: block;
    margin-bottom: 60px;
  }
}
.header .menu__logo--link {
  display: block;
}
.header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(20 / 375 * 100% + 1rem);
  right: calc(20 / 375 * 100%);
}
@media screen and (min-width: 992px) {
  .header__icons {
    position: static;
    -webkit-transform: translateY(-1.5em);
            transform: translateY(-1.5em);
  }
}
.header__icon {
  width: 35px;
  height: 35px;
  border-radius: 100vh;
  background-color: #ff8eac;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 5px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header__icon {
    width: 48px;
    height: 48px;
  }
}
.header__icon--login {
  background-image: url(../img/common/icon_login.svg);
  background-size: 16px 22px;
}
.header__icon--login::after {
  content: "LOGIN";
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #ff8eac;
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .header__icon--login::after {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.header__icon--shop {
  background-color: #4d4c4e;
  background-image: url(../img/common/icon_shop.svg);
  background-size: 23px 22px;
}
.header__icon--shop::after {
  content: "店舗様";
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #4d4c4e;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .header__icon--shop::after {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.home .mv {
  background: #fff;
}
.home .mv__wrap {
  margin-top: calc(100 / 375 * 100%);
}
@media screen and (min-width: 768px) {
  .home .mv__wrap {
    margin-top: calc(147 / 1366 * 100%);
  }
}
.home .mv__basis {
  position: relative;
  padding-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .home .mv__basis {
    width: 100vw;
    margin: 0 auto;
    padding-bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.home .mv__cacth {
  position: absolute;
  top: 13%;
  left: 30%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home .mv__cacth picture {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .home .mv__cacth {
    top: 18%;
    left: 27.5%;
  }
}
.home .mv__cacth--01 {
  margin-bottom: 5px;
}
.home .mv__cacth--01 img {
  vertical-align: text-top;
  max-width: 70px;
  width: calc(70 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .mv__cacth--01 img {
    max-width: 149px;
    width: calc(149 / 1366 * 100vw);
  }
}
.home .mv__cacth--02 img {
  vertical-align: text-top;
  max-width: 184px;
  width: calc(184 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .mv__cacth--02 img {
    max-width: 370px;
    width: calc(370 / 1366 * 100vw);
  }
}
.home .mv .mask {
  -webkit-mask-image: url("../img/top/mv_shape.svg");
          mask-image: url("../img/top/mv_shape.svg");
  /*マスクレイヤーとして使用する画像*/
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  width: calc(327 / 375 * 100vw);
  height: calc(327 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .mv .mask {
    max-width: 520px;
    max-height: 520px;
    width: calc(520 / 1366 * 100vw);
    height: calc(520 / 1366 * 100vw);
  }
}
.home .mv__logo {
  opacity: 0;
  width: 70vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .home .mv__logo {
    width: 70vw;
    margin-top: 0;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.home .mv__message {
  background: #ff8eac;
  margin: 0 calc(50% - 50vw);
  padding: calc(7 / 375 * 100%) calc(50vw - 50%) calc(17 / 375 * 100%);
}
@media screen and (min-width: 768px) {
  .home .mv__message {
    padding: calc(36 / 980 * 100%) calc(50vw - 50%) calc(63 / 980 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .home .mv__message--wrap {
    width: calc(778 / 980 * 100%);
    margin: 0 auto;
  }
}
.home .work__wrap {
  margin-top: calc(58 / 375 * 100vw);
  margin-bottom: calc(66 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .work__wrap {
    margin-top: calc(73 / 980 * 100%);
    margin-bottom: calc(66 / 980 * 100%);
  }
}
.home .work__title {
  margin-bottom: calc(43 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .work__title {
    margin-bottom: calc(78 / 980 * 100%);
  }
}
.home .work__img {
  padding-top: calc(310 / 375 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .home .work__img {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(27 / 1366 * 100%);
  }
}
.home .work__img .unit {
  width: calc(160 / 375 * 100vw);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .home .work__img .unit {
    max-width: 210px;
    width: calc(210 / 375 * 100vw);
    position: static;
  }
}
.home .work__img .unit:nth-of-type(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .home .work__img .unit:nth-of-type(1) {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.home .work__img .unit:nth-of-type(2) {
  bottom: 0;
  left: 0;
}
.home .work__img .unit:nth-of-type(3) {
  bottom: 0;
  right: 0;
}
.home .work__txt {
  font-size: 10px;
  font-size: 1rem;
  color: #898989;
  text-align: right;
  margin-top: calc(14 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .work__txt {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin-top: calc(65 / 980 * 100%);
  }
}
.home .what {
  background: #f4fdff;
}
.home .what__wrap {
  padding-top: calc(55 / 375 * 100vw);
  padding-bottom: calc(105 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .what__wrap {
    padding-top: calc(42 / 980 * 100%);
    padding-bottom: calc(71 / 980 * 100%);
  }
}
@media screen and (min-width: 992px) {
  .home .what__wrap {
    padding-top: calc(85 / 980 * 100%);
    padding-bottom: calc(120 / 980 * 100%);
  }
}
.home .what__inner {
  position: relative;
  z-index: 1;
}
.home .what__title {
  margin-bottom: calc(51 / 375 * 100vw);
}
@media screen and (min-width: 1200px) {
  .home .what__title {
    margin-bottom: calc(111 / 980 * 100%);
  }
}
.home .what__lead {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fa7393;
  font-weight: 600;
  margin-bottom: calc(9 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .what__lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.85;
    width: calc(433 / 980 * 100%);
    margin-left: auto;
    margin-bottom: calc(111 / 980 * 100%);
    padding-top: calc(50 / 980 * 100%);
  }
}
@media screen and (min-width: 992px) {
  .home .what__lead {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .home .what__lead {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .what__lead--02 {
    width: calc(500 / 980 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .home .what__lead--02 {
    margin-bottom: calc(200 / 980 * 100%);
    padding-top: calc(120 / 980 * 100%);
  }
}
.home .what__txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: calc(27 / 335 * 100%);
}
@media screen and (min-width: 768px) {
  .home .what__txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: calc(71 / 980 * 100%);
  }
}
@media screen and (min-width: 992px) {
  .home .what__txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .home .what__txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
.home .what .illust {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.home .what .illust.action {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.home .what .illust--01 {
  margin-bottom: calc(28 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .what .illust--01 {
    position: absolute;
    width: calc(493 / 980 * 100%);
  }
}
.home .what .illust--02 {
  width: calc(283 / 335 * 100%);
  margin: calc(55 / 375 * 100vw) auto calc(21 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .what .illust--02 {
    position: absolute;
    width: calc(283 / 980 * 100%);
    margin: -12.7551020408% auto 0 9.693877551%;
  }
}
@media screen and (min-width: 1200px) {
  .home .what .illust--02 {
    width: calc(344 / 980 * 100%);
    margin: -1.5306122449% auto 0 7.6530612245%;
  }
}
.home .what .deco {
  position: relative;
  z-index: -1;
}
.home .what .deco::before {
  content: "";
  display: block;
  width: calc(355 / 375 * 100vw);
  height: calc(246 / 375 * 100vw);
  background-image: url(../img/top/bg_what.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: calc(-80 / 375 * 100vw);
  left: calc((375 - 335) * -0.5px);
}
@media screen and (min-width: 768px) {
  .home .what .deco::before {
    top: calc(-147 / 1366 * 100vw);
    left: calc((1366 - 980) * -0.1px);
  }
}
@media screen and (min-width: 992px) {
  .home .what .deco::before {
    width: calc(1260 / 1366 * 100vw);
    height: calc(873 / 1366 * 100vw);
    left: calc((1366 - 980) * -0.3px);
  }
}
@media screen and (min-width: 1200px) {
  .home .what .deco::before {
    left: calc((1366 - 980) * -0.5px);
  }
}
@media (min-width: 1366px) {
  .home .what .deco::before {
    left: calc((1366 - 980) * -1px);
  }
}
@media screen and (min-width: 1200px) {
  .home .what .deco--02::before {
    top: calc(-50 / 1366 * 100vw);
  }
}
.home .what .btn--pink {
  font-size: 14px;
  font-size: 1.4rem;
  gap: calc(15 / 335 * 100%);
}
@media screen and (min-width: 768px) {
  .home .what .btn--pink {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 526px;
    max-height: 105px;
    width: calc(526 / 1366 * 100vw);
    height: calc(105 / 1366 * 100vw);
    margin-bottom: 15.4081632653%;
  }
}
@media screen and (min-width: 992px) {
  .home .what .btn--pink {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .home .what .btn--pink {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.home .satisfaction {
  background: #fff4f6;
  position: relative;
  z-index: 0;
  padding-bottom: calc(40 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .satisfaction {
    padding-bottom: calc(96 / 1366 * 100vw);
  }
}
.home .satisfaction::before {
  content: "";
  width: 200vw;
  display: block;
  height: calc(137 / 375 * 100vw);
  background-color: #fff4f6;
  -webkit-transform: rotate(-10deg) translate(-50%, 0);
          transform: rotate(-10deg) translate(-50%, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  position: absolute;
  top: calc(137 / 375 * -100vw);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .home .satisfaction::before {
    height: calc(314 / 1366 * 100vw);
    top: calc(314 / 1366 * -100vw);
  }
}
.home .satisfaction__title {
  text-align: left;
  margin-top: calc(69 / 375 * 100vw);
  margin-bottom: calc(37 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .satisfaction__title {
    text-align: center;
    margin-top: calc(60 / 1366 * 100vw);
    margin-bottom: calc(37 / 1366 * 100vw);
  }
}
.home .satisfaction__title .emphasis::before {
  background: #fff;
}
.home .satisfaction__title .large {
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (min-width: 768px) {
  .home .satisfaction__title .large {
    font-size: 98px;
    font-size: 9.8rem;
  }
}
.home .satisfaction__img {
  margin-bottom: calc(19 / 375 * 100vw);
}
.home .satisfaction__txt {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: calc(31 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .satisfaction__txt {
    text-align: center;
    margin-bottom: calc(69 / 980 * 100%);
  }
}
.home .satisfaction__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(25 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .satisfaction__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(28 / 980 * 100%);
    margin-bottom: calc(65 / 980 * 100%);
  }
}
.home .satisfaction__block .unit {
  width: calc(160 / 335 * 100%);
  margin-bottom: calc(20 / 335 * 100%);
}
@media screen and (min-width: 768px) {
  .home .satisfaction__block .unit {
    width: calc(185 / 980 * 100%);
    margin-bottom: 0;
  }
}
.home .satisfaction__block .unit:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}
.home .satisfaction__notes {
  font-size: 10px;
  font-size: 1rem;
  color: #898989;
  margin-bottom: calc(95 / 375 * 100vw);
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .home .satisfaction__notes {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    text-indent: 0;
    padding-left: 0;
    margin-bottom: calc(130 / 980 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .home .satisfaction .btn__col2 {
    margin-bottom: calc(58 / 980 * 100%);
  }
  .home .satisfaction .btn__col2:last-of-type {
    margin-bottom: 0;
  }
  .home .satisfaction .btn__col2 .btn--starbucks,
  .home .satisfaction .btn__col2 .btn--pink {
    width: calc(472 / 980 * 100%);
    height: 94px;
  }
  .home .satisfaction .btn__col2 .btn--s {
    width: calc(378 / 980 * 100%);
    height: 75px;
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.home .merit__wrap {
  padding-top: calc(75 / 375 * 100vw);
  padding-bottom: calc(155 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .merit__wrap {
    padding-top: calc(156 / 1366 * 100vw);
    padding-bottom: calc(405 / 1366 * 100vw);
  }
}
.home .merit__title .emphasis {
  margin-top: 0;
}
.home .merit__title .emphasis .large {
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (min-width: 768px) {
  .home .merit__title .emphasis .large {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .home .merit .unit {
    position: relative;
  }
  .home .merit .unit:nth-of-type(odd) .unit__main {
    margin-right: auto;
  }
  .home .merit .unit:nth-of-type(odd) .unit__img {
    right: 0;
  }
  .home .merit .unit:nth-of-type(even) .unit__main {
    margin-left: auto;
  }
  .home .merit .unit:nth-of-type(even) .unit__img {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .home .merit .unit__main {
    width: 46.5%;
  }
}
.home .merit .unit__img {
  margin-top: calc(18 / 375 * 100vw);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  -webkit-mask-image: url("../img/top/merit_shape.svg");
          mask-image: url("../img/top/merit_shape.svg");
  /*マスクレイヤーとして使用する画像*/
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .home .merit .unit__img {
    width: 46.5%;
    position: absolute;
    margin-top: 0;
  }
}
.home .merit .unit__title {
  position: relative;
}
.home .merit .unit__title::before {
  display: inline-block;
  font-size: 144px;
  font-size: 14.4rem;
  color: #ff8eac;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  z-index: -1;
  -webkit-transform: translate(0, -50%) scale(0.8);
          transform: translate(0, -50%) scale(0.8);
  opacity: 0.24;
}
@-webkit-keyframes zoomNumber {
  0% {
    -webkit-transform: translate(0, -50%) scale(0.8);
            transform: translate(0, -50%) scale(0.8);
  }
  50% {
    -webkit-transform: translate(0, -50%) scale(1.2);
            transform: translate(0, -50%) scale(1.2);
  }
  100% {
    -webkit-transform: translate(0, -50%) scale(1);
            transform: translate(0, -50%) scale(1);
  }
}
@keyframes zoomNumber {
  0% {
    -webkit-transform: translate(0, -50%) scale(0.8);
            transform: translate(0, -50%) scale(0.8);
  }
  50% {
    -webkit-transform: translate(0, -50%) scale(1.2);
            transform: translate(0, -50%) scale(1.2);
  }
  100% {
    -webkit-transform: translate(0, -50%) scale(1);
            transform: translate(0, -50%) scale(1);
  }
}
@media screen and (min-width: 768px) {
  .home .merit .unit__title::before {
    font-size: 200px;
    font-size: 20rem;
  }
}
.home .merit .unit__title.action::before {
  -webkit-animation-name: zoomNumber;
          animation-name: zoomNumber;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.home .merit .unit__txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-top: calc(46 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .merit .unit__txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.85;
    margin-top: calc(63 / 980 * 100%);
  }
}
.home .merit .unit__ul {
  margin-top: calc(13 / 375 * 100vw);
}
.home .merit .unit__li {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: calc(22 / 335 * 100%) 0;
  padding-left: calc(60 / 335 * 100%);
  position: relative;
}
@media screen and (min-width: 992px) {
  .home .merit .unit__li {
    font-size: 20px;
    font-size: 2rem;
    padding: calc(60 / 980 * 100%) 0;
    padding-left: calc(166 / 980 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .home .merit .unit__li {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.4782608696;
  }
}
.home .merit .unit__li::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.home .merit .unit__li::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ff8eac;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home .merit .unit__li .sup {
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: top;
  margin-left: 0.5em;
  margin-top: 0.25em;
  display: inline-block;
}
.home .merit .unit__arrange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.home .merit .unit__notes {
  margin-top: calc(19 / 375 * 100vw);
  color: #898989;
}
@media screen and (min-width: 768px) {
  .home .merit .unit__notes {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: calc(5 / 980 * 100%);
  }
}
.home .merit .unit .btn {
  margin-top: calc(45 / 375 * 100vw);
  gap: calc(25 / 335 * 100%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .merit .unit .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .home .merit .unit .btn {
    margin-top: calc(70 / 980 * 100%);
  }
}
@media screen and (min-width: 992px) {
  .home .merit .unit .btn {
    margin-top: calc(70 / 980 * 100%);
  }
}
.home .merit .unit--01 {
  margin-top: calc(123 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .merit .unit--01 {
    margin-top: calc(243 / 980 * 100%);
  }
}
.home .merit .unit--01 .unit__title::before {
  content: "01";
  top: calc(-10 / 375 * 100vw);
  right: calc(-18 / 375 * 100vw);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .home .merit .unit--01 .unit__title::before {
    right: calc(-50 / 980 * 100%);
  }
}
.home .merit .unit--01 .unit__li--01::before {
  width: 43px;
  height: 23px;
  background-image: url(../img/top/icon_merit_01-01.svg);
}
@media screen and (min-width: 768px) {
  .home .merit .unit--01 .unit__li--01::before {
    width: calc(60 * 0.8) px;
    height: calc(32 * 0.8) px;
  }
}
@media screen and (min-width: 1200px) {
  .home .merit .unit--01 .unit__li--01::before {
    width: 60px;
    height: 32px;
  }
}
.home .merit .unit--01 .unit__li--02::before {
  width: 37px;
  height: 44px;
  background-image: url(../img/top/icon_merit_01-02.svg);
}
@media screen and (min-width: 768px) {
  .home .merit .unit--01 .unit__li--02::before {
    width: calc(51 * 0.8) px;
    height: calc(60 * 0.8) px;
  }
}
@media screen and (min-width: 1200px) {
  .home .merit .unit--01 .unit__li--02::before {
    width: 51px;
    height: 60px;
  }
}
.home .merit .unit--01 .unit__li--03::before {
  width: 36px;
  height: 38px;
  background-image: url(../img/top/icon_merit_01-03.svg);
}
@media screen and (min-width: 768px) {
  .home .merit .unit--01 .unit__li--03::before {
    width: calc(50 * 0.8) px;
    height: calc(53 * 0.8) px;
  }
}
@media screen and (min-width: 1200px) {
  .home .merit .unit--01 .unit__li--03::before {
    width: 50px;
    height: 53px;
  }
}
@media screen and (min-width: 768px) {
  .home .merit .unit--01 .unit__img {
    top: calc(70 / 980 * 100%);
  }
}
.home .merit .unit--02 {
  margin-top: calc(135 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .merit .unit--02 {
    margin-top: calc(300 / 980 * 100%);
  }
}
.home .merit .unit--02 .unit__title::before {
  content: "02";
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .home .merit .unit--02 .unit__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: calc(170 / 980 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .home .merit .unit--02 .unit__li {
    width: 46.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: calc(30 / 980 * 100%) 0;
    padding-left: calc(83 / 980 * 100%);
  }
}
.home .merit .unit--02 .unit__li--01::before {
  width: 64px;
  height: 50px;
  background-image: url(../img/top/icon_merit_02-01_0402.svg);
}
@media screen and (min-width: 768px) {
  .home .merit .unit--02 .unit__li--01::before {
    width: calc(92 * 0.8) px;
    height: calc(61 * 0.8) px;
  }
}
@media screen and (min-width: 1200px) {
  .home .merit .unit--02 .unit__li--01::before {
    width: 92px;
    height: 61px;
  }
}
.home .merit .unit--02 .unit__li--02::before {
  width: 42px;
  height: 41px;
  background-image: url(../img/top/icon_merit_02-02_0402.svg);
}
@media screen and (min-width: 768px) {
  .home .merit .unit--02 .unit__li--02::before {
    width: calc(58 * 0.8) px;
    height: calc(75 * 0.8) px;
  }
}
@media screen and (min-width: 1200px) {
  .home .merit .unit--02 .unit__li--02::before {
    width: 58px;
    height: 75px;
  }
}
.home .merit .unit--02 .unit__li--03::before {
  width: 50px;
  height: 44px;
  background-image: url(../img/top/icon_merit_02-03_0402.svg);
}
@media screen and (min-width: 768px) {
  .home .merit .unit--02 .unit__li--03::before {
    width: calc(69 * 0.8) px;
    height: calc(60 * 0.8) px;
  }
}
@media screen and (min-width: 1200px) {
  .home .merit .unit--02 .unit__li--03::before {
    width: 69px;
    height: 60px;
  }
}
.home .merit .unit--02 .unit__li--04::before {
  width: 51px;
  height: 44px;
  background-image: url(../img/top/icon_merit_02-04.svg);
}
@media screen and (min-width: 768px) {
  .home .merit .unit--02 .unit__li--04::before {
    width: calc(70 * 0.8) px;
    height: calc(60 * 0.8) px;
  }
}
@media screen and (min-width: 1200px) {
  .home .merit .unit--02 .unit__li--04::before {
    width: 70px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .home .merit .unit--02 .unit__img {
    top: calc(-70 / 980 * 100%);
  }
}
.home .merit .unit--02 .btn {
  text-align: center;
}
.home .merit .unit--03 {
  margin-top: calc(135 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .merit .unit--03 {
    margin-top: calc(275 / 980 * 100%);
  }
}
.home .merit .unit--03 .unit__title::before {
  content: "03";
  top: 0;
  right: 0;
}
.home .merit .unit--03 .unit__li--01::before {
  width: 32px;
  height: 39px;
  background-image: url(../img/top/icon_merit_03-01.svg);
}
@media screen and (min-width: 768px) {
  .home .merit .unit--03 .unit__li--01::before {
    width: calc(44 * 0.8) px;
    height: calc(53 * 0.8) px;
  }
}
@media screen and (min-width: 1200px) {
  .home .merit .unit--03 .unit__li--01::before {
    width: 44px;
    height: 53px;
  }
}
.home .merit .unit--03 .unit__li--02::before {
  width: 29px;
  height: 42px;
  background-image: url(../img/top/icon_merit_03-02.svg);
}
@media screen and (min-width: 768px) {
  .home .merit .unit--03 .unit__li--02::before {
    width: calc(40 * 0.8) px;
    height: calc(59 * 0.8) px;
  }
}
@media screen and (min-width: 1200px) {
  .home .merit .unit--03 .unit__li--02::before {
    width: 40px;
    height: 59px;
  }
}
.home .merit .unit--03 .unit__li--03::before {
  width: 34px;
  height: 25px;
  background-image: url(../img/top/icon_merit_03-03.svg);
}
@media screen and (min-width: 768px) {
  .home .merit .unit--03 .unit__li--03::before {
    width: calc(48 * 0.8) px;
    height: calc(35 * 0.8) px;
  }
}
@media screen and (min-width: 1200px) {
  .home .merit .unit--03 .unit__li--03::before {
    width: 48px;
    height: 35px;
  }
}
.home .merit .unit--03 .btn {
  text-align: center;
}
.home .register {
  background: #f4fdff;
  position: relative;
  z-index: 1;
  padding-bottom: calc(95 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .register {
    padding-bottom: calc(50 / 980 * 100%);
  }
}
.home .register::before {
  content: "";
  width: 200vw;
  display: block;
  height: calc(137 / 375 * 100vw);
  background-color: #f4fdff;
  -webkit-transform: rotate(-10deg) translate(-50%, 0);
          transform: rotate(-10deg) translate(-50%, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  position: absolute;
  top: calc(137 / 375 * -100vw);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .home .register::before {
    height: calc(314 / 1366 * 100vw);
    top: calc(314 / 1366 * -100vw);
  }
}
.home .register__title {
  margin-bottom: calc(53 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .register__title {
    margin-bottom: calc(75 / 980 * 100%);
  }
}
.home .register__title .emphasis {
  margin-top: 0;
}
.home .register__title .emphasis__large {
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (min-width: 768px) {
  .home .register__title .emphasis__large {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .home .register__arrange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home .register .illust {
  margin-bottom: calc(43 / 375 * 100vw);
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.home .register .illust.action {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  .home .register .illust {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: calc(80 / 980 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .home .register .illust img {
    display: block;
    margin: 0 auto;
    max-width: 418px;
    width: calc(418 / 980 * 100%);
  }
}
.home .register__txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: calc(60 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .register__txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.85;
    margin-bottom: calc(80 / 980 * 100%);
  }
}
.home .register .step {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  border: solid 2px #ff8eac;
  background: #fff;
  padding: calc(46 / 375 * 100vw) 0;
}
@media screen and (min-width: 768px) {
  .home .register .step {
    border: solid 3px #ff8eac;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: calc(50 / 980 * 100%);
  }
}
.home .register .step .unit {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(110 / 375 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .home .register .step .unit {
    width: 25%;
    margin-bottom: 0;
  }
}
.home .register .step .unit::after {
  content: "";
  display: block;
  width: 23px;
  height: 44px;
  background-image: url(../img/top/step_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: calc(-55 / 375 * 100vw);
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (min-width: 768px) {
  .home .register .step .unit::after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(-90deg);
            transform: translate(50%, -50%) rotate(-90deg);
  }
}
.home .register .step .unit:last-of-type {
  margin-bottom: 0;
}
.home .register .step .unit:last-of-type::after {
  content: none;
}
.home .register .step .unit__number {
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  background: #69dfed;
  border-radius: 100vh;
  margin-bottom: calc(24 / 375 * 100vw);
  padding: 5px 25px;
}
@media screen and (min-width: 768px) {
  .home .register .step .unit__number {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 10%;
  }
}
.home .register .step .unit__img--wrap {
  margin-bottom: calc(14 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .register .step .unit__img--wrap {
    max-width: 90px;
    max-height: 90px;
    width: calc(90 / 220 * 100vw);
    height: calc(90 / 220 * 100vw);
    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;
    margin-bottom: 5%;
  }
}
.home .register .step .unit__title {
  font-size: 34px;
  font-size: 3.4rem;
  color: #ff8eac;
  font-weight: 600;
  line-height: 1.4411764706;
}
@media screen and (min-width: 768px) {
  .home .register .step .unit__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .home .register .step .unit__title {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.home .register .step .unit__txt {
  font-size: 15px;
  font-size: 1.5rem;
  color: #ff8eac;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .home .register .step .unit__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.home .news {
  background: #fff4f6;
}
.home .news__wrap {
  padding-top: calc(73 / 375 * 100vw);
  padding-bottom: calc(62 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .news__wrap {
    padding-top: calc(138 / 1366 * 100%);
    padding-bottom: calc(142 / 1366 * 100%);
  }
}
.home .news .archive {
  margin-top: calc(47 / 375 * 100vw);
  margin-bottom: calc(55 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .news .archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: calc(105 / 980 * 100%);
    margin-bottom: calc(80 / 980 * 100%);
  }
}
.home .news .unit {
  margin-top: calc(55 / 335 * 100%);
}
@media screen and (min-width: 768px) {
  .home .news .unit {
    width: calc(300 / 980 * 100%);
    margin-top: 0;
  }
}
.home .news .unit .thumbnail {
  width: 100%;
  height: calc(223 / 375 * 100vw);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home .news .unit .thumbnail {
    height: calc(200 / 1366 * 100vw);
    max-height: 200px;
  }
}
.home .news .unit .thumbnail__img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home .news .unit .thumbnail:hover .thumbnail__img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.home .news .unit__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: calc(25 / 335 * 100%);
}
@media screen and (min-width: 768px) {
  .home .news .unit__line {
    margin-top: calc(50 / 980 * 100%);
  }
}
.home .news .unit__day {
  color: #676776;
}
@media screen and (min-width: 768px) {
  .home .news .unit__day {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.home .news .unit__cat {
  color: #fff;
  background: #ff8eac;
  padding: 4px 12px;
  line-height: 1.2;
  margin-left: calc(10 / 335 * 100%);
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .home .news .unit__cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.home .news .unit__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6666666667;
  margin-top: calc(5 / 335 * 100%);
}
@media screen and (min-width: 768px) {
  .home .news .unit__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.home .news .news-slider {
  margin-top: calc(92 / 335 * 100%);
}
@media screen and (min-width: 768px) {
  .home .news .news-slider {
    margin-top: calc(92 / 980 * 100%);
  }
}
.home .area__wrap {
  padding-top: calc(93 / 375 * 100vw);
  padding-bottom: calc(62 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .home .area__wrap {
    padding-top: calc(125 / 980 * 100%);
    padding-bottom: calc(32 / 980 * 100%);
  }
}
.home .area__title-en {
  margin-bottom: calc(44 / 335 * 100%);
}
@media screen and (min-width: 768px) {
  .home .area__title-en {
    margin-bottom: calc(70 / 980 * 100%);
  }
}
.home .area__lead {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: calc(33 / 335 * 100%);
}
@media screen and (min-width: 768px) {
  .home .area__lead {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: calc(63 / 980 * 100%);
  }
}
.home .area .unit {
  margin-bottom: calc(15 / 335 * 100%);
}
.home .area .unit:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .home .area .unit {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: calc(24 / 980 * 100%);
  }
}
.home .area .unit__title {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background: #ff8eac;
  border-radius: 100vh;
  padding: 0.3em 1.6em;
  margin-bottom: calc(15 / 335 * 100%);
}
@media screen and (min-width: 768px) {
  .home .area .unit__title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: calc(24 / 980 * 100%);
  }
}
.home .area .unit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.home .area .unit li {
  position: relative;
  padding-right: 10px;
}
.home .area .unit li::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #111;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .home .area .unit li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer {
  position: relative;
  padding-top: calc(20 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: calc(24 / 1366 * 100vw);
  }
}
.footer__wrap {
  margin: 0 auto;
  width: calc(335 / 375 * 100%);
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    width: calc(335 / 375 * 100%);
    max-width: 980px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__wrap {
    width: 980px;
  }
}
.footer__main {
  background: #f8f8f8;
  padding-top: calc(61 / 375 * 100vw);
  padding-bottom: calc(47 / 375 * 100vw);
}
@media screen and (min-width: 992px) {
  .footer__main {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
.footer__cacth {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4444444444;
  text-align: center;
  margin-bottom: calc(18 / 375 * 100vw);
}
@media screen and (min-width: 1200px) {
  .footer__cacth {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer__cacth {
    text-align: left;
  }
}
.footer__logo {
  margin-bottom: calc(50 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-bottom: 75px;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__menu::after {
  content: "";
  display: block;
  width: 30%;
}
.footer__menu .unit {
  width: calc(160 / 335 * 100%);
  margin-bottom: calc(34.5 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .footer__menu .unit {
    width: 31%;
  }
}
@media screen and (min-width: 1200px) {
  .footer__menu .unit {
    width: 160px;
    margin-bottom: 0;
  }
}
.footer__menu .unit:last-of-type {
  margin-bottom: 0;
}
.footer__menu .unit__main {
  margin-bottom: calc(20 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .footer__menu .unit__main {
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 1200px) {
  .footer__menu .unit__main {
    margin-bottom: 15px;
  }
}
.footer__menu .unit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  background: #ff8eac;
  color: #fff;
  font-weight: 600;
  width: 100%;
  height: calc(60 / 375 * 100vw);
  padding-left: calc(17 / 375 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .footer__menu .unit__btn {
    height: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 1200px) {
  .footer__menu .unit__btn {
    height: 60px;
    padding-left: 16px;
  }
}
.footer__menu .unit__btn::after {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  background-image: url(../img/common/arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: calc(17 / 375 * 100vw);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1200px) {
  .footer__menu .unit__btn::after {
    right: 20px;
  }
}
.footer__menu .unit__li {
  padding: calc(5 / 375 * 100vw) 0;
  position: relative;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .footer__menu .unit__li {
    padding: 5px 0;
  }
}
.footer__menu .unit__li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d9d9d9;
}
.footer__menu .unit__li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff8eac;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .footer__menu .unit__li:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
    -webkit-transform-origin: left top;
            transform-origin: left top; /*左から右に向かう*/
  }
}
.footer__menu .unit__link {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  pointer-events: auto;
}
@media screen and (min-width: 1200px) {
  .footer__menu .unit__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.footer__sub {
  background: #ff8eac;
}
.footer__sub .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: calc(28 / 375 * 100vw) 0;
  gap: calc(15 / 375 * 100%);
}
@media screen and (min-width: 768px) {
  .footer__sub .sub-menu {
    padding: 20px 0px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__sub .sub-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 42px;
    padding: 30px 0px;
  }
}
.footer__sub .sub-menu__li {
  width: calc(145 / 335 * 100%);
  padding: calc(8 / 375 * 100vw) 0;
  position: relative;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .footer__sub .sub-menu__li {
    width: 30%;
    padding: calc(4 / 375 * 100vw) 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer__sub .sub-menu__li {
    width: auto;
    padding: 0;
  }
}
.footer__sub .sub-menu__li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .footer__sub .sub-menu__li::before {
    content: none;
  }
}
.footer__sub .sub-menu__li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff8eac;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
@media screen and (min-width: 1200px) {
  .footer__sub .sub-menu__li::after {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .footer__sub .sub-menu__li:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
    -webkit-transform-origin: left top;
            transform-origin: left top; /*左から右に向かう*/
  }
}
.footer__sub .sub-menu__link {
  display: inline-block;
  pointer-events: auto;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .footer__sub .sub-menu__link {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.footer__bottom {
  background: #f8f8f8;
  padding: calc(12 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
}
@media screen and (min-width: 1200px) {
  .footer__bottom {
    padding: 30px 0px;
  }
}
.footer__bottom .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: calc(3 / 375 * 100%);
}
@media screen and (min-width: 1200px) {
  .footer__bottom .sub-menu {
    margin-bottom: 5px;
  }
}
.footer__bottom .sub-menu__li {
  margin-right: 1em;
}
.footer__bottom .sub-menu__li:last-of-type {
  margin-right: 0;
}
.footer__bottom .sub-menu__link {
  font-size: 12px;
  font-size: 1.2rem;
}
.footer .copylight {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
}/*# sourceMappingURL=plus1-style.css.map */