@charset "UTF-8";
/** Colorの定義**/
/** 文字の定義**/
p {
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  p {
    line-height: 1.6;
  }
}

/* ==============================

	  共通

  ============================== */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  line-height: 1;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  overflow: hidden;
  color: #0071bc;
}
a:hover {
  color: #ffb700;
}

img {
  border: none;
  line-height: 0;
  vertical-align: bottom;
  max-width: 100%;
}

img[data-echo] {
  background-image: url(../images/common/loader-white.gif);
  background-size: 30px 30px;
  background-position: center center;
  border: solid 1px #ddd;
  border-radius: 5px;
}

img[data-echo].loaded {
  background-image: none;
}

i {
  font-style: normal;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.space10 {
  height: 10px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space100 {
  height: 100px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.bold {
  font-weight: bold;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.red {
  color: #c00;
}

ul li {
  list-style: none;
}

.alpha {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .alpha:hover {
    opacity: 0.7;
  }
}

.wrap-alpha a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .wrap-alpha a:hover {
    opacity: 0.7;
  }
}

.enlarge {
  position: relative;
}
.enlarge::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23000000'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 3;
  opacity: 0.6;
  transition: opacity 0.4s;
}
.enlarge:hover::after {
  opacity: 1;
}

.bd-01 {
  background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.6) 0%);
  font-weight: bold;
}

.sp {
  display: none;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sp {
    display: block;
  }
}

.cursor {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

.link a {
  color: #0071bc;
}
.link a:hover {
  color: #ffb700;
}

/** ***********************************************

COMMON

*********************************************** **/
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(14px, 1.4vw, 16px);
  letter-spacing: 1px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ 明朝", MS Mincho, "ＭＳ ゴシック", sans-serif;
}

.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .inner {
    padding: 0 20px;
  }
}

.wrap-flex {
  display: flex;
}
.wrap-flex .col {
  width: 50%;
}
.wrap-flex.flex-3 .col {
  width: 33.3333333333%;
}
.wrap-flex.flex-4 .col {
  width: 25%;
}

.sp {
  display: none;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sp {
    display: block;
  }
}

/* ==============================

	  ファイル読み込み

  ==============================   */
