@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
/* CSS Document */
body {
  overflow-y: scroll;
  z-index: -2;
  position: relative;
  min-width: 1100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    min-width: initial;
    width: 100%;
  }
}

.eng {
  font-family: clarendon-wide-sc, sans-serif;
}

.jp {
  font-family: meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}

body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}

a:link {
  text-decoration: none;
  color: #000;
}

a:visited {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

/*************************************
キャラクター
*************************************/
.cojicoji_fukidashi {
  position: absolute;
  opacity: 0.1;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 83px;
}
@media screen and (max-width: 768px) {
  .cojicoji_fukidashi {
    width: 78px;
  }
}

.cojicoji_img {
  cursor: pointer;
  z-index: 1;
}
.cojicoji_img img {
  position: relative;
  z-index: 1;
}
.cojicoji_img.clickElement .cojicoji_fukidashi {
  opacity: 1;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}

.cojicoji_fukidashi {
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 83px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
@media screen and (max-width: 768px) {
  .cojicoji_fukidashi {
    width: 78px;
  }
}

.cojicoji_02 {
  position: absolute;
  top: -62px;
  right: -95px;
  width: 98px;
}
@media screen and (max-width: 768px) {
  .cojicoji_02 {
    top: 28px;
    right: calc(50% - 46px);
    width: 89px;
  }
}
.cojicoji_02 .cojicoji_fukidashi {
  top: 40px;
  left: 6px;
}
@media screen and (max-width: 768px) {
  .cojicoji_02 .cojicoji_fukidashi {
    top: 40px;
    left: 6px;
  }
}

.cojicoji_03 {
  position: absolute;
  bottom: -8px;
  left: -17vw;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .cojicoji_03 {
    width: 88px;
    bottom: -56px;
    left: calc(50% - 106px);
    right: unset;
  }
}
.cojicoji_03 .cojicoji_fukidashi {
  top: 53px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .cojicoji_03 .cojicoji_fukidashi {
    top: 53px;
    left: -5px;
  }
}

.cojicoji_04 {
  position: absolute;
  top: 361px;
  left: -17px;
  width: 125px;
}
@media screen and (max-width: 768px) {
  .cojicoji_04 {
    width: 105px;
    left: unset;
    top: -95px;
    right: -13px;
  }
}
.cojicoji_04 .cojicoji_fukidashi {
  top: 77px;
  left: 9px;
}
@media screen and (max-width: 768px) {
  .cojicoji_04 .cojicoji_fukidashi {
    top: 77px;
    left: 9px;
  }
}

.cojicoji_05 {
  position: absolute;
  bottom: -93px;
  right: -30px;
  width: 105px;
}
@media screen and (max-width: 768px) {
  .cojicoji_05 {
    width: 88px;
    bottom: -180px;
    right: calc(50% - 63px);
  }
}
.cojicoji_05 .cojicoji_fukidashi {
  top: 70px;
  left: -7px;
}
@media screen and (max-width: 768px) {
  .cojicoji_05 .cojicoji_fukidashi {
    top: 70px;
    left: -7px;
  }
}

.character_01 {
  position: absolute;
  top: -47px;
  right: -74px;
  width: 95px;
}
@media screen and (max-width: 768px) {
  .character_01 {
    width: 58px;
    top: -21px;
    right: -62px;
  }
}

.character_02 {
  position: absolute;
  bottom: -132px;
  right: 50px;
  width: 118px;
}
@media screen and (max-width: 768px) {
  .character_02 {
    width: 75px;
    bottom: -215px;
    right: calc(50% - 40px);
  }
}

.fish_01,
.fish_02,
.fish_03,
.fish_04,
.fish_05 {
  margin: 0 calc(50% - 50vw);
  /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
  width: 100vw;
  z-index: 3;
  animation: fish-floating-y 1.8s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fish_01 {
  position: absolute;
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  .fish_01 {
    bottom: -54px;
  }
}

.fish_02 {
  position: absolute;
  top: 120px;
}
@media screen and (max-width: 768px) {
  .fish_02 {
    top: 40px;
  }
}

.fish_03 {
  position: absolute;
  top: 76px;
}
@media screen and (max-width: 768px) {
  .fish_03 {
    top: 44px;
  }
}

.fish_04 {
  position: absolute;
  top: -80px;
}
@media screen and (max-width: 768px) {
  .fish_04 {
    top: -67px;
  }
}

.fish_05 {
  position: absolute;
  bottom: 77px;
}
@media screen and (max-width: 768px) {
  .fish_05 {
    bottom: -59px;
  }
}
.fish_05 .fish_right {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

@-webkit-keyframes fish-floating-y {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes fish-floating-y {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.fish_left {
  position: absolute;
  -webkit-animation: fishToLeft 30s ease-in-out infinite;
          animation: fishToLeft 30s ease-in-out infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  right: -150px;
  width: 131px;
}
@media screen and (max-width: 768px) {
  .fish_left {
    width: 93px;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    -webkit-animation: fishToLeftSP 20s ease-in-out infinite;
            animation: fishToLeftSP 20s ease-in-out infinite;
  }
}

.fish_right {
  position: absolute;
  -webkit-animation: fishToRight 30s ease-in-out infinite;
          animation: fishToRight 30s ease-in-out infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  left: -150px;
  width: 131px;
}
@media screen and (max-width: 768px) {
  .fish_right {
    width: 93px;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    -webkit-animation: fishToRightSP 20s ease-in-out infinite;
            animation: fishToRightSP 20s ease-in-out infinite;
  }
}

@-webkit-keyframes fishToRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(100vw + 600px));
            transform: translateX(calc(100vw + 600px));
  }
}

@keyframes fishToRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(100vw + 600px));
            transform: translateX(calc(100vw + 600px));
  }
}
@-webkit-keyframes fishToRightSP {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(100vw + 130px));
            transform: translateX(calc(100vw + 130px));
  }
}
@keyframes fishToRightSP {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(100vw + 130px));
            transform: translateX(calc(100vw + 130px));
  }
}
@-webkit-keyframes fishToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100vw - 600px));
            transform: translateX(calc(-100vw - 600px));
  }
}
@keyframes fishToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100vw - 600px));
            transform: translateX(calc(-100vw - 600px));
  }
}
@-webkit-keyframes fishToLeftSP {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100vw - 130px));
            transform: translateX(calc(-100vw - 130px));
  }
}
@keyframes fishToLeftSP {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100vw - 130px));
            transform: translateX(calc(-100vw - 130px));
  }
}
.title_bubbles_01 {
  position: relative;
  display: inline-block;
}
.title_bubbles_01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -7px;
  right: -35px;
  width: 25px;
  height: 26px;
  background-image: url(../images/bubbles_01.png);
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .novelty_box .campaign_title.title_bubbles_01::after {
    top: -11px;
    right: 10px;
  }
}

