@charset "UTF-8"; /* CSS Document */
.column_list_00 .position_c {
  top: 45%;
  text-align: center;
  z-index: 2;
}
.column_list_00 .position_c .ttl_01:nth-child(1) {
  padding-left: 0.3em;
  padding-bottom: 1em;
}
.column_list_00 .position_c h1:nth-child(2) {
  font-size: 15em;
  z-index: -2;
  letter-spacing: 0.1em;
}
.column_list_00 .rainbow {
  z-index: 1;
}
.column_list {
  scroll-snap-type: none;
}
.column_list section:not(:first-child) ul {
  padding-top: 6%;
}
.column_list section:not(:first-child) ul li.list {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  padding-bottom: 8%;
}
.column_list section:not(:first-child) ul li.list .col_trim {
  height: 250px;
  display: inline-block;
}
.column_list section:not(:first-child) ul li.list .col_trim img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  font-family: "object-fit: contain;";
  display: block;
}
.column_list section:not(:first-child) ul li.list a {
  color: #000;
  opacity: 1;
  transition: 0.8s ease;
}
.column_list section:not(:first-child) ul li.list a:hover {
  opacity: 0.6;
  transition: 0.8s ease;
}
.column_list section:not(:first-child) ul li.list .text_bg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 6%;
  width: 80%;
  padding: 0 5% 5%;
}
.column_list section:not(:first-child) ul li.list .text_bg dl {
  text-align: left;
}
.column_list section:not(:first-child) ul li.list .text_bg dl dd {
  font-size: 14px;
  padding: 1% 0;
}
.column_list_last .fl .rainbow_f {
  font-size: 7em;
  bottom: 33%;
  left: 8%;
  position: absolute;
}
.column_list_last .fr .rainbow_f {
  font-size: 7em;
  bottom: 70%;
  left: 27%;
  position: absolute;
} /*----- 下層ページ -----*/
.column_page section {
  height: auto !important;
}
.column_page section.sub_mv {
  height: 100vh !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.column_page .sub_mv dl {
  text-align: left;
  width: 50%;
  position: absolute;
  left: 50%;
  padding: 2%;
  box-sizing: border-box;
  font-size: 20px;
  transform: translate(-50%, 0);
  bottom: 18%;
}
.column_page .page_nav {
  padding: 3% 0;
}
.column_page .page_nav ul li {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
}
.column_page .page_nav ul li.prev {
  text-align: left;
}
.column_page .page_nav ul li a img {
  width: 20px;
  vertical-align: middle;
}
.column_page .page_nav ul li.next a img {
  padding-bottom: 5%;
}
.column_page .page_nav ul li.prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-top: 5%;
}
.column_page .page_nav ul li a {
  color: #000;
}
.column_page .page_nav ul li:nth-child(2),
.related .ttl_04 {
  text-align: center;
}
.column_page .page_nav ul li.next {
  text-align: right;
}
.column_page article section {
  padding-top: 8%;
}
.sec_01 dl {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding-bottom: 5%;
}
.sec_02 .ttl_04,
.sec_02 .ttl_ruby,
.sec_02 ul li,
.sec_02 ul li a {
  text-align: center;
  color: #000;
}
.sec_02 ul {
  padding-top: 5%;
}
.sec_02 ul li {
  padding-bottom: 1%;
}
.column_page .content_ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.column_page p.column_text {
  line-height: 1.7;
  padding: 5% 0;
}
.column_page .trim_col01,
.column_page .trim_col01 img {
  height: 600px;
}
.column_page .trim_col01 {
  padding-bottom: 2%;
}
.column_page .trim_col01 img {
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.share_btn {
  padding: 5% 0;
}
.share_btn ul {
  width: 70%;
  text-align: center;
  margin: 0 auto;
} /*.share_btn ul li {width: 33.33%;float: left;}.share_btn ul li a {color: #fff;display: block;width: 200px;height: 40px;margin: 3% auto;box-sizing: border-box;padding: 3%;}.share_btn .icon_twitter {background: #55acee;}.share_btn .icon_facebook {background: #3b5998;}.share_btn .icon_google {background: #dd4b39;}.share_btn .icon_hatena {background: #008FDE;}.share_btn .icon_line {background: #1dcd00;}.share_btn .icon_pocket {background: #ee4256;}*/
.related {
  padding-top: 5%;
}
.column .slick-wrap {
  width: 90%;
  padding-top: 3%;
  margin: 0 auto;
}
.column .slick-slide {
  position: relative;
  height: 400px;
  text-align: center;
}
.column .slick-slide .col_trim {
  width: 90%;
  display: inline-block;
}
.column .slick-slide .col_trim img {
  width: 100%;
}
.column .slick-slide a {
  opacity: 1;
  transition: opacity 0.8s ease;
  color: #000;
}
.column .slick-slide a:hover {
  opacity: 0.6;
  transition: 0.8s ease;
}
.column .slick-slide .text_bg {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
  width: 70%;
  text-align: left;
}
.column .slick-slide .text_bg dl {
  color: #000;
}
.column .slick-slider .slick-arrow {
  width: 40px;
  position: absolute;
  top: 30%;
  cursor: pointer;
  z-index: 1;
}
.column .slick-slider .slick-arrow img {
  width: 100%;
}
.column .slick-slider .prev {
  left: 1%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.column .slick-slider .next {
  right: 1%;
}
.column_banner {
  padding-top: 5%;
}
.column_banner a {
    height: 300px;
    transition: .3s;
}
.column_banner a:hover {
    opacity: 0.8;
}
.column_banner a img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
@media screen and (max-height: 780px) {
  .column_list section:not(:first-child) ul li.list .col_trim img {
    width: 80%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }
  .win .column_list section:not(:first-child) ul li.list .col_trim img {
    height: 200px;
  }
  .column_list section:not(:first-child) ul li.list .col_trim {
    height: auto;
    display: inline-block;
  }
  .column_list section:not(:first-child) ul li.list {
    padding-bottom: 3%;
  }
  .column_list_last .fl .rainbow_f {
    font-size: 6em;
    bottom: 32%;
  }
  .column_list_last .fr .rainbow_f {
    font-size: 6em;
  }
  section:first-child .fl .btn_02:hover,
  section:first-child .fr .btn:hover {
    opacity: 0.6;
  }
  .column_list_00 .position_c h1:nth-child(2) {
    font-size: 14em;
  }
  .column_page .sub_mv dl,
  .sec_01 dl {
    font-size: 18px;
  }
  .column_page .trim_col01,
  .column_page .trim_col01 img {
    height: 450px;
  }
  .column_page p.column_text {
    padding: 3% 0;
  }
}
@media screen and (max-height: 600px) {
}
@media screen and (max-width: 1024px) {
  .ipad .column_page .sub_mv {
    background-attachment: inherit;
  }
  .column_list_00 .position_c h1:nth-child(2) {
    font-size: 9em;
  }
  .column_list section:not(:first-child) ul li.list .col_trim {
    width: 75%;
  }
  .column_list section:not(:first-child) ul li.list .text_bg {
    width: 65%;
  }
  .column_list section:not(:first-child) ul {
    padding-top: 8%;
  }
  .column_list section:not(:first-child) ul li.list {
    padding-bottom: 6%;
  }
  .column_page .sub_mv dl,
  .sec_01 dl {
    font-size: 16px;
  }
  .column_page .page_nav {
    padding: 3% 5%;
  }
  .column_page article {
    padding: 0 5%;
  }
  .column_page p.column_text {
    font-size: 14px;
  }
  .column .slick-slide .col_trim {
    width: 75%;
  }
  .column .slick-slide .text_bg {
    width: 65%;
    bottom: 36%;
  }
}
@media screen and (max-width: 768px) {
  .column section {
    height: 100%;
  }
  .column section:first-child,
  .column section:last-child {
    height: 100vh;
  }
  .column_page .sub_mv {
    background-attachment: inherit;
  }
  html {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  section:not(:last-child) .ttl_01 .white,
  section:not(:last-child) .ttl_ruby .white,
  section:not(:last-child) .ttl_04 .white {
    color: #000 !important;
  }
  .column_list section:not(:first-child) ul li.list .col_trim {
    width: 70%;
    height: 220px;
  }
  .column_list section:not(:first-child) ul li.list .col_trim img {
    height: 220px;
  }
  .column_list section:not(:first-child) ul {
    padding: 3% 0%;
  }
  .column_list section:not(:first-child) ul li.list:nth-child(1),
  .column_list section:not(:first-child) ul li.list:nth-child(2) {
    margin-bottom: 0%;
  }
  .column_list section:not(:first-child) ul li.list .text_bg {
    width: 70%;
  }
  .column_list_last .fl .rainbow_f {
    font-size: 5em;
    bottom: 40%;
    left: 8%;
  }
  .column_list_last .fr .rainbow_f {
    font-size: 5em;
    bottom: 80%;
  }
  .column_page .sub_mv {
    background-attachment: inherit;
  }
  .column_page .sub_mv dl,
  .sec_01 dl,
  .column_page .page_nav,
  .column .slick-slide .text_bg {
    font-size: 14px;
  }
  .column .slick-slide .text_bg {
    bottom: 45%;
  }
  .column_page article section {
    padding-top: 15%;
  }
  .column_page .content_ttl {
    font-size: 16px;
  }
  .column_page .page_nav ul li a img {
    width: 16px;
  }
  .column_page p.column_text {
    font-size: 12px;
  }
  .column_page .trim_col01,
  .column_page .trim_col01 img {
    height: 360px;
  }
  .column .slick-slide .col_trim {
    width: 65%;
  }
  .column .slick-slider .slick-arrow {
    width: 30px;
  }
  .column .share_btn ul {
    width: 100%;
  }
  .column .shareList6__item {
    height: 40px;
    line-height: 40px;
  }
  .column_banner a,
  .column_banner a img {
      height: 210px;
  }
}
@media screen and (max-width: 500px) {
  section:not(:last-child) .scroll_btn_b,
  section:not(:last-child) .scroll_btn_w {
    display: none;
  }
  .column_list_00 .position_c h1:nth-child(2) {
    font-size: 4em;
  }
  .column_list section:not(:first-child) ul li.list {
    width: 100%;
  }
  .column_list section:not(:first-child) ul li.list .col_trim,
  .column_list section:not(:first-child) ul li.list .col_trim img {
    height: 175px;
    width: 85%;
  }
  .column_list section:not(:first-child) ul li.list .text_bg dl {
    font-size: 12px;
  }
  .column_list section:not(:first-child) ul li.list:nth-child(1),
  .column_list section:not(:first-child) ul li.list:nth-child(2) {
    margin-bottom: 0;
  }
  .column_list section:not(:first-child) ul li.list .text_bg dl dd {
    font-size: 10px;
  }
  .column_list_last .fl .rainbow_f {
    font-size: 2em;
    left: 11%;
  }
  .column_list_last .fr .rainbow_f {
    font-size: 2em;
  }
  .column_page .sub_mv dl {
    width: 70%;
  }
  .column_page .trim_col01,
  .column_page .trim_col01 img {
    height: 220px;
  }
  .column_banner a,
  .column_banner a img {
      height: 110px;
  }
}
@media screen and (max-width: 500px) and (min-height: 700px) {
  .column_list section:not(:first-child) ul li.list,
  .column_list section:not(:first-child) ul li.list:nth-child(1),
  .column_list section:not(:first-child) ul li.list:nth-child(2) {
    margin-bottom: 8% !important;
  }
}
@media all and (-ms-high-contrast: none) {
  .column_list_00 .position_c :nth-child(1).ttl_01 {
    padding-bottom: 0.1em;
  }
  .rainbow_f {
    font-size: 5em !important;
    padding: 0 0 3% 1%;
  }
}
@supports (-ms-ime-align: auto) {
  .column_list_last .fl .rainbow_f {
    bottom: 30%;
  }
}

.fixed-banner {
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 300px;
  padding: 12px;
  background-color: #fff;
  z-index: 31;
  transition: opacity .4s;
  opacity: 0;
  box-shadow: 0 0 4px rgba(0,0,0, 0.4);
}
@media screen and (max-width: 1024px) {
  .fixed-banner {
      width: 260px
  }
  .fixed-banner p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .fixed-banner {
      width: 250px
  }
}
@media screen and (max-width: 500px) {
  .fixed-banner {
      width: 210px;
      padding: 8px
  }
  .fixed-banner p {
    font-size: 11px;
  }
}
.fixed-banner.active {
  opacity: 0.9
}
.fixed-banner p {
  margin-bottom: 8px;
}
.fixed-banner a {
  display: block;
  margin: auto;
  width: 150px;
  padding: 8px 0;
  transition: .4s;
  background-color: #005bac;
  text-align: center;
  color: #fff;
}
.fixed-banner a:hover {
  opacity: 0.7
}
.fixed-banner img {
  width: 100%
}
.fixed-banner-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,156,230,1);
  color: #fff;
  font-size: 12px;
  z-index: 31;
  cursor: pointer
}
@media screen and (max-width: 768px) {
  .fixed-banner-close {
    width: 46px;
    height: 46px;
    font-size: 11px;
  }
}
@media screen and (max-width: 500px) {
  .fixed-banner-close {
    width: 44px;
    height: 44px;
    font-size: 10px;
  }
  .fixed-banner a {
    width: 120px;
    padding: 6px 0;
    font-size: 14px;
  }
}
