@charset "UTF-8";
/*! minireset.css v0.0.7 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select {
  margin: 0;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
img,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print, (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
}
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #483A3A;
  font-size: 14px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}
main {
  display: block;
}
input, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
select::-ms-expand {
  display: none;
}
a {
  color: #483A3A;
  font-weight: bold;
  text-decoration: none;
}
:-moz-any-link {
  text-decoration: none;
}
:any-link {
  text-decoration: none;
}
img {
  vertical-align: top;
}
@media print, (min-width: 768px) {
  img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}
ul, ol {
  list-style: none;
}
.wrapper {
  overflow: hidden;
}
.main--contact {
  padding: 125px 0 80px;
  background-color: #F6FAED;
  min-height: calc(100vh - 165px);
}
@media only screen and (max-width: 767px) {
  .main--contact {
    padding-top: 20.8vw;
  }
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  height: 125px;
  background: url(/common/img/bg-header-pc.png) repeat-x center top;
  background-size: 1366px auto;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 20.8vw;
    background: url(/common/img/bg-header-sp.png) repeat-x center top;
    background-size: 100% auto;
  }
}
.header__inner {
  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: 16px 40px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__inner {
    margin: 16px 3.125vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .header__inner {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    position: absolute;
    top: 1.8666666667vw;
    left: 5.3333333333vw;
    z-index: 1;
    width: 36.5333333333vw;
  }
}
.header__logo-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header__logo-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    padding: 16vw 5.3333333333vw;
    background-color: #FFF;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .header__menu.-hide {
    display: none;
  }
}
.-active .header__menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media print, (min-width: 768px) {
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 460px;
    margin-top: 3px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header__list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    background: url(/common/img/bg-header-line-sp.svg) no-repeat bottom left;
    background-size: 100% auto;
  }
}
.header__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6.4vw 5.3333333333vw;
    background: url(/common/img/bg-header-line-sp.svg) no-repeat top left;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  .header__icon {
    width: 10.6666666667vw;
    margin-right: 5.3333333333vw;
  }
}
.header__txt {
  display: block;
}
.header__btn {
  position: absolute;
  top: 4.8vw;
  right: 5.3333333333vw;
  width: 9.6vw;
  height: 9.6vw;
  padding-top: 6.9333333333vw;
  text-align: center;
}
@media print, (min-width: 768px) {
  .header__btn {
    display: none;
  }
}
.header__btn img {
  width: 9.3333333333vw;
}
.header__btn-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4.8vw;
}
.header__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.6vw;
  height: 0.8vw;
  border-radius: 0.5333333333vw;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.header__bar:nth-child(1) {
  z-index: 1;
  background-color: #4D9B3E;
  -webkit-transform: translate(-50%, -2.6666666667vw);
          transform: translate(-50%, -2.6666666667vw);
}
.-active .header__bar:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(150deg);
          transform: translate(-50%, -50%) rotate(150deg);
}
.header__bar:nth-child(2) {
  background-color: #DE8524;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.-active .header__bar:nth-child(2) {
  opacity: 0;
}
.header__bar:nth-child(3) {
  background-color: #d24f51;
  -webkit-transform: translate(-50%, 1.8666666667vw);
          transform: translate(-50%, 1.8666666667vw);
}
.-active .header__bar:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-150deg);
          transform: translate(-50%, -50%) rotate(-150deg);
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  font-size: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer {
    height: 13.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.main-visual {
  position: relative;
  z-index: 1;
  height: 820px;
  padding-top: 146px;
  text-align: center;
  background: url(/common/img/bg-main-pc.jpg) repeat-x center top;
  background-size: 3100px auto;
}
@media only screen and (max-width: 767px) {
  .main-visual {
    height: 200vw;
    border-top: 16vw solid #8DCBF2;
    padding-top: 11.4666666667vw;
    background: url(/common/img/bg-main-sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}
.main-visual__inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-visual__inner {
    padding: 0 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual__inner {
    padding: 0 5.3333333333vw;
  }
}
.main-visual__series {
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  .main-visual__series {
    width: 53.8666666667vw;
    margin: 0 auto 6.4vw;
  }
}
.main-visual__series.-show {
  opacity: 1;
}
.main-visual__logo {
  margin-bottom: 38px;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0) translateY(20px);
          transform: scale(0) translateY(20px);
}
@media only screen and (max-width: 767px) {
  .main-visual__logo {
    margin-bottom: 8.5333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual__logo {
    -webkit-transform: translateY(5.3333333333vw);
            transform: translateY(5.3333333333vw);
  }
}
.main-visual__logo.-show {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.main-visual__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 544px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .main-visual__list {
    display: block;
    position: relative;
    width: auto;
  }
}
.main-visual__book {
  width: 155px;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .main-visual__book {
    position: absolute;
    width: 32.8vw;
  }
}
.main-visual__book.-show {
  opacity: 1;
}
.main-visual__book:nth-child(1) {
  -webkit-transition: opacity ease-in-out 0.3s 0.4s;
  transition: opacity ease-in-out 0.3s 0.4s;
}
@media only screen and (max-width: 767px) {
  .main-visual__book:nth-child(1) {
    top: 28.8vw;
    left: 5.3333333333vw;
    z-index: 1;
    -webkit-transform: rotate(-13deg);
            transform: rotate(-13deg);
  }
}
.main-visual__book:nth-child(2) {
  -webkit-transition: opacity ease-in-out 0.3s 0.6s;
  transition: opacity ease-in-out 0.3s 0.6s;
}
@media only screen and (max-width: 767px) {
  .main-visual__book:nth-child(2) {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.main-visual__book:nth-child(3) {
  -webkit-transition: opacity ease-in-out 0.3s 0.8s;
  transition: opacity ease-in-out 0.3s 0.8s;
}
@media only screen and (max-width: 767px) {
  .main-visual__book:nth-child(3) {
    top: 29.3333333333vw;
    right: 5.8666666667vw;
    z-index: 1;
    -webkit-transform: rotate(16deg);
            transform: rotate(16deg);
  }
}
.main-visual__konbune {
  position: absolute;
  top: 64px;
  left: 50%;
  width: 101px;
  margin-left: 367px;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-visual__konbune {
    top: 50px;
    margin-left: 290px;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual__konbune {
    width: 14.9333333333vw;
    top: 4.2666666667vw;
    right: 5.3333333333vw;
    left: auto;
    margin-left: 0;
  }
}
.main-visual__konbune.-show {
  -webkit-animation: bubble 0.5s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: bubble 0.5s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@media only screen and (max-width: 767px) {
  .main-visual__konbune.-show {
    -webkit-animation-name: bubble_sp;
            animation-name: bubble_sp;
  }
}
.main-visual__hotatenu {
  position: absolute;
  top: 370px;
  left: 50%;
  width: 128px;
  margin-left: 313px;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-visual__hotatenu {
    margin-left: 276px;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual__hotatenu {
    top: 62.4vw;
    right: 5.6vw;
    left: auto;
    width: 20.2666666667vw;
    margin-left: 0;
  }
}
.main-visual__hotatenu.-show {
  -webkit-animation: bubble 0.5s 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: bubble 0.5s 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@media only screen and (max-width: 767px) {
  .main-visual__hotatenu.-show {
    -webkit-animation-name: bubble_sp;
            animation-name: bubble_sp;
  }
}
.main-visual__shakeru {
  position: absolute;
  top: 33px;
  left: 70px;
  width: 167px;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-visual__shakeru {
    top: 24px;
    left: 50%;
    margin-left: -384px;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual__shakeru {
    top: 62.9333333333vw;
    left: 7.2vw;
    width: 24.5333333333vw;
  }
}
.main-visual__shakeru.-show {
  -webkit-animation: bubble 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: bubble 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@media only screen and (max-width: 767px) {
  .main-visual__shakeru.-show {
    -webkit-animation-name: bubble_sp;
            animation-name: bubble_sp;
  }
}
.about {
  position: relative;
  z-index: 2;
  min-height: 938px;
  margin-top: -27px;
  padding-top: 105px;
  background: url(/common/img/bg-about-pc.png) repeat-x center top;
  background-size: 1366px auto;
  opacity: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transform: translateY(27px);
          transform: translateY(27px);
}
@media only screen and (max-width: 767px) {
  .about {
    min-height: 347.7333333333vw;
    margin-top: -22.1333333333vw;
    padding-top: 18.6666666667vw;
    background: url(/common/img/bg-about-sp.png) no-repeat center top;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  .about {
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
  }
}
.about.-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.about__inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__inner {
    padding: 0 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .about__inner {
    padding: 0 5.3333333333vw;
  }
}
.about__sakekonbu {
  position: absolute;
  top: -24px;
  left: -122px;
  width: 172px;
  height: 650px;
  background: url(/common/img/bg-about-01-pc.svg) no-repeat center top;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__sakekonbu {
    left: -24px;
  }
}
.about__hotate {
  position: absolute;
  top: -33px;
  right: -100px;
  width: 96px;
  height: 650px;
  background: url(/common/img/bg-about-02-pc.svg) no-repeat center top;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__hotate {
    right: -8px;
  }
}
.about__balloon {
  position: absolute;
  top: -5px;
  right: 112px;
  width: 154px;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media only screen and (max-width: 767px) {
  .about__balloon {
    top: auto;
    right: 29.8666666667vw;
    bottom: -40.2666666667vw;
    width: 41.0666666667vw;
  }
}
.about__balloon.-show {
  -webkit-animation: bubble 0.5s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: bubble 0.5s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@media only screen and (max-width: 767px) {
  .about__balloon.-show {
    -webkit-animation-name: bubble_sp;
            animation-name: bubble_sp;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
}
.about__balloon--shakeru {
  right: auto;
  bottom: -90.6666666667vw;
  left: 30.4vw;
  width: 40.2666666667vw;
}
.about__balloon--shakeru.-show {
  -webkit-animation: bubble_sp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: bubble_sp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.about__konbune {
  position: absolute;
  top: -45px;
  right: 8px;
  width: 92px;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__konbune {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about__konbune {
    top: auto;
    right: 2.1333333333vw;
    bottom: -58.6666666667vw;
    width: 23.2vw;
  }
}
.about__konbune.-show {
  -webkit-animation: bubble 0.5s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: bubble 0.5s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@media only screen and (max-width: 767px) {
  .about__konbune.-show {
    -webkit-animation-name: bubble_sp;
            animation-name: bubble_sp;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
}
.about__shakeru {
  position: absolute;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media only screen and (max-width: 767px) {
  .about__shakeru {
    bottom: -96vw;
    left: 2.1333333333vw;
    width: 34.6666666667vw;
  }
}
.about__shakeru.-show {
  -webkit-animation: bubble_sp 0.5s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: bubble_sp 0.5s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.about__ttl {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 767px) {
  .about__ttl {
    width: 69.8666666667vw;
    margin: 0 auto;
  }
}
.about.-show .about__ttl {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.about__row {
  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;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about__row {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .about__img {
    position: relative;
    height: 76.8vw;
  }
}
.about__ph {
  position: absolute;
  left: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.about__img.-show .about__ph {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.about__ph--konbu {
  top: -144px;
  width: 246px;
  margin-left: -466px;
}
@media only screen and (max-width: 767px) {
  .about__ph--konbu {
    top: 13.0666666667vw;
    left: 0;
    width: 40.2666666667vw;
    margin: 0;
  }
}
.about__ph--hotate {
  top: 50%;
  width: 264px;
  margin-top: -128px;
  margin-left: 253px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media only screen and (max-width: 767px) {
  .about__ph--hotate {
    top: 6.1333333333vw;
    right: 0;
    left: auto;
    width: 41.6vw;
    margin: 0;
  }
}
.about__ph--sake {
  bottom: -107px;
  width: 244px;
  margin-left: -480px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media only screen and (max-width: 767px) {
  .about__ph--sake {
    top: 45.6vw;
    left: 30.1333333333vw;
    width: 40vw;
    margin: 0;
  }
}
.about__txt {
  -ms-flex-preferred-size: 59.4%;
      flex-basis: 59.4%;
  max-width: 570px;
  padding: 4.6875% 6.25%;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  background-color: #FFF;
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__txt {
    -ms-flex-preferred-size: 570px;
        flex-basis: 570px;
  }
}
@media only screen and (max-width: 767px) {
  .about__txt {
    max-width: none;
    padding: 14.9333333333vw 8vw 9.6vw;
    font-size: 4.2666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.contents {
  position: relative;
  z-index: 1;
  margin-top: -60px;
  padding: 110px 0 62px;
  background: url(/common/img/bg-contents-pc.png) center top;
  background-size: 1366px auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .contents {
    margin-top: -3.7333333333vw;
    padding: 56vw 0 21.3333333333vw;
    background: url(/common/img/bg-contents-sp.png) center top;
    background-size: 100% auto;
  }
}
.contents::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 19px;
  background: url(/common/img/bg-contents-top-pc.png) repeat-x center top;
  background-size: 1366px auto;
}
@media only screen and (max-width: 767px) {
  .contents::before {
    height: 3.7333333333vw;
    background: url(/common/img/bg-contents-top-sp.png) repeat-x center top;
    background-size: 100% auto;
  }
}
.contents__inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
  opacity: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contents__inner {
    padding: 0 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .contents__inner {
    padding: 0 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .contents__inner {
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
  }
}
.contents__inner.-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .contents__bg {
    display: none;
  }
}
.contents__ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 767px) {
  .contents__ttl {
    width: 61.8666666667vw;
    margin: 0 auto 8vw;
  }
}
.contents__inner.-show .contents__ttl {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contents__ttl--small {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 767px) {
  .contents__ttl--small {
    width: 41.3333333333vw;
    margin: 0 auto 8vw;
  }
}
.contents__inner.-show .contents__ttl--small {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contents__chara {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contents__chara {
    margin-bottom: 65.3333333333vw;
  }
}
.contents__balloon {
  position: absolute;
  top: -180px;
  left: 111px;
  width: 151px;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media only screen and (max-width: 767px) {
  .contents__balloon {
    top: 55px;
  }
}
.contents__balloon.-show {
  -webkit-animation: bubble 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: bubble 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.contents__shakeru {
  position: absolute;
  width: 128px;
  top: -222px;
  left: 0;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media only screen and (max-width: 767px) {
  .contents__shakeru {
    top: 0;
  }
}
.contents__shakeru.-show {
  -webkit-animation: bubble 0.5s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: bubble 0.5s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.contents__container {
  margin-bottom: 70px;
  padding: 0 65px 30px;
  position: relative;
  background: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .contents__container {
    margin-bottom: 12vw;
    padding: 0 5.3333333333vw 1.3333333333vw;
  }
}
.contents__read {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .contents__read {
    font-size: 14px;
    text-align: left;
  }
}
.contents__read-list {
  padding: 7px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contents__read-list {
    font-size: 14px;
    text-align: left;
  }
}
.contents__sub {
  padding-top: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contents__sub {
    padding-top: 9.3333333333vw;
    font-size: 20px;
  }
}
.contents__sub::after {
  content: "";
  display: block;
  margin: 10px auto 20px;
  width: 65px;
  height: 9px;
  background: url(/common/img/img-contents-border.png) no-repeat center/contain;
}
.contents__details {
  margin-bottom: 20px;
}
.contents__summary {
  position: relative;
  padding: 0 55px 0 30px;
  min-height: 58px;
  background: #fff;
  border: 2px solid #483A3A;
  border-radius: 30px;
  -webkit-box-shadow: 2px 4px 0px #483A3A;
          box-shadow: 2px 4px 0px #483A3A;
  color: #483A3A;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  list-style-type: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .contents__summary {
    padding: 0 11.7333333333vw 0 3.2vw;
    border-radius: 50px;
    font-size: 14px;
  }
}
.contents__summary::-webkit-details-marker {
  display: none;
}
.contents__summary-num {
  padding-right: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .contents__summary-num {
    font-size: 18px;
  }
}
.contents__summary-btn {
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #483A3A;
  border-radius: 50%;
}
.contents__summary-btn::before, .contents__summary-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background: #fff;
  width: 14px;
  height: 2px;
}
.contents__summary-btn::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.contents__summary.js-active-summary {
  background: #483A3A;
  border: 2px solid #483A3A;
  -webkit-box-shadow: 1px 4px 0px #000;
          box-shadow: 1px 4px 0px #000;
  color: #fff;
}
.contents__summary.js-active-summary .contents__summary-btn {
  background: #fff;
}
.contents__summary.js-active-summary .contents__summary-btn::before, .contents__summary.js-active-summary .contents__summary-btn::after {
  background: #483A3A;
}
.contents__summary.js-active-summary .contents__summary-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.contents__details-content {
  text-align: left;
}
.contents__details-sub {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contents__details-sub {
    margin: 0 0 5.3333333333vw;
    font-size: 16px;
  }
}
.contents__details-box {
  margin: 20px 0 0;
  padding: 30px 55px;
  background: #F6FAED;
}
@media only screen and (max-width: 767px) {
  .contents__details-box {
    padding: 6.6666666667vw;
  }
}
.contents__details-txt {
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contents__details-txt {
    padding: 3.2vw 0;
    font-size: 14px;
  }
}
.contents__details-list {
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contents__details-list {
    font-size: 14px;
  }
}
.contents__details-list li {
  text-indent: -15px;
  margin-left: 15px;
}
.contents__details-list li::before {
  content: "・";
}
.contents__books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 26px;
}
.contents__books-item, .contents__books-manual {
  width: calc(33.3333333333% - 16px);
}
@media only screen and (max-width: 767px) {
  .contents__books-item, .contents__books-manual {
    width: calc(50% - 7px);
  }
}
.contents__books-item span, .contents__books-manual span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contents__books-item span, .contents__books-manual span {
    font-size: 14px;
  }
}
.contents__books-manual img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.contents__panel {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 34px 50px;
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 960px auto;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contents__panel {
    padding: 2.9296875vw 3.3203125vw 4.8828125vw;
    background-size: 93.75vw auto;
  }
}
@media only screen and (max-width: 767px) {
  .contents__panel {
    margin-bottom: 8vw;
    padding: 5.6vw 6.4vw 16vw;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  .contents__panel {
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
  }
}
.contents__panel.-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contents__panel::before, .contents__panel::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 960px auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contents__panel::before, .contents__panel::after {
    background-size: 93.75vw auto;
  }
}
@media only screen and (max-width: 767px) {
  .contents__panel::before, .contents__panel::after {
    background-size: 100% auto;
  }
}
.contents__panel::before {
  top: 0;
  height: 30px;
  background-position: center top;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contents__panel::before {
    height: 2.9296875vw;
  }
}
@media only screen and (max-width: 767px) {
  .contents__panel::before {
    height: 5.6vw;
  }
}
.contents__panel::after {
  bottom: 0;
  height: 40px;
  background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contents__panel::after {
    height: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .contents__panel::after {
    height: 8vw;
  }
}
.contents__panel--konbu {
  background-image: url(/common/img/bg-contents-book-01-pc.png);
}
@media only screen and (max-width: 767px) {
  .contents__panel--konbu {
    background-image: url(/common/img/bg-contents-book-01-sp.png);
  }
}
.contents__panel--konbu::before {
  background-image: url(/common/img/bg-contents-book-top-01-pc.png);
}
@media only screen and (max-width: 767px) {
  .contents__panel--konbu::before {
    background-image: url(/common/img/bg-contents-book-top-01-sp.png);
  }
}
.contents__panel--konbu::after {
  background-image: url(/common/img/bg-contents-book-bottom-01-pc.png);
}
@media only screen and (max-width: 767px) {
  .contents__panel--konbu::after {
    background-image: url(/common/img/bg-contents-book-bottom-01-sp.png);
  }
}
.contents__panel--konbu .btn--play {
  background-color: #4D9B3E;
  -webkit-box-shadow: 2px 4px 0px #2D6922;
          box-shadow: 2px 4px 0px #2D6922;
}
.contents__panel--konbu .btn--play::after {
  right: 16px;
  background-image: url(/common/img/ico-contents-play-btn-01.svg);
}
.contents__panel--konbu .contents__index-btn {
  color: #4D9B3E;
  border: solid 2px #4D9B3E;
  -webkit-box-shadow: 2px 4px 0px #2D6922;
          box-shadow: 2px 4px 0px #2D6922;
}
.contents__panel--konbu .contents__index-icon {
  background-color: #4D9B3E;
}
.contents__panel--konbu .contents__caption::after {
  background: url(/common/img/ico-contents-play-01.svg) no-repeat center center;
}
.contents__panel--hotate {
  background-image: url(/common/img/bg-contents-book-02-pc.png);
}
@media only screen and (max-width: 767px) {
  .contents__panel--hotate {
    background-image: url(/common/img/bg-contents-book-02-sp.png);
  }
}
.contents__panel--hotate::before {
  background-image: url(/common/img/bg-contents-book-top-02-pc.png);
}
@media only screen and (max-width: 767px) {
  .contents__panel--hotate::before {
    background-image: url(/common/img/bg-contents-book-top-02-sp.png);
  }
}
.contents__panel--hotate::after {
  background-image: url(/common/img/bg-contents-book-bottom-02-pc.png);
}
@media only screen and (max-width: 767px) {
  .contents__panel--hotate::after {
    background-image: url(/common/img/bg-contents-book-bottom-02-sp.png);
  }
}
.contents__panel--hotate .btn--play {
  background-color: #DE8524;
  -webkit-box-shadow: 2px 4px 0px #ba601e;
          box-shadow: 2px 4px 0px #ba601e;
}
.contents__panel--hotate .btn--play::after {
  right: 16px;
  background-image: url(/common/img/ico-contents-play-btn-02.svg);
}
.contents__panel--hotate .contents__index-btn {
  color: #DE8524;
  border: solid 2px #DE8524;
  -webkit-box-shadow: 2px 4px 0px #ba601e;
          box-shadow: 2px 4px 0px #ba601e;
}
.contents__panel--hotate .contents__index-icon {
  background-color: #DE8524;
}
.contents__panel--hotate .contents__caption::after {
  background: url(/common/img/ico-contents-play-02.svg) no-repeat center center;
}
.contents__panel--sake {
  background-image: url(/common/img/bg-contents-book-03-pc.png);
}
@media only screen and (max-width: 767px) {
  .contents__panel--sake {
    background-image: url(/common/img/bg-contents-book-03-sp.png);
  }
}
.contents__panel--sake::before {
  background-image: url(/common/img/bg-contents-book-top-03-pc.png);
}
@media only screen and (max-width: 767px) {
  .contents__panel--sake::before {
    background-image: url(/common/img/bg-contents-book-top-03-sp.png);
  }
}
.contents__panel--sake::after {
  background-image: url(/common/img/bg-contents-book-bottom-03-pc.png);
}
@media only screen and (max-width: 767px) {
  .contents__panel--sake::after {
    background-image: url(/common/img/bg-contents-book-bottom-03-sp.png);
  }
}
.contents__panel--sake .btn--play {
  background-color: #d24f51;
  -webkit-box-shadow: 2px 4px 0px #b7393b;
          box-shadow: 2px 4px 0px #b7393b;
}
.contents__panel--sake .btn--play::after {
  right: 16px;
  background-image: url(/common/img/ico-contents-play-btn-03.svg);
}
.contents__panel--sake .contents__index-btn {
  color: #d24f51;
  border: solid 2px #d24f51;
  -webkit-box-shadow: 2px 4px 0px #b7393b;
          box-shadow: 2px 4px 0px #b7393b;
}
.contents__panel--sake .contents__index-icon {
  background-color: #d24f51;
}
.contents__panel--sake .contents__caption::after {
  background: url(/common/img/ico-contents-play-03.svg) no-repeat center center;
}
.contents__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .contents__row {
    display: block;
  }
}
.contents__panel--hotate .contents__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contents__img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
  .contents__img {
    margin-bottom: 8vw;
  }
}
.contents__content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .contents__content {
    max-width: none;
    padding-bottom: 6.4vw;
  }
}
.contents__content .contents__heading {
  margin-top: 0;
}
.contents__heading {
  margin: 40px 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contents__heading {
    margin: 8vw auto 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .contents__panel--konbu .contents__heading {
    width: 53.0666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .contents__panel--hotate .contents__heading {
    width: 53.0666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .contents__panel--sake .contents__heading {
    width: 53.8666666667vw;
  }
}
.contents__txt {
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contents__soon {
    width: 44.8vw;
  }
}
.contents__play {
  margin: 35px 0 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contents__play {
    margin: 5.3333333333vw;
  }
}
.contents__index {
  margin: 0 46px 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contents__index {
    margin: 0 4.4921875vw 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contents__index {
    margin: 5.3333333333vw;
  }
}
.contents .js-accordion-content {
  display: none;
}
.contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 11px 4px 46px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contents__list {
    margin: 0 1.07421875vw 4px 4.4921875vw;
  }
}
@media only screen and (max-width: 767px) {
  .contents__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 5.3333333333vw -5.3333333333vw;
  }
}
.contents__item {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  margin-bottom: 26px;
  padding-right: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contents__item {
    padding-right: 2.44140625vw;
  }
}
@media only screen and (max-width: 767px) {
  .contents__item {
    -ms-flex-preferred-size: calc(50% - 2.1333333333vw);
        flex-basis: calc(50% - 2.1333333333vw);
    margin-bottom: 5.3333333333vw;
    padding-right: 0;
  }
}
.contents__index-btn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 58px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  background-color: #FFF;
  border-radius: 30px;
}
@media (hover: hover) and (pointer: fine) {
  .contents__index-btn:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .contents__index-btn {
    height: 15.4666666667vw;
    padding: 0 12.2666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 8vw;
  }
}
.contents__index-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .contents__index-icon {
    right: 4.2666666667vw;
    width: 8vw;
    height: 8vw;
  }
}
.contents__index-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFF;
}
@media only screen and (max-width: 767px) {
  .contents__index-icon::before {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
    border-radius: 0.2666666667vw;
  }
}
.contents__index-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  border-radius: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFF;
}
@media only screen and (max-width: 767px) {
  .contents__index-icon::after {
    width: 0.5333333333vw;
    height: 3.7333333333vw;
    border-radius: 0.2666666667vw;
  }
}
.-accordion-show .contents__index-icon::after {
  display: none;
}
.contents__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .contents__link:hover {
    opacity: 0.7;
  }
}
.contents__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 24px;
  margin-top: 9px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .contents__caption {
    min-height: 6.4vw;
    margin-top: 2.4vw;
    padding-right: 8vw;
    font-size: 4.2666666667vw;
  }
}
.contents__caption::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .contents__caption::after {
    top: 0.2666666667vw;
    right: 0;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.operate {
  position: relative;
  margin-bottom: 30px;
  padding: 45px 60px 50px;
  background-color: #FFF;
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .operate {
    padding: 45px 5.859375vw 50px;
  }
}
@media only screen and (max-width: 767px) {
  .operate {
    margin-bottom: 8vw;
    padding: 10.6666666667vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.operate__heading {
  position: relative;
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .operate__heading {
    margin-bottom: 12vw;
    font-size: 5.3333333333vw;
  }
}
.operate__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 66px;
  height: 3px;
  margin-left: -33px;
  background: url(/common/img/img-operate-line.svg) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .operate__heading::after {
    bottom: -4.2666666667vw;
    width: 17.6vw;
    height: 0.8vw;
    margin-left: -8.8vw;
    background-size: 100% auto;
  }
}
.operate__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .operate__row {
    display: block;
  }
}
.operate__col {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .operate__col + .operate__col {
    margin-top: 8vw;
  }
}
.operate__heading-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  margin-bottom: 30px;
  padding: 0 16px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #483A3A;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .operate__heading-sub {
    height: 9.6vw;
    margin-bottom: 5.3333333333vw;
    padding: 0 4.2666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 3.2vw;
  }
}
.operate__list {
  counter-reset: ope;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .operate__list {
    margin-top: 5.3333333333vw;
  }
}
.operate__item {
  position: relative;
  counter-increment: ope;
}
.operate__item::before {
  content: counter(ope);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  max-height: 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #483A3A;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .operate__item::before {
    top: 0.8vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    max-height: 5.8666666667vw;
    font-size: 4.2666666667vw;
  }
}
.operate__item .operate__txt {
  padding-left: 28px;
}
@media only screen and (max-width: 767px) {
  .operate__item .operate__txt {
    margin: 0;
  }
}
.operate__txt {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .operate__txt {
    font-size: 4.2666666667vw;
    margin: 0 2.6666666667vw;
  }
}
.operate__txt span {
  display: inline-block;
}
.operate__img {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .operate__img {
    width: 13.8666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.bg-item {
  position: absolute;
}
.bg-item:nth-child(3n+1) {
  right: -134px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bg-item:nth-child(3n+1) {
    right: -3.125vw;
  }
}
.bg-item:nth-child(3n+2) {
  left: -161px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bg-item:nth-child(3n+2) {
    left: -3.125vw;
  }
}
.bg-item:nth-child(3n) {
  right: -100px;
}
.bg-item:nth-child(1) {
  top: 0;
}
.bg-item:nth-child(2) {
  top: 220px;
}
.bg-item:nth-child(3) {
  top: 318px;
}
.bg-item:nth-child(4) {
  top: 706px;
}
.bg-item:nth-child(5) {
  top: 916px;
}
.bg-item:nth-child(6) {
  top: 1014px;
}
.bg-item:nth-child(7) {
  top: 1414px;
}
.bg-item:nth-child(8) {
  top: 1628px;
}
.bg-item:nth-child(9) {
  top: 1728px;
}
.bg-item:nth-child(10) {
  top: 2116px;
}
.bg-item:nth-child(11) {
  top: 2326px;
}
.bg-item:nth-child(12) {
  top: 2420px;
}
.bg-item:nth-child(13) {
  top: 2808px;
}
.bg-item:nth-child(14) {
  top: 3008px;
}
.bg-item:nth-child(15) {
  top: 3112px;
}
.bg-item:nth-child(16) {
  top: 3500px;
}
.bg-item:nth-child(17) {
  top: 3596px;
}
.bg-item:nth-child(18) {
  top: 3898px;
}
.howto {
  position: relative;
  z-index: 2;
  height: 1115px;
  margin-top: -60px;
  padding-top: 125px;
  background: url(/common/img/bg-howto-pc.png) repeat-x center top;
  background-size: 1366px auto;
  opacity: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media only screen and (max-width: 767px) {
  .howto {
    height: 485.3333333333vw;
    margin-top: -4.2666666667vw;
    padding-top: 48vw;
    background: url(/common/img/bg-howto-sp.png) no-repeat center top;
    background-size: 103% auto;
  }
}
@media only screen and (max-width: 767px) {
  .howto {
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
  }
}
.howto.-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.howto__inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .howto__inner {
    padding: 0 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .howto__inner {
    padding: 0 5.3333333333vw;
  }
}
.howto__konbuhotate {
  position: absolute;
  width: 226px;
  height: 1013px;
  top: -55px;
  left: -88px;
  background: url(/common/img/bg-howto-01-pc.svg) no-repeat center top;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .howto__konbuhotate {
    left: -30px;
  }
}
.howto__sake {
  position: absolute;
  top: -38px;
  right: -158px;
  width: 226px;
  height: 1043px;
  background: url(/common/img/bg-howto-02-pc.svg) no-repeat center top;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .howto__sake {
    right: -30px;
  }
}
.howto__balloon-box {
  position: relative;
  max-width: 628px;
  margin: 0 auto 34px;
  padding: 60px;
  text-align: center;
  background-color: #FFF;
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .howto__balloon-box {
    width: 64.453125vw;
    padding: 60px 0;
    border-radius: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .howto__balloon-box {
    padding: 10.6666666667vw 8vw 9.6vw;
  }
}
.howto__balloon-box::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 33px;
  height: 33px;
  background: url(/common/img/bg-howto-balloon-arrow.svg) no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.howto__ttl {
  margin-bottom: 35px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 767px) {
  .howto__ttl {
    width: 61.8666666667vw;
    margin: 0 auto 9.3333333333vw;
  }
}
.howto.-show .howto__ttl {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.howto__balloon {
  position: absolute;
  top: 90px;
  right: 32px;
  width: 124px;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .howto__balloon {
    right: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .howto__balloon {
    top: -36.8vw;
    right: 36.8vw;
  }
}
.howto__inner.-show .howto__balloon {
  -webkit-animation: bubble 0.5s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: bubble 0.5s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@media only screen and (max-width: 767px) {
  .howto__inner.-show .howto__balloon {
    -webkit-animation-name: bubble_sp;
            animation-name: bubble_sp;
  }
}
.howto__hotatenu {
  position: absolute;
  top: 220px;
  right: 44px;
  width: 102px;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .howto__hotatenu {
    right: calc(3.125vw + 12px);
  }
}
@media only screen and (max-width: 767px) {
  .howto__hotatenu {
    top: -52vw;
    right: 8.5333333333vw;
    width: 27.7333333333vw;
  }
}
.howto__inner.-show .howto__hotatenu {
  -webkit-animation: bubble 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: bubble 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@media only screen and (max-width: 767px) {
  .howto__inner.-show .howto__hotatenu {
    -webkit-animation-name: bubble_sp;
            animation-name: bubble_sp;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
}
.howto__txt {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .howto__txt {
    text-align: left;
  }
}
.howto__txt--book {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .howto__txt--book {
    margin-bottom: 5.3333333333vw;
  }
}
.howto__txt--bottom {
  margin-top: 25px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .howto__txt--bottom {
    margin-top: 4vw;
  }
}
.howto__btn {
  text-align: center;
}
.howto__box {
  position: relative;
  margin-top: 80px;
  padding: 50px 60px;
  background-color: #FFF;
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .howto__box {
    padding: 50px 5.859375vw;
  }
}
@media only screen and (max-width: 767px) {
  .howto__box {
    margin-top: 16vw;
    padding: 10.6666666667vw 8vw;
    border-radius: 5.3333333333vw;
  }
}
.howto__box-ttl {
  margin-bottom: 20px;
  padding-left: 47px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .howto__box-ttl {
    margin-bottom: 5.3333333333vw;
    padding-left: 0;
  }
}
.howto__books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .howto__books {
    display: block;
  }
}
.howto__books-item {
  -ms-flex-preferred-size: calc(25% - 16px);
      flex-basis: calc(25% - 16px);
}
@media only screen and (max-width: 767px) {
  .howto__books-item {
    margin-top: 5.3333333333vw;
  }
}
.howto__books-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .howto__books-link:hover {
    opacity: 0.7;
  }
}
.form {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .form {
    margin-top: 16vw;
  }
}
.form__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 864px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form__inner {
    padding: 0 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .form__inner {
    padding: 0 5.3333333333vw;
  }
}
.form__ttl {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form__ttl {
    margin: 0 0 10.6666666667vw;
    font-size: 6.4vw;
  }
}
.form__lead {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .form__lead {
    margin: 8vw 0;
  }
}
.form__message {
  display: none;
  margin-top: 30px;
  padding: 16px 20px;
  color: #CC3434;
  font-weight: bold;
  background-color: #FFEDED;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .form__message {
    margin: 8vw 0;
    padding: 4.2666666667vw 5.3333333333vw;
    border-radius: 3.2vw;
  }
}
.form__table {
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form__table {
    display: block;
    margin-bottom: 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .form__table tbody,
  .form__table tr {
    display: block;
  }
}
@media print, (min-width: 768px) {
  .form__table th {
    width: 132px;
    padding: 30px 0;
    border-bottom: solid 1px #B1B1B1;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .form__table th {
    display: block;
    margin-bottom: 2.6666666667vw;
  }
}
.form__table td {
  padding: 30px 0;
  border-bottom: solid 1px #B1B1B1;
}
@media only screen and (max-width: 767px) {
  .form__table td {
    display: block;
    margin-bottom: 5.3333333333vw;
    padding: 0 0 5.3333333333vw;
  }
}
.form__confirm {
  width: 100%;
  margin: 30px 0 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form__confirm {
    display: block;
    border-bottom: solid 1px #B1B1B1;
    margin: 8vw 0 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .form__confirm tbody,
  .form__confirm tr {
    display: block;
  }
}
.form__confirm th {
  color: #FFF;
  background-color: #A0A0A0;
}
@media print, (min-width: 768px) {
  .form__confirm th {
    width: 153px;
    padding: 20px 16px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .form__confirm th {
    display: block;
    padding: 1.6vw 5.3333333333vw;
  }
}
.form__confirm td {
  padding: 20px 16px;
  background-color: #FFF;
}
@media print, (min-width: 768px) {
  .form__confirm td {
    border-bottom: solid 1px #B1B1B1;
  }
}
@media only screen and (max-width: 767px) {
  .form__confirm td {
    display: block;
    margin-bottom: 0;
    padding: 4.2666666667vw 5.3333333333vw;
  }
}
.form__require {
  padding: 6px 8px;
  color: #FFF;
  font-size: 12px;
  background-color: #CC3434;
  line-height: 1;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .form__require {
    padding: 1.6vw 2.1333333333vw;
    font-size: 3.2vw;
    border-radius: 1.6vw;
  }
}
.form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .form__btn {
    display: block;
    margin-top: 8vw;
  }
}
.form__heading {
  margin: 40px 0 16px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .form__heading {
    margin: 10.6666666667vw 0 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.form__notes {
  margin-top: 10px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .form__notes {
    margin-top: 2.6666666667vw;
  }
}
.form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .form__list {
    display: block;
  }
}
.form__list-item {
  -ms-flex-preferred-size: 30.625%;
      flex-basis: 30.625%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form__list-item {
    margin-bottom: 5.3333333333vw;
  }
}
.form__list-caption {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .form__list-caption {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.form__date-reset {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none;
  position: absolute;
  right: 12px;
  bottom: 13px;
  width: 24px;
  height: 24px;
  background: url(/common/img/ico-form-reset.svg) no-repeat center center;
}
@media (hover: hover) and (pointer: fine) {
  .form__date-reset:hover {
    opacity: 0.7;
  }
}
.safari .-input + .form__date-reset {
  display: block;
}
@media only screen and (max-width: 767px) {
  .safari .-input + .form__date-reset {
    display: none;
  }
}
.form .btn {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .form .btn {
    margin: 5.3333333333vw 0 0;
  }
}
.textbox {
  width: 100%;
  padding: 16px 19px;
  border: solid 1px #FFF;
  border-radius: 12px;
  background-color: #FFF;
}
@media print, (min-width: 768px) {
  .textbox {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .textbox {
    padding: 4.2666666667vw 5.0666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 3.2vw;
  }
}
.-error .textbox {
  border-color: #CC3434;
}
.textbox::-webkit-input-placeholder {
  color: #AAA;
  opacity: 1;
}
.textbox::-moz-placeholder {
  color: #AAA;
  opacity: 1;
}
.textbox:-ms-input-placeholder {
  color: #AAA;
  opacity: 1;
}
.textbox::-ms-input-placeholder {
  color: #AAA;
  opacity: 1;
}
.textbox::placeholder {
  color: #AAA;
  opacity: 1;
}
.textbox--date {
  color: #AAA;
  height: 13.8666666667vw;
}
@media print, (min-width: 768px) {
  .textbox--date {
    height: 52px;
  }
}
.-error .textbox--date {
  border-color: inherit;
}
.textbox--date.-error {
  border-color: #CC3434;
}
.textbox--date.-input {
  color: #483A3A;
}
.select {
  display: inline-block;
  position: relative;
  border-radius: 12px;
  background-color: #FFF;
}
@media only screen and (max-width: 767px) {
  .select {
    border-radius: 3.2vw;
  }
}
.select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 13px;
  height: 13px;
  background: url(/common/img/ico-select-arrow.svg) no-repeat center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .select::after {
    right: 4.5333333333vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    background-size: 100% auto;
  }
}
.select__tag {
  width: 100%;
  padding: 16px 35px 16px 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  border: solid 1px #FFF;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.286;
  border-radius: 12px;
  outline: none;
  white-space: break-spaces;
}
@media only screen and (max-width: 767px) {
  .select__tag {
    padding: 4.2666666667vw 9.3333333333vw 4.2666666667vw 5.0666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 3.2vw;
  }
}
.select__tag::-ms-expand {
  display: none;
}
.-error .select__tag {
  border-color: #CC3434;
}
.error {
  display: none;
  margin-top: 10px;
  color: #CC3434;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .error {
    font-size: 3.2vw;
  }
}
.-error .error {
  display: block;
}
.-error .error--date {
  display: none;
}
.error--date.-show {
  display: block;
}
.anchor {
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .anchor:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .anchor {
    right: 5.3333333333vw;
    bottom: 16vw;
    width: 13.3333333333vw;
  }
}
.anchor.-show {
  opacity: 1;
}
.btn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 335px;
  height: 58px;
  padding: 0 46px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 89.3333333333vw;
    height: 15.4666666667vw;
    margin-right: auto;
    margin-left: auto;
    padding: 0 12.2666666667vw;
    color: #FFF;
    font-size: 4.2666666667vw;
    border-radius: 8vw;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .btn::after {
    width: 8vw;
    height: 8vw;
  }
}
.btn--conv {
  background-color: #CC3434;
  -webkit-box-shadow: 2px 4px 0 #931919;
          box-shadow: 2px 4px 0 #931919;
}
@media only screen and (max-width: 767px) {
  .btn--conv {
    -webkit-box-shadow: 0.5333333333vw 1.0666666667vw 0 #931919;
            box-shadow: 0.5333333333vw 1.0666666667vw 0 #931919;
  }
}
.btn--conv::after {
  right: 16px;
  background-image: url(/common/img/ico-conv-btn.svg);
}
@media only screen and (max-width: 767px) {
  .btn--conv::after {
    right: 4.2666666667vw;
  }
}
.btn--back {
  background-color: #B1B1B1;
  -webkit-box-shadow: 2px 4px 0 #868686;
          box-shadow: 2px 4px 0 #868686;
}
@media only screen and (max-width: 767px) {
  .btn--back {
    -webkit-box-shadow: 0.5333333333vw 1.0666666667vw 0 #868686;
            box-shadow: 0.5333333333vw 1.0666666667vw 0 #868686;
  }
}
.btn--back::after {
  left: 16px;
  background-image: url(/common/img/ico-back-btn.svg);
}
@media only screen and (max-width: 767px) {
  .btn--back::after {
    left: 4.2666666667vw;
  }
}
/* Checkbox (Tips) */
.checkbox {
  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;
  position: relative;
  min-height: 56px;
  padding: 14px 18px 14px 18px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 20px;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .checkbox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 14.9333333333vw;
    padding: 3.7333333333vw 4.8vw 3.7333333333vw 4.8vw;
    font-size: 4.2666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.checkbox.konbu {
  border: solid 2px #4D9B3E;
  -webkit-box-shadow: 2px 4px 0px #2D6922;
          box-shadow: 2px 4px 0px #2D6922;
}
.checkbox.konbu::before {
  color: #4D9B3E;
}
@media (hover: hover) and (pointer: fine) {
  .checkbox.konbu:hover {
    color: #FFF;
    background-color: #4D9B3E;
  }
}
.checkbox.konbu.-checked {
  color: #FFF;
  background-color: #4D9B3E;
}
.checkbox.hotate {
  border: solid 2px #DE8524;
  -webkit-box-shadow: 2px 4px 0px #ba601e;
          box-shadow: 2px 4px 0px #ba601e;
}
.checkbox.hotate::before {
  color: #DE8524;
}
@media (hover: hover) and (pointer: fine) {
  .checkbox.hotate:hover {
    color: #FFF;
    background-color: #DE8524;
  }
}
.checkbox.hotate.-checked {
  color: #FFF;
  background-color: #DE8524;
}
.checkbox.sake {
  border: solid 2px #d24f51;
  -webkit-box-shadow: 2px 4px 0px #b7393b;
          box-shadow: 2px 4px 0px #b7393b;
}
.checkbox.sake::before {
  color: #d24f51;
}
@media (hover: hover) and (pointer: fine) {
  .checkbox.sake:hover {
    color: #FFF;
    background-color: #d24f51;
  }
}
.checkbox.sake.-checked {
  color: #FFF;
  background-color: #d24f51;
}
@-webkit-keyframes bubble {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(20px, 100px);
            transform: scale(0) translate(20px, 100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0, 0);
            transform: scale(1) translateX(0, 0);
  }
}
@keyframes bubble {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(20px, 100px);
            transform: scale(0) translate(20px, 100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0, 0);
            transform: scale(1) translateX(0, 0);
  }
}
@-webkit-keyframes bubble_sp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(2.6%, 26%);
            transform: scale(0) translate(2.6%, 26%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
@keyframes bubble_sp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(2.6%, 26%);
            transform: scale(0) translate(2.6%, 26%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
/*# sourceMappingURL=common.css.map */