.title_bubbles_02 {
  position: relative;
  display: inline-block;
}
.title_bubbles_02::after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: -4px;
  right: -41px;
  width: 29px;
  height: 27px;
  background-image: url(../images/bubbles_02.png);
  background-size: contain;
}

/***
*
* animation
*
*/
/* アニメーションを適用したい要素のラッパー */
.section_title_fade_in {
  /* 子要素のtransformで文字が一時的に外に出るのを隠すため */
  opacity: 1;
  /* ラッパー自体は常に表示 */
}

/* 個々の文字（<span>）の初期状態 */
.section_title_fade_in .char {
  display: inline-block;
  /* transformを適用するためにブロック要素化 */
  opacity: 0;
  /* 最初は透明 */
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  /* 全て右から始める */
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  /* アニメーションの速度とカーブ */
}

/* 画面内に入った時に適用するクラス */
.section_title_fade_in.is-active .char {
  opacity: 1;
  /* 不透明に */
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  /* 元の位置（中央）に */
}

.fade-in {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  /* 最終位置より少し下に配置 */
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  /* スムーズなトランジション */
}
.fade-in.in-view {
  opacity: 1;
  /* 完全表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fade-in.cojicoji_footer_img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fade-in.cojicoji_footer_img.in-view {
  opacity: 0;
  /* 完全表示 */
}

.fade-in {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  /* 最終位置より少し下に配置 */
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  /* スムーズなトランジション */
}
.fade-in.in-view {
  opacity: 1;
  /* 完全表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fade-in.cojicoji_footer_img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fade-in.cojicoji_footer_img.in-view {
  opacity: 0;
  /* 完全表示 */
}

.blur-img {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: -webkit-filter 0.8s ease-out;
  transition: -webkit-filter 0.8s ease-out;
  transition: filter 0.8s ease-out;
  transition: filter 0.8s ease-out, -webkit-filter 0.8s ease-out;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}

.blur-img.in-view {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.creative_title_slide {
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}

.creative_title_slide span {
  display: block;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}

.creative_title_slide.in-view,
.creative_title_slide.in-view span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/***
*
* layout
*
*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: linear-gradient(to bottom, #fff calc(50% - 140px), #60BBEB calc(50% - 140px));
}
@media screen and (max-width: 768px) {
  #overlay {
    background: linear-gradient(to bottom, #fff calc(50% - 152px), #60BBEB calc(50% - 152px));
  }
}
#overlay .overlay_clip {
  -webkit-clip-path: polygon(0 calc(50% - 140px), 0 100%, 100% 100%, 100% calc(50% - 140px));
          clip-path: polygon(0 calc(50% - 140px), 0 100%, 100% 100%, 100% calc(50% - 140px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #overlay .overlay_clip {
    -webkit-clip-path: polygon(0 calc(50% - 152px), 0 100%, 100% 100%, 100% calc(50% - 152px));
            clip-path: polygon(0 calc(50% - 152px), 0 100%, 100% 100%, 100% calc(50% - 152px));
  }
}
#overlay .overlay-content {
  text-align: center;
}
#overlay .overlay-content .sound_button_box {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#overlay .overlay-content .sound_button_box .sound_button {
  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;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#overlay .overlay-content .sound_button_box .sound_button:hover {
  color: #FFF79F;
}
#overlay .overlay_bubbles {
  position: absolute;
  bottom: -100px;
  -webkit-animation: bubbles-y ease-out 12s infinite;
          animation: bubbles-y ease-out 12s infinite;
}
@media screen and (max-width: 768px) {
  #overlay .overlay_bubbles {
    -webkit-animation: bubbles-y ease-out 9s infinite;
            animation: bubbles-y ease-out 9s infinite;
  }
}
#overlay .overlay_bubbles img {
  animation: bubbles-x ease 3s infinite alternate-reverse;
}
#overlay .overlay_bubbles_01 {
  right: 13%;
  width: 12px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 768px) {
  #overlay .overlay_bubbles_01 {
    right: 13%;
  }
}
#overlay .overlay_bubbles_01 img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#overlay .overlay_bubbles_02 {
  left: 25%;
  width: 18px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 768px) {
  #overlay .overlay_bubbles_02 {
    left: 14%;
  }
}
#overlay .overlay_bubbles_02 img {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#overlay .overlay_bubbles_03 {
  right: 30%;
  width: 25px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media screen and (max-width: 768px) {
  #overlay .overlay_bubbles_03 {
    right: 25%;
  }
}
#overlay .overlay_bubbles_03 img {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  #overlay .overlay_bubbles_03 img {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
#overlay .overlay_bubbles_04 {
  left: 15%;
  width: 17px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
#overlay .overlay_bubbles_04 img {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes bubbles-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-50vh - 260px));
            transform: translateY(calc(-50vh - 260px));
  }
}

@keyframes bubbles-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-50vh - 260px));
            transform: translateY(calc(-50vh - 260px));
  }
}
@-webkit-keyframes bubbles-x {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@keyframes bubbles-x {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.bg {
  background-color: #60BBEB;
  z-index: -5;
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cojicoji_01 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 0;
  position: fixed;
  top: -128px;
  right: -200px;
  width: 188px;
}
.cojicoji_01 .cojicoji_fix_animation_X {
  animation: floating-x 5.2s ease infinite alternate-reverse;
}
.cojicoji_01 .cojicoji_fix_animation_Y {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.cojicoji_01.visible {
  -webkit-animation: topToBottom 15s ease-in-out forwards;
          animation: topToBottom 15s ease-in-out forwards;
}
.cojicoji_01.invisible {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .cojicoji_01 {
    top: 0px;
    right: -120px;
    width: 88px;
  }
}
.cojicoji_01 .bukubuku {
  position: absolute;
  top: -60px;
  right: -10px;
  width: 54px;
}
@media screen and (max-width: 768px) {
  .cojicoji_01 .bukubuku {
    top: -30px;
    width: 26px;
  }
}

.cojicoji_07 {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 0;
  position: fixed;
  bottom: -128px;
  right: -350px;
  width: 323px;
}
.cojicoji_07 .cojicoji_fix_animation_X {
  animation: floating-x 5.2s ease infinite alternate-reverse;
}
.cojicoji_07 .cojicoji_fix_animation_Y {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.cojicoji_07.visible {
  opacity: 1;
  -webkit-animation: bottomToTop 15s ease-in-out forwards;
          animation: bottomToTop 15s ease-in-out forwards;
}
.cojicoji_07.invisible {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .cojicoji_07 {
    bottom: 0px;
    right: -180px;
    width: 158px;
  }
}

@-webkit-keyframes topToBottom {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    /* 右上 */
  }
  100% {
    /* 左下へ移動 */
    -webkit-transform: translate(calc(-100vw - 250px), calc(100lvh + 100px));
            transform: translate(calc(-100vw - 250px), calc(100lvh + 100px));
    @media screen and (max-width: 768px) {
      -webkit-transform: translate(calc(-100vw + 50px), calc(100lvh + 50px));
              transform: translate(calc(-100vw + 50px), calc(100lvh + 50px));
    }
  }
}

