@charset "UTF-8";
:root {
  --primary: #00AFEC;
  --wh: #fff;
  --wh2: #eee;
  --wh3: #f6f6f6;
  --bk: #000;
  --bk2: #333;
  --gray: #B6BCC1;
  --blue: #15A0D4;
  --blue_dark: #0366B3;
  --yellow: #ECE800;
}

/* parts */
/* -------------------------------------------------------- */
.fv_wrap {
  padding: 24px;
  width: 100%;
  height: calc(100svh - 48px);
}

@media only screen and (min-width: 765px) {
  #fv_wrap {
    top: 24px !important;
  }
}
@media only screen and (max-width: 764px) {
  .fv_wrap {
    padding: 12px;
  }
  #fv_wrap .fv_container {
    /*    height: calc(100svh - 24px) !important; */
    height: calc(100svh - 32px) !important;
    top: 16px !important;
  }
  /*
    #loading.loaded.small + #fv_wrap .fv_container::before {
      background-color: transparent !important;
    }
  */
}
.fv_container {
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--wh);
  overflow: hidden;
  background: var(--wh);
}

.fv_container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  -webkit-mask-image: url("../img/top/bg_mask.png");
  mask-image: url("../img/top/bg_mask.png");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media only screen and (max-width: 764px) {
  .fv_container::before {
    -webkit-mask-image: url("../img/top/bg_mask_sp.png");
    mask-image: url("../img/top/bg_mask_sp.png");
  }
}
.fv_container.intro03::before {
  background: url("../img/top/intro_train_01_pc.png") no-repeat center top/100% 100%;
}

@media only screen and (max-width: 540px) {
  .fv_container.intro03::before {
    background: url("../img/top/intro_train_01_sp.png") no-repeat center top/100% 100%;
  }
}
.fv_container.intro04::before {
  background: url("../img/top/intro_bedroom_01_pc.png") no-repeat center top/100% 100%;
}

@media only screen and (max-width: 540px) {
  .fv_container.intro04::before {
    background: url("../img/top/intro_bedroom_01_sp.png") no-repeat center top/100% 100%;
  }
}
.fv_container.intro05::before {
  background: url("../img/top/intro_car_01_pc.png") no-repeat center top/100% 100%;
}

@media only screen and (max-width: 540px) {
  .fv_container.intro05::before {
    background: url("../img/top/intro_car_01_sp.png") no-repeat center top/100% 100%;
  }
}
/* loading */
/* -------------------------------------------------------- */
#loading {
  display: none; /* 表示確認用 */
}

#loading .fv_container {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#loading_txt {
  position: absolute;
  width: 248px;
}

@media only screen and (max-width: 764px) {
  #loading_txt {
    width: 166px;
  }
}
#loading_logo {
  position: absolute;
  max-width: 282px;
  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;
  display: none; /* 表示確認用 */
}

@media only screen and (max-width: 764px) {
  #loading_logo {
    max-width: 168px;
  }
}
#loading_logo02 {
  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;
  width: 584px;
  height: 234px;
  outline: none;
}

@media only screen and (max-width: 764px) {
  #loading_logo02 {
    width: 232px;
    height: 78px;
  }
}
@media only screen and (max-width: 1199px) {
  #loading.loaded #loading_logo02.open {
    opacity: 0;
  }
}
#loading_logo02_01_a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 26px;
  top: 43px;
  left: 0;
}

@media only screen and (max-width: 764px) {
  #loading_logo02_01_a {
    gap: 0 10px;
    top: 15px;
    left: 14%;
    width: 30%;
  }
}
#loading_logo02_01_a #l_txt03 {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

@media only screen and (max-width: 764px) {
  #loading_logo02_01_a #l_txt03 {
    -webkit-transform: translate(-8px, 0);
    transform: translate(-8px, 0);
  }
}
#loading_logo02_01_b {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: none; /* 表示確認用 */
}

#loading_logo02_01_b #l_logo15th img {
  width: 100%;
}

#loading_logo02 #loading_logo02_01_a img.white,
#loading_logo02 #loading_logo02_02 img.white,
#loading.loaded #loading_logo02.open img.white {
  display: block;
}

#loading_logo02 #loading_logo02_01_a img.blue,
#loading_logo02 #loading_logo02_02 img.blue,
#loading.loaded #loading_logo02.open img.blue {
  display: none;
}

#loading_logo02.invertColor #loading_logo02_01_a img.white,
#loading_logo02.invertColor #loading_logo02_02 img.white {
  display: none;
}

#loading_logo02.invertColor #loading_logo02_01_a img.blue,
#loading_logo02.invertColor #loading_logo02_02 img.blue {
  display: block;
}

#loading_logo02_02 {
  position: absolute;
  width: 436px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 764px) {
  #loading_logo02_02 {
    width: 64%;
  }
}
#loading_logo02_03 {
  position: absolute;
  width: 350px;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 764px) {
  #loading_logo02_03 {
    width: 50%;
  }
}
#loading #progress {
  position: fixed;
  width: 145px;
  height: 3px;
  bottom: 15.7%;
  left: calc(50% - 73px);
  background-color: var(--blue);
  z-index: 9999;
}

@media only screen and (max-width: 764px) {
  #loading #progress {
    width: 60px;
    bottom: 38%;
    left: calc(50% - 30px);
  }
}
/*
#loading.loaded.loadend #progress {
  -webkit-animation: fadeOut01 3s infinite linear;
          animation: fadeOut01 3s infinite linear;
}
*/
#loading #progress #progress_bar {
  width: 0%;
  height: 100%;
  background-color: var(--wh);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -60px);
    transform: translate(-50%, -60px);
  }
}
@-webkit-keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* fv_wrap */
/* -------------------------------------------------------- */
.fv_wrap02 .logo {
  position: absolute;
  top: 27px;
  left: 22px;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .logo {
    top: 24px;
    left: 16px;
    width: 60%;
    max-width: 208px;
    z-index: 10;
  }
}
.fv_wrap02 .logo.small {
  width: 32%;
  max-width: 124px;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .logo.small {
    top: 26px;
    max-width: 84px;
  }
}
.fv_wrap02 .logo a:hover img {
  opacity: 1;
}

#loading .gnav {
  position: fixed;
  top: 58px;
  right: 48px;
  z-index: 99;
  display: none;
}

@media only screen and (min-width: 1200px) {
  #loading.loadend .gnav {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  #loading .gnav,
  #loading.loadend .gnav {
    display: none !important;
  }
}
#loading .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 24px;
}

#loading .gnav ul li a {
  position: relative;
}

#loading .gnav ul li a .gnav_item_wrap {
  position: relative;
}

#loading .gnav ul li a .gnav_item_wrap .gnav_item .white {
  display: block;
}

#loading .gnav ul li a .gnav_item_wrap .gnav_item .blue {
  display: none;
}

#loading .gnav ul li a .gnav_item_wrap .wave1 {
  position: absolute;
  width: 100%;
  height: 3px;
  opacity: 0;
  bottom: 0;
  left: 0;
}

#loading .gnav ul li a:hover img {
  opacity: 1;
}

#loading .gnav ul li a:hover .wave1 {
  opacity: 1;
}