header {
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  background-color: #0f7faa;
  z-index: 99;
}
header.on .wra-hd {
  padding: 0px 20px;
}
@media screen and (max-width: 834px) {
  header.on .wra-hd {
    padding: 0;
  }
}
header h1 {
  font-size: clamp(11px, 1.2vw, 12px);
  font-weight: normal;
  position: absolute;
  z-index: -1;
}
header .wra-hd {
  padding: 10px 20px 15px;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
@media screen and (max-width: 834px) {
  header .wra-hd {
    padding: 0;
  }
}
header .wra-hd .col-1 {
  width: 200px;
}
header .wra-hd .col-1 img {
  display: block;
  width: 100%;
  max-width: 80px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  header .wra-hd .col-1 img {
    max-width: 70px;
  }
}
header .wra-hd .col-2 {
  width: calc(100% - 200px);
  padding-right: 200px;
}

.global-nav {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .global-nav {
    position: absolute;
    width: 300px;
    height: 100vh;
    background-color: #eaf3f8;
    z-index: 10;
    top: 0;
    right: -310px;
    transition: 0.4s;
  }
}
.global-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .global-nav ul {
    flex-direction: column;
    gap: 30px;
    padding-top: 100px;
    align-items: center;
    justify-content: center;
  }
}
.global-nav ul li {
  overflow: hidden;
}
.global-nav ul a {
  color: #fff;
  font-size: clamp(13px, 1vw, 14px);
}
@media screen and (max-width: 834px) {
  .global-nav ul a {
    font-size: clamp(14px, 1.4vw, 18px);
    color: #333;
    transform: translateY(30px);
    transition: 0.6s 0.3s;
    display: block;
    padding: 2px 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .global-nav .bt-insta {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s 0.4s;
  }
}
@media screen and (max-width: 834px) {
  .global-nav.on {
    right: 0;
  }
  .global-nav.on a {
    transform: translateY(0);
  }
}
@media screen and (max-width: 834px) {
  .global-nav.on .bt-insta {
    opacity: 1;
    transform: translateY(0);
  }
}

.bt-insta {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  width: 200px;
  height: 60px;
  display: block;
  transition: 0.4s;
}
@media screen and (max-width: 834px) {
  .bt-insta {
    position: static;
    margin: 30px auto 0;
  }
}
.bt-insta:hover {
  background-color: #ddd;
}
.bt-insta img {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 15px;
  top: calc(50% - 15px);
}
.bt-insta .txt {
  font-size: clamp(11px, 1.2vw, 12px);
  font-weight: bold;
  line-height: 1.6;
  display: block;
  color: #333;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  opacity: 1;
  transition: 0.4s 0.4s;
  visibility: visible;
}
.bt-insta::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: calc(50% - 4px);
  right: 5px;
  transform: rotate(45deg);
}
.bt-insta.on {
  padding: 5px 20px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 600px) {
  .bt-insta.on {
    width: 35px;
    height: 35px;
  }
}
.bt-insta.on img {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 5px;
}
@media screen and (max-width: 600px) {
  .bt-insta.on img {
    width: 30px;
    height: 30px;
  }
}
.bt-insta.on .txt {
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
.bt-insta.on::after {
  display: none;
}

#bt-nav {
  display: none;
  position: fixed;
  top: 10px;
  right: 20px;
  padding: 8px;
  cursor: pointer;
  z-index: 999999;
  border-radius: 3px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 834px) {
  #bt-nav {
    display: block;
  }
}
#bt-nav span {
  position: absolute;
  width: 30px;
  display: block;
  border-top: solid 1px #eee;
  transition: all 0.4s ease;
}
#bt-nav .item-01 {
  top: 10px;
  left: 10px;
}
#bt-nav .item-02 {
  top: 18px;
  left: 10px;
}
#bt-nav .item-03 {
  top: 26px;
  left: 10px;
}
#bt-nav.on span {
  border-top: solid 1px #333;
}
#bt-nav.on .item-01 {
  transform: rotate(-34deg);
  transform-origin: right;
}
#bt-nav.on .item-02 {
  width: 0;
}
#bt-nav.on .item-03 {
  transform: rotate(34deg);
  transform-origin: right;
}

footer {
  position: relative;
  background-color: #000;
}
footer .f-nav {
  background-color: #fff;
  padding: 50px;
  position: relative;
}
footer .f-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 5%;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
}
footer .f-nav ul a {
  color: #333;
  font-size: clamp(13px, 1vw, 14px);
}
footer .f-nav ul img {
  width: 30px;
}
@media screen and (max-width: 834px) {
  footer .f-nav .icon-instagram {
    position: fixed;
    top: 15px;
    right: 70px;
    z-index: 1000;
    display: block;
    width: 25px;
    height: 25px;
  }
}
footer .inner {
  padding: 80px;
}
footer .inner .logo-kt {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  footer .inner .logo-kt {
    max-width: 160px;
  }
}
footer .copy {
  font-size: clamp(60%, 1.2vw, 10px);
  text-align: center;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: #666;
  letter-spacing: 2px;
}

.backtop {
  position: absolute;
  bottom: -45px;
  right: 5%;
  z-index: 9;
  background-color: #111;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  border: solid 1px #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  opacity: 0;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .backtop {
    width: 40px;
    height: 40px;
  }
}
.backtop img {
  width: 8px;
  display: block;
}
.backtop.on {
  bottom: -25px;
  opacity: 1;
}

