@charset "UTF-8";
@import url("https://use.typekit.net/mnb2pin.css");
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}

/***********************共通設定************************/
/* ホバーで下線が左に消える */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
@-webkit-keyframes arrow-anime {
  0% {
    background-position: right 80px center;
  }
  40% {
    background-position: right 0 center;
  }
  100% {
    background-position: right 0 center;
  }
}
@keyframes arrow-anime {
  0% {
    background-position: right 80px center;
  }
  40% {
    background-position: right 0 center;
  }
  100% {
    background-position: right 0 center;
  }
}
@-webkit-keyframes hat-anime {
  0% {
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg);
  }
  7% {
    -webkit-transform: rotate(-100deg);
            transform: rotate(-100deg);
  }
  14% {
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg);
  }
  21% {
    -webkit-transform: rotate(-100deg);
            transform: rotate(-100deg);
  }
  28% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@keyframes hat-anime {
  0% {
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg);
  }
  7% {
    -webkit-transform: rotate(-100deg);
            transform: rotate(-100deg);
  }
  14% {
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg);
  }
  21% {
    -webkit-transform: rotate(-100deg);
            transform: rotate(-100deg);
  }
  28% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.noise {
  position: relative;
}
.noise::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 10;
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background: url(../images/common/noize_flip.jpg);
  background-size: 500px auto;
  mix-blend-mode: overlay;
  pointer-events: none;
  opacity: 0.15;
}

.btn_flex {
  --font_color: #393939;
  --arrow_width: 100px;
  --arrow_border_color: rgba(57, 57, 57, 0.4);
  --arrow_bg_color: transparent;
  --arrow_bg_color_hover: rgba(57, 57, 57, 0.4);
  --arrow_color: #393939;
  --arrow_color_hover: #fff;
  /* -767 */
}
@media all and (max-width: 767px) {
  .btn_flex {
    --arrow_width: 78px;
  }
}
.btn_flex .btn_flex_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  /* -767 */
}
@media all and (max-width: 767px) {
  .btn_flex .btn_flex_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn_flex .texts {
  color: var(--font_color);
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px;
  /* 768- */
}
@media all and (min-width: 768px) {
  .btn_flex .texts {
    font-size: 17px;
  }
}
.btn_flex .texts .en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  margin-right: 0.4em;
}
.btn_flex .btn_arrow_link {
  /* 768- */
}
.btn_flex .btn_arrow_link .btn_arrow {
  width: var(--arrow_width);
  border-color: var(--arrow_border_color);
  background-color: var(--arrow_bg_color);
}
.btn_flex .btn_arrow_link .btn_arrow .arrows {
  width: 32%;
}
.btn_flex .btn_arrow_link .btn_arrow .arrows .arrow path {
  fill: var(--arrow_color);
}
.btn_flex .btn_arrow_link .btn_arrow::before {
  background-color: var(--arrow_bg_color_hover);
}
@media (min-width: 768px) and (hover: hover) {
  .btn_flex .btn_arrow_link:hover .btn_arrow .arrows .arrow path {
    fill: var(--arrow_color_hover);
  }
}
.btn_flex.center {
  /* 768- */
}
@media all and (min-width: 768px) {
  .btn_flex.center .btn_flex_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sec_ttl .en {
  display: block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  .sec_ttl .en {
    font-size: 58px;
  }
}
@media all and (min-width: 1136px) {
  .sec_ttl .en {
    font-size: 72px;
  }
}
.sec_ttl .jp {
  display: block;
  margin-top: 0.4em;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  color: #838383;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.12em;
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  .sec_ttl .jp {
    font-size: 18px;
  }
}
@media all and (min-width: 1136px) {
  .sec_ttl .jp {
    font-size: 20px;
  }
}

/***************************
バックグラウンド変更
****************************/
#changeBg {
  position: absolute;
  z-index: 50;
  bottom: 30px;
  right: 20px;
  /* 768- */
}
@media all and (min-width: 768px) {
  #changeBg {
    bottom: 76px;
    right: 69px;
  }
}
#changeBg li {
  text-align: right;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  color: white;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  /* 768- */
}
#changeBg li:not(:last-child) {
  margin-bottom: 5px;
}
#changeBg li span {
  display: inline-block;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 40px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#changeBg li span::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 10px;
  top: 6px;
}
@media all and (min-width: 768px) {
  #changeBg li {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
    cursor: pointer;
  }
  #changeBg li:not(:last-child) {
    margin-bottom: 18px;
  }
  #changeBg li:hover span {
    background-color: rgb(255, 255, 255);
  }
}
#changeBg li.daytime {
  /* 768- */
}
#changeBg li.daytime span::before {
  content: "";
  position: absolute;
  background: url("../images/home/mv/bgchange/icon_daytime.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 14px;
  opacity: 0;
  /* -767 */
}
@media all and (max-width: 767px) {
  #changeBg li.daytime span::before {
    top: 3px;
  }
}
@media all and (min-width: 768px) {
  #changeBg li.daytime:hover {
    color: #398dd6;
  }
  #changeBg li.daytime:hover span::before {
    opacity: 1;
  }
}
#changeBg li.daytime.current {
  color: #398dd6;
  pointer-events: none;
}
#changeBg li.daytime.current span {
  background-color: rgb(255, 255, 255);
}
#changeBg li.daytime.current span::before {
  opacity: 1;
}
#changeBg li.sunset {
  /* 768- */
}
#changeBg li.sunset span::before {
  content: "";
  position: absolute;
  background: url("../images/home/mv/bgchange/icon_sunset.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 14px;
  opacity: 0;
  /* -767 */
}
@media all and (max-width: 767px) {
  #changeBg li.sunset span::before {
    top: 3px;
  }
}
@media all and (min-width: 768px) {
  #changeBg li.sunset:hover {
    color: #f57100;
  }
  #changeBg li.sunset:hover span::before {
    opacity: 1;
  }
}
#changeBg li.sunset.current {
  color: #f57100;
  pointer-events: none;
}
#changeBg li.sunset.current span {
  background-color: rgb(255, 255, 255);
}
#changeBg li.sunset.current span::before {
  opacity: 1;
}
#changeBg li.night {
  /* 768- */
}
#changeBg li.night span::before {
  content: "";
  position: absolute;
  background: url("../images/home/mv/bgchange/icon_night.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 14px;
  opacity: 0;
  /* -767 */
}
@media all and (max-width: 767px) {
  #changeBg li.night span::before {
    top: 3px;
  }
}
@media all and (min-width: 768px) {
  #changeBg li.night:hover {
    color: #202c59;
  }
  #changeBg li.night:hover span::before {
    opacity: 1;
  }
}
#changeBg li.night.current {
  color: #202c59;
  pointer-events: none;
}
#changeBg li.night.current span {
  background-color: rgb(255, 255, 255);
}
#changeBg li.night.current span::before {
  opacity: 1;
}

/***************************
メインビジュアル 表示非表示の切り替え
****************************/
#topMainImage.hide {
  display: none;
}
#topMainImage > .daytime,
#topMainImage > .sunset,
#topMainImage > .night {
  display: none;
}
#topMainImage > .daytime.open,
#topMainImage > .night.open,
#topMainImage > .sunset.open {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-name: mvFadeIn;
          animation-name: mvFadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***************************