@keyframes topToBottom {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    /* 右上 */
  }
  100% {
    /* 左下へ移動 */
    -webkit-transform: translate(calc(-100vw - 250px), calc(100lvh + 100px));
            transform: translate(calc(-100vw - 250px), calc(100lvh + 100px));
    @media screen and (max-width: 768px) {
      -webkit-transform: translate(calc(-100vw + 50px), calc(100lvh + 50px));
              transform: translate(calc(-100vw + 50px), calc(100lvh + 50px));
    }
  }
}
@-webkit-keyframes bottomToTop {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    /* 右上 */
  }
  100% {
    /* 左下へ移動 */
    -webkit-transform: translate(calc(-100vw - 300px), calc(-100lvh - 50px));
            transform: translate(calc(-100vw - 300px), calc(-100lvh - 50px));
    @media screen and (max-width: 768px) {
      -webkit-transform: translate(calc(-100vw - 50px), calc(-100lvh - 150px));
              transform: translate(calc(-100vw - 50px), calc(-100lvh - 150px));
    }
  }
}
@keyframes bottomToTop {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    /* 右上 */
  }
  100% {
    /* 左下へ移動 */
    -webkit-transform: translate(calc(-100vw - 300px), calc(-100lvh - 50px));
            transform: translate(calc(-100vw - 300px), calc(-100lvh - 50px));
    @media screen and (max-width: 768px) {
      -webkit-transform: translate(calc(-100vw - 50px), calc(-100lvh - 150px));
              transform: translate(calc(-100vw - 50px), calc(-100lvh - 150px));
    }
  }
}
@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes floating-x {
  0% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5%) rotate(-2deg);
            transform: translateY(-5%) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateY(5%) rotate(2deg);
            transform: translateY(5%) rotate(2deg);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5%) rotate(-2deg);
            transform: translateY(-5%) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateY(5%) rotate(2deg);
            transform: translateY(5%) rotate(2deg);
  }
}
#popupshop {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}
#popupshop .cojicoji_06 {
  cursor: pointer;
  z-index: 2;
  position: fixed;
  top: 80px;
  right: 60px;
  width: 146px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
#popupshop .cojicoji_06.clickElement .cojicoji_fukidashi {
  opacity: 1;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
@media screen and (max-width: 768px) {
  #popupshop .cojicoji_06 {
    top: 40px;
    right: 12px;
    width: 73px;
  }
}
#popupshop.POP-UP-SHOP_slide .cojicoji_06 {
  right: -300px;
}
@media screen and (max-width: 768px) {
  #popupshop.POP-UP-SHOP_slide .cojicoji_06 {
    right: -200px;
  }
}
#popupshop .cojicoji_fukidashi {
  top: 133px;
  left: -3px;
  width: 104px;
}
@media screen and (max-width: 768px) {
  #popupshop .cojicoji_fukidashi {
    top: 77px;
    left: -4px;
    width: 53px;
  }
}