.sec-mv {
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 834px) {
  .sec-mv {
    padding-top: 50px;
    max-height: 90vh;
    overflow: hidden;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv {
    max-height: 100vh;
  }
}
.sec-mv .wrap-mv-slide {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 10% 0 auto;
  position: relative;
  z-index: 2;
  background-image: url("../images/common/loader-oval.svg");
  background-position: center 40%;
  background-size: 30px auto;
}
@media screen and (max-width: 1500px) {
  .sec-mv .wrap-mv-slide {
    margin: 0 5% 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .sec-mv .wrap-mv-slide {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .wrap-mv-slide {
    background-size: 20px auto;
  }
}
.sec-mv .wrap-mv-slide.on {
  background-image: none;
}
.sec-mv::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #0f7faa;
  height: 45vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .sec-mv::after {
    height: 90%;
  }
}
@media screen and (max-width: 834px) {
  .sec-mv::after {
    display: none;
  }
}
.sec-mv .mv-slide {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.5s;
  position: relative;
}
.sec-mv .mv-slide.on {
  opacity: 1;
  transform: translateY(0);
}
.sec-mv .mv-slide li.slick-slide {
  position: relative;
}
.sec-mv .mv-slide li.slick-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 750px;
}
@media screen and (max-width: 1500px) {
  .sec-mv .mv-slide li.slick-slide img {
    height: 50vw;
  }
}
@media screen and (max-width: 834px) {
  .sec-mv .mv-slide li.slick-slide img {
    width: 100%;
    height: 90vh;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .mv-slide li.slick-slide img {
    height: 100vh;
  }
}
.sec-mv .wrap-logo-set {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 100%;
  max-width: 600px;
  z-index: 3;
  overflow: hidden;
  padding: 5px 0;
}
@media screen and (max-width: 1500px) {
  .sec-mv .wrap-logo-set {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .sec-mv .wrap-logo-set {
    width: 400px;
  }
}
@media screen and (max-width: 834px) {
  .sec-mv .wrap-logo-set {
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
  }
}
.sec-mv .wrap-logo-set .logo-en {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.sec-mv .wrap-logo-set .logo-jp {
  color: #fff;
  width: calc(100% - 20px);
  display: block;
  text-align: center;
  padding: 15px;
  margin: 15px auto 0;
}
@media screen and (max-width: 834px) {
  .sec-mv .wrap-logo-set .logo-jp {
    padding: 10px;
  }
}
.sec-mv .wrap-logo-set .logo-jp .txt {
  font-size: clamp(15px, 2vw, 20px);
  display: block;
  margin: 0 auto;
  font-weight: normal;
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .sec-mv .wrap-logo-set .logo-jp .txt {
    filter: drop-shadow(0 0 2px #666);
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .wrap-logo-set .logo-jp .txt {
    font-size: 80%;
  }
}
.sec-mv .wrap-logo-set .wrap-dates {
  border: solid 1px #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 30px;
  margin-top: 50px;
}
@media screen and (max-width: 1500px) {
  .sec-mv .wrap-logo-set .wrap-dates {
    gap: 10px 20px;
  }
}
@media screen and (max-width: 834px) {
  .sec-mv .wrap-logo-set .wrap-dates {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .wrap-logo-set .wrap-dates {
    gap: 10px 10px;
    margin-top: 150px;
  }
}
.sec-mv .wrap-logo-set .wrap-dates .kara {
  width: 20px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .wrap-logo-set .wrap-dates .kara {
    height: 5px;
  }
}
.sec-mv .wrap-logo-set .wrap-dates .date-1,
.sec-mv .wrap-logo-set .wrap-dates .date-2 {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 1500px) {
  .sec-mv .wrap-logo-set .wrap-dates .date-1,
  .sec-mv .wrap-logo-set .wrap-dates .date-2 {
    height: 3vw;
  }
}
@media screen and (max-width: 834px) {
  .sec-mv .wrap-logo-set .wrap-dates .date-1,
  .sec-mv .wrap-logo-set .wrap-dates .date-2 {
    height: 5vw;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .wrap-logo-set .wrap-dates .date-1,
  .sec-mv .wrap-logo-set .wrap-dates .date-2 {
    height: 25px;
  }
}
.sec-mv .copy {
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  color: #fff;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .copy {
    font-size: 50%;
  }
}

.sec-common {
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  .sec-common {
    padding: 50px 0;
  }
}

.title-h2 {
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 6px;
  padding-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .title-h2 {
    margin-bottom: 50px;
    font-weight: bold;
  }
}
.title-h2.bk {
  color: #333;
}
.title-h2.bk::after {
  background-color: #333;
}
.title-h2::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: 0.4s;
  opacity: 0;
}
.title-h2.on::after {
  width: 100%;
  opacity: 1;
}

#sec-01 {
  background-color: #fff;
  color: #111;
}
#sec-01 .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#sec-01 .desc {
  margin-bottom: 50px;
}
#sec-01 .desc p {
  line-height: 2.5;
  letter-spacing: 1.5px;
  font-size: clamp(14px, 1.4vw, 16px);
}
@media screen and (max-width: 600px) {
  #sec-01 .desc p {
    line-height: 1.8;
    letter-spacing: 1px;
  }
}
#sec-01 .wrap-summary {
  background-color: #eaf3f8;
  padding: 70px 50px 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  #sec-01 .wrap-summary {
    padding: 20px;
  }
}
#sec-01 .wrap-summary dl {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  #sec-01 .wrap-summary dl {
    display: block;
  }
}
#sec-01 .wrap-summary dt {
  display: block;
  width: 120px;
  border-bottom: solid 1px #333;
  padding: 0 10px 20px;
  margin-bottom: 20px;
  color: #333;
}
@media screen and (max-width: 600px) {
  #sec-01 .wrap-summary dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: bold;
  }
}
#sec-01 .wrap-summary dd {
  display: block;
  color: #333;
  width: calc(100% - 120px);
  border-bottom: solid 1px #333;
  padding: 0 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #sec-01 .wrap-summary dd {
    width: 100%;
    line-height: 1.4;
  }
}
#sec-01 .wrap-ex {
  display: flex;
  gap: 20px;
  width: 120%;
  transform: translateX(-10%);
}
@media screen and (max-width: 1200px) {
  #sec-01 .wrap-ex {
    width: 100%;
    transform: translateX(0);
  }
}
@media screen and (max-width: 600px) {
  #sec-01 .wrap-ex {
    gap: 10px;
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
}
#sec-01 .wrap-ex .col {
  position: relative;
}
#sec-01 .wrap-ex .col img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec-01 .wrap-ex .col .copy {
  font-size: 10px;
  position: absolute;
  bottom: -20px;
  right: 10px;
  z-index: 3;
  color: #333;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #sec-01 .wrap-ex .col .copy {
    font-size: 50%;
  }
}