メインビジュアル 夕方
****************************/
#topMainImage .sunset .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
#topMainImage .sunset .bg1,
#topMainImage .sunset .gr1 {
  -webkit-animation-name: animationOpacity;
          animation-name: animationOpacity;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
}
#topMainImage .sunset .bg2,
#topMainImage .sunset .gr2 {
  -webkit-animation-name: animationAppear;
          animation-name: animationAppear;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
}
@-webkit-keyframes animationOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animationOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes animationAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animationAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#topMainImage .sunset .ground .gr1,
#topMainImage .sunset .ground .gr2 {
  position: absolute;
  z-index: 10;
  bottom: 0;
  /* 768- */
}
@media all and (min-width: 768px) {
  #topMainImage .sunset .ground .gr1,
  #topMainImage .sunset .ground .gr2 {
    max-height: 200px;
  }
}
#topMainImage .sunset .rock {
  position: absolute;
  width: 150px;
  z-index: 12;
  bottom: 0;
  /* 768- */
}
@media all and (min-width: 768px) {
  #topMainImage .sunset .rock {
    width: 29.295%;
    max-width: 1289px;
  }
}
#topMainImage .sunset .town {
  position: absolute;
  bottom: 70px;
  width: 60.477%;
  z-index: 10;
  /* 768- */
}
#topMainImage .sunset .town::before {
  content: "";
  position: absolute;
  background: url("../images/home/mv/sunset/town/pc2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  -webkit-animation-name: buildingRight;
          animation-name: buildingRight;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  z-index: 5;
}
@media all and (min-width: 450px) {
  #topMainImage .sunset .town {
    bottom: 80px;
  }
}
@media all and (min-width: 500px) {
  #topMainImage .sunset .town {
    bottom: 100px;
  }
}
@media all and (min-width: 600px) {
  #topMainImage .sunset .town {
    bottom: 110px;
  }
}
@media all and (min-width: 700px) {
  #topMainImage .sunset .town {
    bottom: 130px;
  }
}
@media all and (min-width: 768px) {
  #topMainImage .sunset .town {
    width: 38.477%;
    bottom: 45px;
    left: 10%;
  }
}
@media all and (min-width: 900px) {
  #topMainImage .sunset .town {
    bottom: 55px;
  }
}
@media all and (min-width: 1000px) {
  #topMainImage .sunset .town {
    bottom: 60px;
  }
}
@media all and (min-width: 1150px) {
  #topMainImage .sunset .town {
    bottom: 70px;
  }
}
@media all and (min-width: 1300px) {
  #topMainImage .sunset .town {
    bottom: 80px;
  }
}
@media all and (min-width: 1500px) {
  #topMainImage .sunset .town {
    bottom: 90px;
  }
}
@media all and (min-width: 1600px) {
  #topMainImage .sunset .town {
    bottom: 85px;
  }
}
@media all and (min-width: 1700px) {
  #topMainImage .sunset .town {
    bottom: 80px;
  }
}
@media all and (min-width: 1800px) {
  #topMainImage .sunset .town {
    bottom: 70px;
  }
}
@media all and (min-width: 1900px) {
  #topMainImage .sunset .town {
    bottom: 60px;
  }
}
@media all and (min-width: 2000px) {
  #topMainImage .sunset .town {
    bottom: 50px;
  }
}
@-webkit-keyframes buildingRight {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  82% {
    opacity: 0.5;
  }
  83% {
    opacity: 0;
  }
  84% {
    opacity: 0.5;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes buildingRight {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  82% {
    opacity: 0.5;
  }
  83% {
    opacity: 0;
  }
  84% {
    opacity: 0.5;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#topMainImage .sunset .chara {
  position: absolute;
  z-index: 11;
  bottom: 10px;
  right: -30px;
  width: 65%;
  /* 768- */
  /* 1366- */
}
#topMainImage .sunset .chara::before {
  content: "";
  position: absolute;
  background: url("../images/home/mv/sunset/chara_lamp.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  -webkit-animation-name: lampAnime;
          animation-name: lampAnime;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  z-index: 1;
}
@-webkit-keyframes lampAnime {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lampAnime {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media all and (min-width: 768px) {
  #topMainImage .sunset .chara {
    width: 45.6363%;
    max-width: 1568px;
    bottom: -40px;
  }
}
@media all and (min-width: 1366px) {
  #topMainImage .sunset .chara {
    width: 40.6363%;
    bottom: -80px;
  }
}
#topMainImage .sunset .sun {
  position: absolute;
  mix-blend-mode: screen;
  -webkit-animation-name: sunmove;
          animation-name: sunmove;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* 変更前のサイズ */
  width: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 40%;
  bottom: 30%;
  /* 768- */
}
@media all and (min-width: 500px) {
  #topMainImage .sunset .sun {
    -webkit-animation-name: sunmove_500px;
            animation-name: sunmove_500px;
  }
}
@media all and (min-width: 768px) {
  #topMainImage .sunset .sun {
    width: 200px;
    -webkit-animation-name: sunmove_DT;
            animation-name: sunmove_DT;
  }
}
@media all and (min-width: 1000px) {
  #topMainImage .sunset .sun {
    -webkit-animation-name: sunmove_1000px;
            animation-name: sunmove_1000px;
  }
}
@media all and (min-width: 1200px) {
  #topMainImage .sunset .sun {
    -webkit-animation-name: sunmove_1200px;
            animation-name: sunmove_1200px;
  }
}
@media all and (min-width: 1400px) {
  #topMainImage .sunset .sun {
    width: 250px;
    -webkit-animation-name: sunmove_1400px;
            animation-name: sunmove_1400px;
  }
}
@media all and (min-width: 1600px) {
  #topMainImage .sunset .sun {
    width: 250px;
    -webkit-animation-name: sunmove_1600px;
            animation-name: sunmove_1600px;
  }
}
@-webkit-keyframes sunmove {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 4%;
    left: 52%;
  }
}
@keyframes sunmove {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 4%;
    left: 52%;
  }
}
@-webkit-keyframes sunmove_500px {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 12%;
    left: 52%;
  }
}
@keyframes sunmove_500px {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 12%;
    left: 52%;
  }
}
@-webkit-keyframes sunmove_DT {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 0px;
    left: 50%;
  }
}
@keyframes sunmove_DT {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 0px;
    left: 50%;
  }
}
@-webkit-keyframes sunmove_1000px {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 30px;
    left: 50%;
  }
}
@keyframes sunmove_1000px {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 30px;
    left: 50%;
  }
}
@-webkit-keyframes sunmove_1200px {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 50px;
    left: 50%;
  }
}
@keyframes sunmove_1200px {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 50px;
    left: 50%;
  }
}
@-webkit-keyframes sunmove_1400px {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 60px;
    left: 50%;
  }
}
@keyframes sunmove_1400px {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 60px;
    left: 50%;
  }
}
@-webkit-keyframes sunmove_1600px {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 70px;
    left: 50%;
  }
}
@keyframes sunmove_1600px {
  0% {
    bottom: 30%;
  }
  100% {
    bottom: 70px;
    left: 50%;
  }
}

body.spYoko #topMainImage .sunset .chara {
  width: 50%;
  bottom: -30px;
}
body.spYoko #topMainImage .sunset .rock {
  width: 30%;
}
body.spYoko #topMainImage .sunset .ground .gr1,
body.spYoko #topMainImage .sunset .ground .gr2 {
  bottom: -80px;
}
body.spYoko #topMainImage .sunset .town {
  bottom: 40px;
}
body.spYoko #topMainImage .sunset .catch {
  top: 70px;
}

/***************************
メインビジュアル 夜
****************************/
#topMainImage .night {
  /* 星がキラキラ光るアニメーション */
}
#topMainImage .night .areaStar {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  -webkit-animation-name: rotateStar;
          animation-name: rotateStar;
  -webkit-animation-duration: 300s;
          animation-duration: 300s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes rotateStar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateStar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#topMainImage .night .star {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  /* 768- */
}
@media all and (min-width: 768px) {
  #topMainImage .night .star {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}
#topMainImage .night .ground {
  position: absolute;
  z-index: 10;
  bottom: 0;
}
#topMainImage .night .chara {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  right: -140px;
  width: 120%;
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  #topMainImage .night .chara {
    width: 70.318%;
    right: 0px;
    max-width: 2390px;
  }
}
@media all and (min-width: 1136px) {
  #topMainImage .night .chara {
    width: 65.318%;
    bottom: 60px;
  }
}
#topMainImage .night .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
#topMainImage .night .shootingBig,
#topMainImage .night .shooting,
#topMainImage .night .shootingRepeat {
  position: absolute;
  width: 100px;
  z-index: 1;
  top: 20%;
  right: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /* 768- */
}
@media all and (min-width: 768px) {
  #topMainImage .night .shootingBig,
  #topMainImage .night .shooting,
  #topMainImage .night .shootingRepeat {
    top: 0;
    right: 0;
  }
}
#topMainImage .night .shootingBig {
  -webkit-animation-name: bigstar_sp;
          animation-name: bigstar_sp;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.26, 0.07, 1, -0.11);
          transition-timing-function: cubic-bezier(0.26, 0.07, 1, -0.11);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  /* 768- */
}
@media all and (min-width: 768px) {
  #topMainImage .night .shootingBig {
    -webkit-animation-name: bigstar_pc;
            animation-name: bigstar_pc;
  }
}
@-webkit-keyframes bigstar_sp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 20%;
    right: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100%;
    right: 100%;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
@keyframes bigstar_sp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 20%;
    right: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100%;
    right: 100%;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
@-webkit-keyframes bigstar_pc {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 0;
    right: 0;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    opacity: 0;
    top: 100%;
    right: 100%;
    -webkit-transform: scale(1.8, 1.8);
            transform: scale(1.8, 1.8);
  }
}
@keyframes bigstar_pc {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 0;
    right: 0;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    opacity: 0;
    top: 100%;
    right: 100%;
    -webkit-transform: scale(1.8, 1.8);
            transform: scale(1.8, 1.8);
  }
}
#topMainImage .night .shootingRepeat {
  -webkit-animation-name: starRoop;
          animation-name: starRoop;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
}
@-webkit-keyframes starRoop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 20%;
    right: 0;
  }
  4% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  7% {
    opacity: 0;
    top: 100%;
    right: 90%;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  20% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 10%;
    right: 2%;
  }
  24% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  27% {
    opacity: 0;
    top: 100%;
    right: 90%;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  40% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 20%;
    right: 5%;
  }
  45% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  47% {
    opacity: 0;
    top: 100%;
    right: 90%;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 20%;
    right: 8%;
  }
  64% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  67% {
    opacity: 0;
    top: 100%;
    right: 90%;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 20%;
    right: 3%;
  }
  84% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  87% {
    opacity: 0;
    top: 100%;
    right: 90%;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
@keyframes starRoop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 20%;
    right: 0;
  }
  4% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  7% {
    opacity: 0;
    top: 100%;
    right: 90%;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  20% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 10%;
    right: 2%;
  }
  24% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  27% {
    opacity: 0;
    top: 100%;
    right: 90%;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  40% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 20%;
    right: 5%;
  }
  45% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  47% {
    opacity: 0;
    top: 100%;
    right: 90%;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 20%;
    right: 8%;
  }
  64% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  67% {
    opacity: 0;
    top: 100%;
    right: 90%;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  80% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 20%;
    right: 3%;
  }
  84% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  87% {
    opacity: 0;
    top: 100%;
    right: 90%;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
#topMainImage .night .shooting {
  -webkit-animation-name: star1_sp;
          animation-name: star1_sp;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  /* 768- */
}
@media all and (min-width: 768px) {
  #topMainImage .night .shooting {
    -webkit-animation-name: star1_pc;
            animation-name: star1_pc;
  }
}
@-webkit-keyframes star1_sp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 20%;
    right: 0;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0;
    top: 100%;
    right: 90%;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
