@charset "UTF-8";
/**scss共通***/
#lp2026 img {
  width: 100%;
  height: auto;
}
#lp2026 img.climg {
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width:428px) {
  #lp2026 img.climg {
    image-rendering: auto;
  }
}
@media screen and (max-width:428px) {
  #lp2026 {
    width: 100%;
  }
}

.test {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 50%;
  -webkit-animation: Flash1 1s infinite;
          animation: Flash1 1s infinite;
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 72, 110)), to(rgb(0, 120, 155)));
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@-webkit-keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.onmouse {
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}

.onmouse:hover {
  opacity: 0.6;
  cursor: pointer;
}
@media screen and (max-width:428px) {
  .onmouse:hover {
    opacity: 1;
  }
}

html {
  overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

#lp2026 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
#lp2026 img {
  border: 0;
  vertical-align: bottom;
}
#lp2026 nav ul {
  list-style: none;
}
#lp2026 ul li {
  list-style: none;
}
#lp2026 h1,
#lp2026 h2,
#lp2026 h3,
#lp2026 h4,
#lp2026 h5,
#lp2026 h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
#lp2026 {
  /*#lp2026{***********/
}

body #lp2026 {
  font-size: 14px;
  /*font-family:YakuHanJP;//ゴシック */
  /*font-family:YakuHanMP;//明朝 */
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  text-align: left;
  line-height: 160%;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

#lp2026 .clearfix {
  zoom: 1;
  clear: both;
}
#lp2026 .clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
#lp2026 {
  /* link_nomal */
}
#lp2026 a {
  text-decoration: none;
  color: #333;
}
#lp2026 a:link {
  text-decoration: none;
  color: #333;
}
#lp2026 a:visited {
  text-decoration: none;
  color: #333;
}
#lp2026 a:hover {
  text-decoration: none;
  color: #333;
}
#lp2026 a:active {
  text-decoration: none;
  color: #333;
}
#lp2026 *, #lp2026 *:before, #lp2026 *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#lp2026 {
  /**テキスト揃え**/
}
#lp2026 .text-center {
  text-align: center;
}
#lp2026 .text-left {
  text-align: left;
}
#lp2026 .text-right {
  text-align: right;
}
#lp2026 .pc_only {
  display: block;
}
#lp2026 .sp_only {
  display: none;
}
#lp2026 .pc_only_inline {
  display: inline-block;
}
#lp2026 .sp_only_inline {
  display: none;
}
@media screen and (max-width:428px) {
  #lp2026 .pc_only {
    display: none;
  }
  #lp2026 .sp_only {
    display: block;
  }
  #lp2026 .pc_only_inline {
    display: none;
  }
  #lp2026 .sp_only_inline {
    display: inline-block;
  }
}

@media screen and (max-width:428px) {
  body {
    overflow: hidden;
  }
}