.btn_more .gnav ul li a:hover {
  color: var(--primary);
}

#loading .gnav.invertColor ul li a .gnav_item_wrap .gnav_item .white {
  display: none;
}

#loading .gnav.invertColor ul li a .gnav_item_wrap .gnav_item .blue {
  display: block;
}

.fv_wrap02 .fv_arrow {
  position: absolute;
  width: 17px;
  height: 62px;
  top: calc(50% - 56px);
  left: 24px;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .fv_arrow {
    width: 8px;
    height: 31px;
    top: 23%;
    left: 13px;
  }
}
@media only screen and (max-width: 540px) {
  .fv_wrap02 .fv_arrow {
    top: 24.5%;
    left: 15px;
  }
}
@media only screen and (min-width: 667px) and (max-height: 550px) {
  .fv_wrap02 .fv_arrow {
    width: 11px;
    height: 43px;
    top: 38%;
    left: 20px;
  }
}
.fv_wrap02 .fv_scroll_box {
  position: absolute;
  width: 25px;
  height: 65px;
  bottom: 0;
  left: calc(50% - 12.5px);
  z-index: 3;
  -webkit-transition: none !important;
  transition: none !important;
  border: none;
  background: none;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .fv_scroll_box {
    width: 12px;
    height: 34px;
    bottom: max(80px, 14vh);
    left: auto;
    right: 11.5%;
  }
}
@media only screen and (max-width: 540px) {
  .fv_wrap02 .fv_scroll_box {
    bottom: 61px;
  }
}
@media only screen and (max-width: 604px) and (max-height: 550px) {
  .fv_wrap02 .fv_scroll_box {
    bottom: 53px;
  }
}
.fv_wrap02 .fv_scroll_box::before {
  position: absolute;
  content: "";
  width: 67px;
  height: 12px;
  background: url("../img/top/scroll_txt.svg") no-repeat 0 0/contain;
  top: -24px;
  left: calc(50% - 33px);
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .fv_scroll_box::before {
    width: 34px;
    height: 6px;
    top: -20px;
    left: calc(50% - 17px);
  }
}
@media only screen and (min-width: 765px) {
  .fv_wrap02 .fv_scroll_box::after {
    position: absolute;
    content: "";
    width: 100%;
    background-image: url("../img/common/frame/line3.png");
    background-size: auto 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 10px;
    bottom: -7px;
    left: 0;
    z-index: 2;
  }
}
.fv_wrap02 .fv_scroll_box .fv_scroll::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 65px;
  background: var(--wh2);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .fv_scroll_box .fv_scroll::before {
    width: 1.5px;
    height: 28px;
    top: 0;
  }
}
.fv_wrap02 .fv_scroll_box .fv_scroll::after {
  display: none;
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url("../img/top/scroll_icn.svg") no-repeat 0 0/contain;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-animation: scroll 5.66s infinite linear;
  animation: scroll 5.66s infinite linear;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .fv_scroll_box .fv_scroll::after {
    width: 13px;
    height: 13px;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    top: -3%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    top: 92%;
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    top: -3%;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    top: 92%;
    opacity: 0;
  }
}
.fv_wrap02 .fv_side_character_box {
  position: absolute;
  width: 276px;
  height: 264px;
  bottom: 155px;
  right: 0;
  z-index: 18;
}

.fv_wrap02 .fv_side_character_box .fv_side_character_bubble {
  position: absolute;
  width: 241px;
  top: 0;
  right: 34px;
  z-index: 2;
}

.fv_wrap02 .fv_side_character_box .fv_side_character {
  position: absolute;
  width: 130px;
  top: 75px;
  right: 0;
}

@media only screen and (min-width: 765px) and (max-height: 550px) {
  .fv_wrap02 .fv_side_character_box {
    width: 138px;
    height: 132px;
    bottom: 78px;
  }
  .fv_wrap02 .fv_side_character_box .fv_side_character_bubble {
    width: 120px;
    right: 17px;
  }
  .fv_wrap02 .fv_side_character_box .fv_side_character {
    width: 65px;
    top: 38px;
  }
}
@media only screen and (max-width: 764px) {
  .fv_wrap02 .fv_side_character_box {
    width: 201px;
    height: 152px;
    top: 108px;
    bottom: auto;
  }
  .fv_wrap02 .fv_side_character_box .fv_side_character_bubble {
    width: 175px;
    right: 29px;
  }
  .fv_wrap02 .fv_side_character_box .fv_side_character {
    width: 61px;
    top: 62px;
  }
}
@media only screen and (max-width: 540px) {
  .fv_wrap02 .fv_side_character_box .fv_side_character_bubble {
    right: 27px;
  }
}
.fv_wrap02 .fv_side_character_box::after {
  position: absolute;
  content: "";
  background-image: url("../img/common/frame/line2_2.png");
  background-size: 100% auto;
  background-position: bottom left;
  width: 20px;
  height: 100%;
  top: 0;
  right: -16px;
  z-index: 2;
}
@media only screen and (max-width: 764px) {
  .fv_wrap02 .fv_side_character_box::after {
    background-image: url("../img/common/frame/line2_2_sp.png");
    width: 10px;
    right: -7px;
  }
}

.fv_wrap02 .fv_horizontal {
  position: absolute;
  width: calc(100% - 48px);
  bottom: 24px;
  left: 24px;
  z-index: 10;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .fv_horizontal {
    bottom: 16px;
  }
}
.fv_wrap02 .fv_horizontal img {
  width: 100%;
}