@keyframes star1_sp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 20%;
    right: 0;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0;
    top: 100%;
    right: 90%;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
@-webkit-keyframes star1_pc {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 0;
    right: 0;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0;
    top: 100%;
    right: 80%;
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
}
@keyframes star1_pc {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    top: 0;
    right: 0;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0;
    top: 100%;
    right: 80%;
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
}
#topMainImage .night .star {
  position: absolute;
  display: block;
  background-color: #fff; /* 星の色 */
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2); /* 星の影 */
  opacity: 0;
  -webkit-animation: twinkle 5s infinite;
          animation: twinkle 5s infinite;
}
@-webkit-keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

body.spYoko #topMainImage .night .ground {
  bottom: -120px;
}
body.spYoko #topMainImage .night .chara {
  width: 70%;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  bottom: 20px;
}

/***************************
メインビジュアル 昼間
****************************/
/* topMainImage */
#topMainImage {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* 768- */
}
#topMainImage .fitImg {
  position: absolute;
}
#topMainImage.view {
  background-position: center 0;
}
#topMainImage #topBg {
  position: relative;
  z-index: 1;
  background: #4299e5;
}
#topMainImage #topFore,
#topMainImage #topMid,
#topMainImage #topBack {
  position: absolute;
  width: 100%;
  bottom: -500px;
  opacity: 0;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
  -webkit-transition-timing-function: cubic-bezier(0.02, 0.69, 0.36, 0.99);
          transition-timing-function: cubic-bezier(0.02, 0.69, 0.36, 0.99);
}
#topMainImage #topFore.view,
#topMainImage #topMid.view,
#topMainImage #topBack.view {
  opacity: 1;
  bottom: 0;
}
#topMainImage #topBack {
  z-index: 2;
  right: 0;
}
#topMainImage #topMid {
  z-index: 5;
  left: 0;
}
#topMainImage #topFore {
  z-index: 10;
  right: 0;
}
#topMainImage .catch {
  z-index: 20;
}
#topMainImage .start {
  z-index: 20;
}
#topMainImage .blogLink {
  z-index: 16;
}
#topMainImage .airship {
  z-index: 15;
}
#topMainImage .ptera {
  z-index: 1;
}
#topMainImage .catch,
#topMainImage .traveller,
#topMainImage .airship,
#topMainImage .ptera,
#topMainImage .kemuri,
#topMainImage .blogLink {
  position: absolute;
}
@media all and (min-width: 768px) {
  #topMainImage {
    height: 100vh;
  }
  #topMainImage .fitImg {
    position: absolute;
  }
  #topMainImage #topBg {
    height: 100vh;
  }
  #topMainImage #topBg img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
  }
  #topMainImage #topFore.tate,
  #topMainImage #topMid.tate,
  #topMainImage #topBack.tate {
    width: 1366px;
  }
  #topMainImage #topBack.tate {
    height: 546px;
  }
  #topMainImage #topMid.tate {
    height: 351px;
  }
  #topMainImage #topFore.tate {
    height: 103px;
  }
}
#topMainImage .traveller {
  /* -767 */
  opacity: 0;
  bottom: 5px;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0.12, 0.99, 0.43);
          transition-timing-function: cubic-bezier(0.77, 0.12, 0.99, 0.43);
  margin-bottom: 160px;
  z-index: 30;
  width: 14%;
  max-width: 295px;
  right: 14%;
  /* 2201- */
}
@media all and (max-width: 767px) {
  #topMainImage .traveller {
    display: none;
  }
}
#topMainImage .traveller.view {
  opacity: 1;
  margin-bottom: 0;
}
#topMainImage .traveller.tate {
  width: 200px;
  right: 180px;
}
@media all and (min-width: 2200px) {
  #topMainImage .traveller {
    width: 295px;
    bottom: 15px;
  }
}
#topMainImage .catch {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 9vw;
  letter-spacing: 0.15em;
  text-align: left;
  left: 20px;
  top: 24vh;
  opacity: 0;
  margin-left: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.67, 0, 0.24, 0.99);
          transition-timing-function: cubic-bezier(0.67, 0, 0.24, 0.99);
  /* 768- */
  /* 751- */
  /* 1136- */
  /* 1366- */
  /* 2201- */
}
@media all and (min-width: 768px) {
  #topMainImage .catch {
    font-size: 5.34vw;
  }
}
#topMainImage .catch.view {
  opacity: 1;
  margin-left: 0;
}
@media all and (max-width: 480px) {
  #topMainImage .catch {
    top: 280px;
  }
}
@media all and (max-width: 480px) and (max-height: 1000px) {
  #topMainImage .catch {
    top: 26vh;
  }
}
@media all and (min-width: 751px) {
  #topMainImage .catch {
    left: 60px;
    top: 30%;
  }
}
@media all and (min-width: 1136px) {
  #topMainImage .catch {
    top: 30%;
    left: 120px;
  }
}
@media all and (min-width: 1366px) {
  #topMainImage .catch {
    font-size: 80px;
    left: 160px;
  }
}
@media all and (min-width: 1366px) and (max-height: 1200px) {
  #topMainImage .catch {
    top: 20%;
  }
}
@media all and (min-width: 1366px) and (max-height: 600px) {
  #topMainImage .catch {
    top: 30%;
  }
}
@media all and (min-width: 2200px) {
  #topMainImage .catch {
    top: 24%;
    left: 200px;
  }
}
@media all and (min-width: 2200px) and (max-height: 1200px) {
  #topMainImage .catch {
    top: 20%;
  }
}
@media all and (min-width: 2200px) and (max-height: 800px) {
  #topMainImage .catch {
    top: 10%;
  }
}
@media all and (min-width: 2200px) and (max-height: 600px) {
  #topMainImage .catch {
    top: 20%;
  }
}
#topMainImage .catch .copy {
  line-height: 1.315;
}
#topMainImage .catch .shoulder {
  margin-top: 1.2em;
  font-weight: 500;
  font-size: 0.3em;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 2.2em;
}
#topMainImage .catch .shoulder::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: 0.3em;
  width: 1.8em;
  height: 1.8em;
  background: url(../images/home/main_shoulder.svg) no-repeat;
  background-size: 100% 100%;
}

/* spYoko topMainImage */
body.spYoko #topMainImage #topBg {
  position: relative;
}
body.spYoko #topMainImage #topBg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/home/top_bg_yoko.jpg) no-repeat right bottom;
  background-size: cover;
  z-index: 2;
}
body.spYoko #topMainImage .catch {
  top: 30%;
  left: 140px;
  font-size: 9vh;
}
@media all and (min-height: 701px) {
  body.spYoko #topMainImage .catch {
    font-size: 26px;
  }
}