#sec-02 {
  background-color: #eaf3f8;
  color: #333;
}
#sec-02 .wrap-flex {
  gap: 50px;
  margin: 0 auto 100px;
  max-width: 1200px;
}
@media screen and (max-width: 600px) {
  #sec-02 .wrap-flex {
    flex-direction: column;
    gap: 0;
    margin: 0 auto 30px;
  }
}
#sec-02 .wrap-flex .col-img {
  width: 30%;
}
@media screen and (max-width: 834px) {
  #sec-02 .wrap-flex .col-img {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  #sec-02 .wrap-flex .col-img {
    width: 100%;
  }
}
#sec-02 .wrap-flex .col-img img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
#sec-02 .wrap-flex .col-txt {
  width: 50%;
  padding: 30px 0;
}
@media screen and (max-width: 600px) {
  #sec-02 .wrap-flex .col-txt {
    width: 100%;
    padding: 30px;
  }
}
#sec-02 .wrap-flex .prof {
  font-size: clamp(14px, 1.4vw, 18px);
  margin-bottom: 50px;
}
#sec-02 .wrap-flex .prof .en {
  font-weight: normal;
  font-size: clamp(11px, 1.2vw, 12px);
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px #666;
  color: #666;
}
#sec-02 .wrap-flex .txt {
  margin-bottom: 30px;
}
#sec-02 .sns-links {
  display: flex;
  gap: 15px;
}
#sec-02 .sns-links img {
  display: block;
  width: 30px;
  height: 30px;
}
#sec-02 .wrap-grid {
  display: grid;
}
#sec-02 .wrap-grid img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec-02 .grid-1 {
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  #sec-02 .grid-1 {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
  }
  #sec-02 .grid-1 .slick-slide {
    margin: 0 5px;
  }
  #sec-02 .grid-1 img {
    height: 160px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#sec-02 .grid-1 .col-1 {
  grid-area: 1/1/2/2;
}
#sec-02 .grid-1 .col-2 {
  grid-area: 1/2/2/3;
}
#sec-02 .grid-1 .col-3 {
  grid-area: 1/3/3/4;
}
#sec-02 .grid-1 .col-4 {
  grid-area: 2/1/3/2;
}
#sec-02 .grid-1 .col-5 {
  grid-area: 2/2/3/3;
}