@media only screen and (min-width: 765px) {
  .fv_wrap02 .fv_horizontal.small {
    width: 40%;
    max-width: 512px;
    left: inherit;
    right: 24px;
  }
}
@media only screen and (min-width: 765px) and (max-height: 550px) {
  #loading.loadend.mode1 .fv_horizontal, #loading.loadend .fv_horizontal {
    bottom: 6px !important;
  }
}
@media only screen and (max-width: 764px) and (max-height: 550px) {
  #loading.loadend.mode1 .fv_horizontal {
    width: 40% !important;
    bottom: 6px !important;
  }
}
@media only screen and (max-width: 604px) and (max-height: 550px) {
  #loading.loadend.mode1 .fv_horizontal {
    width: 91% !important;
  }
}
.fv_wrap02 .fv_triangle_box {
  position: absolute;
  width: 268px;
  height: 317px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .fv_triangle_box {
    width: 162px;
    height: 191px;
  }
}
.fv_wrap02 .fv_logo_box {
  position: absolute;
  width: 28.2%;
  right: 10%;
  top: 30%;
  z-index: 2;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .fv_logo_box {
    width: 40%;
    top: inherit;
    right: inherit;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 540px) {
  .fv_wrap02 .fv_logo_box {
    width: 72%;
    bottom: 62px;
  }
}
.fv_wrap02 .fv_logo_box img {
  width: 100%;
}

.fv_wrap02 .news_pickup {
  position: absolute;
  width: 40%;
  max-width: 330px;
  left: 24px;
  bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px 0;
  z-index: 3;
}

@media only screen and (max-width: 1199px) {
  .fv_wrap02 .news_pickup {
    bottom: 26px;
  }
}
@media only screen and (max-width: 764px) {
  .fv_wrap02 .news_pickup {
    width: 92%;
    bottom: max(80px, 14vh);
  }
}
@media only screen and (max-width: 540px) {
  .fv_wrap02 .news_pickup {
    max-width: 230px;
    left: 15px;
    bottom: 65px;
    gap: 6px 0;
  }
}
@media only screen and (min-width: 667px) and (max-height: 550px) {
  .fv_wrap02 .news_pickup {
    width: 36%;
    bottom: 12px;
    gap: 6px 0;
  }
}
@media only screen and (max-width: 604px) and (max-height: 550px) {
  .fv_wrap02 .news_pickup {
    bottom: 57px;
  }
}
.fv_wrap02 .news_pickup .postbox {
  width: 100%;
}

.fv_wrap02 .news_pickup .postbox .ttl {
  margin-bottom: 6px;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .news_pickup .postbox .ttl {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 764px) {
  .fv_wrap02 .news_pickup .postbox.pickup .ttl {
    margin-bottom: 6px;
  }
}
.fv_wrap02 .news_pickup .postbox a {
  position: relative;
  padding-left: 13px;
  color: var(--wh);
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: block;
  pointer-events: all;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .news_pickup .postbox a {
    font-size: 1.1rem;
  }
}
.fv_wrap02 .news_pickup .postbox a::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #FFFFFF;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.fv_wrap02 .news_pickup .postbox a:hover {
  text-decoration: none;
}

.fv_wrap02 .news_pickup .postbox a:hover::before {
  top: 4px;
  border-width: 6px 0 6px 10px;
}

.fv_wrap02 .fv_catch_wrap {
  position: absolute;
  width: 676px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
  gap: 0 2vw;
}

@media only screen and (max-width: 900px) {
  .fv_wrap02 .fv_catch_wrap {
    width: 480px;
  }
}
@media only screen and (max-width: 540px) {
  .fv_wrap02 .fv_catch_wrap {
    width: 314px;
    gap: 0 2vw;
  }
}
@media only screen and (max-width: 320px) {
  .fv_wrap02 .fv_catch_wrap {
    width: 280px;
  }
}
.fv_wrap02 .fv_catch_wrap .fv_sound {
  position: relative;
  min-width: 111px;
  max-width: 111px;
  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;
}

@media only screen and (max-width: 900px) {
  .fv_wrap02 .fv_catch_wrap .fv_sound {
    min-width: 70px;
    max-width: 70px;
  }
}
@media only screen and (max-width: 764px) {
  .fv_wrap02 .fv_catch_wrap .fv_sound {
    min-width: 56px;
    max-width: 56px;
  }
}
@media only screen and (max-width: 320px) {
  .fv_wrap02 .fv_catch_wrap .fv_sound {
    min-width: 50px;
    max-width: 50px;
  }
}
.fv_wrap02 .fv_catch_wrap .fv_catch {
  text-align: center;
}

.fv_wrap02 .fv_catch_wrap .fv_catch p {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  white-space: nowrap;
  opacity: 0.5;
}

@media only screen and (max-width: 540px) {
  .fv_wrap02 .fv_catch_wrap .fv_catch p {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 320px) {
  .fv_wrap02 .fv_catch_wrap .fv_catch p {
    font-size: 1.1rem;
  }
}
.fv_wrap02 .fv_catch_wrap .fv_catch p.on {
  opacity: 1;
}

.fv_wrap02 .fv_catch_wrap .fv_catch p + p {
  margin-top: 24px;
}

.fv_wrap02 .btn_skip {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 110px;
  height: 40px;
  background: var(--wh);
  border-radius: 100px;
  line-height: 1;
  overflow: hidden;
  z-index: 999;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .btn_skip {
    bottom: 70px;
    left: 14px;
    width: 88px;
    height: 32px;
    border-radius: 80px;
  }
}
@media only screen and (min-width: 765px) {
  .fv_wrap02 .btn_skip::after {
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(0, 175, 236) 0%, rgb(0, 175, 236) 50%, rgba(0, 175, 236, 0.5) 51%, rgba(0, 175, 236, 0.5) 100%);
    border-radius: 50%;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    display: block;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0s;
    transition: opacity 0.5s, -webkit-transform 0s;
    transition: opacity 0.5s, transform 0s;
    transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }
  .fv_wrap02 .btn_skip:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}
.fv_wrap02 .btn_skip button {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: none;
  transition: none;
  z-index: 2;
  cursor: pointer;
}

.fv_wrap02 .btn_skip button .txt {
  position: absolute;
  width: 33px;
  height: 11px;
  top: 15px;
  left: 27px;
  background: url("../img/common/btn_skip_txt.svg") no-repeat 0 0/contain;
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .btn_skip button .txt {
    width: 26px;
    height: 8px;
    top: 12px;
    left: 22px;
  }
}
.fv_wrap02 .btn_skip button .le, .fv_wrap02 .btn_skip button .ri {
  position: absolute;
  content: "";
  width: 15px;
  height: 11px;
  top: 15px;
  display: block;
  z-index: 2;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .btn_skip button .le, .fv_wrap02 .btn_skip button .ri {
    top: 10px;
  }
}
.fv_wrap02 .btn_skip button .le {
  left: -39px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .btn_skip button .le {
    display: none !important;
  }
}
.fv_wrap02 .btn_skip button .ri {
  right: 30px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media only screen and (max-width: 764px) {
  .fv_wrap02 .btn_skip button .ri {
    right: 22px;
  }
}
.fv_wrap02 .btn_skip button .le span,
.fv_wrap02 .btn_skip button .ri span {
  width: 15px;
  height: 11px;
  display: block;
  background: url("../img/common/btn_arrow02.svg") no-repeat 0 0/contain;
  -webkit-animation: move_skip 2s infinite ease;
  animation: move_skip 2s infinite ease;
}

@-webkit-keyframes move_skip {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes move_skip {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (min-width: 765px) {
  .fv_wrap02 .btn_skip button:hover .txt {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    background: url("../img/common/btn_skip_txt_w.svg") no-repeat 0 0/contain;
  }
}
@media only screen and (min-width: 765px) {
  .fv_wrap02 .btn_skip button:hover .le {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  .fv_wrap02 .btn_skip button:hover .ri {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
}
/* intro01 */
/* ------------------------- */
.intro01 .fv_triangle_box.intro06,
.intro01 .fv_triangle_box.intro08,
.intro01 .fv_triangle_box02,
.intro01 .fv_catch_wrap,
.intro01 .btn_skip,
.intro01 .fv_logo_box,
.intro01 .fv_charactor {
  display: none;
}

.intro01 .fv_triangle_bg {
  position: absolute;
  width: 98.5%;
  height: 98.5%;
  left: 0.75%;
  top: 0.75%;
  overflow: hidden;
}

@media only screen and (max-width: 540px) and (max-height: 604px) {
  .intro01 .fv_triangle_bg {
    top: -5%;
  }
}
.intro01 .fv_triangle_bg span {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 844px;
  height: 844px;
  background: rgb(96, 200, 238);
}

.intro01 .fv_triangle_box {
  background: url("../img/top/triangle.svg") no-repeat center center/100% auto;
}

.fv_triangle_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(5vw, -14vh);
  transform: translate(5vw, -14vh);
  z-index: 2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 764px) {
  .fv_triangle_txt {
    top: 37%;
    left: 45%;
    -webkit-transform: none;
    transform: none;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 540px) and (max-height: 604px) {
  .fv_triangle_txt {
    top: 30.5%;
    left: 44%;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 667px) and (max-height: 550px) {
  .fv_triangle_txt {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 667px) and (max-height: 400px) {
  .fv_triangle_txt {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 604px) and (max-height: 550px) {
  .fv_triangle_txt {
    top: 32.5%;
  }
}
/* intro02 */
/* ------------------------- */
.intro02 .news_pickup .fv_triangle_bg,
.intro02 .fv_catch_wrap,
.intro02 .btn_skip,
.intro02 .fv_logo_box,
.intro02 .fv_charactor {
  display: none;
}

.intro02 .fv_triangle_box {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
  background: url("../img/top/intro_train_01_pc.png") no-repeat center center/100% auto;
  -webkit-mask-image: url("../img/top/triangle.svg");
  mask-image: url("../img/top/triangle.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  /* mask-sizeの数値を変更 */
  -webkit-mask-size: 30%;
  mask-size: 30%;
}

@media only screen and (min-width: 667px) and (max-height: 550px) {
  body .intro02 .fv_triangle_box {
    -webkit-mask-size: 100% 100%, 22% !important;
            mask-size: 100% 100%, 22% !important;
  }
}
/* intro03 */
/* ------------------------- */
.intro03 .fv_triangle_bg,
.intro03 .fv_triangle_box,
.intro03 .news_pickup,
.intro03 .fv_catch_wrap.intro04,
.intro03 .fv_catch_wrap.intro05,
.intro03 .fv_logo_box,
.intro03 .fv_charactor {
  display: none;
}

.intro03 .fv_catch_wrap .fv_catch {
  -webkit-transform: translateY(32%);
  transform: translateY(32%);
}

/* intro04 */
/* ------------------------- */
.intro04 .fv_triangle_bg,
.intro04 .fv_triangle_box,
.intro04 .news_pickup,
.intro04 .fv_catch_wrap.intro03,
.intro04 .fv_catch_wrap.intro05,
.intro04 .fv_logo_box,
.intro04 .fv_charactor {
  display: none;
}

/* intro05 */
/* ------------------------- */
.intro05 .fv_triangle_bg,
.intro05 .fv_triangle_box,
.intro05 .news_pickup,
.intro05 .fv_catch_wrap.intro03,
.intro05 .fv_catch_wrap.intro04,
.intro05 .fv_logo_box,
.intro05 .fv_charactor {
  display: none;
}

.intro05 .fv_catch_wrap .fv_catch {
  -webkit-transform: translateY(-32%);
  transform: translateY(-32%);
}

.fv_triangle_txt02 {
  position: absolute;
  top: 28%;
  left: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 12;
  letter-spacing: 0.05em;
  text-align: center;
}

@media only screen and (max-width: 540px) {
  .fv_triangle_txt02 {
    /*    left: inherit; */
    left: 40%;
    -webkit-transform: none;
    transform: none;
    text-align: left;
  }
}
.fv_triangle_txt02 p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media only screen and (max-width: 540px) {
  .fv_triangle_txt02 p {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.fv_triangle_txt02 p + p {
  margin-top: 16px;
}

@media only screen and (max-width: 540px) {
  .fv_triangle_txt02 p + p {
    margin-top: 8px;
  }
}
/* intro06 */
/* ------------------------- */
.intro06 .fv_triangle_bg,
.intro06 .fv_triangle_box.intro01,
.intro06 .fv_triangle_box.intro08,
.intro06 .news_pickup,
.intro06 .fv_catch_wrap,
.intro06 .fv_logo_box,
.intro06 .fv_charactor,
.intro06 .btn_skip,
.intro06 .fv_horizontal {
  display: none;
}

.intro06 .fv_triangle_box {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
  background: url("../img/top/intro_train_01_pc.png") no-repeat center center/100% auto;
  -webkit-mask-image: url("../img/top/triangle.svg");
  mask-image: url("../img/top/triangle.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 25%;
  mask-size: 25%;
}

@media only screen and (max-width: 540px) {
  .intro06 .fv_triangle_box {
    background: url("../img/top/intro_train_01_sp.png") no-repeat center center/100% auto;
  }
}
/* intro07 */
/* ------------------------- */
.intro07 .fv_triangle_bg,
.intro07 .fv_triangle_box.intro01,
.intro07 .fv_triangle_box.intro06,
.intro07 .fv_triangle_txt,
.intro07 .news_pickup,
.intro07 .fv_catch_wrap,
.intro07 .btn_skip,
.intro07 .fv_horizontal,
.intro07 .fv_triangle_box02.intro08 {
  display: none;
}

.intro07 .fv_triangle_box02 {
  position: relative;
  width: 100%;
  height: 100%;
}

.intro07 .fv_triangle_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  background: url("../img/top/charactor_main.webp") no-repeat center bottom/auto 100%;
  opacity: 0.5;
  z-index: 1;
}

@media only screen and (max-width: 540px) {
  .intro07 .fv_triangle_box02::after {
    background: url("../img/top/charactor_main_sp.webp") no-repeat left center/100% auto;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media only screen and (max-width: 380px) {
  .intro07 .fv_triangle_box02::after {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
}
.intro07 .fv_triangle_box02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100vh;
  background: url("../img/top/intro_train_01_pc.png") no-repeat center center/100% auto;
  -webkit-mask-image: url("../img/top/triangle.svg");
  mask-image: url("../img/top/triangle.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 47.8%;
  mask-position: 50% 47.8%;
  -webkit-mask-size: 240px;
  mask-size: 240px;
  z-index: 2;
}

@media only screen and (max-width: 1920px) {
  .intro07 .fv_triangle_box02::before {
    -webkit-mask-position: 50% 46.6%;
    mask-position: 50% 46.6%;
    -webkit-mask-size: 130px;
    mask-size: 130px;
  }
}
@media only screen and (max-width: 1024px) {
  .intro07 .fv_triangle_box02::before {
    -webkit-mask-position: 50% 41%;
    mask-position: 50% 41%;
    -webkit-mask-size: 100px;
    mask-size: 100px;
  }
}
@media only screen and (max-width: 765px) {
  .intro07 .fv_triangle_box02::before {
    -webkit-mask-position: 50% 43%;
    mask-position: 50% 43%;
    -webkit-mask-size: 132px;
    mask-size: 132px;
  }
}
@media only screen and (max-width: 540px) {
  .intro07 .fv_triangle_box02::before {
    background: url("../img/top/intro_train_01_sp.png") no-repeat center center/100% auto;
    -webkit-mask-position: 51% 46.5%;
    mask-position: 51% 46.5%;
    -webkit-mask-size: 14%;
    mask-size: 14%;
  }
}
.intro07 .fv_logo_box {
  -webkit-transform: translateY(136%);
  transform: translateY(136%);
  opacity: 0.5;
}

@media only screen and (max-width: 540px) {
  .intro07 .fv_logo_box {
    -webkit-transform: translate(-50%, 82%);
    transform: translate(-50%, 82%);
  }
}
/* intro08 */
/* ------------------------- */
.intro08 .fv_triangle_bg,
.intro08 .fv_triangle_box,
.intro08 .fv_triangle_txt,
.intro08 .news_pickup,
.intro08 .fv_catch_wrap,
.intro08 .btn_skip,
.intro08 .fv_horizontal {
  display: none;
}

.intro08 .fv_triangle_box02 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/top/charactor_main.webp") no-repeat center bottom/auto 100%;
}

.intro08 .fv_triangle_box02::before {
  content: none;
}

.intro08 .fv_logo_box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 540px) {
  .intro08 .fv_logo_box {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
/* main */
/* -------------------------------------------------------- */
#main {
  position: relative;
  overflow: hidden;
}

.circle3_wrap {
  position: absolute;
  width: 98%;
  height: 100%;
  overflow: hidden;
  left: 1%;
}

.circle3 {
  opacity: 0.1;
  z-index: -1;
}

@media only screen and (max-width: 764px) {
  .circle3 {
    opacity: 0.2;
  }
}
.circle3 span {
  -webkit-animation-name: hamon1;
  animation-name: hamon1;
  -webkit-animation-duration: 5.66s;
  animation-duration: 5.66s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 80vh;
  width: 80vh;
  background: rgb(96, 200, 238);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.circle3 span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.circle3 span:nth-child(2) {
  -webkit-animation-delay: 1.132s;
  animation-delay: 1.132s;
}

.circle3 span:nth-child(3) {
  -webkit-animation-delay: 2.264s;
  animation-delay: 2.264s;
}

.circle3 span:nth-child(4) {
  -webkit-animation-delay: 3.396s;
  animation-delay: 3.396s;
}

.circle3 span:nth-child(5) {
  -webkit-animation-delay: 4.528s;
  animation-delay: 4.528s;
}

#main .circle3.circle3_01 {
  position: absolute;
  width: 373px;
  height: 373px;
  top: -100px;
  left: -11px;
}

@media only screen and (max-width: 1024px) {
  #main .circle3.circle3_01 {
    left: -20vw;
  }
}
@media only screen and (max-width: 764px) {
  #main .circle3.circle3_01 {
    width: 247px;
    height: 247px;
    top: 46px;
    left: -40%;
  }
}
#main .circle3.circle3_02 {
  position: absolute;
  width: 213px;
  height: 213px;
  top: 270px;
  left: 38%;
}

@media only screen and (max-width: 1024px) {
  #main .circle3.circle3_02 {
    left: 22vw;
  }
}
@media only screen and (max-width: 764px) {
  #main .circle3.circle3_02 {
    width: 140px;
    height: 140px;
    top: 340px;
    left: 10vw;
  }
}
#main .circle3.circle3_03 {
  position: absolute;
  width: 650px;
  height: 650px;
  top: -250px;
  right: -160px;
}

@media only screen and (max-width: 1024px) {
  #main .circle3.circle3_03 {
    right: -50vw;
  }
}
@media only screen and (max-width: 764px) {
  #main .circle3.circle3_03 {
    width: 432px;
    height: 432px;
    top: -30vw;
    right: -60vw;
  }
}
.circle3.circle3_04 {
  position: absolute;
  width: 650px;
  height: 650px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 0;
}

.circle3.circle3_04 span {
  width: 98%;
}

#main .main_top {
  position: relative;
  padding: 126px 0 120px;
  text-align: center;
}

@media only screen and (max-width: 764px) {
  #main .main_top {
    padding: 80px 0 160px;
  }
}
#main .main_top .en {
  margin-bottom: 15px;
}

@media only screen and (max-width: 764px) {
  #main .main_top .en {
    margin: 0 auto 15px;
    width: 108px;
  }
}
#main .main_top .ttl {
  margin-bottom: 30px;
}

@media only screen and (max-width: 764px) {
  #main .main_top .ttl {
    margin: 0 auto 24px;
    width: 230px;
  }
}
#main .main_top p {
  color: var(--blue_dark);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media only screen and (max-width: 764px) {
  #main .main_top p {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
  }
}
/* layout */
/* -------------------------------------------------------- */
.footer {
  margin-top: 0;
}