#topMainImage .start {
  /* -750 */
  position: absolute;
  bottom: -1px;
  left: -140px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  margin-bottom: -150px;
  opacity: 0;
  -webkit-transition: all 0.22s;
  transition: all 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0.8, 0.68, 1.35);
          transition-timing-function: cubic-bezier(0.5, 0.8, 0.68, 1.35);
}
@media all and (max-width: 750px) {
  #topMainImage .start {
    display: none;
  }
}
#topMainImage .start.view {
  margin-bottom: 0;
  opacity: 1;
}
#topMainImage .start a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000000;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding: 26px 0 0 58px;
  width: 136px;
  height: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 560- */
}
#topMainImage .start a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  display: none;
  bottom: 12px;
  right: 22px;
  width: 50px;
  height: 10px;
  background: url(../images/home/main_arrow.svg) no-repeat;
  background-size: 100% 100%;
}
#topMainImage .start a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 15px;
  left: 13px;
  width: 37px;
  height: 30px;
  background: url(../images/home/top_bg_start_hat.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media all and (min-width: 560px) {
  #topMainImage .start a:hover::before {
    display: block;
    -webkit-animation: arrow-anime 1.2s ease-in-out infinite;
            animation: arrow-anime 1.2s ease-in-out infinite;
  }
  #topMainImage .start a:hover::after {
    display: block;
    -webkit-animation: hat-anime 1.2s infinite;
            animation: hat-anime 1.2s infinite;
  }
}
#topMainImage .start a:hover {
  text-decoration: none;
}
#topMainImage .airship {
  width: 100vw;
  right: -101vw;
  top: calc(40vh - 80vw);
  -webkit-transition: all 2.4s cubic-bezier(0.26, 0.96, 0.58, 1);
  transition: all 2.4s cubic-bezier(0.26, 0.96, 0.58, 1);
  z-index: 2;
  /* -767 */
  /* 768- */
}
#topMainImage .airship.view {
  width: 5vw;
  right: 12vw;
  top: calc(40vh - 10vw);
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
#topMainImage .airship img {
  display: block;
  -webkit-transition: all 1.8s cubic-bezier(0.26, 0.6, 0.63, 0.99);
  transition: all 1.8s cubic-bezier(0.26, 0.6, 0.63, 0.99);
}
#topMainImage .airship.crash img {
  margin: 70vh 0 0 -600px;
  width: 20%;
  -webkit-transform: rotate(-350deg);
          transform: rotate(-350deg);
}
@media all and (max-width: 767px) {
  #topMainImage .airship {
    display: none;
  }
}
@media all and (min-width: 768px) {
  #topMainImage .airship {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-height: 600px) {
  #topMainImage .airship {
    display: none;
  }
}
#topMainImage .airship.hide {
  display: none;
}
#topMainImage .ptera {
  width: 5vw;
  right: 18vw;
  top: calc(40vh - 8vw);
  opacity: 0;
  -webkit-transition: right 2.6s linear, opacity 1s linear;
  transition: right 2.6s linear, opacity 1s linear;
  /* -767 */
  /* 768- */
}
#topMainImage .ptera.view {
  right: 15vw;
}
#topMainImage .ptera.fade {
  opacity: 1;
}
#topMainImage .ptera.hide {
  -webkit-animation: pteraHide 1.2s forwards;
          animation: pteraHide 1.2s forwards;
}
@-webkit-keyframes pteraHide {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-1600deg);
            transform: rotate(-1600deg);
    display: none;
  }
}
@keyframes pteraHide {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-1600deg);
            transform: rotate(-1600deg);
    display: none;
  }
}
@media all and (max-width: 767px) {
  #topMainImage .ptera {
    display: none;
  }
}
@media all and (min-width: 768px) {
  #topMainImage .ptera {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-height: 600px) {
  #topMainImage .ptera {
    display: none;
  }
}
#topMainImage .kemuri {
  width: 20px;
  height: 122px;
  right: calc(17vw + 620px);
  bottom: 10vh;
  -webkit-transition: all 3.2s cubic-bezier(0.44, 0.01, 0.6, 1);
  transition: all 3.2s cubic-bezier(0.44, 0.01, 0.6, 1);
  opacity: 0;
  z-index: 2;
  /* -767 */
  /* 768- */
}
#topMainImage .kemuri.view {
  bottom: 15vh;
  opacity: 1;
}
#topMainImage .kemuri.koff {
  bottom: 18vh;
  opacity: 0;
}
#topMainImage .kemuri img {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  #topMainImage .kemuri {
    display: none;
  }
}
@media all and (min-width: 768px) {
  #topMainImage .kemuri {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-height: 600px) {
  #topMainImage .kemuri {
    display: none;
  }
}
#topMainImage .blogLink {
  right: 10%;
  top: calc(40vh - 2vw - 30px);
  width: 263px;
  height: auto;
  opacity: 0;
  /* -767 */
  /* 768- */
}
@media all and (max-width: 767px) {
  #topMainImage .blogLink {
    display: none;
  }
}
@media all and (min-width: 768px) {
  #topMainImage .blogLink {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-height: 600px) {
  #topMainImage .blogLink {
    display: none;
  }
}
#topMainImage .blogLink a {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.6s 1s;
  transition: opacity 0.6s 1s;
}
@media (hover: hover) {
  #topMainImage .blogLink a:hover {
    -webkit-animation: pteraShake 0.4s ease forwards;
            animation: pteraShake 0.4s ease forwards;
  }
}
@-webkit-keyframes pteraShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  70% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes pteraShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  70% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes pteraFuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  70% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pteraFuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  70% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#topMainImage .blogLink.view {
  opacity: 1;
  animation: pteraFuwafuwa 4.8s ease-in-out infinite alternate-reverse;
}
#topMainImage .blogLink.view a {
  opacity: 1;
}
#topMainImage .blogLink .fukidashi,
#topMainImage .blogLink .noPost {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#topMainImage .blogLink .fukidashi.hide,
#topMainImage .blogLink .noPost.hide {
  display: none;
}
#topMainImage .blogLink .fukiIn {
  display: none;
  position: relative;
}
#topMainImage .blogLink .fukiIn.view {
  display: block;
}
#topMainImage .blogLink .pickup {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}
#topMainImage .blogLink .wrap {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  min-height: 147px;
  padding: 22px 44px 26px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
#topMainImage .blogLink .date {
  position: absolute;
  top: 10px;
  right: 24px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 2.28;
}
#topMainImage .blogLink .date .num {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 13px;
}
#topMainImage .blogLink .author {
  position: absolute;
  bottom: 20px;
  right: 14px;
  text-align: center;
  font-weight: 500;
  font-size: 9px;
}
#topMainImage .blogLink .author img {
  width: 32px;
  border-radius: 50%;
  margin-top: 4px;
}
#topMainImage .blogLink .ptera_after {
  position: absolute;
  top: 12px;
  left: 8px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 264px;
}
#topMainImage .blogLink .noPost {
  text-align: center;
  padding-top: 90px;
  /* 1366- */
}
@media all and (min-width: 1366px) {
  #topMainImage .blogLink .noPost {
    padding-top: 140px;
  }
}

/***************************
linkArea
****************************/
#linkcorp {
  margin-top: 6px;
}
#linkcorp ul li:not(:last-child) {
  margin-bottom: 10px;
}
#linkcorp ul li a {
  display: block;
  padding: 30px 0 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #linkcorp ul li a {
    padding: 40px 0 37px;
  }
}
#linkcorp ul li.mon {
  background: url("../images/home/linkcorp/bg_mon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#linkcorp .tx_white {
  display: inline;
  position: relative;
  opacity: 0;
  white-space: nowrap;
}
#linkcorp .js-block-fade {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate(0, 16%);
          transform: translate(0, 16%);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.42, 0, 0, 1);
  transition: -webkit-transform 3s cubic-bezier(0.42, 0, 0, 1);
  transition: transform 3s cubic-bezier(0.42, 0, 0, 1);
  transition: transform 3s cubic-bezier(0.42, 0, 0, 1), -webkit-transform 3s cubic-bezier(0.42, 0, 0, 1);
}
#linkcorp .js-block-fade:after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -200%;
  top: 0%;
  -webkit-transition: left 2s cubic-bezier(0.42, 0, 0, 1);
  transition: left 2s cubic-bezier(0.42, 0, 0, 1);
}
#linkcorp .js-block-fade.on-flag {
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
}
#linkcorp .js-block-fade.on-flag:after {
  left: 200%;
}
#linkcorp .js-block-fade.on-flag .tx_white {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}
#linkcorp .js-block-fade.title {
  padding: 10px 0;
  /* 768- */
}
@media all and (min-width: 768px) {
  #linkcorp .js-block-fade.title {
    padding: 10px 0;
  }
}
#linkcorp .name {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  #linkcorp .name {
    width: 60%;
    max-width: 250px;
  }
}
@media all and (min-width: 751px) {
  #linkcorp .name {
    width: 365px;
  }
}
#linkcorp .catch {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.22em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  #linkcorp .catch {
    font-size: 24px;
    letter-spacing: 0.22em;
    line-height: 1;
  }
  #linkcorp .catch .js-block-fade {
    padding: 10px 0;
  }
}
#linkcorp .contents {
  /* 751- */
}
@media all and (min-width: 751px) {
  #linkcorp .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#linkcorp .btn_arrow_link {
  /* 768- */
}
#linkcorp .btn_arrow_link .btn_arrow {
  width: 120px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  /* -767 */
}
@media all and (max-width: 767px) {
  #linkcorp .btn_arrow_link .btn_arrow {
    width: 80px;
  }
}
#linkcorp .btn_arrow_link .btn_arrow .arrows {
  width: 32%;
}
#linkcorp .btn_arrow_link .btn_arrow .arrows .arrow path {
  fill: #fff;
}
#linkcorp .btn_arrow_link .btn_arrow::before {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) and (hover: hover) {
  #linkcorp .btn_arrow_link:hover .btn_arrow .arrows .arrow path {
    fill: #393939;
  }
}
#linkcorp .btnArea {
  /* -767 */
}
@media all and (max-width: 767px) {
  #linkcorp .btnArea {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#linkcorp .btn_flex .texts {
  color: #fff;
  /* -767 */
}
@media all and (max-width: 767px) {
  #linkcorp .btn_flex .texts {
    display: none;
  }
}