#lp2026 .fade__up {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  -webkit-transform: translate(0%, 30px);
          transform: translate(0%, 30px);
}
#lp2026 .fade__up.active {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
}
#lp2026 .fade__in {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  -webkit-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
}
#lp2026 .fade__in.active {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
}
#lp2026 .fade__big {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
#lp2026 .fade__big.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#lp2026 .fade__side {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
          transform: translate(100px, 0px);
}
#lp2026 .fade__side.active {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
}
#lp2026 .anime_a_time1 {
  clip-path: inset(0% 0% 100% 0 round 0px);
  -webkit-transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:428px) {
  #lp2026 .anime_a_time1 {
    -webkit-transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
#lp2026 .anime_a_time1.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}
#lp2026 .anime_a_time2 {
  clip-path: inset(0% 100% 0% 0 round 0px);
  -webkit-transition: clip-path 1.5s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
  transition: clip-path 1.5s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
}
@media screen and (max-width:428px) {
  #lp2026 .anime_a_time2 {
    -webkit-transition: clip-path 1s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
    transition: clip-path 1s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
  }
}
#lp2026 .anime_a_time2.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}
#lp2026 .anime_a_time3 {
  clip-path: inset(0% 0% 0% 100% round 0px);
  -webkit-transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:428px) {
  #lp2026 .anime_a_time3 {
    -webkit-transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
#lp2026 .anime_a_time3.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}
#lp2026 .anime_a_time1a_stop {
  clip-path: inset(0% 0% 100% 0 round 0px);
  -webkit-transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:428px) {
  #lp2026 .anime_a_time1a_stop {
    -webkit-transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
#lp2026 .anime_a_time1a_stop.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}
#lp2026 .anime_a_time1b_stop {
  clip-path: inset(100% 0% 0% 0 round 0px);
  -webkit-transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:428px) {
  #lp2026 .anime_a_time1b_stop {
    -webkit-transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
#lp2026 .anime_a_time1b_stop.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}
#lp2026 .delay1 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media screen and (max-width:428px) {
  #lp2026 .delay1 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
#lp2026 .delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width:428px) {
  #lp2026 .delay2 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
#lp2026 .delay3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width:428px) {
  #lp2026 .delay3 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
#lp2026 .delay4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media screen and (max-width:428px) {
  #lp2026 .delay4 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
#lp2026 .delay5 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media screen and (max-width:428px) {
  #lp2026 .delay5 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
#lp2026 .delay1sp {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#lp2026 .delay2sp {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#lp2026 .delay3sp {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#lp2026 .delay4sp {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#lp2026 .delay5sp {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#lp2026 {
  /*****************************************/
}
#lp2026 .f60 {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:428px) {
  #lp2026 .f60 {
    font-size: 7.2vw;
  }
}
#lp2026 .f50 {
  font-size: 50px;
  line-height: 125%;
}
@media screen and (max-width:428px) {
  #lp2026 .f50 {
    font-size: 8vw;
  }
}
#lp2026 .f40 {
  font-size: 40px;
  line-height: 135%;
}
@media screen and (max-width:428px) {
  #lp2026 .f40 {
    font-size: 7.5vw;
  }
}
#lp2026 .f38 {
  font-size: 38px;
  line-height: 115%;
}
@media screen and (max-width:428px) {
  #lp2026 .f38 {
    font-size: 7vw;
  }
}
#lp2026 .f36 {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width:428px) {
  #lp2026 .f36 {
    font-size: 6.5vw;
  }
}
#lp2026 .f34 {
  font-size: 34px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f34 {
    font-size: 6vw;
  }
}
#lp2026 .f32 {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f32 {
    font-size: 5.7vw;
  }
}
#lp2026 .f30 {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f30 {
    font-size: 5vw;
  }
}
#lp2026 .f28 {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f28 {
    font-size: 4.8vw;
  }
}
#lp2026 .f26 {
  font-size: 26px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f26 {
    font-size: 4.6vw;
  }
}
#lp2026 .f24 {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f24 {
    font-size: 4.4vw;
  }
}
#lp2026 .f22 {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f22 {
    font-size: 4.2vw;
  }
}
#lp2026 .f20 {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f20 {
    font-size: 4vw;
  }
}
#lp2026 .f19 {
  font-size: 19px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f19 {
    font-size: 3.9vw;
  }
}
#lp2026 .f18 {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f18 {
    font-size: 3.8vw;
  }
}
#lp2026 .f17 {
  font-size: 17px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f17 {
    font-size: 3.6vw;
  }
}
#lp2026 .f16 {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f16 {
    font-size: 3.4vw;
  }
}
#lp2026 .f15 {
  font-size: 15px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f15 {
    font-size: 3.3vw;
  }
}
#lp2026 .f14 {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f14 {
    font-size: 3.2vw;
  }
}
#lp2026 .f13 {
  font-size: 13px;
  line-height: 125%;
}
@media screen and (max-width:428px) {
  #lp2026 .f13 {
    font-size: 3vw;
  }
}
#lp2026 .f12 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:428px) {
  #lp2026 .f12 {
    font-size: 2.4vw;
  }
}
#lp2026 .f11 {
  font-size: 11px;
  line-height: 125%;
}
@media screen and (max-width:428px) {
  #lp2026 .f11 {
    font-size: 2.3vw;
  }
}
#lp2026 .f10 {
  font-size: 10px;
  line-height: 125%;
}
@media screen and (max-width:428px) {
  #lp2026 .f10 {
    font-size: 2.2vw;
  }
}
#lp2026 {
  /*****************************************/
}
#lp2026 .f60res {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:428px) {
  #lp2026 .f60res {
    font-size: 14.0186915888vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f60res {
    font-size: 7.2vw;
  }
}
#lp2026 .f50res {
  font-size: 50px;
  line-height: 125%;
}
@media screen and (max-width:428px) {
  #lp2026 .f50res {
    font-size: 11.6822429907vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f50res {
    font-size: 8vw;
  }
}
#lp2026 .f40res {
  font-size: 40px;
  line-height: 135%;
}
@media screen and (max-width:428px) {
  #lp2026 .f40res {
    font-size: 9.3457943925vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f40res {
    font-size: 7.5vw;
  }
}
#lp2026 .f38res {
  font-size: 38px;
  line-height: 115%;
}
@media screen and (max-width:428px) {
  #lp2026 .f38res {
    font-size: 8.8785046729vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f38res {
    font-size: 7vw;
  }
}
#lp2026 .f36res {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width:428px) {
  #lp2026 .f36res {
    font-size: 8.4112149533vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f36res {
    font-size: 6.5vw;
  }
}
#lp2026 .f34res {
  font-size: 34px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f34res {
    font-size: 7.9439252336vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f34res {
    font-size: 6vw;
  }
}
#lp2026 .f32res {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f32res {
    font-size: 7.476635514vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f32res {
    font-size: 5.7vw;
  }
}
#lp2026 .f30res {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f30res {
    font-size: 7.0093457944vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f30res {
    font-size: 5vw;
  }
}
#lp2026 .f28res {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f28res {
    font-size: 6.5420560748vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f28res {
    font-size: 4.8vw;
  }
}
#lp2026 .f26res {
  font-size: 26px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f26res {
    font-size: 6.0747663551vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f26res {
    font-size: 4.6vw;
  }
}
#lp2026 .f24res {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f24res {
    font-size: 5.6074766355vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f24res {
    font-size: 4.4vw;
  }
}
#lp2026 .f22res {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f22res {
    font-size: 5.1401869159vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f22res {
    font-size: 4.2vw;
  }
}
#lp2026 .f20res {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f20res {
    font-size: 4.6728971963vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f20res {
    font-size: 4vw;
  }
}
#lp2026 .f19res {
  font-size: 19px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f19res {
    font-size: 4.4392523364vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f19res {
    font-size: 3.9vw;
  }
}
#lp2026 .f18res {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f18res {
    font-size: 4.2056074766vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f18res {
    font-size: 3.8vw;
  }
}
#lp2026 .f17res {
  font-size: 17px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f17res {
    font-size: 3.9719626168vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f17res {
    font-size: 3.6vw;
  }
}
#lp2026 .f16res {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f16res {
    font-size: 3.738317757vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f16res {
    font-size: 3.4vw;
  }
}
#lp2026 .f15res {
  font-size: 15px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f15res {
    font-size: 3.5046728972vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f15res {
    font-size: 3.3vw;
  }
}
#lp2026 .f14res {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f14res {
    font-size: 3.2710280374vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f14res {
    font-size: 3.2vw;
  }
}
#lp2026 .f13res {
  font-size: 13px;
  line-height: 140%;
}
@media screen and (max-width:428px) {
  #lp2026 .f13res {
    font-size: 3.0373831776vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f13res {
    font-size: 3vw;
  }
}
#lp2026 .f12res {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:428px) {
  #lp2026 .f12res {
    font-size: 2.8037383178vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f12res {
    font-size: 2.4vw;
  }
}
#lp2026 .f11res {
  font-size: 11px;
  line-height: 125%;
}
@media screen and (max-width:428px) {
  #lp2026 .f11res {
    font-size: 2.5700934579vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f11res {
    font-size: 2.3vw;
  }
}
#lp2026 .f10res {
  font-size: 10px;
  line-height: 125%;
}
@media screen and (max-width:428px) {
  #lp2026 .f10res {
    font-size: 2.3364485981vw;
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f10res {
    font-size: 2.2vw;
  }
}
#lp2026 {
  /*****************************************/
}
@media print {
  #lp2026 body {
    min-width: 1200px;
  }
  #lp2026 .fade__up {
    opacity: 1;
  }
  #lp2026 .fade__in {
    opacity: 1;
  }
}
#lp2026 {
  /**********************/
}
@media screen and (max-width:428px) {
  #lp2026 .f10sp {
    font-size: calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f11sp {
    font-size: calc(11 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f12sp {
    font-size: calc(12 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f13sp {
    font-size: calc(13 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f14sp {
    font-size: calc(14 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f15sp {
    font-size: calc(15 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f16sp {
    font-size: calc(16 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f17sp {
    font-size: calc(17 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f18sp {
    font-size: calc(18 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f19sp {
    font-size: calc(19 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f20sp {
    font-size: calc(20 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f21sp {
    font-size: calc(21 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f22sp {
    font-size: calc(22 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f23sp {
    font-size: calc(23 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f24sp {
    font-size: calc(24 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f25sp {
    font-size: calc(25 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f26sp {
    font-size: calc(26 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f27sp {
    font-size: calc(27 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f28sp {
    font-size: calc(28 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f29sp {
    font-size: calc(29 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f30sp {
    font-size: calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f31sp {
    font-size: calc(31 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f32sp {
    font-size: calc(32 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f33sp {
    font-size: calc(33 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f34sp {
    font-size: calc(34 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f35sp {
    font-size: calc(35 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f36sp {
    font-size: calc(36 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f37sp {
    font-size: calc(37 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f38sp {
    font-size: calc(38 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f39sp {
    font-size: calc(39 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f40sp {
    font-size: calc(40 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f41sp {
    font-size: calc(41 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f42sp {
    font-size: calc(42 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f43sp {
    font-size: calc(43 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f44sp {
    font-size: calc(44 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f45sp {
    font-size: calc(45 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f46sp {
    font-size: calc(46 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f47sp {
    font-size: calc(47 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f48sp {
    font-size: calc(48 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f49sp {
    font-size: calc(49 / 750 * 100vw);
  }
}
@media screen and (max-width:428px) {
  #lp2026 .f50sp {
    font-size: calc(50 / 750 * 100vw);
  }
}
#lp2026 {
  /******#lp2026ここまで*************/
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

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

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

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

#cboxTitle {
  margin: 0;
}

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

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

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

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

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../img/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
  margin: 0px 0 0px 0;
}

#cboxTopLeft {
  display: none;
  width: 21px;
  height: 0px;
}

#cboxTopRight {
  display: none;
  width: 21px;
  height: 0px;
}

#cboxBottomLeft {
  display: none;
  width: 21px;
  height: 21px;
}

#cboxBottomRight {
  display: none;
  width: 21px;
  height: 21px;
}

#cboxMiddleLeft {
  width: 0px;
}

#cboxMiddleRight {
  width: 0px;
}

#cboxTopCenter {
  display: none;
  height: 0px;
}

#cboxBottomCenter {
  display: none;
  height: 0px;
}

#cboxContent { /*background:#fff*/
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

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

#cboxLoadedContent {
  margin-bottom: 0px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#lp2026 {
  padding-top: 62px;
}
@media screen and (max-width:428px) {
  #lp2026 {
    padding-top: 50px;
  }
}
#lp2026 #section01 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
#lp2026 #section01 h1 {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 5%;
  z-index: 15;
}
@media screen and (max-width:428px) {
  #lp2026 #section01 h1 {
    width: 86%;
    left: 7%;
  }
}
#lp2026 #section01 .titlecopy {
  width: 26%;
  position: absolute;
  left: 37%;
  top: 23%;
  z-index: 15;
}
#lp2026 #section01 .titlecopy figure {
  width: 100%;
}
@media screen and (max-width:428px) {
  #lp2026 #section01 .titlecopy {
    width: 50%;
    left: 25%;
    top: 27.5%;
  }
  #lp2026 #section01 .titlecopy figure {
    width: 100%;
  }
}
#lp2026 .b {
  font-weight: 700 !important;
}
#lp2026 .m {
  font-weight: 600 !important;
}
#lp2026 .r {
  font-weight: 500 !important;
}
#lp2026 #section_nav {
  width: 100%;
  background-color: #0C77FF;
  padding: 25px 0 30px 0;
  /*
  position: relative;
  */
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width:428px) {
  #lp2026 #section_nav {
    padding: 0;
    pointer-events: none;
    z-index: 9999;
  }
}
#lp2026 #section_nav .section__in {
  width: 90%;
  max-width: 1042px;
  margin: 0 auto;
}
@media screen and (max-width:428px) {
  #lp2026 #section_nav .section__in {
    width: 100%;
  }
}
#lp2026 #section_nav ul {
  width: 100%;
  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;
}
@media screen and (max-width:428px) {
  #lp2026 #section_nav ul {
    border-top: 1px solid #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #0C77FF;
    pointer-events: auto;
  }
}
#lp2026 #section_nav ul li {
  width: 17.75%;
}
@media screen and (max-width:428px) {
  #lp2026 #section_nav ul li:nth-child(1) {
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #lp2026 #section_nav ul li:nth-child(2) {
    width: calc(50% - 0px);
    border-bottom: 1px solid #fff;
  }
  #lp2026 #section_nav ul li:nth-child(3) {
    width: calc((100% - 0px) / 3);
    border-right: 1px solid #fff;
  }
  #lp2026 #section_nav ul li:nth-child(4) {
    width: calc((100% - 0px) / 3);
    border-right: 1px solid #fff;
  }
  #lp2026 #section_nav ul li:nth-child(5) {
    width: calc((100% - 0px) / 3);
    border-right: 0px solid #fff;
  }
}
#lp2026 #section02 {
  width: 100%;
  padding: 95px 0 120px 0;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 15;
  background: url(../img/sec02_back_pc.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:428px) {
  #lp2026 #section02 {
    padding: 26vw 0 10vw 0;
    background: url(../img/sec02_back_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#lp2026 #section02 .wakus {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  background: url(../img/sec02_back_pc2.png) no-repeat center;
  background-size: cover;
  z-index: 16;
}
@media screen and (max-width:428px) {
  #lp2026 #section02 .wakus {
    display: none;
  }
}
#lp2026 #section02 .section__in {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:428px) {
  #lp2026 #section02 .section__in {
    width: 90%;
  }
}
#lp2026 #section02 h2 {
  width: 53.9%;
  margin: 0 auto 80px auto;
}
@media screen and (max-width:428px) {
  #lp2026 #section02 h2 {
    width: 80%;
    margin: 0 auto 4vw auto;
    line-height: 160%;
  }
}
#lp2026 #section02 .kakkobox {
  width: 100%;
  position: relative;
  padding: 1.5em 0;
}
@media screen and (max-width:428px) {
  #lp2026 #section02 .kakkobox {
    padding: 2em 0 1em 0;
  }
}
#lp2026 #section02 .kakkobox .base_text {
  line-height: 185%;
  text-align: center;
}
@media screen and (max-width:428px) {
  #lp2026 #section02 .kakkobox .base_text {
    line-height: 200%;
  }
}
#lp2026 #section02 .kakkobox .base_text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff176)) bottom;
  background: linear-gradient(#fff176 0 0) bottom;
  background-size: 100% 0.5em;
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 0.05em);
}
#lp2026 #section02 .kakkobox .l01 {
  width: 5.2%;
  position: absolute;
  left: 0;
  top: 0;
}
#lp2026 #section02 .kakkobox .l02 {
  width: 5.2%;
  position: absolute;
  right: 0;
  top: 0;
}
#lp2026 #section02 .kakkobox .l03 {
  width: 5.2%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#lp2026 #section02 .kakkobox .l04 {
  width: 5.2%;
  position: absolute;
  right: 0;
  bottom: 0;
}
#lp2026 #section02 .times {
  width: 75px;
  border-radius: 50%;
  background-color: #003ED6;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 65%);
          transform: translate(-50%, 65%);
  padding: 12px;
}
@media screen and (max-width:428px) {
  #lp2026 #section02 .times {
    width: 15%;
    padding: 2.5vw;
  }
}
#lp2026 #section03 {
  width: 100%;
  padding: 68px 0 90px 0;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
  background: url(../img/sec02b_back_pc.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width:428px) {
  #lp2026 #section03 {
    padding: 50px 0 15vw 0;
    background: url(../img/sec02b_back_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#lp2026 #section03 h2 {
  margin-bottom: 2em;
}
#lp2026 #section03 h2 figure {
  width: 45%;
  max-width: 258px;
  margin: 0 auto 0 auto;
}
#lp2026 #section03 h2 p {
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-top: 0.75em;
}
#lp2026 #section03 .section__in {
  position: relative;
  width: 100%;
  max-width: 1375px;
  margin: 0 auto;
}
@media screen and (max-width:428px) {
  #lp2026 #section03 .section__in {
    width: 100%;
  }
}
#lp2026 #section03 div.secs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:428px) {
  #lp2026 #section03 div.secs {
    display: none;
  }
}
#lp2026 #section03 div.secs div.list {
  width: 33%;
}
#lp2026 #section03 ul.slider {
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width:428px) {
  #lp2026 #section03 ul.slider {
    padding-bottom: 0px;
  }
}
#lp2026 #section03 ul.slider li {
  padding: 0 15px;
}
@media screen and (max-width:428px) {
  #lp2026 #section03 ul.slider li {
    padding: 0 5px;
  }
}
#lp2026 #section03 {
  /* 画像がコンテナ内で横幅100%表示されるように */
}
#lp2026 #section03 .slider img {
  width: 100%;
  display: block;
}
#lp2026 #section03 .prev2 {
  position: absolute;
  width: 40px;
  top: 50%;
  left: 75%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 50;
}
@media screen and (max-width:428px) {
  #lp2026 #section03 .prev2 {
    width: 35px;
    left: 13%;
  }
}
#lp2026 #section03 .next2 {
  position: absolute;
  width: 40px;
  top: 50%;
  right: calc(50% - 50px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 50;
}
#lp2026 #section03 .next2:hover {
  cursor: pointer;
}
@media screen and (max-width:428px) {
  #lp2026 #section03 .next2 {
    width: 35px;
    left: 83%;
  }
}
#lp2026 #section03 .prev2.slick-disabled,
#lp2026 #section03 .next2.slick-disabled {
  display: none !important;
}
#lp2026 #section04 {
  width: 100%;
  position: relative;
  z-index: 17;
  background: url(../img/sec02_back_pc.jpg) repeat-y center;
  background-size: contain;
}
@media screen and (max-width:428px) {
  #lp2026 #section04 {
    background: url(../img/sec02_back_pc.jpg) repeat-y center top;
    background-size: 300% auto;
  }
}
#lp2026 #section04 .titles {
  width: 100%;
  background-color: #0C77FF;
  position: relative;
  padding: 60px 0 60px 0;
}
@media screen and (max-width:428px) {
  #lp2026 #section04 .titles {
    padding: 50px 0 30px 0;
  }
}
#lp2026 #section04 .titles .times {
  width: 75px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}
@media screen and (max-width:428px) {
  #lp2026 #section04 .titles .times {
    width: 15%;
  }
}
#lp2026 #section04 h2 figure {
  width: 32%;
  max-width: 175px;
  margin: 0 auto 0 auto;
}
#lp2026 #section04 h2 p {
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-top: 0.75em;
}
#lp2026 #section04 .section__in {
  position: relative;
  width: 90%;
  max-width: 1430px;
  margin: 0 auto;
  z-index: 5;
  padding: 80px 0 200px 0;
}
@media screen and (max-width:428px) {
  #lp2026 #section04 .section__in {
    width: 90%;
    padding: 40px 0 17.5vw 0;
  }
}
#lp2026 #section04 .section__in ul {
  width: 100%;
  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;
}
@media screen and (max-width:428px) {
  #lp2026 #section04 .section__in ul {
    width: 100%;
    margin: 0 auto 10vw auto;
  }
}
#lp2026 #section04 .section__in ul li {
  width: 32%;
  margin-bottom: 70px;
}
@media screen and (max-width:428px) {
  #lp2026 #section04 .section__in ul li {
    width: 48.5%;
    margin-bottom: 4vw;
  }
}
#lp2026 #section04 .section__in ul li figure {
  width: 100%;
  border-radius: 21px;
  overflow: hidden;
  margin-bottom: 1.5em;
}
@media screen and (max-width:428px) {
  #lp2026 #section04 .section__in ul li figure {
    margin-bottom: 0.7em;
  }
}
#lp2026 #section04 .section__in ul li .tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
#lp2026 #section04 .section__in ul li .tabs span {
  display: inline-block;
  background-color: #F6669A;
  color: #fff;
  padding: 0.25em 0.95em 0.4em 0.95em;
  border-radius: 1.5em;
  line-height: 100%;
  margin-right: 0.5em;
}
#lp2026 #section04 .section__in ul li .tabs span.color02 {
  background-color: #62D01C;
}
#lp2026 #section04 .section__in ul li .names {
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05em;
  margin-top: 0.25em;
}
#lp2026 #section04 .section__in .skbox {
  position: relative;
}
@media screen and (max-width:428px) {
  #lp2026 #section04 .section__in .skbox {
    width: 90%;
    margin: 0 auto;
  }
}
#lp2026 #section04 .section__in .skboxsp {
  position: relative;
}
#lp2026 #section04 .section__in .skboxsp .base01 {
  position: relative;
}
#lp2026 #section04 .section__in .skboxsp .base_off {
  position: relative;
  display: none;
}
#lp2026 #section04 .section__in .skboxsp .btread {
  position: absolute;
  width: 40%;
  left: 30%;
  bottom: 5vw;
  cursor: pointer;
}
#lp2026 #section04 .section__in .skboxsp .btread .base {
  position: relative;
  opacity: 1;
}
#lp2026 #section04 .section__in .skboxsp .btread .base.active {
  opacity: 0;
}
#lp2026 #section04 .section__in .skboxsp .btread .base_off {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#lp2026 #section04 .section__in .skboxsp .btread .base_off.active {
  opacity: 1;
}
#lp2026 #section04 .section__in .text {
  position: absolute;
  width: 62%;
  left: 6.75%;
  top: 50%;
  color: #0C77FF;
  line-height: 180%;
  font-size: 20px !important;
}
@media screen and (max-width:1400px) {
  #lp2026 #section04 .section__in .text {
    font-size: 1.35vw !important;
  }
}
@media screen and (max-width:428px) {
  #lp2026 #section04 .section__in .text {
    width: 80%;
    left: 10%;
    line-height: 160%;
    top: 30%;
  }
}
#lp2026 #section05 {
  width: 100%;
  position: relative;
  z-index: 17;
  background: url(../img/night_back.jpg) repeat-y center top;
  background-size: cover;
  padding: 80px 0 240px 0;
}
@media screen and (max-width:428px) {
  #lp2026 #section05 {
    padding: 50px 0 40px 0;
    background: url(../img/night_back_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#lp2026 #section05 .times {
  width: 75px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}
@media screen and (max-width:428px) {
  #lp2026 #section05 .times {
    width: 15%;
  }
}
#lp2026 #section05 h2 figure {
  width: 70%;
  max-width: 346px;
  margin: 0 auto 0 auto;
}
#lp2026 #section05 h2 p {
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-top: 0.75em;
}
#lp2026 #section05 .section__in {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
}
#lp2026 #section05 .subttl {
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 1.5em 0 3em 0;
  letter-spacing: 0.1em;
}
#lp2026 #section05 .base_text {
  text-align: center;
  line-height: 160%;
  color: #fff;
}
#lp2026 #section05 .whitebox {
  margin-top: 168px;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 2.5em;
}
@media screen and (max-width:428px) {
  #lp2026 #section05 .whitebox {
    margin-top: 10vw;
    padding: 1.5em 1.5em 0.5em 1.5em;
  }
}
#lp2026 #section05 .whitebox ul {
  width: 100%;
}
#lp2026 #section05 .whitebox ul li {
  margin: 0 0 0.75em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:428px) {
  #lp2026 #section05 .whitebox ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#lp2026 #section05 .whitebox ul li span.days {
  background-color: #1091F6;
  color: #fff176;
  line-height: 100%;
  padding: 0.25em 0em 0.4em 0em;
  margin-right: 0.5em;
  border-radius: 1em;
  display: inline-block;
  margin-top: 0.2em;
  width: 4em;
  text-align: center;
}
@media screen and (max-width:428px) {
  #lp2026 #section05 .whitebox ul li span.days {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 1.5em;
  }
}
#lp2026 #section05 .whitebox ul li span.text {
  color: #1091F6;
  display: inline-block;
}
@media screen and (max-width:428px) {
  #lp2026 #section05 .whitebox ul li span.text {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 0.5em;
    padding-left: 0.5em;
  }
}
#lp2026 #section06 {
  width: 100%;
  position: relative;
  z-index: 20;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 {
    padding-top: 1px;
    padding-bottom: 60px;
  }
}
#lp2026 #section06 .backcolor {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 255)), color-stop(36.17%, rgb(121, 86, 227)), color-stop(43.01%, rgb(130, 92, 227)), color-stop(54.23%, rgb(155, 108, 226)), color-stop(68.33%, rgb(195, 135, 224)), color-stop(80.92%, rgb(236, 162, 223)), color-stop(82.75%, rgb(237, 164, 212)), color-stop(86.01%, rgb(240, 170, 182)), color-stop(90.3%, rgb(244, 179, 133)), color-stop(95.41%, rgb(249, 192, 66)), to(rgb(255, 204, 0)));
  background: linear-gradient(180deg, rgb(0, 0, 255) 0%, rgb(121, 86, 227) 36.17%, rgb(130, 92, 227) 43.01%, rgb(155, 108, 226) 54.23%, rgb(195, 135, 224) 68.33%, rgb(236, 162, 223) 80.92%, rgb(237, 164, 212) 82.75%, rgb(240, 170, 182) 86.01%, rgb(244, 179, 133) 90.3%, rgb(249, 192, 66) 95.41%, rgb(255, 204, 0) 100%);
  z-index: 20;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .backcolor {
    top: 0;
  }
}
#lp2026 #section06 .section__in {
  width: 90%;
  max-width: 1360px;
  background-color: #fff;
  padding: 35px;
  margin: -80px auto 0 auto;
  position: relative;
  z-index: 25;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .section__in {
    padding: 0px;
    margin-top: 40px;
    background-color: transparent;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0);
  }
}
#lp2026 #section06 .section__in .cliumbox {
  width: 100%;
  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;
  margin-bottom: 80px;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .section__in .cliumbox {
    display: none;
    margin-bottom: 40px;
  }
}
#lp2026 #section06 .section__in .cliumbox .left {
  width: 45.55%;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .section__in .cliumbox .left {
    width: 100%;
    background-color: #fff;
    padding: 4vw;
    margin-bottom: 10vw;
  }
}
#lp2026 #section06 .section__in .cliumbox .right {
  width: 45.55%;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .section__in .cliumbox .right {
    width: 100%;
    background-color: #fff;
    padding: 4vw;
  }
}
#lp2026 #section06 .section__in .cliumbox .tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  margin-top: 2em;
}
#lp2026 #section06 .section__in .cliumbox .tabs span {
  display: inline-block;
  background-color: #F6669A;
  color: #fff;
  padding: 0.25em 0.95em 0.4em 0.95em;
  border-radius: 1.5em;
  line-height: 100%;
  margin-right: 0.5em;
}
#lp2026 #section06 .section__in .cliumbox .tabs span.color02 {
  background-color: #0C77FF;
}
#lp2026 #section06 .section__in .cliumbox .names {
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05em;
  margin-top: 0.25em;
}
#lp2026 #section06 .section__in .cliumbox .times {
  padding: 1.5em 0;
}
#lp2026 #section06 .section__in .cliumbox_sp {
  position: relative;
  margin-bottom: 30px;
  display: none;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .section__in .cliumbox_sp {
    display: block;
  }
}
#lp2026 #section06 .section__in .cliumbox_sp .base01 {
  position: relative;
}
#lp2026 #section06 .section__in .cliumbox_sp .base731 {
  position: relative;
  display: none;
}
#lp2026 #section06 .section__in .cliumbox_sp .base81 {
  position: relative;
  display: none;
}
#lp2026 #section06 .section__in .cliumbox_sp .bt731 {
  position: absolute;
  width: 35%;
  left: 7%;
  top: 115vw;
  cursor: pointer;
  opacity: 1;
}
#lp2026 #section06 .section__in .cliumbox_sp .bt731.active {
  opacity: 0;
  pointer-events: none;
}
#lp2026 #section06 .section__in .cliumbox_sp .bt81 {
  position: absolute;
  width: 35%;
  right: 6%;
  top: 115vw;
  cursor: pointer;
  opacity: 1;
}
#lp2026 #section06 .section__in .cliumbox_sp .bt81.active {
  opacity: 0;
  pointer-events: none;
}
#lp2026 #section06 .section__in .cliumbox_sp .btclo {
  width: 35%;
  left: 32.5%;
  position: absolute;
  bottom: 5.5vw;
  opacity: 0;
  pointer-events: none;
}
#lp2026 #section06 .section__in .cliumbox_sp .btclo.active {
  opacity: 1;
  pointer-events: auto;
}
#lp2026 #section06 .section__in .colorbox {
  width: 100%;
  padding: 10px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 0, 255)), color-stop(36.17%, rgb(121, 86, 227)), color-stop(43.01%, rgb(130, 92, 227)), color-stop(54.23%, rgb(155, 108, 226)), color-stop(68.33%, rgb(195, 135, 224)), color-stop(80.92%, rgb(236, 162, 223)), color-stop(82.75%, rgb(237, 164, 212)), color-stop(86.01%, rgb(240, 170, 182)), color-stop(90.3%, rgb(244, 179, 133)), color-stop(95.41%, rgb(249, 192, 66)), to(rgb(255, 204, 0)));
  background: linear-gradient(-90deg, rgb(0, 0, 255) 0%, rgb(121, 86, 227) 36.17%, rgb(130, 92, 227) 43.01%, rgb(155, 108, 226) 54.23%, rgb(195, 135, 224) 68.33%, rgb(236, 162, 223) 80.92%, rgb(237, 164, 212) 82.75%, rgb(240, 170, 182) 86.01%, rgb(244, 179, 133) 90.3%, rgb(249, 192, 66) 95.41%, rgb(255, 204, 0) 100%);
}
#lp2026 #section06 .section__in .colorbox .inbox {
  background-color: #fff;
  padding: 15px 0 30px 0;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .section__in .colorbox .inbox {
    padding: 7.5vw 0;
  }
}
#lp2026 #section06 .section__in .colorbox .inbox__in {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .section__in .colorbox .inbox__in {
    width: 90%;
  }
}
#lp2026 #section06 .section__in .colorbox .ttlss {
  width: 49.44%;
  margin: 0 auto 1em auto;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .section__in .colorbox .ttlss {
    width: 100%;
  }
}
#lp2026 #section06 .section__in .colorbox .subttlss {
  text-align: center;
  font-weight: 600;
  margin-bottom: 2em;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .section__in .colorbox .subttlss {
    text-align: left;
    margin-bottom: 1em;
  }
}
#lp2026 #section06 .section__in .colorbox .inboxclum {
  width: 100%;
  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;
}
#lp2026 #section06 .section__in .colorbox .inboxclum figure {
  width: 29%;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .section__in .colorbox .inboxclum figure {
    width: 80%;
    margin: 0 auto 5vw auto;
  }
}
#lp2026 #section06 .section__in .colorbox .inboxclum .text {
  width: 65%;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .section__in .colorbox .inboxclum .text {
    width: 100%;
  }
}
#lp2026 #section06 .section__in .colorbox .inboxclum .text .text01 {
  line-height: 160%;
  margin-bottom: 0.25em;
}
#lp2026 #section06 .section__in .colorbox .inboxclum .text a {
  color: #0C77FF;
  text-decoration: underline;
}
#lp2026 #section06 .caps {
  padding-top: 0.5em;
}
#lp2026 #section06 .atens {
  margin-top: 2em;
  line-height: 160%;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .atens {
    display: none;
  }
}
#lp2026 #section06 .atens2 {
  margin-top: 2em;
  line-height: 160%;
}
@media screen and (max-width:428px) {
  #lp2026 #section06 .atens2 {
    display: block;
  }
}
#lp2026 #section07 {
  width: 100%;
  position: relative;
  z-index: 25;
  background: url(../img/lineback.jpg) repeat-y center top;
  background-size: cover;
  padding: 60px 0 240px 0;
  margin-top: 60px;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 {
    margin-top: 0px;
    padding: 50px 0 75px 0;
    background: url(../img/lineback_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#lp2026 #section07 .times {
  width: 75px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}
@media screen and (max-width:428px) {
  #lp2026 #section07 .times {
    width: 15%;
  }
}
#lp2026 #section07 h2 figure {
  width: 67%;
  max-width: 314px;
  margin: 0 auto 0 auto;
}
#lp2026 #section07 h2 p {
  text-align: center;
  font-weight: 600;
  color: #0C77FF;
  margin-top: 0.75em;
}
#lp2026 #section07 .section__in {
  width: 90%;
  max-width: 1360px;
  background-color: #0C77FF;
  padding: 20px;
  margin: 50px auto 0px auto;
  position: relative;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 .section__in {
    padding: 2vw;
  }
}
#lp2026 #section07 .section__in .inbox {
  width: 100%;
  background-color: #fff;
  padding: 100px 0 0 0;
  position: relative;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 .section__in .inbox {
    padding: 60px 0 0 0;
  }
}
#lp2026 #section07 .section__in .inbox .hata01 {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
}
#lp2026 #section07 .section__in .inbox .hata02 {
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
}
#lp2026 #section07 ul.listdays {
  width: 75%;
  max-width: 500px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 ul.listdays {
    width: 90%;
    margin: 0 auto 15px auto;
  }
}
#lp2026 #section07 ul.listdays li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 ul.listdays li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#lp2026 #section07 ul.listdays li span.days {
  background-color: #1091F6;
  color: #fff;
  line-height: 100%;
  padding: 0.25em 0em 0.4em 0em;
  margin-right: 0.5em;
  border-radius: 1em;
  display: inline-block;
  margin-top: 0.2em;
  width: 4em;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