.blue_contents_wrap {
  position: relative;
  width: 100%;
  color: var(--wh);
  background: var(--primary) url(../img/top/bg_main.webp) no-repeat center top 20px/100% 100%;
  margin-top: -30px;
}
@media only screen and (max-width: 764px) {
  .blue_contents_wrap {
    background: url(../img/top/bg_main_sp.webp) no-repeat center top/100% 100%;
    margin-top: 0;
  }
}
.blue_contents_wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  background-image: url("../img/common/frame/line1.png");
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: repeat-x;
  height: 37px;
  top: -9px;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 764px) {
  .blue_contents_wrap::before {
    background: none;
  }
}
.blue_contents_wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  background-image: url("../img/common/frame/line3.png");
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: repeat-x;
  height: 38px;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.blue_contents_corner_top {
  position: absolute;
  content: "";
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 764px) {
  .blue_contents_corner_top {
    top: -24px;
  }
}
.blue_contents_corner_top::before {
  position: absolute;
  content: "";
  background-image: url("../img/common/frame/space.png");
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 764px) {
  .blue_contents_corner_top::before {
    width: 56px;
    height: 56px;
    width: 48px;
    height: 60px;
    background-image: url("../img/common/frame/space_topleft_sp.png");
  }
}
.blue_contents_corner_top::after {
  position: absolute;
  content: "";
  background-image: url("../img/common/frame/space_topright.png");
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  width: 61px;
  height: 65px;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 764px) {
  .blue_contents_corner_top::after {
    width: 48px;
    height: 56px;
  }
}