/***************************
introduction
****************************/
#introduction {
  position: relative;
  background: #f2f2f2;
  padding: 56px 0 0;
  overflow: hidden;
  /* 768- */
  /* 1136- */
  /* 1366- */
}
#introduction .fall {
  margin-top: 50px;
  width: 123%;
  margin-left: -12.6%;
}
#introduction .fall picture {
  display: block;
}
#introduction .flex > .right {
  padding: 0 20px;
}
@media all and (min-width: 768px) {
  #introduction {
    padding: 0;
  }
  #introduction .fall {
    margin-top: 20px;
  }
  #introduction .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #introduction .flex > .right {
    width: 54%;
    padding: 80px 40px 80px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #introduction .flex > .left {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 38%;
  }
}
@media all and (min-width: 1136px) {
  #introduction .flex > .right {
    width: 50%;
    padding: 150px 40px 150px 0;
  }
  #introduction .flex > .left {
    padding-top: 60px;
  }
}
@media all and (min-width: 1366px) {
  #introduction .flex > .right {
    width: 48%;
  }
}
#introduction .c_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #e8e8e8;
  /* -767 */
  /* 1136- */
}
@media all and (max-width: 767px) {
  #introduction .c_title {
    top: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 50px;
    opacity: 0.8;
  }
}
@media all and (min-width: 1136px) {
  #introduction .c_title {
    font-size: 69px;
  }
}
#introduction .c_lead {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.12em;
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  #introduction .c_lead {
    font-size: 36px;
    letter-spacing: 0.1em;
  }
}
@media all and (min-width: 1136px) {
  #introduction .c_lead {
    font-size: 56px;
  }
}
#introduction .text {
  margin-top: 32px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.28;
  letter-spacing: 0.1em;
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  #introduction .text {
    max-width: 485px;
    margin-top: 10px;
    line-height: 2.14;
    letter-spacing: 0.05em;
  }
}
@media all and (min-width: 1136px) {
  #introduction .text {
    margin-top: 50px;
    font-size: 16px;
    line-height: 2.37;
    letter-spacing: 0.1em;
  }
}

/***************************
works
****************************/
#works {
  background: #FFFFFF;
  overflow: hidden;
  padding-top: 40px;
}
#works .head {
  position: relative;
  padding-top: 60px;
  /* 768- */
  /* 1366- */
}
#works .head .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#works .head .vw {
  display: none;
}
@media all and (min-width: 768px) {
  #works .head {
    padding-top: 30px;
  }
  #works .head .head {
    padding-top: 40px;
  }
  #works .head .title {
    top: 50%;
    margin-top: -60px;
  }
  #works .head .bus {
    position: relative;
    text-align: right;
  }
  #works .head .bus img {
    max-width: 632px;
    width: 74%;
  }
  #works .head .vw {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 31.4%;
    width: 18.4%;
  }
}
@media all and (min-width: 1366px) {
  #works .head .vw {
    margin-right: 410px;
    width: 260px;
  }
}
#works .listWrap {
  margin: 20px auto 0;
  max-width: 1457px;
  /* 768- */
  /* 1136- */
  /* 2201- */
}
#works .listWrap .spNoDisp {
  display: none;
  /* 768- */
}
@media all and (min-width: 768px) {
  #works .listWrap .spNoDisp {
    display: block;
  }
}
#works .listWrap a {
  padding-top: 40px;
  border-bottom: solid 1px #d1d1d1;
  display: block;
  color: #393939;
  text-decoration: none;
}
#works .listWrap .texts {
  padding: 15px 0 20px;
}
#works .listWrap .w_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#works .listWrap .tags {
  margin-top: 15px;
}
#works .listWrap .tags > li {
  display: inline-block;
  font-size: 11px;
  line-height: 1.5;
  padding: 1px 1em;
  color: #A7A7A7;
  background: #FFFFFF;
  border: solid 1px #A7A7A7;
  border-radius: 15px;
  margin: 0 8px 8px 0;
}
#works .listWrap .tags > li::before {
  content: "#";
}
#works .listWrap .sub,
#works .listWrap .content {
  display: none;
}
#works .listWrap .more {
  margin-top: 10px;
  text-align: right;
}
#works .listWrap .more span {
  display: inline-block;
  padding: 0;
  padding-right: 18px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #388cd5;
  background: url(../images/home/works_more_arr.svg) no-repeat right top 1px;
  background-size: 12px auto;
}
@media all and (min-width: 768px) {
  #works .listWrap {
    margin-top: 55px;
    display: block;
  }
  #works .listWrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #works .listWrap > ul::after {
    content: "";
    display: block;
    width: 31%;
  }
  #works .listWrap > ul > li {
    width: 31%;
  }
  #works .listWrap a {
    padding-top: 0;
    border-bottom: none;
  }
  #works .listWrap .image img {
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
  }
  #works .listWrap .texts {
    padding: 16px 0 40px;
  }
  #works .listWrap .w_title {
    font-size: 14px;
  }
  #works .listWrap .sub,
  #works .listWrap .content {
    display: block;
  }
  #works .listWrap .sub {
    margin-top: 1.4em;
    color: #388cd5;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
  }
  #works .listWrap .content {
    margin-top: 0.8em;
    font-size: 14px;
    line-height: 2;
  }
  #works .listWrap .tags {
    margin-top: 12px;
  }
  #works .listWrap .tags > li {
    font-size: 11px;
    margin: 0 5px 5px 0;
    line-height: 1.3;
    padding: 1px 0.6em;
  }
  #works .listWrap .more {
    display: none;
  }
  #works .listWrap > ul > li.big {
    width: 100%;
    margin-bottom: 70px;
  }
  #works .listWrap > ul > li.big a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #works .listWrap > ul > li.big .image {
    width: 50%;
  }
  #works .listWrap > ul > li.big .texts {
    width: 46.18%;
    padding: 0;
  }
  #works .listWrap > ul > li.big .w_title {
    padding-top: 1em;
    font-size: 16px;
  }
}
@media all and (min-width: 1136px) {
  #works .listWrap {
    margin-top: 75px;
  }
  #works .listWrap .texts {
    padding: 25px 0 50px;
  }
  #works .listWrap .w_title {
    font-size: 20px;
  }
  #works .listWrap .sub {
    margin-top: 2em;
    font-size: 20px;
  }
  #works .listWrap .content {
    margin-top: 1.2em;
    letter-spacing: 0.05em;
  }
  #works .listWrap .tags {
    margin-top: 10px;
  }
  #works .listWrap .tags > li {
    font-size: 12px;
  }
  #works .listWrap a .image {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  #works .listWrap a .image span {
    display: block;
    position: relative;
  }
  #works .listWrap a .image span::before, #works .listWrap a .image span::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0;
  }
  #works .listWrap a .image span::before {
    width: 0%;
    height: 100%;
    mix-blend-mode: multiply;
    background: #999999;
    z-index: 1;
  }
  #works .listWrap a .image span::after {
    background: url(../images/home/detail.png) no-repeat;
    background-size: contain;
    background-position: center center;
    width: 50%;
    height: 50%;
    left: 50%;
    top: 50%;
    max-width: 225px;
    max-height: 60px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    z-index: 2;
  }
  #works .listWrap a:hover .image span::before {
    opacity: 1;
    width: 100%;
  }
  #works .listWrap a:hover .image span::after {
    width: 50%;
    height: 50%;
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #works .listWrap > ul > li.big {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #d1d1d1;
  }
  #works .listWrap > ul > li.big .w_title {
    padding-top: 0.6em;
    font-size: 28px;
  }
  #works .listWrap > ul > li.big .tags li {
    margin-right: 10px;
  }
}
@media all and (min-width: 2200px) {
  #works .listWrap {
    margin-top: 105px;
  }
  #works .listWrap a .w_title {
    font-size: 20px;
  }
}
#works .foot {
  padding-top: 40px;
  position: relative;
  height: 100%;
  text-align: center;
  /* 768- */
  /* 1366- */
}
#works .foot::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 10;
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background: url(../images/common/noize_flip.jpg);
  background-size: 500px auto;
  mix-blend-mode: overlay;
  pointer-events: none;
  opacity: 0.4;
}
#works .foot .image {
  margin-top: 55px;
  position: relative;
}
#works .foot .bus {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 10% 0%;
  width: 100%;
}
@media all and (min-width: 768px) {
  #works .foot .image {
    margin-top: 0;
    position: relative;
  }
  #works .foot .more_btn {
    position: absolute;
    bottom: 16%;
    right: 5%;
    z-index: 2;
  }
  #works .foot .bus {
    margin: 0 0 2.6% 18%;
    width: 31%;
  }
  #works .foot .btn_flex {
    --font_color: #fff;
    --arrow_border_color: #fff;
    --arrow_bg_color: #fff;
    --arrow_bg_color_hover: #148142;
    --arrow_color: #148142;
    --arrow_color_hover: #fff;
  }
}
@media all and (min-width: 1366px) {
  #works .foot .more_btn {
    right: calc(50% - 615px);
  }
}