#lp2026 #section07 ul.listdays li span.days.color02 {
  background-color: #F6669A;
}
#lp2026 #section07 ul.listdays li span.days.color03 {
  background-color: #62D01C;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 ul.listdays li span.days {
    font-size: 3.5vw;
  }
}
#lp2026 #section07 ul.listdays li span.text {
  width: calc(100% - 60px);
  color: #1091F6;
  display: inline-block;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 32px;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 ul.listdays li span.text {
    display: inline-block;
    width: calc(100% - 20vw);
    text-align: left;
    font-size: 4.8vw;
  }
}
#lp2026 #section07 ul.listdays li span.sptext {
  display: block;
  width: 100%;
  font-weight: 600;
  color: #1091F6;
  font-size: 6vw;
  padding-top: 0.25em;
  margin-bottom: 1.5em;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 ul.listdays li span.sptext {
    margin-bottom: 1em;
  }
}
#lp2026 #section07 ul.listphoto {
  width: 90%;
  margin: 0 auto;
  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;
  padding-bottom: 30px;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 ul.listphoto {
    width: 95%;
    padding-bottom: 2.5vw;
  }
}
#lp2026 #section07 ul.listphoto li {
  width: 48.25%;
  padding-bottom: 25px;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 ul.listphoto li {
    width: 49.5%;
    padding-bottom: 20px;
  }
}
#lp2026 #section07 ul.listphoto .name01 {
  margin: 0.5em 0 0em 0;
  text-align: left;
  letter-spacing: 0.05em;
  padding-left: 30px;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 ul.listphoto .name01 {
    padding-left: 2vw;
  }
}
#lp2026 #section07 ul.listphoto .name02 {
  text-align: left;
  font-weight: 600;
  letter-spacing: 0em;
  padding-left: 30px;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 ul.listphoto .name02 {
    padding-left: 2vw;
    line-height: 120%;
    margin-bottom: 0.2em;
  }
}
#lp2026 #section07 ul.listphoto .tabbox {
  text-align: left;
  padding-left: 25px;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 ul.listphoto .tabbox {
    padding-left: 2vw;
  }
}
#lp2026 #section07 ul.listphoto .tabbox span.c01 {
  display: inline-block;
  background-color: #3CAFF1;
  color: #fff;
  padding: 0.25em 0.95em 0.4em 0.95em;
  border-radius: 1.5em;
  line-height: 100%;
  margin: 0.5em 0.15em;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 ul.listphoto .tabbox span.c01 {
    margin: 0.25em 0em 0 0.15em;
  }
}
#lp2026 #section07 ul.listphoto .tabbox span.c02 {
  display: inline-block;
  background-color: #F6669A;
  color: #fff;
  padding: 0.25em 0.95em 0.4em 0.95em;
  border-radius: 1.5em;
  line-height: 100%;
  margin: 0.5em;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 ul.listphoto .tabbox span.c02 {
    margin: 0.25em 0em 0 0.15em;
  }
}
#lp2026 #section07 ul.listphoto .tabbox span.c03 {
  display: inline-block;
  background-color: #62D01C;
  color: #fff;
  padding: 0.25em 0.95em 0.4em 0.95em;
  border-radius: 1.5em;
  line-height: 100%;
  margin: 0.75em 0.25em 0 0.25em;
}
@media screen and (max-width:428px) {
  #lp2026 #section07 ul.listphoto .tabbox span.c03 {
    margin: 0.25em 0em 0 0.15em;
  }
}
#lp2026 #section_map {
  width: 100%;
  position: relative;
  z-index: 25;
  background: url(../img/mapback.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 200px 0;
}
@media screen and (max-width:428px) {
  #lp2026 #section_map {
    background: url(../img/mapback_sp.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 100px 0 75px 0;
  }
}
#lp2026 #section_map .tltls {
  width: 90%;
  max-width: 550px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#lp2026 #section_map figure {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