/* header */
.header {
  opacity: 1;
  z-index: 10;
  position: fixed;
  top: -50px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header {
    top: -40px;
  }
}
.header.in-view {
  top: 0px;
}
.header .header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-color: #fff;
}
.header .header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  height: 50px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .header .header_menu ul {
    height: 40px;
  }
}
.header .header_menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header_menu ul li.anchor_link_text a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header_menu ul li.anchor_link_text a:hover {
  color: #60BBEB;
}
.header .header_menu ul li.sound_switch_button_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 150px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .header_menu ul li.sound_switch_button_box span {
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
}
.header .header_menu ul li.sound_switch_button_box .sound_switch_button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.header .header_menu ul li.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header_menu ul li.sp {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .header .header_menu ul li.pc {
    display: none;
  }
}
.header .menu_box {
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 40px);
  background-color: #60BBEB;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 10px 10px;
          box-shadow: rgba(0, 0, 0, 0.16) 10px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url(../images/character/seaweed.png);
  background-size: 64px 57px;
  background-repeat: no-repeat;
  background-position: bottom 0px left 120px;
}
.header .menu_box.visible {
  pointer-events: all;
  opacity: 1;
}
.header .menu_box .character_fish {
  position: absolute;
  right: 120px;
  bottom: 60px;
  width: 61px;
}
.header .menu_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 35px;
  list-style: none;
  text-align: center;
  font-size: 15px;
  margin-bottom: 50px;
}
.header .menu_box ul li {
  line-height: 1;
}
.header .menu_box ul li.anchor_link_text a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu_box ul li.sound_switch_button_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header .menu_box ul li.sound_switch_button_box span {
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
}
.header .menu_box ul li.sound_switch_button_box .sound_switch_button {
  cursor: pointer;
}
/* hamburger_menu */
.hamburger_menu {
  opacity: 0;
  z-index: 10;
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger_menu.visible {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .hamburger_menu {
    right: 10px;
    bottom: 20px;
  }
}
.hamburger_menu .menu_button {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .hamburger_menu .menu_button {
    width: 44px;
    height: 44px;
  }
}
.hamburger_menu .menu_button .button_border {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger_menu .menu_button .button_border.button_border_01 {
  top: calc(50% - 7px);
}
.hamburger_menu .menu_button .button_border.button_border_02 {
  top: 50%;
}
.hamburger_menu .menu_button .button_border.button_border_03 {
  top: calc(50% + 7px);
}
.hamburger_menu .menu_box {
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 220px;
  height: 326px;
  border: 1px solid #fff;
  background-color: #60BBEB;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 10px 10px;
          box-shadow: rgba(0, 0, 0, 0.16) 10px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../images/character/seaweed.png);
  background-size: 64px 57px;
  background-repeat: no-repeat;
  background-position: bottom 0px left 20px;
}
@media screen and (max-width: 768px) {
  .hamburger_menu .menu_box {
    right: -5px;
    bottom: -5px;
  }
}
.hamburger_menu .menu_box .character_fish {
  position: absolute;
  right: 74px;
  bottom: 40px;
  width: 61px;
}
.hamburger_menu .menu_box ul {
  list-style: none;
  text-align: center;
  font-size: 15px;
}
.hamburger_menu .menu_box ul li {
  line-height: 1;
  margin-top: 30px;
}
.hamburger_menu .menu_box ul li.anchor_link_text a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger_menu .menu_box ul li.anchor_link_text a:hover {
  color: #FFF79F;
}
.hamburger_menu .menu_box ul li:first-of-type {
  margin-top: 50px;
}
.hamburger_menu .menu_box ul li.sound_switch_button_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.hamburger_menu .menu_box ul li.sound_switch_button_box span {
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
}
.hamburger_menu .menu_box ul li.sound_switch_button_box .sound_switch_button {
  color: #FFF79F;
  cursor: pointer;
}
.hamburger_menu .menu_box ul li:last-of-type {
  margin-top: 60px;
}
.hamburger_menu.hamburger_menu_hover .button_border {
  top: 50%;
}
.hamburger_menu.hamburger_menu_hover .button_border.button_border_01 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger_menu.hamburger_menu_hover .button_border.button_border_02 {
  opacity: 0;
}
.hamburger_menu.hamburger_menu_hover .button_border.button_border_03 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburger_menu.hamburger_menu_hover .menu_box {
  opacity: 1;
  pointer-events: all;
}

/* splash */
.splash {
  position: relative;
  margin-bottom: 150px;
  width: 100%;
  height: 100svh;
  background: linear-gradient(to bottom, #fff calc(50% - 140px), #60BBEB calc(50% - 140px), #60BBEB 75%, rgba(96, 187, 235, 0) 100%);
}
@media screen and (max-width: 768px) {
  .splash {
    margin-bottom: 30px;
    background: linear-gradient(to bottom, #fff calc(50% - 152px), #60BBEB calc(50% - 152px), #60BBEB 75%, rgba(96, 187, 235, 0) 100%);
  }
}
.splash .splash_cojicoji {
  position: absolute;
  bottom: calc(50% - 20px);
  left: 54.7%;
}
@media screen and (max-width: 768px) {
  .splash .splash_cojicoji {
    bottom: calc(50% - 1px);
    left: calc(50% - 125px);
  }
}
.splash .splash_cojicoji .splash_number_01,
.splash .splash_cojicoji .splash_number_02,
.splash .splash_cojicoji .splash_number_03,
.splash .splash_cojicoji .splash_number_04,
.splash .splash_cojicoji .splash_number_05,
.splash .splash_cojicoji .splash_number_06 {
  opacity: 0;
}
.splash .splash_cojicoji .splash_number_02 .cojicoji_img_box,
.splash .splash_cojicoji .splash_number_04 .cojicoji_img_box {
  -webkit-transform: translate(1px, 0);
          transform: translate(1px, 0);
}
.splash .splash_cojicoji .splash_number {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .splash .splash_cojicoji .splash_number {
    -webkit-transform: scale(0.62);
            transform: scale(0.62);
  }
}
.splash .splash_cojicoji .splash_number .cojicoji_img_box {
  width: 282px;
}
.splash .splash_cojicoji .splash_number .fukidashi_img_box {
  position: absolute;
  top: -72px;
  right: -95px;
  width: 171px;
}
.splash .splash_cojicoji .splash_number .effect_img_box {
  position: absolute;
  top: 84px;
  right: 81px;
  width: 154px;
}
.splash .splash_cojicoji .splash_number .text_img_box {
  position: absolute;
  top: -27px;
  right: -2px;
  width: 50px;
}
.splash .splash_cojicoji.splash_start .splash_number {
  -webkit-animation: splashOpacity 2s forwards;
          animation: splashOpacity 2s forwards;
}
.splash .splash_cojicoji.splash_start .splash_number_01 {
  -webkit-animation: splashOpacityFirst 4s forwards;
          animation: splashOpacityFirst 4s forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.splash .splash_cojicoji.splash_start .splash_number_02 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.splash .splash_cojicoji.splash_start .splash_number_03 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.splash .splash_cojicoji.splash_start .splash_number_04 {
  -webkit-animation-delay: 4.25s;
          animation-delay: 4.25s;
}
.splash .splash_cojicoji.splash_start .splash_number_05 {
  -webkit-animation: splashOpacityLast 2s forwards;
          animation: splashOpacityLast 2s forwards;
  -webkit-animation-delay: 5.25s;
          animation-delay: 5.25s;
}
.splash .splash_cojicoji.splash_start .splash_number_06 {
  -webkit-animation: splashLast-x 5s ease-in forwards;
          animation: splashLast-x 5s ease-in forwards;
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
@media screen and (max-width: 768px) {
  .splash .splash_cojicoji.splash_start .splash_number_06 {
    -webkit-animation: splashLastSP-x 5s ease-in forwards;
            animation: splashLastSP-x 5s ease-in forwards;
    -webkit-animation-delay: 8.5s;
            animation-delay: 8.5s;
  }
}
.splash .splash_cojicoji.splash_start .splash_number_06 .cojicoji_img_box {
  -webkit-animation: splashLast-y 6s ease-out forwards;
          animation: splashLast-y 6s ease-out forwards;
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
  width: 183px;
}
@media screen and (max-width: 768px) {
  .splash .splash_cojicoji.splash_start .splash_number_06 .cojicoji_img_box {
    -webkit-animation: splashLastSP-y 6s ease-out forwards;
            animation: splashLastSP-y 6s ease-out forwards;
    -webkit-animation-delay: 8.5s;
            animation-delay: 8.5s;
    width: 88px;
  }
}
.splash .title {
  opacity: 0;
  position: absolute;
  left: 20px;
  bottom: 26px;
  width: 235px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media screen and (max-width: 768px) {
  .splash .title {
    left: 20px;
    bottom: 26px;
    width: 130px;
  }
}
.splash .title .copyright {
  margin-top: 10px;
  font-size: 11px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .splash .title .copyright {
    font-size: 9px;
  }
}
.splash .scroll_text {
  opacity: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .splash .scroll_text {
    right: 0px;
    bottom: 26px;
  }
}
.splash .scroll_text p {
  -webkit-transform: rotate(90deg) translate(-50%, 0);
          transform: rotate(90deg) translate(-50%, 0);
  font-size: 10px;
}
.splash .scroll_text .scroll_border {
  position: relative;
  -webkit-transform: translate(1px, 0);
          transform: translate(1px, 0);
  margin: 0 auto;
  width: 1px;
  height: 22px;
  overflow: hidden;
}
.splash .scroll_text .scroll_border:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: scrollBorder 2s infinite;
          animation: scrollBorder 2s infinite;
}

.splash:has(.splash_start) .scroll_text {
  -webkit-animation: scrollTextOpacity 0.5s forwards;
          animation: scrollTextOpacity 0.5s forwards;
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.splash:has(.splash_start) .title {
  opacity: 1;
}

@-webkit-keyframes splashOpacityFirst {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes splashOpacityFirst {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes splashOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes splashOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes splashOpacityLast {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes splashOpacityLast {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes splashLast-x {
  0% {
    opacity: 0;
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(calc(-65vw - 150px), 0);
            transform: translate(calc(-65vw - 150px), 0);
  }
}
@keyframes splashLast-x {
  0% {
    opacity: 0;
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(calc(-65vw - 150px), 0);
            transform: translate(calc(-65vw - 150px), 0);
  }
}
@-webkit-keyframes splashLast-y {
  0% {
    -webkit-transform: translate(0, 150px);
            transform: translate(0, 150px);
  }
  100% {
    -webkit-transform: translate(0, calc(75svh - 50px));
            transform: translate(0, calc(75svh - 50px));
  }
}
@keyframes splashLast-y {
  0% {
    -webkit-transform: translate(0, 150px);
            transform: translate(0, 150px);
  }
  100% {
    -webkit-transform: translate(0, calc(75svh - 50px));
            transform: translate(0, calc(75svh - 50px));
  }
}
@-webkit-keyframes splashLastSP-x {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(calc(-57vw - 150px), 0);
            transform: translate(calc(-57vw - 150px), 0);
  }
}
@keyframes splashLastSP-x {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(calc(-57vw - 150px), 0);
            transform: translate(calc(-57vw - 150px), 0);
  }
}
@-webkit-keyframes splashLastSP-y {
  0% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, calc(50svh + 100px));
            transform: translate(0, calc(50svh + 100px));
  }
}
@keyframes splashLastSP-y {
  0% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, calc(50svh + 100px));
            transform: translate(0, calc(50svh + 100px));
  }
}
@-webkit-keyframes scrollBorder {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.01% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes scrollBorder {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.01% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@-webkit-keyframes scrollTextOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrollTextOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* lead_text */
.lead_text_wrapper {
  position: relative;
  z-index: -1;
  margin: 0 auto;
  max-width: 768px;
  width: 78%;
}
@media screen and (max-width: 768px) {
  .lead_text_wrapper {
    margin: 0 auto;
  }
}
.lead_text_wrapper .lead_text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 2px;
}

/* section共通 */
.inner {
  margin: 0 auto;
  max-width: 1150px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#CREATIVE .inner {
  margin: 0 auto;
  max-width: 1150px;
  width: 69%;
}
@media screen and (max-width: 768px) {
  #CREATIVE .inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

h2 {
  padding-top: 116px;
  margin-bottom: 44px;
  font-size: 37px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 31px;
  }
}

#popupshop h2 {
  padding-top: 180px;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  #popupshop h2 {
    padding-top: 160px;
    margin-bottom: 34px;
    font-size: 28px;
  }
}
#popupshop .inner_popup02 h2 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #popupshop .inner_popup02 h2 {
    padding-top: 100px;
  }
}

#CREATIVE h2 {
  text-align: left;
  padding-top: 105px;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  #CREATIVE h2 {
    margin-bottom: 18px;
    text-align: center;
  }
}

