@charset "UTF-8";
/* =========================================================
 Base
========================================================= */
/* ==============================
	base/base
================================= */
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf") format("opentype");
}

html {
  font-size: 62.5%;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

body {
  position: static;
  word-break: break-word;
  font-size: 14px;
  font-family: "NotoSansCJKjp", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

canvas {
  vertical-align: top;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

i {
  font-style: normal;
}

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer;
}

div {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

p {
  font-size: inherit;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

label {
  font-size: inherit;
  letter-spacing: 0.05em;
}

input::-webkit-input-placeholder {
  font-size: inherit;
}

input::-moz-placeholder {
  font-size: inherit;
}

input:-ms-input-placeholder {
  font-size: inherit;
}

input::-ms-input-placeholder {
  font-size: inherit;
}

input::placeholder {
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
}

main {
  display: block;
}

/* ==============================
	base/ 調整
================================= */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}

@media (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

.dib {
  display: inline-block;
}

.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

.header-lp {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  color: #fff;
  z-index: 50;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-lp .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .header-lp .header-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header-lp .header-left {
  padding: 20px;
}

@media (min-width: 1080px) {
  .header-lp .header-left {
    padding-left: 80px;
  }
}

.header-lp .header-right {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  .header-lp .header-right {
    padding-right: 80px;
  }
}

.header-lp .header-logo svg {
  width: 97px;
  fill: #fff;
}

@media (min-width: 768px) {
  .header-lp .header-logo svg {
    width: 151px;
  }
}

.header-lp .header-logo-txt {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .header-lp .header-logo-txt {
    font-size: 14px;
  }
}

@media (min-width: 1080px) {
  .header-lp .header-logo-txt {
    font-size: 18px;
  }
  .header-lp .header-logo-txt .fz-l {
    font-size: 20px;
  }
}

.header-lp .header-link-fx {
  display: none;
}

@media (min-width: 768px) {
  .header-lp .header-link-fx {
    display: block;
    border: 2px solid #fff;
    padding: 10px 14px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    margin-right: 40px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

.header-lp .hamburger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-lp .hamburger-lines {
  width: 30px;
  height: 24px;
  margin-right: 10px;
  display: block;
  position: relative;
}

.header-lp .hamburger-lines > span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #fff;
}

.header-lp .hamburger-lines > span:nth-child(1) {
  top: 0;
  left: 0;
}

.header-lp .hamburger-lines > span:nth-child(2) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-lp .hamburger-lines > span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.header-lp .hamburger-txt {
  font-weight: bold;
  font-size: 16px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  word-break: keep-all;
}

.header-lp.is-header-controlled {
  background-color: rgba(255, 255, 255, 0.25);
  color: #0482F8;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header-lp.is-header-controlled .header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-lp.is-header-controlled .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
}

.header-lp.is-header-controlled .header-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-lp.is-header-controlled .header-logo {
  display: none;
}

.header-lp.is-header-controlled .header-logo svg {
  fill: #0482F8;
  width: 67px;
}

@media (min-width: 768px) {
  .header-lp.is-header-controlled .header-logo svg {
    width: 88px;
    margin-right: 8px;
  }
}

.header-lp.is-header-controlled .header-logo-txt {
  text-shadow: none;
  text-align: left;
  display: none;
}

.header-lp.is-header-controlled .header-logo-txt br {
  display: none;
}

@media (min-width: 768px) {
  .header-lp.is-header-controlled .header-logo-txt {
    font-size: 16px;
  }
}

.header-lp.is-header-controlled .header-link-fx {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #0482F8;
}

.header-lp.is-header-controlled .hamburger-lines > span {
  background-color: #0482F8;
}

.header-lp.is-header-controlled .hamburger-txt {
  text-shadow: none;
  font-size: 12px;
}

.header-lp.is-header-controlled.is-header-shown {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hamburger-menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 60;
  color: #0482F8;
  overflow: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger-menu.is-open {
  left: 0;
}

.hamburger-inner {
  padding: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .hamburger-inner {
    padding: 100px 80px;
  }
}

.hamburger-left {
  margin-bottom: 40px;
  width: 105px;
}

@media (min-width: 768px) {
  .hamburger-left {
    width: 152px;
    position: absolute;
    left: 80px;
    top: 20px;
  }
}

.hamburger-logo {
  fill: #0482F8;
}

.hamburger-logo-txt {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .hamburger-logo-txt {
    font-size: 18px;
  }
  .hamburger-logo-txt .fz-l {
    font-size: 20px;
  }
}

.hamburger-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .hamburger-close {
    right: 80px;
    top: 28px;
  }
}

.hamburger-close-lines {
  width: 26px;
  height: 26px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 12px;
}

.hamburger-close-lines > span {
  width: 100%;
  height: 2px;
  background-color: #0482F8;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamburger-close-lines > span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.hamburger-close-txt {
  font-weight: bold;
  font-size: 16px;
}

.hamburger-nav-list {
  margin-bottom: 44px;
  text-align: center;
}

.hamburger-nav-list > li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hamburger-nav-list > li {
    margin-bottom: 26px;
  }
}

.hamburger-nav-list > li:last-child {
  margin-bottom: 0;
}

.hamburger-link {
  font-size: 24px;
}

@media (min-width: 768px) {
  .hamburger-link {
    font-size: 34px;
    position: relative;
  }
  .hamburger-link:before {
    width: 0;
    height: 1px;
    background-color: #0482F8;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hamburger-link:hover:before {
    width: 100%;
  }
}

.hamburger-corp-link {
  width: 130px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .hamburger-corp-link {
    width: 160px;
  }
}

.hamburger-fx-btn {
  margin-top: 52px;
  font-size: 16px;
  border: 2px solid #0482F8;
  text-align: center;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

@media (min-width: 768px) {
  .hamburger-fx-btn {
    position: absolute;
    top: 20px;
    right: 209px;
    margin-top: 0;
    font-size: 14px;
    height: 40px;
    padding: 0 14px;
  }
}

/* -----------------------------
    scrollify
-------------------------------- */
html {
  /* スクロールバー非表示 */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.snap {
  scroll-snap-align: start;
  /* scroll-snap */
}

.scrollify-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .scrollify-inner {
    padding: 30px 0;
  }
}

/* -----------------------------
    見出し、テキスト
-------------------------------- */
.heading-2 {
  color: #0482F8;
  font-size: 52px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .heading-2 {
    font-size: 80px;
  }
}

.heading-wrap {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .heading-wrap {
    margin-bottom: 30px;
  }
}

.content {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .content {
    max-width: 1280px;
    padding: 0 80px;
    margin: 0 auto;
  }
}

.tag-category {
  padding: 3px 8px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #0482F8;
  border: 1px solid rgba(4, 130, 248, 0.4);
  background-color: #fff;
}

@media (min-width: 768px) {
  .tag-category {
    padding: 5px 12px;
  }
}

.mv-wrap .scrollify-inner {
  padding: 0;
}

.mv-img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.mv-img:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0482F8;
  opacity: 0.2;
  z-index: 2;
  display: block;
  content: "";
}

.mv-img-single .mv-img-elm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.mv-img-multiple .mv-img-elm {
  width: 50%;
  height: 25%;
  position: absolute;
}

@media (min-width: 768px) {
  .mv-img-multiple .mv-img-elm {
    height: 33.3%;
    width: 33.3%;
  }
}

.mv-img-multiple .mv-img-elm img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .mv-img-multiple .mv-img-elm:nth-child(2n) {
    left: 50%;
  }
  .mv-img-multiple .mv-img-elm:nth-child(9) {
    display: none;
  }
  .mv-img-multiple .mv-img-elm:nth-child(n + 3) {
    top: 25%;
  }
  .mv-img-multiple .mv-img-elm:nth-child(n + 5) {
    top: 50%;
  }
  .mv-img-multiple .mv-img-elm:nth-child(n + 7) {
    top: 75%;
  }
}

@media (min-width: 768px) {
  .mv-img-multiple .mv-img-elm:nth-child(2n) {
    left: 33.3%;
  }
  .mv-img-multiple .mv-img-elm:nth-child(3n) {
    left: 66.6%;
  }
  .mv-img-multiple .mv-img-elm:nth-child(n + 4) {
    top: 33.3%;
  }
  .mv-img-multiple .mv-img-elm:nth-child(n + 7) {
    top: 66.6%;
  }
}

.mv-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mv-inner {
  position: relative;
  width: 100%;
  height: calc(100% - 80px);
  padding: 40px 20px;
}

@media (min-width: 768px) {
  .mv-inner {
    height: 100%;
  }
}

.mv-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(17, 58, 123, 0.4));
          filter: drop-shadow(0px 0px 6px rgba(17, 58, 123, 0.4));
  max-width: 335px;
}

@media (min-width: 768px) {
  .mv-catch {
    max-width: 800px;
  }
}

.mv-scroll {
  position: absolute;
  z-index: 5;
  bottom: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
}

@media (min-width: 768px) {
  .mv-scroll {
    display: none;
  }
}

.mv-btn {
  border: 2px solid #fff;
  padding: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: calc(100% - 40px);
  text-align: center;
  z-index: 5;
}

@media (min-width: 768px) {
  .mv-btn {
    display: none;
  }
}

.mv-news {
  padding: 9px 20px;
  background-color: rgba(255, 255, 255, 0.95);
}

@media (min-width: 768px) {
  .mv-news {
    position: absolute;
    padding: 12px 20px;
    bottom: 20px;
    width: calc(100% - 80px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    max-width: 1020px;
    margin: 0 auto;
  }
}

.mv-news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}

.mv-news-date {
  font-size: 26px;
  font-weight: bold;
  color: #0482F8;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .mv-news-date {
    font-size: 34px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.mv-news-tag {
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mv-news-txt {
  display: block;
  color: #0482F8;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}

@media (min-width: 768px) {
  .mv-news-txt {
    font-size: 15px;
    width: calc(100% - 225px);
  }
}

.lead-section {
  background: url("../images/top/lead_bg_sp.jpg") no-repeat center/cover;
  position: relative;
  color: #fff;
}

@media (min-width: 768px) {
  .lead-section {
    background: #3f94f1 url("../images/top/lead_bg.jpg") no-repeat center bottom/2000px auto;
  }
}

.lead-section .content {
  position: relative;
  height: 100%;
}

.lead-logo {
  width: 233px;
  margin: 0 0 12px auto;
}

@media (min-width: 768px) {
  .lead-logo {
    width: 500px;
    margin: 0 0 22px auto;
  }
}

.lead-paragraph {
  position: absolute;
  text-align: right;
  top: 56%;
  right: 20px;
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .lead-paragraph {
    text-align: left;
    top: auto;
    font-size: 16px;
    bottom: 5px;
    font-size: 20px;
  }
}

.message-section {
  background: #d5eeff -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(21.67%, rgba(255, 255, 255, 0.01)), color-stop(33.5%, rgba(255, 255, 255, 0.24)), color-stop(62.56%, rgba(255, 255, 255, 0.55)), to(#fff));
  background: #d5eeff linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 21.67%, rgba(255, 255, 255, 0.24) 33.5%, rgba(255, 255, 255, 0.55) 62.56%, #fff 100%);
}

@media (min-width: 768px) {
  .message-section {
    background: #d5eeff -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(21.67%, rgba(255, 255, 255, 0.01)), color-stop(33.5%, rgba(255, 255, 255, 0.24)), color-stop(62.56%, rgba(255, 255, 255, 0.55)), to(#fff));
    background: #d5eeff linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 21.67%, rgba(255, 255, 255, 0.24) 33.5%, rgba(255, 255, 255, 0.55) 62.56%, #fff 100%);
  }
}

.message-section .content {
  position: relative;
  z-index: 5;
  padding-bottom: 65px;
}

@media (min-width: 768px) {
  .message-section .content {
    padding-bottom: 78px;
  }
}

.message-section .heading-wrap {
  margin-bottom: 5px;
}

.message-txt {
  font-size: 13px;
  letter-spacing: 0;
}

.message-txt + .message-txt {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .message-txt {
    font-size: 16px;
    max-width: 490px;
    letter-spacing: 0.05em;
  }
}

.message-position {
  font-size: 13px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .message-position {
    font-size: 14px;
  }
}

.message-autograph {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .message-autograph {
    margin-top: 70px;
  }
}

.message-autograph-img {
  width: 170px;
}

.message-portrait {
  max-width: 450px;
  position: absolute;
  right: 8px;
  bottom: 0;
  z-index: 1;
}

.message-portrait-wrap {
  max-width: 1280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .message-portrait {
    right: 150px;
    max-width: 670px;
  }
}

.campaign-section {
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .campaign-section {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .campaign-section .heading-2 {
    line-height: 1;
  }
}

@media screen and (min-width: 1367px) {
  .campaign-section .heading-2 {
    line-height: 1.5;
  }
}

.column-sc{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: 80vh;
}
.campaign-list{
	overflow-y: scroll;
}
.campaign-list li.cp-end{
	background: #000;
	position: relative;
}
.campaign-list li.cp-end::before{
	content: "終了しました";
	position: absolute;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
}
.campaign-list li.cp-end a{
	opacity: 0.5;
}

@media (min-width: 768px) {
	.column-sc{
		height: auto;
	}
  .campaign-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	overflow-x: scroll;
	overflow-y: visible;
  }
}

.campaign-list > li + li {
  margin-top: 5px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .campaign-list > li {
    width: calc((100% - 100px) / 6);
	flex-shrink: 0;
  }
  .campaign-list > li + li {
    margin-top: 0;
    margin-left: 20px;
  }
}

.campaign-bnr {
  position: relative;
  display: block;
}

.campaign-bnr-number {
  position: absolute;
  bottom: -26px;
  left: -5px;
  width: 43px;
}

@media (min-width: 768px) {
  .campaign-bnr-number {
    bottom: -36px;
    width: 70px;
  }
}

.elements-section {
  position: relative;
  padding-bottom: 120px;
}

@media (min-width: 768px) {
  .elements-section {
    padding-bottom: 0;
  }
}

.elements-section .heading-2 {
  color: #fff;
  text-shadow: 0px 0px 6px #03405f;
  margin-bottom: 120px;
}

.elements-section .heading-wrap {
  margin-bottom: 120px;
}

.elements-section .content {
  position: relative;
  z-index: 3;
}

.elements-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.elements-bg img {
  height: 110%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.elements-bg.is-fixed {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1;
}

.elements-bg.is-bottom {
  top: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.elements-message {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  .elements-message {
    max-width: 398px;
    position: relative;
  }
}

.elements-message + .elements-message {
  margin-top: 10px;
}

@media (min-width: 1080px) {
  .elements-message + .elements-message {
    margin-top: 50px;
  }
}

@media (min-width: 1080px) {
  .elements-message-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.elements-message-col + .elements-message-col {
  margin-top: 10px;
}

@media (min-width: 1080px) {
  .elements-message-col {
    width: 50%;
    max-width: 400px;
  }
  .elements-message-col + .elements-message-col {
    margin-top: 0;
  }
}

.elements-message-col:nth-child(odd) .elements-message-list:nth-child(odd) .elements-message:nth-child(2n) {
  left: 50px;
}

.elements-message-col:nth-child(odd) .elements-message-list:nth-child(odd) .elements-message:nth-child(4n) {
  left: -50px;
}

.elements-message-col:nth-child(odd) .elements-message-list:nth-child(odd) .elements-message:nth-child(5n) {
  left: 50px;
}

.elements-message-col:nth-child(odd) .elements-message-list:nth-child(odd) .elements-message:nth-child(6n) {
  left: 0;
}

.elements-message-col:nth-child(odd) .elements-message-list:nth-child(even) .elements-message {
  right: -50px;
}

.elements-message-col:nth-child(odd) .elements-message-list:nth-child(even) .elements-message:nth-child(2n) {
  right: 0;
}

.elements-message-col:nth-child(odd) .elements-message-list:nth-child(even) .elements-message:nth-child(3n) {
  right: 50px;
}

.elements-message-col:nth-child(even) .elements-message-list:nth-child(odd) .elements-message {
  right: -50px;
}

.elements-message-col:nth-child(even) .elements-message-list:nth-child(odd) .elements-message:nth-child(2n) {
  right: 0;
}

.elements-message-col:nth-child(even) .elements-message-list:nth-child(odd) .elements-message:nth-child(3n) {
  right: 50px;
}

.elements-message-col:nth-child(even) .elements-message-list:nth-child(even) .elements-message:nth-child(2n) {
  left: 50px;
}

.elements-message-col:nth-child(even) .elements-message-list:nth-child(even) .elements-message:nth-child(4n) {
  left: -50px;
}

.elements-message-col:nth-child(even) .elements-message-list:nth-child(even) .elements-message:nth-child(5n) {
  left: 50px;
}

.elements-message-list + .elements-message-list {
  margin-top: 40px;
}

@media (min-width: 1080px) {
  .elements-message-list + .elements-message-list {
    margin-top: 50px;
  }
  .elements-message-list + .elements-message-list:nth-child(-n + 2) {
    margin-top: 0;
  }
}

.elements-boat {
  width: 157px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 1080px) {
  .elements-boat {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.elements-boat.is-fixed {
  top: 0;
  right: 0;
  position: fixed;
}

@media (min-width: 1080px) {
  .elements-boat.is-fixed {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.elements-boat.is-bottom {
  top: auto;
  bottom: 0;
  right: 0;
  position: absolute;
}

@media (min-width: 1080px) {
  .elements-boat.is-bottom {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1080px) {
  .elements-boat {
    width: 214px;
    margin-right: auto;
    margin-left: auto;
  }
}

.elements-img {
  margin: 40px auto 0;
}

@media (min-width: 1080px) {
  .elements-img {
    width: 140%;
    position: relative;
    left: -20%;
    max-width: 512px;
  }
}

.elements-message-content {
  z-index: 3;
  position: relative;
}

.elements-message-txt {
  font-size: 13px;
}

.elements-message-img {
  width: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.history-section {
  background-color: #333;
  padding-bottom: 100px;
}

.history-section .heading-2 {
  color: #fff;
}

.history-section .content {
  position: relative;
}

.history-tap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  z-index: 3;
}

@media (min-width: 768px) {
  .history-tap {
    display: none;
  }
}

.history-content {
  overflow: auto;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 0 20px 20px;
  position: relative;
}

@media (min-width: 768px) {
  .history-content {
    margin-left: 0;
    width: 100%;
    padding: 0 0 20px;
  }
}

@media screen and (min-width: 1230px) {
  .history-content {
    /* スクロールバー非表示 */
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .history-content::-webkit-scrollbar {
    display: none;
  }
}

.history-branches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.history-branches:before {
  width: calc(100% - 153px);
  height: 8px;
  background: #fff;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.history-branches:after {
  width: 153px;
  content: "";
  background: url("../images/top/border_dashed.png") no-repeat center/auto 100%;
  height: 8px;
  display: block;
  left: calc(100% - 165px);
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.history-col {
  color: #fff;
  font-size: 14px;
  min-width: 335px;
}

.history-col:nth-child(odd) {
  padding-top: 220px;
}

.history-col:nth-child(odd) .history-year {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .history-col:nth-child(odd) {
    padding-top: 235px;
  }
}

.history-col:nth-child(even) .history-col-inner {
  padding-bottom: 88px;
  position: relative;
}

.history-col:nth-child(even) .history-year {
  position: absolute;
  bottom: 0;
  left: 0;
}

.history-col:nth-child(n + 2) {
  margin-left: -112px;
}

@media (min-width: 768px) {
  .history-col:nth-child(n + 2) {
    margin-left: -180px;
  }
}

.history-year {
  width: 155px;
  height: 66px;
}

.history-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .history-img {
    width: 180px;
  }
}

.history-month {
  font-size: 14px;
  margin-bottom: 10px;
}

.history-txt {
  font-size: 14px;
  width: 210px;
}

.history-link {
  display: none;
}

@media screen and (min-width: 1230px) {
  .history-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 3;
    position: absolute;
    right: 80px;
    bottom: 0;
  }
}

.history-btn {
  width: 60px;
}

.history-btn + .history-btn {
  margin-left: 20px;
}

.history-btn.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.history-btn.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