#lp2026 #section_map .topbackwaku {
  width: 90%;
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 99;
}
@media screen and (max-width:428px) {
  #lp2026 #section_map .topbackwaku {
    bottom: 25vw;
  }
}
#lp2026 #section_map .topbackwaku .backimgs {
  width: 90px;
  margin: 0 0 0 auto;
}
@media screen and (max-width:428px) {
  #lp2026 #section_map .topbackwaku .backimgs {
    width: 15%;
    margin-top: 2.5vw;
  }
}
#lp2026 footer {
  width: 100%;
  position: relative;
  background-color: #1091F6;
  color: #fff;
  padding: 2em 0 150px 0;
}
@media screen and (max-width:428px) {
  #lp2026 footer {
    padding-bottom: 25vw;
  }
}
#lp2026 footer .base {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  font-weight: 500;
}
#lp2026 footer .copys {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 3em auto 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.cmn-footer--copyright_wrapper {
  background-color: #fff;
  color: #000;
  position: relative;
}
.cmn-footer--copyright_wrapper::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  max-width: 980px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.close_close {
  width: 40px;
  margin: 0 2.5% 15px auto;
}
.close_close:hover {
  cursor: pointer;
}
.close_close img {
  width: 100%;
}

.plantsinbtn {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  width: 32px;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}
.plantsinbtn:hover {
  cursor: pointer;
  opacity: 0.6;
}