.blue_contents_corner_bottom {
  position: absolute;
  content: "";
  width: 100%;
  height: 58px;
  z-index: 10;
  bottom: -10px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(31%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 31%, rgb(255, 255, 255) 100%);
}
.blue_contents_corner_bottom::before {
  position: absolute;
  content: "";
  background-image: url("../img/common/frame/space.png");
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
  top: -27px;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (max-width: 764px) {
  .blue_contents_corner_bottom::before {
    width: 56px;
    height: 56px;
    background-image: url("../img/common/frame/space_sp.png");
  }
}
.blue_contents_corner_bottom::after {
  position: absolute;
  content: "";
  background-image: url("../img/common/frame/space.png");
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
  top: -27px;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 764px) {
  .blue_contents_corner_bottom::after {
    width: 56px;
    height: 56px;
    background-image: url("../img/common/frame/space_sp.png");
  }
}

.blue_contents_inner {
  position: relative;
  padding-bottom: 40px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blue_contents_inner::before {
  position: absolute;
  content: "";
  background-image: url("../img/common/frame/line2_1.png");
  background-size: 100% auto;
  background-position: top center;
  width: 27px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 764px) {
  .blue_contents_inner::before {
    width: 19px;
    background-image: url("../img/common/frame/line2_1_sp.png");
  }
}
.blue_contents_inner::after {
  position: absolute;
  content: "";
  background-image: url("../img/common/frame/line2_2.png");
  background-size: 100% auto;
  background-position: top center;
  width: 27px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 764px) {
  .blue_contents_inner::after {
    width: 19px;
    background-image: url("../img/common/frame/line2_2_sp.png");
  }
}

.blue_contents_wrap.ham {
  height: calc(100% - 10px);
  background: var(--primary);
  margin-top: 0;
}
@media only screen and (max-width: 764px) {
  .blue_contents_wrap.ham::before {
    background-image: url(../img/common/frame/line1_sp.png);
    background-size: auto 100%;
    background-position: bottom center;
    background-repeat: repeat-x;
    height: 24px;
    top: 0;
  }
}
.blue_contents_wrap.ham::after {
  height: 24px;
  bottom: -10px;
}
@media only screen and (max-width: 764px) {
  .blue_contents_wrap.ham .blue_contents_corner_top {
    top: 0;
  }
}
.blue_contents_wrap.ham .blue_contents_corner_bottom {
  height: 34px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 71%, rgb(255, 255, 255) 100%);
}
#main .main_wrap {
  position: relative;
}