#sec-03 {
  background-color: #0f7faa;
  color: #fff;
}
#sec-03 .wrap-steps {
  max-width: 800px;
  margin: 0 auto 50px;
}
#sec-03 .wrap-steps li {
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 1em;
  margin-bottom: 30px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  list-style: none;
  padding-bottom: 10px;
  font-size: clamp(14px, 1.4vw, 18px);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #sec-03 .wrap-steps li {
    line-height: 1.6;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #sec-03 .wrap-steps li {
    text-indent: -36px;
    margin-left: 36px;
    font-size: 14px;
  }
}
#sec-03 .wrap-steps li:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.79 25' fill='%23ffffff'%3E%3Cpath d='M14.11,23.22l-.13,1.08H0l.13-1.08,5.28-.68c.28-2.02.57-4.08.81-6.07l1.69-13.73-4.79.51.16-1.28L11.49,0l.43.37-.76,5.33-1.32,10.76c-.24,1.99-.46,4.02-.68,6.07l4.95.68Z'/%3E%3C/svg%3E");
  width: 16px;
  height: 26px;
  margin-right: 20px;
  background-repeat: no-repeat;
}
#sec-03 .wrap-steps li:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.79 25' fill='%23ffffff'%3E%3Cpath d='M16.02,21.33l-.39,3.17H0l.3-2.43c2.28-2.09,4.5-4.18,6.36-5.87,4.27-3.98,6.11-6.65,6.5-9.75.38-3.1-1.1-5.06-3.87-5.06-.51,0-1.16.07-1.85.2l-1.13,2.87c-.63,1.82-1.44,2.4-2.42,2.4-.81,0-1.4-.44-1.71-1.18C3.08,1.92,6.72,0,10.6,0c4.86,0,6.8,2.63,6.33,6.41-.4,3.24-2.79,5.94-9.24,10.97-1.16.95-2.89,2.4-4.81,3.95h13.13Z'/%3E%3C/svg%3E");
  width: 16px;
  height: 26px;
  margin-right: 20px;
  background-repeat: no-repeat;
}
#sec-03 .wrap-steps li:nth-of-type(3)::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.79 25' fill='%23ffffff'%3E%3Cpath d='M6.54,4.02c-.53,1.55-1.25,2.16-2.39,2.16-.74,0-1.38-.3-1.61-1.18C3.47,1.55,6.73,0,10.28,0c4.56,0,6.89,2.43,6.47,5.87-.34,2.8-2.41,5.03-6.21,6.01,4.27.71,5.84,3,5.46,6.14-.5,4.05-4.2,6.98-9.33,6.98-4.05,0-6.57-1.72-6.67-5.37.47-.84,1.13-1.21,1.97-1.21,1.15,0,1.57.67,1.79,2.5l.3,2.5c.65.17,1.29.24,1.93.24,3.64,0,5.81-1.99,6.24-5.5.43-3.51-1.25-5.47-5-5.47h-1.65l.18-1.48h1.38c3.24,0,5.56-1.82,5.98-5.23.36-2.94-1.09-4.59-3.93-4.59-.51,0-1.08.03-1.71.17l-.94,2.46Z'/%3E%3C/svg%3E");
  width: 16px;
  height: 26px;
  margin-right: 20px;
  background-repeat: no-repeat;
}
#sec-03 .wrap-steps li a {
  color: #f3e228;
  font-weight: bold;
}
#sec-03 .wrap-hash {
  max-width: 800px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #sec-03 .wrap-hash {
    margin-bottom: 50px;
  }
}
#sec-03 .wrap-hash .txt {
  font-size: clamp(11px, 1.2vw, 12px);
  margin-bottom: 5px;
  display: block;
}
#sec-03 .wrap-hash .hush {
  background-color: #fff;
  color: #333;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: bold;
  text-align: center;
  padding: 20px;
  letter-spacing: 0;
  line-height: 2;
}
#sec-03 .wrap-hash .hush .red {
  display: block;
  margin: 0 auto 15px;
  font-size: clamp(13px, 1vw, 14px);
}
#sec-03 .wrap-hash .hush .wrap-flex {
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 600px) {
  #sec-03 .wrap-hash .hush .wrap-flex {
    flex-direction: column;
    gap: 0;
  }
}
#sec-03 .wrap-hash .hush .wrap-flex .col {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #sec-03 .wrap-hash .hush .wrap-flex .col {
    margin: 0 auto;
    width: 80%;
  }
}
#sec-03 .wrap-hash .plus {
  display: block;
  font-size: clamp(18px, 3vw, 30px);
  text-align: center;
  padding: 20px 50px;
  font-weight: bold;
}
#sec-03 .note {
  display: none;
}
@media screen and (max-width: 834px) {
  #sec-03 .note {
    display: block;
    margin-top: 10px;
    font-size: clamp(11px, 1.2vw, 12px);
  }
}