/***************************
service
****************************/
#service {
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
  padding: 50px 0 60px;
  /* -767 */
  /* 768- */
  /* 1366- */
}
#service .btn_flex {
  --arrow_border_color: #f2f2f2;
  --arrow_bg_color: #d8d2ad;
  --arrow_bg_color_hover: #5c5c5c;
  --arrow_color: #5c5c5c;
  --arrow_color_hover: #fff;
}
@media all and (max-width: 767px) {
  #service .btnArea {
    margin-top: 40px;
  }
}
@media all and (min-width: 768px) {
  #service {
    padding: 65px 0 120px;
  }
  #service .gridWrap {
    display: -ms-grid;
    display: grid;
  }
  #service .sec_ttl {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  #service .btnArea {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    justify-self: flex-end;
  }
  #service .list {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media all and (min-width: 1366px) {
  #service {
    padding: 90px 0 120px;
  }
  #service .btnArea {
    top: 100px;
  }
}
#service .list {
  max-width: 1457px;
  margin-left: auto;
  margin-right: auto;
  /* 768- */
  /* 1366- */
}
#service .list li {
  margin-top: 30px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.16);
}
#service .list li a {
  display: block;
  position: relative;
  color: #FFFFFF;
}
#service .list li a:hover {
  text-decoration: none;
}
#service .list li a::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 10;
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background: url(../images/common/noize_flip.jpg);
  background-size: 500px auto;
  mix-blend-mode: overlay;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
}
#service .list li.design {
  background: #d5ce9f;
}
#service .list li.design h3,
#service .list li.design p,
#service .list li.design p::after {
  background: #aca577;
}
#service .list li.development {
  background: #adadad;
}
#service .list li.development h3,
#service .list li.development p,
#service .list li.development p::after {
  background: #7e7e7e;
}
#service .list li.branding {
  background: #8cd7e2;
}
#service .list li.branding h3,
#service .list li.branding p,
#service .list li.branding p::after {
  background: #4da8b5;
}
#service .list li.product {
  background: #3e92e2;
}
#service .list li.product h3,
#service .list li.product p,
#service .list li.product p::after {
  background: #0559a7;
}
#service .list li h3 {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  font-size: 28px;
  padding: 0.5em 0.4em;
}
#service .list li .image {
  margin: 0 15%;
  width: 70%;
}
#service .list li p {
  position: relative;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 0.6em 1em;
}
#service .list li p::before, #service .list li p::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
#service .list li p::before {
  width: 32px;
  height: 32px;
  top: 50%;
  right: 30px;
  margin-top: -14px;
  background: url(../images/home/service_sp_arr.svg) no-repeat 0 0;
  background-size: 100% auto;
  opacity: 0.5;
}
#service .list li p::after {
  width: 90px;
  height: 8px;
  right: 0;
  top: -8px;
}
@media all and (min-width: 768px) {
  #service .list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #service .list a:hover::after {
    opacity: 0.9;
  }
  #service .list li {
    width: 22.76%;
    max-width: none;
    margin: 30px 0 0;
  }
  #service .list li .image {
    padding: 20px 0 25px;
    margin: 0 10%;
    width: 80%;
  }
  #service .list li h3 {
    margin-top: 10px;
    font-size: 17px;
  }
  #service .list li p {
    font-size: 1.2vw;
    line-height: 1.78;
    padding: 1em 1.8em;
  }
  #service .list li p::before {
    display: none;
  }
  #service .list li p::after {
    width: 68px;
    right: 20px;
  }
}
@media all and (min-width: 1366px) {
  #service .list li h3 {
    font-size: 28px;
    margin-top: 15px;
  }
  #service .list li p {
    font-size: 16px;
  }
  #service .list li p::after {
    width: 110px;
    right: 30px;
    height: 11px;
    top: -11px;
  }
}

/***************************
charm
****************************/
#charm {
  position: relative;
}
#charm .service_heading {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 100;
  /* 768- */
}
@media all and (min-width: 768px) {
  #charm .service_heading {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}
#charm .tx_white {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(80%, #fff));
  background: linear-gradient(180deg, #fff 20%, #fff 80%);
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.2;
  position: relative;
  opacity: 0;
  white-space: nowrap;
}
#charm h2 {
  font-size: 7vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 0 0 22px 0;
  /* 768- */
  /* 1366- */
}
#charm h2 span {
  display: inline-block;
  padding: 12px 8px;
}
@media all and (min-width: 768px) {
  #charm h2 {
    font-size: 4.3vw;
    line-height: 1.2;
  }
  #charm h2 span {
    padding: 12px 22px;
  }
}
@media all and (min-width: 1366px) {
  #charm h2 {
    font-size: 60px;
  }
  #charm h2 br {
    display: none;
  }
}
#charm .text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  /* 768- */
  /* 1366- */
}
#charm .text span {
  display: inline;
  margin-bottom: 8px;
  padding: 5px 0;
}
@media all and (min-width: 768px) {
  #charm .text {
    font-size: 18px;
    line-height: 1;
  }
  #charm .text span {
    padding: 8px 6px;
    display: inline-block;
    line-height: 1;
  }
}
@media all and (min-width: 1366px) {
  #charm .text {
    font-size: 22px;
  }
  #charm .text span {
    padding: 10px 8px;
    margin-bottom: 10px;
  }
}
#charm .js-block-fade {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0, 1);
}
#charm .js-block-fade:after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -200%;
  top: 0%;
  -webkit-transition: all 2s cubic-bezier(0.42, 0, 0, 1);
  transition: all 2s cubic-bezier(0.42, 0, 0, 1);
}
#charm .js-block-fade.on-flag {
  -webkit-transform: translate(0%, -20%);
          transform: translate(0%, -20%);
  -webkit-transition: all 4s cubic-bezier(0.42, 0, 0, 1);
  transition: all 4s cubic-bezier(0.42, 0, 0, 1);
}
#charm .js-block-fade.on-flag:after {
  left: 200%;
}
#charm .js-block-fade.on-flag .tx_white {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}
#charm .fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  /* -767 */
  /* 768- */
  /* 1136- */
}
@media all and (max-width: 767px) {
  #charm .fit-cover {
    height: 562px;
    -o-object-position: left bottom;
       object-position: left bottom;
  }
}
@media all and (min-width: 768px) {
  #charm .fit-cover {
    height: 336px;
  }
}
@media all and (min-width: 1136px) {
  #charm .fit-cover {
    height: 550px;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

/***************************
information
****************************/
#information {
  /* -767 */
  /* 768- */
  /* 1136- */
}
#information .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#information .body li a {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: var(--bg_color);
  padding: 26px 120px 26px 20px;
}
#information .body li a::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 10;
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background: url(../images/common/noize_flip.jpg);
  background-size: 500px auto;
  mix-blend-mode: overlay;
  pointer-events: none;
  opacity: 0.18;
  z-index: -1;
}
#information .body li a .title {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.02em;
}
#information .body li a .text {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.6;
}
#information .body li a .btn_arrow {
  width: 80px;
  border-color: rgba(255, 255, 255, 0.4);
}
#information .body li a .btn_arrow::before {
  background-color: rgba(255, 255, 255, 0.4);
}
#information .body li a .btn_arrow .arrows {
  width: 32%;
}
#information .body li a .btn_arrow .arrows .arrow path {
  fill: #fff;
}
#information .body li.price {
  --bg_color: #2a4869;
}
#information .body li.about {
  --bg_color: #3d5c7e;
}
@media all and (max-width: 767px) {
  #information .body li a .btn_arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (min-width: 768px) {
  #information .body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #information .body li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #information .body li a {
    padding: 50px 30px 30px 50px;
  }
  #information .body li a .title {
    font-size: 46px;
  }
  #information .body li a .text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
  }
  #information .body li a .btn_arrow {
    width: 95px;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (hover: hover) {
  #information .body li a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #information .body li a:hover {
    background-color: color-mix(in srgb, #000 15%, var(--bg_color));
  }
}
@media (min-width: 768px) and (hover: hover) {
  #information .body li.about a:hover {
    background-color: color-mix(in srgb, #fff 10%, var(--bg_color));
  }
}
@media all and (min-width: 1136px) {
  #information .body li a .title {
    font-size: 55px;
  }
  #information .body li a .text {
    margin-top: 20px;
    font-size: 16px;
  }
}