/* -------------------------------------------------------- */
#main .main_wrap::before {
  position: absolute;
  content: "";
  width: 237px;
  height: 308px;
  background: url(../img/top/character_statement.webp) no-repeat 0 0/contain;
  top: -185px;
  right: 11%;
  z-index: 3;
}

@media only screen and (max-width: 1240px) {
  #main .main_wrap::before {
    width: 180px;
    height: 234px;
    top: -165px;
    right: 6%;
  }
}
@media only screen and (max-width: 764px) {
  #main .main_wrap::before {
    width: 145px;
    height: 189px;
    top: -135px;
    right: auto;
    left: calc(50% - 40px);
  }
}
#main .main_wrap .main_inner {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .main_inner {
    padding-bottom: 80px;
  }
}
#main .main_wrap .circle4_wrap {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 200px;
  overflow-x: hidden;
}
@media only screen and (max-width: 764px) {
  #main .main_wrap .circle4_wrap {
    top: 100px;
  }
}

#main .main_wrap .circle4 span {
  -webkit-animation-name: hamon1;
  animation-name: hamon1;
  -webkit-animation-duration: 5.66s;
  animation-duration: 5.66s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 80vh;
  width: 80vh;
  background: rgb(96, 200, 238);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#main .main_wrap .circle4 span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#main .main_wrap .circle4 span:nth-child(2) {
  -webkit-animation-delay: 1.132s;
  animation-delay: 1.132s;
}

#main .main_wrap .circle4 span:nth-child(3) {
  -webkit-animation-delay: 2.264s;
  animation-delay: 2.264s;
}

#main .main_wrap .circle4 span:nth-child(4) {
  -webkit-animation-delay: 3.396s;
  animation-delay: 3.396s;
}

#main .main_wrap .circle4 span:nth-child(5) {
  -webkit-animation-delay: 4.528s;
  animation-delay: 4.528s;
}

#main .main_wrap .circle4.circle4_01 {
  position: absolute;
  width: 846px;
  height: 846px;
  top: 540px;
  right: -11vw;
}

@media only screen and (max-width: 1024px) {
  #main .main_wrap .circle4.circle4_01 {
    right: -22vw;
  }
}
@media only screen and (max-width: 764px) {
  #main .main_wrap .circle4.circle4_01 {
    width: 445px;
    height: 445px;
    top: 600px;
    right: -60vw;
  }
}
#main .main_wrap .circle4.circle4_02 {
  position: absolute;
  width: 475px;
  height: 475px;
  top: 1382px;
  left: -7vw;
}

@media only screen and (max-width: 1024px) {
  #main .main_wrap .circle4.circle4_02 {
    top: 1200px;
  }
}
@media only screen and (max-width: 764px) {
  #main .main_wrap .circle4.circle4_02 {
    width: 341px;
    height: 341px;
    top: 1860px;
    left: -40%;
  }
}
#main .main_wrap .circle4.circle4_03 {
  position: absolute;
  width: 311px;
  height: 311px;
  top: 1959px;
  left: 57%;
}

@media only screen and (max-width: 1024px) {
  #main .main_wrap .circle4.circle4_03 {
    top: 17800px;
    left: -10%;
  }
}
@media only screen and (max-width: 764px) {
  #main .main_wrap .circle4.circle4_03 {
    width: 341px;
    height: 341px;
    top: 2690px;
    left: auto;
    right: -5%;
  }
}
#main .main_wrap .circle4.circle4_04 {
  position: absolute;
  width: 839px;
  height: 839px;
  bottom: 0;
  left: 4vw;
}

@media only screen and (max-width: 1024px) {
  #main .main_wrap .circle4.circle4_04 {
    left: -40%;
  }
}
@media only screen and (max-width: 764px) {
  #main .main_wrap .circle4.circle4_04 {
    width: 424px;
    height: 424px;
    bottom: 300px;
    left: -30%;
  }
}
#main .main_wrap .circle4.circle4_05 {
  position: absolute;
  width: 379px;
  height: 379px;
  bottom: 577px;
  right: -5vw;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .circle4.circle4_05 {
    width: 259px;
    height: 259px;
    bottom: 980px;
    left: -40%;
  }
}
#main .main_wrap .main_contents {
  position: relative;
  margin: 0 auto;
  padding-top: 190px;
  width: calc(100% - 48px);
  z-index: 2;
  overflow: hidden;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .main_contents {
    padding-top: 120px;
    width: calc(100% - 28px);
  }
}
#main .main_wrap .h2box {
  margin-bottom: 60px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .h2box {
    margin-bottom: 30px;
  }
}
#main .main_wrap .h2box h2 {
  margin: 0 auto 25px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .h2box h2 {
    margin: 0 auto 16px;
  }
}
#main .main_wrap .h2box .sttl {
  margin: 0 auto;
}

#main .main_wrap a .wave {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  top: -7px;
  right: -10px;
}

#main .main_wrap a .wave.wave_03.pc {
  width: calc(100% + 5px);
  height: calc(100% + 4px);
  top: -10px;
  right: -14px;
}

#main .main_wrap a .wave svg {
  position: absolute;
}

@media only screen and (min-width: 765px) {
  #main .main_wrap a:hover .wave {
    opacity: 1;
  }
}
#main .main_wrap .news_wrap {
  margin-bottom: 160px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .news_wrap {
    margin-bottom: 100px;
  }
}
#main .main_wrap .news_wrap .h2box h2 {
  width: 366px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .news_wrap .h2box h2 {
    width: 173px;
  }
}
#main .main_wrap .news_wrap .h2box .sttl {
  width: 100px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .news_wrap .h2box .sttl {
    width: 75px;
  }
}
#main .main_wrap .news_wrap .top_news_list_swiper {
  margin: 0 auto;
  padding: 50px 20px 0;
  max-width: 1058px;
}

