@charset "UTF-8";
/* CSS Document */
/* 共通CSS
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, input, label, small {
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  list-style: none;
  color: #863C15;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
main {
  flex: 1;
}
img {
  vertical-align: top;
  width: 100%;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
body {
  background: transparent;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #000;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #000;
  text-shadow: none;
}
.pc_none {
  display: none !important;
}
.sp_none {
  display: block !important;
}
.common-1000-width {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-830-width {
  max-width: 830px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-80-padding {
  padding: 80px 0;
}
.common-100-padding {
  padding: 100px 0;
}
.common-title__wrap {
  margin-bottom: 46px;
  text-align: center;
}
.common-title__wrap ._tag {
  width: 150px;
  margin: 0 auto;
}
.common-title__wrap h2 {
  font-size: 70px;
  margin-top: 8px;
  font-family: "Lobster", sans-serif;
  text-shadow: 3px 4px 0px #00000038;
  line-height: 1;
}
.common-title__wrap._white h2 {
  color: #fff;
}
.common-title__wrap p {
  margin-top: 16px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, input, label, small {
    font-size: 14px;
  }
  .common-80-padding {
    padding: 46px 0;
  }
  .common-100-padding {
    padding: 60px 0;
  }
  .common-title__wrap ._tag {
    width: 110px;
  }
  .common-title__wrap h2 {
    font-size: 50px;
    text-shadow: 2px 3px 0px #00000038;
  }
  .common-title__wrap p {
    margin-top: 16px;
    font-size: 14px;
  }
  .common-title__wrap {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 426px) {
  .common-title__wrap h2 {
    font-size: 40px;
  }
}
/* ナビゲーション
* --------------------------------------- */
.header-global__area:before, .header-global__area:after {
  display: none;
}
.header-global__group {
  position: fixed;
  z-index: 1000;
  height: 85px;
  width: 85px;
  right: 50px;
  box-sizing: border-box;
}
.hamburger-items__btn {
  height: 85px;
  width: 85px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  filter: invert(1);
  mix-blend-mode: difference;
}
.hamburger-items__btn::after {
  content: "Menu";
  font-size: 18px;
  font-family: "Lobster", sans-serif;
  position: absolute;
  line-height: 1;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.hamburger-items__btn span {
  background: #fff;
  border: none;
  height: 2px;
  position: absolute;
  transition: all 0.35s ease;
  cursor: pointer;
  width: 30px;
  right: 0;
  border-radius: 10px;
}
.hamburger-items__btn span:nth-of-type(1) {
  top: 40px;
}
.hamburger-items__btn span:nth-of-type(2) {
  top: 46px;
}
.hamburger-items__btn.active span {
  background: #000;
}
.hamburger-items__btn.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  top: 29px;
  background: #000;
}
.hamburger-items__btn.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  top: 51px;
  background: #000;
}
.hamburger-items__btn.active::after {
  content: "Close";
  color: #000;
}
.header-global__overlay {
  position: fixed;
  background: #000;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 100;
}
.header-global__overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100svh;
  overflow-y: auto;
}
.header-global__overlay.open li ._image {
  max-width: 180px;
  margin: 0 auto 60px;
}
.header-global__overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.1s;
}
.header-global__overlay.open li:nth-of-type(2) {
  animation-delay: 0.15s;
}
.header-global__overlay.open li:nth-of-type(3) {
  animation-delay: 0.2s;
}
.header-global__overlay.open li:nth-of-type(4) {
  animation-delay: 0.25s;
}
.header-global__overlay.open li:nth-of-type(5) {
  animation-delay: 0.3s;
}
.header-global__overlay.open li:nth-of-type(6) {
  animation-delay: 0.35s;
}
.header-global__overlay.open li:nth-of-type(7) {
  animation-delay: 0.4s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.header-global__overlay ul li {
  position: relative;
  opacity: 0;
}
.header-global__overlay ul li a {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.header-global__overlay ul li:nth-child(3) img {
  height: 26px;
  width: auto;
}
.header-global__overlay ul li a:hover:after, .header-global__overlay ul li a:focus:after, .header-global__overlay ul li a:active:after {
  width: 100%;
}
.header-global__menu {
  padding: 20px 20px;
  overflow-y: scroll;
  box-sizing: border-box;
  gap: 46px 0;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.open .header-global__menu {
  mix-blend-mode: normal;
}
@media screen and (max-width: 769px) {
  .header-global__group {
    height: 60px;
    width: 60px;
    right: 20px;
  }
  .hamburger-items__btn {
    height: 60px;
    width: 60px;
  }
  .hamburger-items__btn::after {
    font-size: 15px;
  }
  .hamburger-items__btn span {
    width: 20px;
  }
  .hamburger-items__btn span:nth-of-type(1) {
    top: 29px;
  }
  .hamburger-items__btn span:nth-of-type(2) {
    top: 33px;
  }
  .hamburger-items__btn.active .bottom {
    top: 41px;
  }
  .hamburger-items__btn.active .top {
    top: 19px;
  }
  .header-global__overlay.open li ._image {
    max-width: 80px;
    margin: 0 auto 24px;
  }
  .header-global__overlay ul li a {
    font-size: 18px;
  }
}
/* フロント
* --------------------------------------- */
.front-bgi__diamond, .front-bgi__group, .front-bgi__mozaiku, .keyvisual-items__area, .keyvisual-title__wrap, .keyvisual-items__area ._cake, .keyvisual-items__area ._present, .keyvisual-scroll__wrap {
  opacity: 0;
}
.front-area__group {
  position: relative;
  z-index: auto;
}
.front-bgi__group {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  background-color: #FBF3EC;
  height: 100dvh;
  background: #FBF3EC url("../img/bgi-diamond_pc.jpg") no-repeat center / cover;
}
.front-bgi__group {
  height: calc(var(--vh, 1vh) * 100);
  padding-bottom: env(safe-area-inset-bottom);
}
@media screen and (max-width: 941px) {
  .front-bgi__group {
    background: #FBF3EC url("../img/bgi-diamond_tab.jpg") no-repeat center / cover;
  }
}
@media screen and (max-width: 426px) {
  .front-bgi__group {
    background: #FBF3EC url("../img/bgi-diamond_sp.jpg") no-repeat center / cover;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  position: relative;
  height: 100svh;
  display: flex;
  align-items: center;
}
.keyvisual-items__area {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
  height: 830px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/keyvisual-bgi_pc.png);
  position: relative;
}
.keyvisual-items__area ._cake {
  width: 320px;
  position: absolute;
  top: 0;
  left: 0;
}
.keyvisual-items__area ._present {
  width: 200px;
  position: absolute;
  bottom: 7%;
  right: 0;
}
.keyvisual-title__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 830px;
}
.keyvisual-title__wrap ._title {
  max-width: 800px;
  margin: 0 auto;
}
.keyvisual-title__wrap ._sub {
  max-width: 350px;
  margin: 10px auto 0;
}
@media screen and (max-width: 941px) {
  .keyvisual-title__wrap ._title {
    max-width: 500px;
  }
  .keyvisual-items__area ._cake {
    width: 250px;
  }
  .keyvisual-items__area ._present {
    width: 160px;
  }
  .keyvisual-items__area {
    height: 600px;
    max-width: 750px;
  }
  .keyvisual-title__inner {
    height: 600px;
  }
  .keyvisual-title__wrap ._sub {
    max-width: 180px;
  }
}
@media screen and (max-height: 900px) {
  .keyvisual-title__wrap ._title {
    max-width: 500px;
  }
  .keyvisual-items__area ._cake {
    width: 250px;
  }
  .keyvisual-items__area ._present {
    width: 160px;
  }
  .keyvisual-items__area {
    height: 600px;
    max-width: 750px;
  }
  .keyvisual-title__inner {
    height: 600px;
  }
  .keyvisual-title__wrap ._sub {
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual-items__area {
    background-image: url(../img/keyvisual-bgi_sp.png);
  }
  .keyvisual-title__wrap ._title {
    max-width: 400px;
  }
  .keyvisual-items__area {
    max-width: 500px;
    height: 400px;
  }
  .keyvisual-items__area ._cake {
    width: 180px;
  }
  .keyvisual-items__area ._present {
    width: 130px;
    bottom: 10%
  }
  .keyvisual-items__area {
    height: 500px;
  }
  .keyvisual-title__inner {
    height: 500px;
  }
}
@media screen and (max-width: 426px) {
  .keyvisual-items__area {
    height: 550px;
  }
  .keyvisual-title__inner {
    height: 550px;
  }
  .keyvisual-items__area ._cake {
    width: 170px;
  }
  .keyvisual-items__area ._present {
    width: 120px;
    bottom: 10%;
  }
}
/* スクロール
* --------------------------------------- */
.keyvisual-scroll__wrap {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.keyvisual-scroll__wrap .scroll {
  margin-inline: auto;
  position: relative;
  width: fit-content;
}
.keyvisual-scroll__wrap .scroll::before {
  animation: 2s scroll infinite;
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 3px;
}
.keyvisual-scroll__wrap .scroll::after {
  border: 2px solid #fff;
  border-radius: 20px;
  content: "";
  display: block;
  height: 50px;
  margin-inline: auto;
  width: 30px;
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 40%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual-scroll__wrap .scroll::after {
    height: 40px;
    width: 25px;
  }
  .keyvisual-scroll__wrap .scroll::before {
    height: 7px;
    width: 2.5px;
  }
}
/* ITZY Collection Room
* --------------------------------------- */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 0.6s ease;
}
.fade-in-up.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.collection-items__area {
  background-color: #fff;
  border: solid 10px #EF8542;
  background-image: url("../img/bgi-noto.png");
  background-position: left;
  background-size: 24px 24px;
  background-repeat: repeat;
}
.boder_sunset_orange {
  border: solid 10px #B13C01;
}
.boder_citrus_peel {
  border: solid 10px #CC3F25;
}
.boder_amber_glow {
  border: solid 10px #EC5F30;
}
.boder_spicy_paprika {
  border: solid 10px #EB8235;
}
.boder_autumn_mandarin {
  border: solid 10px #E8983B;
}
.boder_fox_tail {
  border: solid 10px #BA8625;
}
.collection-area__group .common-100-padding {
  padding: 100px 0 0;
}
.collection-items__area._binder {
  position: relative;
}
.collection-items__area._binder::after {
  position: absolute;
  content: "";
  width: 94%;
  height: 74px;
  background-image: url(../img/binder-yellow.svg);
  background-repeat: repeat-x;
  z-index: 1;
  bottom: -51px;
  background-size: 45px;
  background-position: center;
  background-position: left;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.collection-sub__title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
}
.collection-sub__title span {
  display: block;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 10px;
}
.collection-sub__title span._en {
  font-size: 28px;
}
.collection-items__block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 0;
}
.c_sunset_orange {
  color: #B13C01;
}
.c_citrus_peel {
  color: #CC3F25;
}
.c_amber_glow {
  color: #EC5F30;
}
.c_spicy_paprika {
  color: #EB8235;
}
.c_autumn_mandarin {
  color: #E8983B;
}
.c_fox_tail {
  color: #BA8625;
}
.bg_sunset_orange {
  background-color: #B13C01;
}
.bg_citrus_peel {
  background-color: #CC3F25;
}
.bg_amber_glow {
  background-color: #EC5F30;
}
.bg_spicy_paprika {
  background-color: #EB8235;
}
.bg_autumn_mandarin {
  background-color: #E8983B;
}
.bg_fox_tail {
  background-color: #BA8625;
}
.collection-items__box {
  width: 50%;
}
.collection-items__box:nth-last-child(1) {
  width: 70%;
}
.collection-items__area:not(:last-child) {
  margin-bottom: 8px;
}
.collection-items__area._start .common-80-padding {
  padding: 60px 0 80px;
}
.collection-items__area._last .common-80-padding {
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  .collection-items__box {
    width: 100%;
  }
  .collection-items__box:nth-last-child(1) {
    width: 100%;
  }
  .collection-items__area {
    border: solid 5px #EF8542;
    background-size: 16px 16px;
    max-width: 400px;
    margin: 0 auto;
  }
  .boder_sunset_orange {
    border: solid 5px #B13C01;
  }
  .boder_citrus_peel {
    border: solid 5px #CC3F25;
  }
  .boder_amber_glow {
    border: solid 5px #EC5F30;
  }
  .boder_spicy_paprika {
    border: solid 5px #EB8235;
  }
  .boder_autumn_mandarin {
    border: solid 5px #E8983B;
  }
  .boder_fox_tail {
    border: solid 5px #BA8625;
  }
  .collection-sub__title {
    font-size: 26px;
    line-height: 1.5;
  }
  .collection-sub__title span {
    font-size: 16px;
  }
  .collection-items__block {
    gap: 8px 0;
  }
  .collection-items__area._binder::after {
    height: 74px;
    bottom: -44px;
    background-size: 29px;
  }
  .collection-items__area._start .common-80-padding {
    padding: 32px 0 46px;
  }
  .collection-items__area._last .common-80-padding {
    padding: 46px 0 32px;
  }
  .collection-items__area:not(:last-child) {
    margin-bottom: 5px;
  }
  .collection-area__group .common-100-padding {
    padding: 60px 0;
  }
  .collection-sub__title span._en {
    font-size: 19px;
  }
}
@media screen and (max-width: 426px) {
  .collection-sub__title {
    font-size: 25px;
    line-height: 1.4;
  }
  .collection-items__area._binder::after {
    background-size: 28px;
  }
  .collection-sub__title span {
    font-size: 15px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 376px) {
  .collection-items__area._binder::after {
    background-size: 29px;
  }
}
/* Present
* --------------------------------------- */
.js-fadeIn {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 0.6s ease;
}
.js-fadeIn.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.present-items__inner {
  background-image: url(../img/bgi_blue_pc.jpg);
  background-size: 100% auto;
  background-position: top;
  background-repeat: repeat;
  margin-top: -4px;
  background-color: #2C69B8;
}
.present-items__area {
  background-color: #fff;
  border: solid 10px #153969;
  background-image: url(../img/bgi-noto.png);
  background-position: left;
  background-size: 24px 24px;
  background-repeat: repeat;
}
.present-items__area._binder {
  position: relative;
}
.present-items__area._binder::after {
  position: absolute;
  content: "";
  width: 94%;
  height: 74px;
  background-image: url("../img/binder-blue.svg");
  background-repeat: repeat-x;
  z-index: 1;
  bottom: -51px;
  background-size: 45px;
  background-position: center;
  background-position: left;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.present-items__area._start {
  margin-bottom: 8px;
}
.present-items__area._start .common-80-padding {
  padding: 60px 0 80px;
}
.present-items__area._last .common-80-padding {
  padding: 80px 0 60px;
}
.present-image__wrap {
  max-width: 400px;
  margin: 0 auto 32px;
  position: relative;
}
.present-image__inner {
  padding-top: 46px;
}
.present-tag__block {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 0 16px;
  z-index: 10;
}
.present-image__inner img {
  filter: drop-shadow(0 3px 6px #00000040);
}
.present-tag__block li {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.present-tag__block li span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90px;
  text-align: center;
  line-height: 1.3;
}
.present-tag__block li._orange {
  background-image: url("../img/bubbles-orange.svg");
}
.present-tag__block li._orange span {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
}
.present-tag__block li._orange b {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  display: block;
  line-height: 1;
}
.present-tag__block li._blue {
  background-image: url("../img/bubbles-blue.svg");
}
.present-tag__block li._blue span {
  font-size: 25px;
  color: #fff;
}
.present-tag__block li._blue b {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.present-deta__wrap ._title {
  color: #153969;
  font-size: 21px;
  margin-bottom: 46px;
  text-align: center;
  font-weight: 500;
}
.present-condition__wrap {
  margin-bottom: 32px;
}
.present-condition__box {
  text-align: center;
}
.present-condition__box:nth-child(1) {
  margin-bottom: 24px;
}
.present-condition__box h3 {
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
  bottom: 0;
  color: #153969;
  font-weight: 500;
  margin-bottom: 16px;
}
.present-condition__box h3::after {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #153969;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.present-condition__box p {
  color: #222;
  font-weight: 400;
}
.present-note__wrap {
  max-width: 600px;
  margin: 32px auto 0;
}
.present-note__wrap li {
  font-weight: 400;
  color: #222;
  font-size: 13px;
  padding-left: 16px;
  position: relative;
}
.present-note__wrap li::before {
  content: "※";
  color: #222;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .present-items__area._start .common-80-padding {
    padding: 32px 0 46px;
  }
  .present-items__area._last .common-80-padding {
    padding: 46px 0 32px;
  }
  .present-items__inner {
    background-image: url(../img/bgi_blue_tab.jpg);
    margin-top: -1px;
  }
  .present-tag__block li {
    width: 65px;
    height: 65px;
  }
  .present-tag__block li span {
    width: 65px;
  }
  .present-tag__block li._orange span {
    font-size: 13px;
  }
  .present-tag__block li._orange b {
    font-size: 11px;
  }
  .present-tag__block li._blue span {
    font-size: 18px;
  }
  .present-tag__block li._blue b {
    font-size: 11px;
  }
  .present-tag__block {
    gap: 0 10px;
  }
  .present-image__inner {
    padding-top: 32px;
  }
  .present-deta__wrap ._title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .present-condition__wrap {
    margin-bottom: 24px;
  }
  .present-items__area._binder::after {
    height: 74px;
    bottom: -44px;
    background-size: 29px;
  }
  .present-items__area._start {
    margin-bottom: 5px;
  }
  .present-items__area {
    border: solid 5px #153969;
    background-size: 16px 16px;
    max-width: 400px;
    margin: 0 auto;
  }
  .present-note__wrap li {
    font-size: 11px;
    padding-left: 13px;
  }
  .present-note__wrap {
    margin: 24px auto 0;
  }
  .present-note__wrap li::before {
    font-size: 11px;
  }
  .present-items__wrap {
    max-width: 255px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 426px) {
  .present-items__inner {
    background-image: url(../img/bgi_blue_sp.jpg);
    margin-top: -1px;
  }
  .present-items__area._binder::after {
    background-size: 28px;
  }
}
@media screen and (max-width: 376px) {
  .present-items__area._binder::after {
    background-size: 29px;
  }
}
/* ボタン
* --------------------------------------- */
.common-btn__wrap {
  max-width: 300px;
  margin: 0 auto;
}
.common-btn__wrap:nth-last-child(1) {
  margin-top: 10px;
}
.common-btn__wrap a {
  text-decoration: none;
  padding: 20px 40px;
  box-sizing: border-box;
  color: #fff;
  background-color: #F3AF4F;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  border-radius: 100px;
  text-align: center;
  line-height: 1.3;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-btn__wrap a:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: ripple 1.5s infinite;
  color: #fff;
  opacity: 1;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #F3AF4F;
  }
  70% {
    box-shadow: 0 0 0 10px rgb(242 144 39 / 0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(242 144 39 / 0%);
  }
}
@media screen and (max-width: 768px) {
  .common-btn__wrap a {
    padding: 0 40px;
    font-size: 14px;
    font-weight: 400;
    min-height: 60px;
  }
  .common-btn__wrap {
    max-width: 250px;
  }
}
/* フッター
* --------------------------------------- */
.footer-area__group {
  background-image: url(../img/bgi_blue_pc.jpg);
  background-size: 100% auto;
  background-position: top;
  background-repeat: repeat;
  background-color: #2C69B8;
  padding: 60px 0 24px;
  border-top: solid 1px #fff
}
.footer-items__block {
  max-width: 375px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
}
.footer-items__block li {
  width: 27%;
}
.footer-area__group ._copy {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer-area__group {
    background-image: url(../img/bgi_blue_tab.jpg);
    padding: 46px 0 16px;
  }
  .footer-items__block {
    margin: 0 auto 46px;
  }
}
@media screen and (max-width: 426px) {
  .footer-area__group {
    background-image: url(../img/bgi_blue_sp.jpg);
  }
  .footer-items__block {
    margin: 0 auto 32px;
  }
  .footer-items__block {
    max-width: 230px;
  }
}