/* CAMPAIGN */
#CAMPAIGN {
  overflow: hidden;
  z-index: -1;
  position: relative;
}
#CAMPAIGN .campaign_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#CAMPAIGN .campaign_box .campaign_left_box {
  position: relative;
  max-width: 576px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box .campaign_left_box {
    text-align: center;
  }
}
#CAMPAIGN .campaign_box .campaign_left_box .campaign_title {
  margin-top: 0px;
  font-size: 23px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box .campaign_left_box .campaign_title {
    margin-top: 29px;
    font-size: 23px;
    text-align: center;
  }
}
#CAMPAIGN .campaign_box .campaign_left_box .date {
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box .campaign_left_box .date {
    font-size: 15px;
    text-align: center;
  }
}
#CAMPAIGN .campaign_box .campaign_left_box .detail_text {
  margin-top: 15px;
  font-size: 13px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box .campaign_left_box .detail_text {
    font-size: 14px;
    margin-top: 26px;
    text-align: left;
  }
}
#CAMPAIGN .campaign_box .campaign_left_box .detail_text a {
  font-size: 16px;
  text-decoration: underline;
}
#CAMPAIGN .campaign_box .campaign_left_box .campaign_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
  width: 220px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-transition: opacity 1s ease-out, background-color 0.2s, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, background-color 0.2s, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, background-color 0.2s;
  transition: opacity 1s ease-out, transform 1s ease-out, background-color 0.2s, -webkit-transform 1s ease-out;
  cursor: pointer;
}
#CAMPAIGN .campaign_box .campaign_left_box .campaign_button:hover {
  background-color: #FFF79F;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box .campaign_left_box .campaign_button {
    margin: 44px auto 0;
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box .campaign_left_box .campaign_button.pc {
    display: none;
  }
}
#CAMPAIGN .campaign_box .campaign_left_box .campaign_button.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box .campaign_left_box .campaign_button.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#CAMPAIGN .campaign_box .campaign_left_box .campaign_button::after {
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  background-image: url(../images/arrow.svg);
  width: 10px;
  height: 10px;
}
#CAMPAIGN .campaign_box .campaign_left_box .campaign_button p {
  letter-spacing: 3px;
}
#CAMPAIGN .campaign_box .campaign_left_box .campaign_button a {
  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;
  width: 100%;
  height: 100%;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box {
  position: relative;
  margin-top: 30px;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box.note_text_box_hover .lower_box:before {
  opacity: 0;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box.note_text_box_hover .lower_box .more_text_box {
  position: absolute;
  padding-left: 21px;
  padding-right: 19px;
  top: -4px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #60BBEB;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box.note_text_box_hover .lower_box .more_text_box p {
  color: rgba(0, 0, 0, 0);
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box.note_text_box_hover .lower_box .more_text_box p:after {
  display: block;
  color: #000;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box.note_text_box_hover .lower_box .more_text_box .more_plus .more_plus_border01 {
  opacity: 0;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .upper_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .upper_box p {
  margin-right: 2px;
  width: 80px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .upper_box .upper_border {
  width: 100%;
  height: 1px;
  background-color: #000;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .note_text {
  padding-bottom: 20px;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
  /* max-heightにトランジションを適用 */
  max-height: 60px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  margin-top: 8px;
  font-size: 11px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box .campaign_left_box .note_text_box .note_text {
    margin-top: 11px;
    text-align: left;
  }
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .lower_box {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .lower_box:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 50%;
  display: block;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#60BBEB));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #60BBEB);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .lower_box .more_text_box {
  position: absolute;
  padding-left: 21px;
  padding-right: 19px;
  top: -4px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #60BBEB;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .lower_box .more_text_box p {
  position: relative;
  font-size: 10px;
  line-height: 1;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .lower_box .more_text_box p:after {
  content: "CLOSE";
  position: absolute;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  display: block;
  color: rgba(0, 0, 0, 0);
  font-size: 10px;
  line-height: 1;
  font-family: clarendon-wide-sc, sans-serif;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .lower_box .more_text_box .more_plus {
  margin-right: 7px;
  width: 10px;
  height: 10px;
  position: relative;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .lower_box .more_text_box .more_plus .more_plus_border01,
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .lower_box .more_text_box .more_plus .more_plus_border02 {
  position: absolute;
  background-color: #000;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .lower_box .more_text_box .more_plus .more_plus_border01 {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .lower_box .more_text_box .more_plus .more_plus_border02 {
  width: 10px;
  height: 2px;
  left: 0;
  top: 4px;
}
#CAMPAIGN .campaign_box .campaign_left_box .note_text_box .lower_box .lower_border {
  width: 100%;
  height: 1px;
  background-color: #000;
}
#CAMPAIGN .campaign_box.novelty_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box.novelty_box {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box.novelty_box .campaign_title {
    margin-top: 159px;
  }
}
#CAMPAIGN .campaign_box.novelty_box .note_text_box.note_text_box_hover .note_text {
  max-height: 200px;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box.novelty_box .note_text_box.note_text_box_hover .note_text {
    max-height: 350px;
  }
}
#CAMPAIGN .campaign_box.photo-booth_box {
  margin-bottom: 139px;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box.photo-booth_box {
    margin-bottom: 137px;
  }
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box.photo-booth_box .campaign_title {
    margin-top: 69px;
  }
}
#CAMPAIGN .campaign_box.sns-campaign_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box.sns-campaign_box {
    margin-bottom: 80px;
  }
}
#CAMPAIGN .campaign_box.sns-campaign_box .note_text_box.note_text_box_hover .note_text {
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box.sns-campaign_box .note_text_box.note_text_box_hover .note_text {
    max-height: 690px;
  }
}
#CAMPAIGN .campaign_box.Kigurumi_box {
  margin-bottom: 165px;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box.Kigurumi_box {
    margin-bottom: 222px;
  }
}
#CAMPAIGN .campaign_box.shizuoka_box {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box.shizuoka_box {
    margin-bottom: 100px;
  }
}
#CAMPAIGN .campaign_box.present_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box.present_box {
    margin-bottom: 100px;
  }
}
#CAMPAIGN .campaign_box .campaign_right_box {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 26.0416666667vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #CAMPAIGN .campaign_box .campaign_right_box {
    max-width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .sns_list_box {
    text-align: center;
  }
}
.sns_list_box .sns_button {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  height: 30px;
  border: #000 1px solid;
  padding: 0 10px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: opacity 1s ease-out, background-color 0.2s, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, background-color 0.2s, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, background-color 0.2s;
  transition: opacity 1s ease-out, transform 1s ease-out, background-color 0.2s, -webkit-transform 1s ease-out;
}
.sns_list_box .sns_button .img_box {
  width: 18px;
  margin-bottom: 4px;
}
.sns_list_box .sns_button p {
  line-height: 1;
}
.sns_list_box .sns_button .sns_plus {
  position: relative;
  width: 10px;
  height: 10px;
  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;
}
.sns_list_box .sns_button .sns_plus .sns_border {
  position: absolute;
  background-color: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.sns_list_box .sns_button .sns_plus .sns_border.sns_border01 {
  width: 100%;
  height: 2px;
}
.sns_list_box .sns_button .sns_plus .sns_border.sns_border02 {
  width: 2px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sns_list_box .sns_list {
  pointer-events: none;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 10px;
  list-style: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  max-height: 0px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sns_list_box .sns_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 5px;
  }
}
.sns_list_box .sns_list li {
  font-size: 13px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
  .sns_list_box .sns_list li {
    font-size: 11px;
  }
}
.sns_list_box .sns_list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sns_list_box .sns_list li a:hover {
  opacity: 0.7;
}
.sns_list_box.sns_list_box_hover .sns_button {
  background-color: #FFF79F;
}
.sns_list_box.sns_list_box_hover .sns_button .sns_border02 {
  opacity: 0;
}
.sns_list_box.sns_list_box_hover .sns_list {
  margin-top: 20px;
  max-height: 140px;
  pointer-events: all;
}

#popupshop {
  position: relative;
  background-size: 100%;
  background-image: url(../images/bg/bg_pc_02.jpg);
  background-size: contain;
  background-repeat: repeat;
}
#popupshop .popup_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 63px;
     -moz-column-gap: 63px;
          column-gap: 63px;
  margin-bottom: 108px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #popupshop .popup_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 230px;
  }
}
#popupshop .popup_box.popup_box02 {
  margin-bottom: 0;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  #popupshop .popup_box.popup_box02 {
    padding-bottom: 150px;
  }
}
#popupshop .popup_box .popup_left_box {
  text-align: left;
  position: relative;
  max-width: 576px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #popupshop .popup_box .popup_left_box {
    text-align: center;
  }
}
#popupshop .popup_box .popup_left_box .popup_title {
  display: inline-block;
  position: relative;
  margin-top: 7px;
  font-size: 23px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 768px) {
  #popupshop .popup_box .popup_left_box .popup_title {
    margin-top: 29px;
    font-size: 23px;
    text-align: center;
  }
}
#popupshop .popup_box .popup_left_box .date {
  margin-top: 5px;
  font-size: 18px;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #popupshop .popup_box .popup_left_box .date {
    font-size: 15px;
    text-align: center;
  }
}
#popupshop .popup_box .popup_left_box .detail_text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  #popupshop .popup_box .popup_left_box .detail_text {
    margin-top: 26px;
    text-align: left;
    line-height: 28px;
  }
}
#popupshop .popup_box .popup_left_box .popup_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
  width: 220px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: opacity 1s ease-out, background-color 0.2s, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, background-color 0.2s, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, background-color 0.2s;
  transition: opacity 1s ease-out, transform 1s ease-out, background-color 0.2s, -webkit-transform 1s ease-out;
  cursor: pointer;
}
#popupshop .popup_box .popup_left_box .popup_button:hover {
  background-color: #FFF79F;
}
@media screen and (max-width: 768px) {
  #popupshop .popup_box .popup_left_box .popup_button {
    margin: 44px auto 0;
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  #popupshop .popup_box .popup_left_box .popup_button.pc {
    display: none;
  }
}
#popupshop .popup_box .popup_left_box .popup_button.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #popupshop .popup_box .popup_left_box .popup_button.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#popupshop .popup_box .popup_left_box .popup_button::after {
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  background-image: url(../images/arrow.svg);
  width: 10px;
  height: 10px;
}
#popupshop .popup_box .popup_left_box .popup_button p {
  letter-spacing: 3px;
}
#popupshop .popup_box .popup_left_box .popup_button a {
  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;
  width: 100%;
  height: 100%;
}
#popupshop .popup_right_box {
  aspect-ratio: 1/1;
  max-width: 320px;
  width: 100%;
}
#popupshop .goods_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
}
#popupshop .goods_title:before, #popupshop .goods_title:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 20px;
}
#popupshop .goods_title:before {
  background-image: url(../images/goods_left.png);
  -webkit-transform: translate(-6px, 3px);
          transform: translate(-6px, 3px);
}
#popupshop .goods_title:after {
  background-image: url(../images/goods_right.png);
  -webkit-transform: translate(11px, 3px);
          transform: translate(11px, 3px);
}
#popupshop .goods_slide.splide .splide__track {
  -webkit-transition: all linear;
  transition: all linear;
}
#popupshop .goods_slide.splide .splide__track .splide__list .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#popupshop .goods_slide.splide .splide__track .splide__list .splide__slide .item_text_box {
  margin: 0 auto;
  width: 60%;
  text-align: left;
}
#popupshop .goods_slide.splide .splide__track .splide__list .splide__slide .item_text_box .item_name {
  font-size: 14px;
}
#popupshop .goods_slide.splide .splide__track .splide__list .splide__slide .item_text_box .item_price {
  font-size: 15px;
  font-weight: bold;
  color: #F57A18;
}
#popupshop .goods_slide.splide.splide02 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #popupshop .goods_slide.splide.splide02 {
    padding-bottom: 50px;
  }
}