.wakus {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width:428px) {
  .wakus {
    width: 100%;
  }
}

.whitebox {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:428px) {
  .whitebox {
    width: 100%;
  }
}
.whitebox .photo img {
  width: 100%;
}
.whitebox .base_text {
  padding: 0.5em 0;
  line-height: 150%;
  font-size: 16px;
}
@media screen and (max-width:428px) {
  .whitebox .base_text {
    font-size: 3.4vw;
  }
}

.fuusen01 {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 5%;
  width: 10%;
  -webkit-transform: translate(0, 40%) rotate(5deg);
          transform: translate(0, 40%) rotate(5deg);
}
@media screen and (max-width:428px) {
  .fuusen01 {
    width: 17%;
    right: 7.5%;
  }
}

.fuusen02 {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 5%;
  width: 10%;
  -webkit-transform: translate(0, -60%) rotate(5deg);
          transform: translate(0, -60%) rotate(5deg);
}
@media screen and (max-width:428px) {
  .fuusen02 {
    width: 18%;
    left: 7%;
    -webkit-transform: translate(0, -40%) rotate(5deg);
            transform: translate(0, -40%) rotate(5deg);
  }
}

.kuru03 {
  -webkit-animation: kuru03 6s infinite;
          animation: kuru03 6s infinite;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
}