.yl {
  color: #f3e228;
  font-weight: bold;
}

.scroller {
  width: 100%;
  padding: 50px 30px;
  overflow: auto;
}
@media screen and (max-width: 834px) {
  .scroller {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .scroller {
    padding: 30px 20px 0;
    margin-left: 0;
    width: 100%;
  }
}
.scroller .note {
  display: none;
}
@media screen and (max-width: 600px) {
  .scroller .note {
    display: block;
  }
}

.wrap-howto {
  display: flex;
  gap: 0 50px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-howto {
    width: 100%;
    flex-direction: column;
    gap: 50px 0;
  }
}
.wrap-howto .col {
  width: calc(33.3333333333% - 33.3333333333px);
  background-color: #fff;
  color: #333;
  position: relative;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-howto .col {
    width: 100%;
  }
}
.wrap-howto .col::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -35px;
  left: -25px;
}
.wrap-howto .col.col-1::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: calc(50% - 10px);
  right: -30px;
  transform: rotate(45deg);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-howto .col.col-1::after {
    top: inherit;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0) rotate(135deg);
  }
}
.wrap-howto .col.col-1::before {
  background-image: url("../images/num-1.svg");
}
.wrap-howto .col.col-1 .wrap-img {
  padding: 0 30px 20px;
}
.wrap-howto .col.col-2 .blank {
  border: solid 1px #0071bc;
  color: #0071bc;
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-size: clamp(11px, 1.2vw, 12px);
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  transition: 0.4s;
  position: relative;
}
.wrap-howto .col.col-2 .blank::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #0071bc;
  border-right: solid 1px #0071bc;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  transform: rotate(45deg);
  transition: 0.4s;
}
.wrap-howto .col.col-2 .blank:hover {
  background-color: #0071bc;
  color: #fff;
}
.wrap-howto .col.col-2 .blank:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.wrap-howto .col.col-2 .wrap-img {
  padding: 0 30px 20px;
}
.wrap-howto .col.col-2::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: calc(50% - 10px);
  right: -30px;
  transform: rotate(45deg);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-howto .col.col-2::after {
    top: inherit;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0) rotate(135deg);
  }
}
.wrap-howto .col.col-2::before {
  background-image: url("../images/num-2.svg");
}
.wrap-howto .col.col-3 .wrap-img {
  padding: 0 30px 20px;
}
.wrap-howto .col.col-3::before {
  background-image: url("../images/num-3.svg");
}
.wrap-howto .txt {
  padding: 30px 20px 20px;
  text-align: center;
}
.wrap-howto .txt h4 {
  text-align: center;
  margin-bottom: 10px;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.6;
}
.wrap-howto .txt .desc {
  display: block;
  font-size: clamp(13px, 1vw, 14px);
  line-height: 1.6;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-howto .txt br {
    display: none;
  }
}