/***************************
diary
****************************/
#diary {
  padding: 50px 0 100px;
  background: #f2f2f2;
  /* 768- */
  /* 1366- */
}
#diary .lead {
  font-size: 13px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 1.5em;
}
#diary .btnArea {
  margin-top: 60px;
}
#diary .btnArea .btn_flex {
  --arrow_border_color: #f2f2f2;
  --arrow_bg_color: #d8d2ad;
  --arrow_bg_color_hover: #5c5c5c;
  --arrow_color: #5c5c5c;
  --arrow_color_hover: #fff;
}
@media all and (min-width: 768px) {
  #diary {
    padding: 65px 0;
  }
  #diary .title {
    position: relative;
    min-height: 5em;
  }
  #diary .lead {
    position: absolute;
    top: 10px;
    right: 2%;
    margin-top: 0;
    margin-left: 240px;
    font-size: 15px;
  }
  #diary .btnArea {
    margin-top: 50px;
  }
}
@media all and (min-width: 1366px) {
  #diary {
    padding: 90px 0 95px;
  }
  #diary .lead {
    right: 10%;
  }
}
#diary .spNoDisp {
  display: none;
  /* 768- */
}
@media all and (min-width: 768px) {
  #diary .spNoDisp {
    display: block;
  }
}
#diary .body {
  margin: 0 auto;
  max-width: 1457px;
}
#diary .list {
  margin-top: 20px;
  /* 768- */
  /* 1136- */
}
#diary .list .post {
  margin-top: 40px;
}
#diary .list a {
  display: block;
  color: #393939;
}
#diary .list a:hover {
  text-decoration: none;
}
#diary .list .wrap {
  margin-top: 20px;
  position: relative;
  padding-left: 60px;
}
#diary .list .profile {
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}
#diary .list .profile .name {
  margin-top: 0.5em;
  color: #a7a7a7;
  font-size: 7px;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
#diary .list .date {
  color: #838383;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}
#diary .list .date .newMark img {
  vertical-align: top;
  width: 28px;
  padding-left: 6px;
}
#diary .list .postTitle {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  #diary .list {
    margin-top: 40px;
  }
  #diary .list .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #diary .list .post {
    width: 31.5%;
  }
  #diary .list .post:nth-child(1), #diary .list .post:nth-child(2), #diary .list .post:nth-child(3) {
    margin-top: 0;
  }
  #diary .list .wrap {
    min-height: 65px;
  }
  #diary .list .profile {
    width: 30px;
  }
  #diary .list .profile .name {
    font-size: 11px;
  }
  #diary .list .profile .image a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #diary .list .profile .image a:hover {
    opacity: 0.6;
  }
  #diary .list .date {
    font-size: 11px;
    margin-bottom: 0.6em;
  }
  #diary .list .postTitle {
    font-size: 13px;
    line-height: 1.6;
  }
  #diary .list a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #diary .list a:hover {
    color: #388cd5;
  }
}
@media all and (min-width: 1136px) {
  #diary .list .wrap {
    padding-left: 64px;
  }
  #diary .list .profile {
    width: 46px;
  }
  #diary .list .postTitle {
    font-size: 14px;
  }
}

/***************************
drive
****************************/
#drive {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  /* -767 */
  /* 1136- */
  /* 1366- */
}
#drive::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 10;
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background: url(../images/common/noize_flip.jpg);
  background-size: 500px auto;
  mix-blend-mode: overlay;
  pointer-events: none;
  opacity: 0.2;
}
#drive .sec_ttl span {
  color: #fff;
}
#drive .sec_ttl .en {
  /* 1136- */
}
@media all and (min-width: 1136px) {
  #drive .sec_ttl .en {
    font-size: 86px;
  }
}
#drive .sec_ttl .jp {
  letter-spacing: 0.05em;
  /* 1136- */
}
@media all and (min-width: 1136px) {
  #drive .sec_ttl .jp {
    font-size: 24px;
  }
}
#drive .title {
  position: absolute;
  left: 5%;
  top: 4.75vw;
  min-height: 5em;
  z-index: 10;
}
#drive .runBg {
  height: 100%;
}
#drive .run_bg_wrap {
  position: relative;
  display: block;
  height: inherit;
}
#drive .run_bg_wrap::before, #drive .run_bg_wrap::after {
  content: "";
  display: block;
  position: absolute;
}
#drive .run_bg_wrap::before {
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 1366px 300px;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#drive .run_bg_wrap::after {
  right: 0;
  top: 0;
  background-repeat: repeat-x;
  background-size: 1366px 300px;
  background-position: left bottom;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#drive .run_bg_wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#drive .rails {
  position: absolute;
  display: block;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
}
#drive .rail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  margin-bottom: 45px;
  z-index: 3;
}
#drive .road {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-repeat: repeat-x;
  background-size: 1366px 300px;
  background-position: bottom;
  z-index: 4;
}
#drive .bus {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 215.66px;
  margin: 0 8.8% 1% 0;
  z-index: 5;
  -webkit-animation: bus_roop 6s linear infinite;
          animation: bus_roop 6s linear infinite;
}
@media all and (max-width: 767px) {
  #drive {
    height: 250px;
  }
  #drive .title {
    top: 30px;
    left: 20px;
  }
  #drive .run_bg_wrap::before {
    background-position: center bottom;
  }
  #drive .bus {
    bottom: 20px;
    width: 160px;
  }
}
@media all and (min-width: 1136px) {
  #drive .title {
    top: 65px;
  }
}
@media all and (min-width: 1366px) {
  #drive .title {
    left: calc(50% - 615px);
  }
  #drive .run_bg_wrap::before {
    background-position: center bottom;
  }
  #drive .bus {
    margin-right: calc(50% - 590px);
  }
}
@-webkit-keyframes bus_roop {
  0% {
    -webkit-transform: translateY(-6%) rotate(2deg);
            transform: translateY(-6%) rotate(2deg);
  }
  2% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  4% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  6% {
    -webkit-transform: translateY(-5%) rotate(0deg);
            transform: translateY(-5%) rotate(0deg);
  }
  8% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  10% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  12% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  32% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  34% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  36% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  38% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  60% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  62% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  64% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  66% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  68% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  82% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  84% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  86% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  88% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes bus_roop {
  0% {
    -webkit-transform: translateY(-6%) rotate(2deg);
            transform: translateY(-6%) rotate(2deg);
  }
  2% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  4% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  6% {
    -webkit-transform: translateY(-5%) rotate(0deg);
            transform: translateY(-5%) rotate(0deg);
  }
  8% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  10% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  12% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  32% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  34% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  36% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  38% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  60% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  62% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  64% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  66% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  68% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  82% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  84% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  86% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  88% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
#drive .rails {
  -webkit-animation: rails_roop 14s -2s linear infinite;
          animation: rails_roop 14s -2s linear infinite;
}
@-webkit-keyframes rails_roop {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes rails_roop {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

/* 表示の切り替え */
#drive .runBg > .daytime,
#drive .runBg > .sunset,
#drive .runBg > .night {
  display: none;
}
#drive .runBg > .daytime.open {
  display: block;
}
#drive .runBg > .sunset.open {
  display: block;
}
#drive .runBg > .night.open {
  display: block;
}

html.webp #drive .run_bg_wrap {
  /* 夕方 */
  /* 夜 */
}
html.webp #drive .run_bg_wrap::before {
  background-image: url(../images/home/location/run_bg_island.webp);
}
html.webp #drive .run_bg_wrap::after {
  background-image: url(../images/home/location/run_bg_sea.webp);
}
html.webp #drive .run_bg_wrap.sunset::before {
  background-image: url(../images/home/location/run_bg_island_sunset.png);
}
html.webp #drive .run_bg_wrap.sunset::after {
  background-image: url(../images/home/location/run_bg_sea_sunset.webp);
}
html.webp #drive .run_bg_wrap.night::before {
  background-image: url(../images/home/location/run_bg_island_night.png);
}
html.webp #drive .run_bg_wrap.night::after {
  background-image: url(../images/home/location/run_bg_sea_night.webp);
}
html.webp #drive .road {
  background-image: url(../images/home/location/run_road2.webp);
}

html.no-webp #drive .run_bg_wrap {
  /* 夕方 */
  /* 夜 */
}
html.no-webp #drive .run_bg_wrap::before {
  background-image: url(../images/home/location/run_bg_island.png);
}
html.no-webp #drive .run_bg_wrap::after {
  background-image: url(../images/home/location/run_bg_sea.png);
}
html.no-webp #drive .run_bg_wrap.sunset::before {
  background-image: url(../images/home/location/run_bg_island_sunset.png);
}
html.no-webp #drive .run_bg_wrap.sunset::after {
  background-image: url(../images/home/location/run_bg_sea_sunset.webp);
}
html.no-webp #drive .run_bg_wrap.night::before {
  background-image: url(../images/home/location/run_bg_island_night.png);
}
html.no-webp #drive .run_bg_wrap.night::after {
  background-image: url(../images/home/location/run_bg_sea_night.webp);
}
html.no-webp #drive .road {
  background-image: url(../images/home/location/run_road2.png);
}