#main .main_wrap .news_wrap .top_news_list_swiper .swiper-slide a {
  position: relative;
  color: var(--wh);
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main .main_wrap .news_wrap .top_news_list_swiper .swiper-slide a .item_img_wrap {
  position: relative;
  z-index: 0;
}

#main .main_wrap .news_wrap .top_news_list_swiper .swiper-slide a .item_img_wrap .swiper-img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  max-width: 306px;
  max-height: 306px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}

#main .main_wrap .news_wrap .top_news_list_swiper .swiper-slide a:hover img {
  opacity: 1;
}

#main .main_wrap .news_wrap .top_news_list_swiper .swiper-slide .cat {
  text-align: right;
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
}

#main .main_wrap .news_wrap .top_news_list_swiper .swiper-slide p {
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .news_wrap .top_news_list_swiper .swiper-slide p {
    letter-spacing: 0.1em;
  }
}
#main .main_wrap .news_wrap .top_news_list_swiper .swiper-slide .date {
  padding-top: 10px;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.1rem, 1.1vw, 1.2rem);
  font-weight: 400 !important;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .news_wrap .top_news_list_swiper .swiper-slide .date {
    padding-top: 16px;
  }
}
#main .main_wrap .news_wrap .swiper-button-prev,
#main .main_wrap .news_wrap .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 37%;
  outline: none;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .news_wrap .swiper-button-prev,
  #main .main_wrap .news_wrap .swiper-button-next {
    width: 36px;
    height: 36px;
    top: 44%;
  }
}
@media only screen and (max-width: 500px) {
  #main .main_wrap .news_wrap .swiper-button-prev,
  #main .main_wrap .news_wrap .swiper-button-next {
    top: 40%;
  }
}
@media only screen and (max-width: 430px) {
  #main .main_wrap .news_wrap .swiper-button-prev,
  #main .main_wrap .news_wrap .swiper-button-next {
    top: 39%;
  }
}
@media only screen and (max-width: 320px) {
  #main .main_wrap .news_wrap .swiper-button-prev,
  #main .main_wrap .news_wrap .swiper-button-next {
    top: 32%;
  }
}
#main .main_wrap .news_wrap .swiper-button-prev::after,
#main .main_wrap .news_wrap .swiper-button-next::after {
  content: none;
}

#main .main_wrap .news_wrap .swiper-button-prev:hover img,
#main .main_wrap .news_wrap .swiper-button-next:hover img {
  opacty: 1;
}

#main .main_wrap .news_wrap .swiper-button-prev {
  left: 0;
  background: url(../img/common/btn_carousel_prev.svg) no-repeat 0 0/contain;
}

@media only screen and (max-width: 1100px) {
  #main .main_wrap .news_wrap .swiper-button-prev {
    left: 1.4vw !important;
  }
}
@media only screen and (max-width: 764px) {
  #main .main_wrap .news_wrap .swiper-button-prev {
    left: 4vw !important;
  }
}
@media only screen and (max-width: 590px) {
  #main .main_wrap .news_wrap .swiper-button-prev {
    left: 5vw !important;
  }
}
@media only screen and (max-width: 490px) {
  #main .main_wrap .news_wrap .swiper-button-prev {
    left: 7vw !important;
  }
}
@media only screen and (max-width: 375px) {
  #main .main_wrap .news_wrap .swiper-button-prev {
    left: 9vw !important;
  }
}
#main .main_wrap .news_wrap .swiper-button-next {
  right: 0;
  background: url(../img/common/btn_carousel_next.svg) no-repeat 0 0/contain;
}

@media only screen and (max-width: 1100px) {
  #main .main_wrap .news_wrap .swiper-button-next {
    right: 1.4vw !important;
  }
}
@media only screen and (max-width: 764px) {
  #main .main_wrap .news_wrap .swiper-button-next {
    right: 4vw !important;
  }
}
@media only screen and (max-width: 590px) {
  #main .main_wrap .news_wrap .swiper-button-next {
    right: 5vw !important;
  }
}
@media only screen and (max-width: 490px) {
  #main .main_wrap .news_wrap .swiper-button-next {
    right: 7vw !important;
  }
}
@media only screen and (max-width: 375px) {
  #main .main_wrap .news_wrap .swiper-button-next {
    right: 9vw !important;
  }
}
#main .main_wrap .contents_wrap .h2box {
  margin-bottom: 68px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .h2box {
    margin-bottom: 214px;
  }
}
#main .main_wrap .contents_wrap .h2box h2 {
  width: 570px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .h2box h2 {
    width: 280px;
  }
}
#main .main_wrap .contents_wrap .h2box .sttl {
  width: 180px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .h2box .sttl {
    width: 135px;
  }
}
#main .main_wrap .contents_wrap .contents_list_wrap {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1034px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list_wrap {
    width: calc(100% - 32px);
  }
}
#main .main_wrap .contents_wrap .contents_list_wrap .contents_list_character {
  position: absolute;
  content: "";
  width: 21vw;
  max-width: 320px;
  height: 403px;
  top: -6%;
  right: -2vw;
  opacity: 0;
  -webkit-animation: fadeIn02 1s 3s linear forwards;
  animation: fadeIn02 1s 3s linear forwards;
}

@media only screen and (max-width: 1500px) {
  #main .main_wrap .contents_wrap .contents_list_wrap .contents_list_character {
    top: -5.2%;
  }
}
@media only screen and (max-width: 1400px) {
  #main .main_wrap .contents_wrap .contents_list_wrap .contents_list_character {
    top: -5%;
  }
}
@media only screen and (max-width: 1380px) {
  #main .main_wrap .contents_wrap .contents_list_wrap .contents_list_character {
    top: -4.7%;
  }
}
@media only screen and (max-width: 1320px) {
  #main .main_wrap .contents_wrap .contents_list_wrap .contents_list_character {
    top: -4%;
  }
}
@media only screen and (max-width: 1280px) {
  #main .main_wrap .contents_wrap .contents_list_wrap .contents_list_character {
    width: 23vw;
    top: -4.5%;
  }
}
@media only screen and (max-width: 1220px) {
  #main .main_wrap .contents_wrap .contents_list_wrap .contents_list_character {
    top: -4%;
  }
}
@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list_wrap .contents_list_character {
    width: 246px;
    height: 265px;
    top: -185px;
    right: auto;
    left: calc(50% - 123px);
    z-index: -1;
  }
}
#main .main_wrap .contents_wrap .contents_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
}
#main .main_wrap .contents_wrap .contents_list .contents_item.pc a,
#main .main_wrap .contents_wrap .contents_list .contents_item.sp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px 0;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list .contents_item {
    width: 100%;
  }
}
#main .main_wrap .contents_wrap .contents_list .contents_item .item_img_wrap {
  position: relative;
}

#main .main_wrap .contents_wrap .contents_list .contents_item .item_img_wrap .item_img {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list .contents_item .item_img_wrap .item_img {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list .contents_item .item_img_wrap .item_img figure img {
    width: 100%;
    height: 315px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#main .main_wrap .contents_wrap .contents_list .contents_item .item_img_wrap .item_img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(74.33%, rgba(3, 102, 179, 0)), color-stop(99.95%, #0366B3));
  background: linear-gradient(180deg, rgba(3, 102, 179, 0) 74.33%, #0366B3 99.95%);
  opacity: 0.5;
  z-index: 2;
  bottom: 0;
}