@-webkit-keyframes kuru03 {
  0% {
    -webkit-transform: translate(0, -15%) rotate(3deg);
            transform: translate(0, -15%) rotate(3deg);
  }
  50% {
    -webkit-transform: translate(0, 10%) rotate(0deg);
            transform: translate(0, 10%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, -15%) rotate(3deg);
            transform: translate(0, -15%) rotate(3deg);
  }
}

@keyframes kuru03 {
  0% {
    -webkit-transform: translate(0, -15%) rotate(3deg);
            transform: translate(0, -15%) rotate(3deg);
  }
  50% {
    -webkit-transform: translate(0, 10%) rotate(0deg);
            transform: translate(0, 10%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, -15%) rotate(3deg);
            transform: translate(0, -15%) rotate(3deg);
  }
}
.kuru04 {
  -webkit-animation: kuru04 6s infinite;
          animation: kuru04 6s infinite;
}

@-webkit-keyframes kuru04 {
  0% {
    -webkit-transform: translate(0, -15%) rotate(0deg);
            transform: translate(0, -15%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 10%) rotate(-5deg);
            transform: translate(0, 10%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(0, -15%) rotate(0deg);
            transform: translate(0, -15%) rotate(0deg);
  }
}

@keyframes kuru04 {
  0% {
    -webkit-transform: translate(0, -15%) rotate(0deg);
            transform: translate(0, -15%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 10%) rotate(-5deg);
            transform: translate(0, 10%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(0, -15%) rotate(0deg);
            transform: translate(0, -15%) rotate(0deg);
  }
}
#myVideo {
  width: 100%;
}

.pos {
  position: relative;
  width: 100%;
  height: 0px;
}
.pos .posin {
  position: absolute;
  left: 0;
  top: -70px;
}
.pos .posin2 {
  position: absolute;
  left: 0;
  top: 70px;
}
@media screen and (max-width:428px) {
  .pos .posin2 {
    top: 15px;
  }
}
.pos .posin3 {
  position: absolute;
  left: 0;
  top: -80px;
}
@media screen and (max-width:428px) {
  .pos .posin3 {
    top: -3vw;
  }
}