/***************************
myMap
****************************/
/***************************
topContact
****************************/
#topContact {
  background: #f8f8f8;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
  /* 768- */
  /* 1366- */
}
@media all and (min-width: 768px) {
  #topContact {
    padding-top: 92px;
    padding-bottom: 105px;
  }
}
@media all and (min-width: 1366px) {
  #topContact {
    padding-top: 100px;
  }
}
#topContact .inner {
  /* 768- */
  /* 1136- */
  /* 1366- */
}
@media all and (min-width: 768px) {
  #topContact .inner {
    padding: 0 40px;
  }
}
@media all and (min-width: 1136px) {
  #topContact .inner {
    width: auto;
    margin: 0 80px;
  }
}
@media all and (min-width: 1366px) {
  #topContact .inner {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
  }
}
#topContact .cntWrap {
  /* 768- */
  /* 1136- */
  /* 1366- */
}
#topContact .cntWrap .texts {
  color: #388CD5;
}
@media all and (min-width: 768px) {
  #topContact .cntWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #topContact .cntWrap .texts {
    width: 750px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (min-width: 1136px) {
  #topContact .cntWrap .texts {
    width: 100%;
  }
}
@media all and (min-width: 1366px) {
  #topContact .cntWrap .texts {
    width: 61.6%;
    max-width: 800px;
    padding-bottom: 285px;
  }
}
#topContact .cntTitle {
  font-size: 28px;
  letter-spacing: 0.1em;
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  #topContact .cntTitle {
    font-size: 42px;
  }
}
@media all and (min-width: 1136px) {
  #topContact .cntTitle {
    font-size: 53px;
  }
}
#topContact .cntTitle.daytime {
  color: #388cd5;
}
#topContact .cntTitle.sunset {
  color: #89754a;
}
#topContact .cntTitle.night {
  color: #19375f;
}
#topContact .text {
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2.25;
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  #topContact .text {
    margin-top: 22px;
    line-height: 2.375;
  }
}
@media all and (min-width: 1136px) {
  #topContact .text {
    margin-bottom: 0;
    font-size: 16px;
  }
}
#topContact .text.daytime {
  color: #388cd5;
}
#topContact .text.sunset {
  color: #89754a;
}
#topContact .text.night {
  color: #19375f;
}
#topContact .image {
  width: 210px;
  height: 181px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  /* 768- */
  /* 1136- */
  /* 1366- */
  /* 2201- */
}
@media all and (min-width: 768px) {
  #topContact .image {
    width: 264px;
    height: 227.57px;
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media all and (min-width: 1200px) {
  #topContact .image {
    margin-top: -100px;
    margin-right: -50px;
    width: 360px;
    height: 316.57px;
  }
}
@media all and (min-width: 1366px) {
  #topContact .image {
    margin-top: auto;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all and (min-width: 2200px) {
  #topContact .image {
    width: 480.37px;
    height: 413.23px;
  }
}
#topContact .conBlueWave {
  position: absolute;
  width: 100%;
  height: 139.14px;
  bottom: 140px;
  z-index: 1;
  /* 昼 */
  /* 夕方 */
  /* 夜 */
}
#topContact .conBlueWave.daytime {
  background: url(../images/home/topcontact/concept_bluewave_sp.png) no-repeat;
  background-position: 68% bottom;
  background-size: 1366px 139.14px;
  /* 768- */
  /* 1136- */
  /* 1366- */
  /* 2201- */
}
@media all and (min-width: 768px) {
  #topContact .conBlueWave.daytime {
    background: url(../images/home/topcontact/concept_bluewave_pc.png) no-repeat;
    background-position: 0% bottom;
    background-size: 1100px 113px;
    bottom: 177px;
  }
}
@media all and (min-width: 1110px) {
  #topContact .conBlueWave.daytime {
    background: url(../images/home/topcontact/concept_bluewave_pc.png) no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
}
@media all and (min-width: 1136px) {
  #topContact .conBlueWave.daytime {
    background: url(../images/home/topcontact/concept_bluewave_pc.png) no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
}
@media all and (min-width: 1366px) {
  #topContact .conBlueWave.daytime {
    background: url(../images/home/topcontact/concept_bluewave_gt.png) no-repeat;
    background-position: center top;
    background-size: 100% 140px;
    height: 140px;
    bottom: 218px;
  }
}
@media all and (min-width: 2200px) {
  #topContact .conBlueWave.daytime {
    height: 225px;
    background-size: 100% 225px;
  }
}
#topContact .conBlueWave.sunset {
  background: url(../images/home/topcontact/concept_sunsetwave_pc.png) no-repeat;
  background-position: 68% bottom;
  background-size: 1366px 139.14px;
  /* 768- */
  /* 1136- */
  /* 1366- */
  /* 2201- */
}
@media all and (min-width: 768px) {
  #topContact .conBlueWave.sunset {
    background: url(../images/home/topcontact/concept_sunsetwave_pc.png) no-repeat;
    background-position: 0% bottom;
    background-size: 1100px 113px;
    bottom: 177px;
  }
}
@media all and (min-width: 1110px) {
  #topContact .conBlueWave.sunset {
    background: url(../images/home/topcontact/concept_sunsetwave_pc.png) no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
}
@media all and (min-width: 1136px) {
  #topContact .conBlueWave.sunset {
    background: url(../images/home/topcontact/concept_sunsetwave_pc.png) no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
}
@media all and (min-width: 1366px) {
  #topContact .conBlueWave.sunset {
    background: url(../images/home/topcontact/concept_sunsetwave_pc.png) no-repeat;
    background-position: center top;
    background-size: 100% 140px;
    height: 140px;
    bottom: 218px;
  }
}
@media all and (min-width: 2200px) {
  #topContact .conBlueWave.sunset {
    height: 225px;
    background-size: 100% 225px;
  }
}
#topContact .conBlueWave.night {
  background: url(../images/home/topcontact/concept_nightwave_pc.png) no-repeat;
  background-position: 68% bottom;
  background-size: 1366px 139.14px;
  /* 768- */
  /* 1136- */
  /* 1366- */
  /* 2201- */
}
@media all and (min-width: 768px) {
  #topContact .conBlueWave.night {
    background: url(../images/home/topcontact/concept_nightwave_pc.png) no-repeat;
    background-position: 0% bottom;
    background-size: 1100px 113px;
    bottom: 177px;
  }
}
@media all and (min-width: 1110px) {
  #topContact .conBlueWave.night {
    background: url(../images/home/topcontact/concept_nightwave_pc.png) no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
}
@media all and (min-width: 1136px) {
  #topContact .conBlueWave.night {
    background: url(../images/home/topcontact/concept_nightwave_pc.png) no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
}
@media all and (min-width: 1366px) {
  #topContact .conBlueWave.night {
    background: url(../images/home/topcontact/concept_nightwave_pc.png) no-repeat;
    background-position: center top;
    background-size: 100% 140px;
    height: 140px;
    bottom: 218px;
  }
}
@media all and (min-width: 2200px) {
  #topContact .conBlueWave.night {
    height: 225px;
    background-size: 100% 225px;
  }
}
#topContact .conBlueBox {
  position: absolute;
  width: 100%;
  height: 141px;
  bottom: 0;
  background: #388CD5;
  z-index: 2;
  /* 768- */
  /* 1366- */
}
@media all and (min-width: 768px) {
  #topContact .conBlueBox {
    height: 180px;
  }
}
@media all and (min-width: 1366px) {
  #topContact .conBlueBox {
    height: 220px;
  }
}
#topContact .conBlueBox.daytime {
  background: #388CD5;
}
#topContact .conBlueBox.sunset {
  background: #89754a;
}
#topContact .conBlueBox.night {
  background: #19375f;
}
#topContact .cntBtnWrap {
  margin: 40px auto 0;
  position: relative;
  z-index: 3;
  /* -767 */
  /* 768- */
  /* 1366- */
}
#topContact .cntBtnWrap .cntBtn {
  width: 336px;
}
#topContact .cntBtnWrap .cntBtn a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 10px 0 60px;
}
#topContact .cntBtnWrap .cntBtn a .airplanes {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  @-webkit-keyframes drawLine {
    0% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    10% {
      stroke-dashoffset: 500;
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes drawLine {
    0% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    10% {
      stroke-dashoffset: 500;
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes flyAirplane {
    0% {
      opacity: 1;
    }
    10% {
      opacity: 0;
    }
    50% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0;
    }
    60% {
      -webkit-transform: translate(-30px, 10px);
              transform: translate(-30px, 10px);
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes flyAirplane {
    0% {
      opacity: 1;
    }
    10% {
      opacity: 0;
    }
    50% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0;
    }
    60% {
      -webkit-transform: translate(-30px, 10px);
              transform: translate(-30px, 10px);
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  #topContact .cntBtnWrap .cntBtn a #stroke {
    stroke-dasharray: 500;
  }
  #topContact .cntBtnWrap .cntBtn a #paper_airplane {
    transform-box: fill-box;
  }
  #topContact .cntBtnWrap .cntBtn a:hover #paper_airplane {
    -webkit-animation: flyAirplane 1.4s;
            animation: flyAirplane 1.4s;
  }
  #topContact .cntBtnWrap .cntBtn a:hover #stroke {
    -webkit-animation: drawLine 1.4s ease-out;
            animation: drawLine 1.4s ease-out;
  }
}
@media all and (max-width: 767px) {
  #topContact .cntBtnWrap {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 768px) {
  #topContact .cntBtnWrap {
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: absolute;
    bottom: 105px;
    left: 5%;
  }
}
@media all and (min-width: 1366px) {
  #topContact .cntBtnWrap {
    position: static;
    bottom: auto;
    left: auto;
  }
  #topContact .cntBtnWrap .cntBtn a {
    font-size: 18px;
  }
}