#sec-04 {
  background-color: #eaf3f8;
  color: #333;
}
#sec-04 .dl-prize {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 80px;
  flex-wrap: wrap;
  gap: 10px 0;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #sec-04 .dl-prize {
    display: block;
    margin-bottom: 30px;
  }
}
#sec-04 .dl-prize dt {
  text-align: center;
  width: 30%;
  padding: 20px;
  font-weight: bold;
  font-size: clamp(14px, 1.4vw, 18px);
}
@media screen and (max-width: 600px) {
  #sec-04 .dl-prize dt {
    width: 100%;
  }
}
#sec-04 .dl-prize dt:nth-of-type(1) {
  background-color: #f1c02a;
}
#sec-04 .dl-prize dt:nth-of-type(2) {
  background-color: #dbdcdc;
}
#sec-04 .dl-prize dt:nth-of-type(3) {
  background-color: #c8bb9b;
}
#sec-04 .dl-prize dt .font-s {
  font-size: smaller;
  margin-left: 10px;
}
#sec-04 .dl-prize dd {
  width: 70%;
  padding: 20px 40px;
  font-weight: bold;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  #sec-04 .dl-prize dd {
    width: 100%;
    padding: 20px;
  }
}
#sec-04 .wrap-flex {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  gap: 50px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #sec-04 .wrap-flex {
    flex-direction: column;
    gap: 20px;
  }
}
#sec-04 .wrap-flex .cap {
  font-size: clamp(13px, 1vw, 14px);
  display: block;
  margin: 10px 0 0;
  text-align: center;
}
#sec-04 .wrap-flex .col-1 {
  width: 40%;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #sec-04 .wrap-flex .col-1 {
    width: 100%;
  }
}
#sec-04 .wrap-flex .col-2 {
  width: 60%;
  text-align: left;
  padding-top: 20px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #sec-04 .wrap-flex .col-2 {
    width: 100%;
  }
}

#sec-05 .txts {
  max-width: 1000px;
  margin: 0 auto;
}
#sec-05 .txts .note {
  font-size: clamp(13px, 1vw, 14px);
  text-indent: -1em;
  margin-left: 1em;
  padding-top: 30px;
}

#sec-06 {
  background-color: #eaf3f8;
}
#sec-06 .block {
  max-width: 1000px;
  margin: 0 auto 50px;
}
#sec-06 .block h5 {
  font-size: clamp(14px, 1.4vw, 16px);
  margin-bottom: 20px;
}
#sec-06 .block ul {
  margin-bottom: 50px;
}
#sec-06 .block ul > li {
  line-height: 1.6;
  margin-bottom: 7px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  font-size: clamp(14px, 1.4vw, 16px);
}
#sec-06 .block ul > li .filters {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #sec-06 .block ul > li .filters {
    margin-left: 0px;
  }
}
#sec-06 .block ul > li .filters li {
  font-weight: bold;
}
#sec-06 .block ul > li .filters li.note {
  font-weight: normal;
  list-style: none;
  margin-left: -20px;
  font-size: clamp(13px, 1vw, 14px);
  padding-top: 10px;
}
#sec-06 .block ul > li:last-child {
  margin-bottom: 0;
}

#sec-07 .dl-qa {
  max-width: 1000px;
  margin: 0 auto;
}
#sec-07 .dl-qa dt {
  font-size: clamp(13px, 1.2vw, 15px);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-indent: -30px;
  padding-left: 30px;
}
#sec-07 .dl-qa dt::before {
  content: "Q.";
  font-size: clamp(15px, 2vw, 20px);
  margin-right: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ 明朝", MS Mincho, "ＭＳ ゴシック", sans-serif;
}
#sec-07 .dl-qa dd {
  font-size: clamp(13px, 1.2vw, 15px);
  margin-bottom: 30px;
  padding-bottom: 30px;
  line-height: 1.8;
  text-indent: -30px;
  padding-left: 30px;
  border-bottom: solid 1px #666;
}
#sec-07 .dl-qa dd::before {
  content: "A.";
  margin-right: 10px;
  font-size: clamp(15px, 2vw, 20px);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ 明朝", MS Mincho, "ＭＳ ゴシック", sans-serif;
}

#sec-results {
  min-height: 1000px;
  position: relative;
  padding-bottom: 50px;
}
#sec-results .title-h2-2 {
  width: 100%;
  background: linear-gradient(to right, #9d873a, #dece84, #9d873a);
  text-align: center;
  padding: 30px;
  color: #111;
}
#sec-results .title-h2-2.no3 {
  background: linear-gradient(to right, #666, #ddd, #666);
}
#sec-results .title-h2-2.no4 {
  background: linear-gradient(to right, #b47939, #f0dba6, #b47939);
}
#sec-results .item {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #sec-results .item {
    padding: 30px 0;
  }
}
#sec-results .item .wrap-img {
  text-align: center;
  margin-bottom: 20px;
}
#sec-results .item .wrap-img img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 700px;
  margin: 0 auto;
}
#sec-results .item .info {
  margin-bottom: 50px;
}
#sec-results .item .info .name {
  display: block;
  margin: 0 auto 10px;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: bold;
}
#sec-results .item .info .filter {
  display: block;
  margin: 0 auto;
  font-size: clamp(13px, 1vw, 14px);
}
#sec-results .item .wrap-message {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  text-align: left;
  background-color: #222;
}
#sec-results .item .wrap-message .hd {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: clamp(14px, 1.4vw, 16px);
}
#sec-results .item .wrap-message p {
  font-size: clamp(14px, 1.4vw, 16px);
  margin-bottom: 0;
}