#CREATIVE {
  overflow: hidden;
  z-index: -1;
  position: relative;
}
#CREATIVE .creative_title {
  display: inline-block;
}
#CREATIVE .creative_title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  line-height: 1;
  background-color: #29AFF5;
}
#CREATIVE .creative_title span .creative_border {
  margin-right: 7px;
  background-color: #000;
  width: 14px;
  height: 1px;
}
#CREATIVE .creative_movie_box {
  max-width: 960px;
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #CREATIVE .creative_movie_box {
    margin-bottom: 49px;
  }
}
#CREATIVE .creative_movie_box iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
#CREATIVE .creative_img_box {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin-bottom: 150px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 13px 13px;
          box-shadow: rgba(0, 0, 0, 0.16) 13px 13px;
}
@media screen and (max-width: 768px) {
  #CREATIVE .creative_img_box {
    margin-bottom: 80px;
  }
}
#CREATIVE .introduction_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 63px;
     -moz-column-gap: 63px;
          column-gap: 63px;
}
@media screen and (max-width: 768px) {
  #CREATIVE .introduction_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#CREATIVE .introduction_box.introduction_box_01 {
  margin-bottom: 54px;
}
#CREATIVE .introduction_box.introduction_box_02 {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  #CREATIVE .introduction_box.introduction_box_02 {
    margin-bottom: 54px;
  }
}
#CREATIVE .introduction_box .introduction_left_box {
  max-width: 576px;
  width: 100%;
}
#CREATIVE .introduction_box .introduction_left_box .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
#CREATIVE .introduction_box .introduction_left_box .title_box .introduction_title {
  font-size: 23px;
}
#CREATIVE .introduction_box .introduction_left_box .title_box .linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
#CREATIVE .introduction_box .introduction_left_box .title_box .linklist .linklist_l {
  width: 16px;
}
#CREATIVE .introduction_box .introduction_left_box .title_box .linklist .linklist_i {
  width: 16px;
}
#CREATIVE .introduction_box .introduction_left_box .title_box .linklist .linklist_x {
  width: 16px;
}
#CREATIVE .introduction_box .introduction_left_box .title_box .linklist .linklist_f {
  width: 16px;
}
#CREATIVE .introduction_box .introduction_left_box .title_box .linklist .linklist_y {
  width: 16px;
}
#CREATIVE .introduction_box .introduction_left_box .detail_text {
  font-size: 14px;
  line-height: 2;
  text-align: left;
}
#CREATIVE .introduction_box .introduction_right_box {
  aspect-ratio: 1/1;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #CREATIVE .introduction_box .introduction_right_box {
    margin-bottom: 20px;
  }
}
#CREATIVE .introduction_box .introduction_right_box img {
  width: 100%;
}