#main .main_wrap .contents_wrap .contents_list .contents_item .item_img_wrap .item_img .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

@media only screen and (max-width: 1034px) and (min-width: 765px) {
  #main .main_wrap .contents_wrap .contents_list .contents_item .item_img_wrap .item_img .cat {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list .contents_item .item_img_wrap .item_img .cat {
    bottom: 16px;
    left: 16px;
  }
}
#main .main_wrap .contents_wrap .contents_list .contents_item .item_text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 40px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list .contents_item .item_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 16px 0;
  }
}
#main .main_wrap .contents_wrap .contents_list .contents_item .item_text p {
  width: 64%;
  max-width: calc(100% - 150px);
  color: var(--wh);
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list .contents_item .item_text p {
    width: 100%;
    max-width: inherit;
    letter-spacing: 0.1em;
  }
}
#main .main_wrap .contents_wrap .contents_list .contents_item a:hover .item_img_wrap .item_img img {
  opacity: 1;
}

#main .main_wrap .contents_wrap .contents_list .contents_item a:hover .item_img_wrap .item_img figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#main .main_wrap .contents_wrap .contents_list .contents_item .btn_more {
  position: relative;
  width: 110px;
  height: 40px;
  background: var(--wh);
  border-radius: 100px;
  line-height: 1;
  overflow: hidden;
  display: block;
  border: 1px solid var(--wh);
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list .contents_item .btn_more {
    width: 136px;
    height: 50px;
    border-radius: 125px;
  }
}
#main .main_wrap .contents_wrap .contents_list .contents_item .btn_more::after {
  position: absolute;
  content: "";
  background: radial-gradient(circle, rgb(0, 175, 236) 0%, rgb(0, 175, 236) 50%, rgba(0, 175, 236, 0.5) 51%, rgba(0, 175, 236, 0.5) 100%);
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  display: block;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

#main .main_wrap .contents_wrap .contents_list .contents_item .btn_more .link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: none;
  transition: none;
  z-index: 2;
}

#main .main_wrap .contents_wrap .contents_list .contents_item .btn_more .link > span {
  position: absolute;
  width: 45px;
  height: 12px;
  top: 15px;
  left: 24px;
  background: url("../img/common/btn_more_txt.svg") no-repeat 0 0/contain;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list .contents_item .btn_more .link > span {
    width: 57px;
    height: 16px;
    top: 18px;
    left: 30px;
  }
}
#main .main_wrap .contents_wrap .contents_list .contents_item .btn_more .link::before, #main .main_wrap .contents_wrap .contents_list .contents_item .btn_more .link::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 13px;
  background: url("../img/common/btn_arrow.svg") no-repeat 0 0/contain;
  z-index: 2;
}

#main .main_wrap .contents_wrap .contents_list .contents_item .btn_more .link::before {
  top: calc(50% - 6px);
  left: -34px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list .contents_item .btn_more .link::before {
    left: -16px;
  }
}
#main .main_wrap .contents_wrap .contents_list .contents_item .btn_more .link::after {
  top: calc(50% - 6px);
  right: 24px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list .contents_item .btn_more .link::after {
    right: 30px;
  }
}
@media only screen and (min-width: 765px) {
  #main .main_wrap .contents_wrap .contents_list .contents_item a:hover .item_text .btn_more::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  #main .main_wrap .contents_wrap .contents_list .contents_item a:hover .item_text .btn_more .link > span {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    background: url("../img/common/btn_more_txt_w.svg") no-repeat 0 0/contain;
  }
  #main .main_wrap .contents_wrap .contents_list .contents_item a:hover .item_text .btn_more .link::before {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  #main .main_wrap .contents_wrap .contents_list .contents_item a:hover .item_text .btn_more .link::after {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
}
#main .main_wrap .contents_wrap .contents_list.list01 {
  margin-bottom: 40px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list.list01 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#main .main_wrap .contents_wrap .contents_list.list01 .contents_item {
  width: 468px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list.list01 .contents_item {
    width: 100% !important;
  }
}
#main .main_wrap .contents_wrap .contents_list.list01 .contents_item.item01_02 {
  width: 526px;
}

@media only screen and (min-width: 765px) {
  #main .main_wrap .contents_wrap .contents_list.list01 .contents_item a .item_text {
    min-height: 156px;
    gap: 0 30px;
  }
  #main .main_wrap .contents_wrap .contents_list.list01 .contents_item .item_text p {
    width: 80%;
    max-width: calc(100% - 140px);
  }
}
@media only screen and (min-width: 863px) {
  #main .main_wrap .contents_wrap .contents_list.list01 .contents_item a .item_text {
    min-height: 112px;
  }
}
@media only screen and (min-width: 950px) {
  #main .main_wrap .contents_wrap .contents_list.list01 .contents_item a .item_text {
    min-height: 90px;
  }
}
#main .main_wrap .contents_wrap .contents_list.list02 {
  margin-bottom: 40px;
}

#main .main_wrap .contents_wrap .contents_list.list03 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#main .main_wrap .contents_wrap .contents_list.list03 .contents_box {
  width: 526px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 0;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list.list03 .contents_box {
    width: 100% !important;
  }
}
#main .main_wrap .contents_wrap .contents_list.list03 .contents_box:nth-of-type(2) {
  width: 468px;
}
@media only screen and (min-width: 765px) {
  #main .main_wrap .contents_wrap .contents_list.list03 .contents_box:nth-of-type(2) .contents_item .item_text p {
    width: 66%;
  }
}

#main .main_wrap .contents_wrap .contents_list.list03 .contents_item {
  width: 100%;
}

#main .main_wrap .contents_wrap .contents_list.list03 .contents_character {
  margin: 0 auto;
  width: 300px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list.list03 .contents_character {
    padding-top: 40px;
    width: 264px;
  }
}
#main .main_wrap .contents_wrap .contents_list.list03 .contents_character .bubble_wrap {
  padding-top: 36px;
  width: 300px;
  height: 198px;
  background: url(../img/top/bubble.svg) no-repeat 0 0/contain;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list.list03 .contents_character .bubble_wrap {
    padding-top: 24px;
    width: 264px;
    height: 177px;
  }
}
#main .main_wrap .contents_wrap .contents_list.list03 .contents_character .bubble_wrap p {
  margin-bottom: 18px;
  color: #0366B3;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#main .main_wrap .contents_wrap .contents_list.list03 .contents_character .bubble_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 24px;
}

#main .main_wrap .contents_wrap .contents_list.list03 .contents_character .bubble_wrap ul li {
  width: 48px;
}

#main .main_wrap .contents_wrap .contents_list.list03 .contents_character .bubble_wrap ul li a {
  width: 48px;
  height: 48px;
}

#main .main_wrap .contents_wrap .contents_list.list03 .contents_character figure {
  width: 265px;
}

@media only screen and (max-width: 764px) {
  #main .main_wrap .contents_wrap .contents_list.list03 .contents_character figure {
    padding-left: 28px;
    width: 220px;
  }
}