/* ==============================

ページ共通部分

============================== */
/**  Slick Base  fadeする場合はslick.cssの読み込みが必要 **/
.slick {
  width: 100%;
  position: relative;
}
.slick li.slick-slide {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.slick li.slick-slide img {
  width: 100%;
  height: auto;
}

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

/**  チラツキ防止 **/
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  perspective: 1000;
  backface-visibility: hidden;
}

.slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 2;
  background-color: #222;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-prev {
  left: 0px;
}

.slick-next {
  left: 41px;
}

.fa-angle-left {
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(-45deg);
}

.fa-angle-right {
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #0071bc;
}

/* FLEX VER
.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  width: fit-content;;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  button{display: none;}
  li {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background-color: #eee;
    border-radius: 100%;
    cursor: pointer;
    &.slick-active {
      background-color: $color-01;
    }
  }
}
*/
/*
      Colorbox Core Style:
  */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  font-size: 12px;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  overflow: visible;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: none;
}

#cboxContent {
  margin: 0px;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

#cboxCurrent {
  position: absolute;
  bottom: -30px;
  left: 0px;
  color: #ccc;
  font-size: 12px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: none;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#colorbox .slick-arrow {
  color: #fff;
  font-size: 40px;
}

#cboxPrevious .slick-arrow {
  margin-top: -25px;
  left: -40px;
}

#cboxNext .slick-arrow {
  margin-top: -35px;
  right: -40px;
}

#cboxClose {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: -60px;
  right: 0;
}

.visible {
  opacity: 1;
  transition: opacity 1s;
}

.invisible {
  opacity: 0;
}

.fromTopIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.fromTopOut {
  transform: translate(0, -10px);
  opacity: 0;
}

.fromBottomIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.fromBottomOut {
  transform: translate(0, 10px);
  opacity: 0;
}

.fromLeftIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.fromLeftOut {
  transform: translate(-10px, 0);
  opacity: 0;
}

.fromRightIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.fromRightOut {
  transform: translate(10px, 0);
  opacity: 0;
}

.scaleUpIn {
  transform: scale(1, 1);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.scaleUpOut {
  transform: scale(1.2, 1.2);
  opacity: 0;
}

.scaleDownIn {
  transform: scale(1, 1);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.scaleDownOut {
  transform: scale(0.7, 0.7);
  opacity: 0;
}

.rotateIn {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.rotateOut {
  transform: rotate(30deg) scale(0.9);
  opacity: 0;
}

.delay1 {
  transition-delay: 0.1s;
}

.delay2 {
  transition-delay: 0.2s;
}

.delay3 {
  transition-delay: 0.3s;
}

.delay4 {
  transition-delay: 0.4s;
}

.delay5 {
  transition-delay: 0.5s;
}

.delay6 {
  transition-delay: 0.4s;
}

.delay7 {
  transition-delay: 0.7s;
}

.delay8 {
  transition-delay: 0.8s;
}

.delay9 {
  transition-delay: 0.9s;
}

.delay10 {
  transition-delay: 1s;
}

.speed1 {
  transition-duration: 0.1s;
}

.speed2 {
  transition-duration: 0.2s;
}

.speed3 {
  transition-duration: 0.3s;
}

.speed4 {
  transition-duration: 0.4s;
}

.speed5 {
  transition-duration: 0.5s;
}

.speed6 {
  transition-duration: 0.6s;
}

.speed7 {
  transition-duration: 0.7s;
}

.speed8 {
  transition-duration: 0.8s;
}

.speed9 {
  transition-duration: 0.9s;
}

.speed10 {
  transition-duration: 1s;
}/*# sourceMappingURL=common.css.map */