.footer_inner {
  position: relative;
  margin: 0 auto;
  max-width: 1150px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
  }
}
.footer_inner .cojicoji_footer {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 552px;
}
@media screen and (max-width: 768px) {
  .footer_inner .cojicoji_footer {
    margin-bottom: 42px;
  }
}
.footer_inner .footer {
  margin: 0 auto 40px 0;
  width: 313px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer_inner .footer {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 50px;
  }
}
.footer_inner .footer .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  margin-bottom: 5px;
}
.footer_inner .footer .flex_box .logo {
  width: 73px;
}
.footer_inner .footer .flex_box .linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
}
.footer_inner .footer .flex_box .linklist .linklist_i {
  width: 17px;
}
.footer_inner .footer .flex_box .linklist .linklist_x {
  width: 16px;
}
.footer_inner .footer .flex_box .linklist .linklist_t {
  width: 15px;
}
.footer_inner .footer .flex_box .linklist .linklist_f {
  width: 17px;
}
.footer_inner .footer .flex_box .linklist .linklist_y {
  width: 17px;
}
.footer_inner .footer .flex_box .linklist div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ------------------------------------------------
modal
------------------------------------------------ */
.modal {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  /* 画面に固定 */
  z-index: 100;
  /* 他の要素より手前に表示 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  /* コンテンツがはみ出したらスクロール可能に */
  opacity: 0;
  /* フェードイン/アウト用に透明にしておく */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* フェードアニメーション */
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(96, 186, 235, 0.8274509804);
  cursor: pointer;
}

/* モーダルコンテンツ */
.modal-content {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  /* 上から10%、左右中央寄せ */
  width: 70%;
  /* 幅を調整 */
  max-width: 1024px;
  /* 閉じるボタンの基準にする */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  padding-bottom: 10px;
  /* スケールアップアニメーション */
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 100%;
    max-width: 450px;
    padding-bottom: 0px;
  }
}
.modal-content .modal_img_box {
  margin: 0 auto;
  padding: 10px 0px 40px;
  width: 100px;
}
.modal-content table {
  margin: 20px auto 40px;
  width: 86%;
}
@media screen and (max-width: 768px) {
  .modal-content table {
    width: 93%;
    margin: 0px auto;
  }
}
.modal-content table tr td {
  font-size: 15px;
  padding-top: 26px;
  padding-bottom: 22px;
  line-height: 1;
  /* セル内の余白 */
  text-align: left;
  /* 左揃え */
  border-top: 1px dotted #110F0F;
  /* 画像のような点線の区切り */
  vertical-align: middle;
}
.modal-content table tr td:nth-child(1) {
  padding-left: 8px;
  width: 210px;
  border-right: 1px solid #110F0F;
}
@media screen and (max-width: 768px) {
  .modal-content table tr td:nth-child(1) {
    width: 123px;
  }
}
.modal-content table tr td:nth-child(2) {
  padding-left: 74px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .modal-content table tr td:nth-child(2) {
    padding-left: 43px;
    line-height: 24px;
  }
}
.modal-content table tr td:nth-child(2) span.sp img {
  -webkit-transform: translate(0, -6px);
          transform: translate(0, -6px);
}
.modal-content table tr td:nth-child(3) {
  font-size: 16px;
  padding-left: 6px;
  width: 210px;
  line-height: 1.4;
}
.modal-content table tr td img {
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
  width: 15px;
  margin-right: 3px;
}

#modal01 td:nth-child(2) {
  line-height: 22px;
}
/* 閉じるボタン */
.close-button {
  position: absolute;
  top: 20px;
  right: -125px;
  color: #000;
  /* 右寄せ */
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}
.close-button img {
  -webkit-transform: scale(0.5) translate(0, -4px);
          transform: scale(0.5) translate(0, -4px);
}
@media screen and (max-width: 768px) {
  .close-button {
    position: relative;
    top: unset;
    right: unset;
  }
}
@media screen and (max-width: 768px) {
  .close-button.close-button_01 {
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 25px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .close-button.close-button_02 {
    margin-top: 30px;
    margin-bottom: 67px;
    text-align: center;
  }
}

.close-button:hover,
.close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* モーダルが表示された時のクラス */
.modal.is-active {
  display: block;
  /* 表示 */
  opacity: 1;
  /* フェードイン完了 */
}

.modal.is-active .modal-content {
  opacity: 1;
}

/* アニメーションキーフレーム (任意: モーダルが開くときのアニメーション) */
/*************************************
helper classes
*************************************/
.mt00 {
  margin-top: 0 !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* px */
.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz37 {
  font-size: 37px !important;
}

.fz38 {
  font-size: 38px !important;
}

.fz39 {
  font-size: 39px !important;
}

.fz40 {
  font-size: 40px !important;
}

.lh00 {
  line-height: 0 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.dy-n {
  display: none !important;
}

.dy-b {
  display: block !important;
}

.dy-ib {
  display: inline-block !important;
}

.dy-i {
  display: inline !important;
}

.fl-l {
  float: left !important;
}

.fl-r {
  float: right !important;
}

.fl-n {
  float: none !important;
}

.va-m {
  vertical-align: middle !important;
}

.va-bl {
  vertical-align: baseline !important;
}

.va-t {
  vertical-align: top !important;
}

.va-b {
  vertical-align: bottom !important;
}

.td-u {
  text-decoration: underline !important;
}

.fw-b {
  font-weight: bold !important;
}

.fw-n {
  font-weight: normal !important;
}