@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* カラー変数定義
-----------------------------------------------------------------*/
/* カラー変数定義
-----------------------------------------------------------------*/
/* common
-----------------------------------------------------------------*/
.js-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.js-fadeIn.inview {
  opacity: 1;
}

.js-fadeUp {
  opacity: 0;
  translate: 0 5px;
  -webkit-transition: opacity 0.5s ease 0s, translate 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, translate 0.5s ease 0s;
}
.js-fadeUp.inview {
  opacity: 1;
  translate: 0;
}

.js-fadeScale {
  opacity: 0;
  scale: 0.8;
  -webkit-transition: opacity 0.5s ease 0s, scale 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, scale 0.5s ease 0s;
}
.js-fadeScale.inview {
  opacity: 1;
  scale: 1;
}

/* intro
-----------------------------------------------------------------*/
.intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #000000;
  overflow: hidden;
}

.intro__cover {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.intro__cover_img {
  width: 100%;
  height: 1748px;
  background-image: url(../img/intro_bg.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 470px auto;
}

.intro__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .intro__inner {
    width: 470px;
  }
}

.intro__bg img {
  width: 100%;
}

.intro__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.intro__title--first {
  display: none;
  opacity: 0;
}
.intro__title--first img {
  width: 338px;
}

.intro__title--second {
  display: none;
  opacity: 0;
}
.intro__title--second img {
  width: 286px;
}
.intro__title--second img:last-child {
  margin: 35px 0 0;
  width: 278px;
}

.intro__play {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 190px);
  transform: translate(-50%, 190px);
  cursor: pointer;
  opacity: 0;
}

.intro__play_img img {
  width: 27px;
}

.intro__play_btn {
  display: inline-block;
  padding: 6px 15px 5px;
  margin: 15px 0 0;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  font-family: roc-grotesk-extrawide, "Zen Kaku Gothic New", sans-serif;
  font-size: 9px;
  color: #FFFFFF;
  -webkit-transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
}
@media (hover: hover) {
  .intro__play_btn:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
}

/* header
-----------------------------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .header {
    width: 470px;
  }
}

.header_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
}

.header_inner {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.header_inner__content {
  position: relative;
  padding: 0 0 65px;
  min-height: 100vh;
  background-color: #000000;
}

.header_inner__head {
  padding: 20px 20px 0;
}
.header_inner__head img {
  width: 280px;
}

.header_inner__sub {
  margin: 55px 0 0;
  text-align: center;
}
.header_inner__sub img {
  width: 295px;
}

.header_inner__anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 16px 0;
}

.header_inner__anchor_list {
  position: relative;
  width: calc((100% - 32px) / 3);
  margin: 0 15px 0 0;
}
.header_inner__anchor_list span {
  display: block;
  padding: 12px 0 24px;
  background-image: url(../img/anchor_arrow.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
}
.header_inner__anchor_list:last-child {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .header_inner__anchor_list span {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .header_inner__anchor_list:hover .header_inner__anchor_img img {
    scale: 1.05;
  }
}

.header_inner__anchor_no {
  position: absolute;
  top: 8px;
  right: 7px;
  z-index: 2;
  font-size: 0;
}
.header_inner__anchor_no svg {
  width: 21px;
  height: 7px;
  stroke: #000000;
}

.header_inner__anchor_img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.header_inner__anchor_img img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: scale 0.5s ease 0s;
  transition: scale 0.5s ease 0s;
}

.header_inner__btn {
  margin: 45px 0 0;
  text-align: center;
}
.header_inner__btn a {
  display: inline-block;
  padding: 30px 52px 25px;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  background-image: url(../img/header_outlink.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 90% center;
  font-family: roc-grotesk-extrawide, "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  -webkit-transition: background-color 0.5s ease 0s, background-image 0.5s ease 0s, color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s, background-image 0.5s ease 0s, color 0.5s ease 0s;
}
@media (hover: hover) {
  .header_inner__btn a:hover {
    background-color: #FFFFFF;
    background-image: url(../img/header_outlink_on.png);
    color: #000000;
  }
}

.header_inner__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 85px 0 0;
}

.header_inner__logo_list {
  margin: 0 25px;
}
.header_inner__logo_list a {
  display: block;
}
.header_inner__logo_list img {
  width: 105px;
}

.header__menu {
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 100;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.header__menu_inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 45px;
  height: 45px;
  background-color: #000000;
  border-radius: 50%;
}
.header__menu_inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 1px;
  width: 17px;
  background-color: #FFFFFF;
}
.open .header__menu_inner span {
  background-color: transparent;
}
.header__menu_inner span::after, .header__menu_inner span::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 17px;
  background-color: #FFFFFF;
  -webkit-transition: rotate 0.2s ease 0s, top 0.3s ease 0.2s, bottom 0.3s ease 0.2s;
  transition: rotate 0.2s ease 0s, top 0.3s ease 0.2s, bottom 0.3s ease 0.2s;
}
.open .header__menu_inner span::after, .open .header__menu_inner span::before {
  -webkit-transition: rotate 0.3s ease 0.2s, top 0.2s ease 0s, bottom 0.2s ease 0s;
  transition: rotate 0.3s ease 0.2s, top 0.2s ease 0s, bottom 0.2s ease 0s;
}
.header__menu_inner span::before {
  top: 6px;
}
.open .header__menu_inner span::before {
  rotate: 43deg;
  top: 0;
}
.header__menu_inner span::after {
  bottom: 6px;
}
.open .header__menu_inner span::after {
  rotate: -43deg;
  bottom: 0;
}
@media (hover: hover) {
  .header__menu_inner:hover span::after, .header__menu_inner:hover span::before {
    rotate: 0deg;
  }
  .header__menu_inner:hover span::before {
    top: 0;
  }
  .header__menu_inner:hover span::after {
    bottom: 0;
  }
}

.header__menu_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
}
.header__menu_bg::after, .header__menu_bg::before {
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  border-radius: 50%;
}
.header__menu_bg::before {
  top: 1px;
  left: 1px;
  z-index: 1;
  background-color: #00FFFF;
}
.header__menu_bg::after {
  top: -1px;
  left: -1px;
  z-index: 0;
  background-color: #FF00AA;
}

/* wrapper
-----------------------------------------------------------------*/
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .wrapper {
    width: 470px;
  }
}

/* mainvisual
-----------------------------------------------------------------*/
.mainvisual {
  position: relative;
  width: 100%;
  background-color: #8F47FF;
  overflow: hidden;
}

.mainvisual__head {
  padding: 20px 20px 0;
}
.mainvisual__head img {
  width: 280px;
}

.mainvisual__title {
  margin: 20px 12px 0;
  opacity: 0;
  translate: 0 5px;
  -webkit-transition: opacity 0.5s ease 0s, translate 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, translate 0.5s ease 0s;
}
.mainvisual__title img {
  width: 100%;
}
.intro_end .mainvisual__title {
  opacity: 1;
  translate: 0;
}

.mainvisual__tickerBlock {
  position: relative;
  width: 100%;
  margin: 46px 0 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.5s;
  transition: opacity 0.8s ease 0.5s;
}
.intro_end .mainvisual__tickerBlock {
  opacity: 1;
}

.mainvisual__ticker {
  margin: 10px 0 0;
}
.mainvisual__ticker span {
  padding: 0 15px;
  display: inline-block;
  font-family: ab-polcadot, "Zen Kaku Gothic New", sans-serif;
  font-size: 48px;
}
.mainvisual__ticker:first-child {
  margin: 0;
}

.mainvisual__ticker--pink {
  color: #FF00AA;
}

.mainvisual__ticker--blue {
  color: #27C7FF;
}

.mainvisual__ticker--green {
  color: #00FF00;
}

.mainvisual__ticker--yellow {
  color: #FFFF00;
}

.mainvisual__img {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  translate: 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.3s, translate 0.5s ease 1.3s;
  transition: opacity 0.5s ease 1.3s, translate 0.5s ease 1.3s;
}
.mainvisual__img img {
  width: 421px;
}
.intro_end .mainvisual__img {
  opacity: 1;
  translate: 0;
}

.mainvisual__sub {
  padding: 69px 10px 38px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.8s;
  transition: opacity 0.5s ease 1.8s;
}
.mainvisual__sub img {
  width: 100%;
}
.intro_end .mainvisual__sub {
  opacity: 1;
}

/* intro_section
-----------------------------------------------------------------*/
.intro_section {
  background-color: #000000;
  color: #FFFFFF;
}

.intro_section__lead {
  padding: 60px 10px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.3;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .intro_section__lead {
    font-size: 16px;
  }
}

.intro_section__title {
  padding: 75px 0 0;
  font-family: ab-polcadot, "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #C1FF00;
}

.intro_section__anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 28px 16px 0;
}

.intro_section__anchor_list {
  position: relative;
  width: calc((100% - 32px) / 3);
  margin: 0 15px 0 0;
}
.intro_section__anchor_list span {
  display: block;
  padding: 12px 0 24px;
  background-image: url(../img/anchor_arrow.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.intro_section__anchor_list:last-child {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .intro_section__anchor_list span {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .intro_section__anchor_list:hover .intro_section__anchor_img img {
    scale: 1.05;
  }
}

.intro_section__anchor_no {
  position: absolute;
  top: 8px;
  right: 7px;
  z-index: 1;
  font-size: 0;
}
.intro_section__anchor_no svg {
  width: 21px;
  height: 7px;
  stroke: #000000;
}

.intro_section__anchor_img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.intro_section__anchor_img img {
  width: 100%;
  -webkit-transition: scale 0.5s ease 0s;
  transition: scale 0.5s ease 0s;
}

.intro_section__slider {
  position: relative;
  margin: 80px 0 0;
}
.intro_section__slider img {
  width: 100%;
}

.intro_section__slider_noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* lineup_section
-----------------------------------------------------------------*/
.lineup_section {
  padding: 80px 0 95px;
  background-color: #000000;
  color: #FFFFFF;
}

.lineup_section__title {
  width: 100%;
  color: #FF1D25;
  overflow: hidden;
}

.lineup_section__title_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 10px;
}
.lineup_section__title_head svg {
  fill: #FF1D25;
  stroke: #FF1D25;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
}
.lineup_section__title_head svg:first-child {
  width: 92px;
}
.lineup_section__title_head svg:last-child {
  width: 32px;
}

.lineup_section__title_ticker {
  margin: 28px 0 0;
  white-space: nowrap;
}
.lineup_section__title_ticker span {
  display: inline-block;
  margin: 0 24px 0 0;
}
.lineup_section__title_ticker img {
  width: 278px;
}

.lineup_section__img {
  margin: 32px 0 0;
}
.lineup_section__img img {
  width: 100%;
}

.lineup_section__text {
  margin: 40px 0 0;
  font-size: 13px;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .lineup_section__text {
    font-size: 16px;
  }
}

.lineup_section__slider {
  margin: 36px 12px 0;
}
.lineup_section__slider .swiper {
  padding: 0 0 54px;
}
.lineup_section__slider .swiper-slide {
  position: relative;
}
.lineup_section__slider .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}
.lineup_section__slider .swiper-slide img:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
.lineup_section__slider .swiper-slide-active img:last-child {
  -webkit-animation-name: opacityAnimation;
  animation-name: opacityAnimation;
  -webkit-animation-duration: 0.04s;
  animation-duration: 0.04s;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.lineup_section__slider .swiper-button-prev, .lineup_section__slider .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 13px;
  height: 24px;
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image 0.3s ease 0s;
  transition: background-image 0.3s ease 0s;
}
.lineup_section__slider .swiper-button-prev::after, .lineup_section__slider .swiper-button-next::after {
  display: none;
}
.lineup_section__slider .swiper-button-prev {
  left: 0;
  background-image: url(../img/slide_prev.png);
}
@media (hover: hover) {
  .lineup_section__slider .swiper-button-prev:hover {
    background-image: url(../img/slide_prev_on.png);
  }
}
.lineup_section__slider .swiper-button-next {
  right: 0;
  background-image: url(../img/slide_next.png);
}
@media (hover: hover) {
  .lineup_section__slider .swiper-button-next:hover {
    background-image: url(../img/slide_next_on.png);
  }
}
.lineup_section__slider .swiper-pagination {
  bottom: 7px;
}
.lineup_section__slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
  background-color: #FFFFFF;
  opacity: 1;
  vertical-align: middle;
  -webkit-transition: scale 0.3s ease 0s;
  transition: scale 0.3s ease 0s;
}
@media (hover: hover) {
  .lineup_section__slider .swiper-pagination-bullet:hover {
    scale: 2;
    background-color: #FF2827;
  }
}
.lineup_section__slider .swiper-pagination-bullet-active {
  scale: 2;
  background-color: #FF2827;
}

.lineup_section__item {
  padding: 40px 0 0;
  font-family: roc-grotesk-extrawide, "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

.lineup_section__item_info {
  margin: 25px 0 0;
}

.lineup_section__item_btn {
  display: inline-block;
  margin: 20px 0 0;
}
.lineup_section__item_btn a {
  display: block;
  padding: 12px 47px 10px;
  border-radius: 16px;
  border: 1px solid #FF2827;
  background-color: #FF2827;
  line-height: 1;
  -webkit-transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
}
@media (hover: hover) {
  .lineup_section__item_btn a:hover {
    background-color: #FFFFFF;
    color: #FF2827;
  }
}

/* coordinate_section
-----------------------------------------------------------------*/
.coordinate_section {
  position: relative;
  width: 100%;
  padding: 40px 0 117px;
  background-color: #5936EA;
  color: #FFFFFF;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .coordinate_section {
    padding: 40px 0 160px;
  }
}

.coordinate_section__title {
  width: 100%;
  color: #FF7BA3;
  overflow: hidden;
}

.coordinate_section__title_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 10px;
}
.coordinate_section__title_head svg {
  fill: #FF7BA3;
  stroke: #FF7BA3;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
}
.coordinate_section__title_head svg:first-child {
  width: 92px;
}
.coordinate_section__title_head svg:last-child {
  width: 32px;
}

.coordinate_section__title_ticker {
  margin: 28px 0 0;
  white-space: nowrap;
}
.coordinate_section__title_ticker span {
  display: inline-block;
  margin: 0 24px 0 0;
}
.coordinate_section__title_ticker img {
  width: 410px;
}

.coordinate_section__sub {
  margin: 64px 28px 0;
  opacity: 0;
  translate: 0 5px;
  -webkit-transition: opacity 0.5s ease 0.5s, translate 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, translate 0.5s ease 0.5s;
}
.inview .coordinate_section__sub {
  opacity: 1;
  translate: 0;
}
.coordinate_section__sub img {
  width: 170px;
}
@media print, screen and (min-width: 768px) {
  .coordinate_section__sub img {
    width: 213px;
  }
}

.coordinate_section__text {
  margin: 32px 28px 0;
  font-size: 13px;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1s;
  transition: opacity 0.5s ease 1s;
}
.inview .coordinate_section__text {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .coordinate_section__text {
    font-size: 15px;
  }
}

.coordinate_section__img {
  position: absolute;
  top: 70px;
  right: -48px;
  opacity: 0;
  translate: 10px 0;
  -webkit-transition: opacity 0.5s ease 1.5s, translate 0.5s ease 1.5s;
  transition: opacity 0.5s ease 1.5s, translate 0.5s ease 1.5s;
}
.inview .coordinate_section__img {
  opacity: 1;
  translate: 0;
}
.coordinate_section__img img {
  width: 286px;
}
@media print, screen and (min-width: 768px) {
  .coordinate_section__img {
    top: 58px;
    right: -58px;
  }
  .coordinate_section__img img {
    width: 348px;
  }
}

/* coordinate_styling_section
-----------------------------------------------------------------*/
.coordinate_styling_section {
  position: relative;
  width: 100%;
  padding: 40px 0 30px;
  color: #FFFFFF;
  overflow: hidden;
}

.coordinate_styling_section__index {
  font-family: roc-grotesk-extrawide, "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  text-align: center;
}

.coordinate_styling_section__title {
  margin: 8px 0 0;
  font-family: roc-grotesk-condensed, "Zen Kaku Gothic New", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05em;
  text-align: center;
}

.coordinate_styling_section__style {
  position: relative;
}

.coordinate_styling_section__style_comment {
  position: absolute;
  z-index: 1;
  opacity: 0;
  scale: 0.6;
  -webkit-transition: opacity 0.5s ease 1s, scale 0.5s ease 1s;
  transition: opacity 0.5s ease 1s, scale 0.5s ease 1s;
}
.inview .coordinate_styling_section__style_comment {
  opacity: 1;
  scale: 1;
}

.coordinate_styling_section__style_text {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.5s;
  transition: opacity 0.5s ease 1.5s;
}
.inview .coordinate_styling_section__style_text {
  opacity: 1;
}

.coordinate_styling_section__style_img {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
}
.inview .coordinate_styling_section__style_img {
  opacity: 1;
}
.coordinate_styling_section__style_img img {
  width: 100%;
}
.coordinate_styling_section__style_img img:first-child {
  mix-blend-mode: multiply;
}
.coordinate_styling_section__style_img img:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.coordinate_styling_section__comment {
  position: relative;
  padding: 0 17px;
}

.coordinate_styling_section__comment_title {
  margin: 0 0 0 18px;
  font-family: roc-grotesk-extrawide, "Zen Kaku Gothic New", sans-serif;
  font-size: 9px;
  color: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 2s;
  transition: opacity 0.5s ease 2s;
}
.inview .coordinate_styling_section__comment_title {
  opacity: 1;
}

.coordinate_styling_section__comment_text {
  position: relative;
  width: 232px;
  padding: 20px;
  margin: 6px 0 0;
  border-radius: 9px;
  font-size: 13px;
  line-height: 1.6;
  text-align: justify;
  opacity: 0;
  scale: 0.6;
  translate: 100px 0;
  -webkit-transition: opacity 0.5s ease 1s, scale 0.5s ease 1s, translate 0.5s ease 1s;
  transition: opacity 0.5s ease 1s, scale 0.5s ease 1s, translate 0.5s ease 1s;
}
.inview .coordinate_styling_section__comment_text {
  opacity: 1;
  scale: 1;
  translate: 0;
}
.coordinate_styling_section__comment_text::before {
  display: block;
  content: "";
  position: absolute;
  top: 50px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0;
}
@media print, screen and (min-width: 768px) {
  .coordinate_styling_section__comment_text {
    width: 290px;
    font-size: 16px;
  }
}

.coordinate_styling_section__comment_img {
  position: absolute;
  right: -65px;
  bottom: -20px;
  opacity: 0;
  translate: 20px 0;
  -webkit-transition: opacity 0.5s ease 0.5s, translate 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, translate 0.5s ease 0.5s;
}
.inview .coordinate_styling_section__comment_img {
  opacity: 1;
  translate: 0;
}
.coordinate_styling_section__comment_img img {
  width: 198px;
}
@media print, screen and (min-width: 768px) {
  .coordinate_styling_section__comment_img {
    right: -80px;
  }
  .coordinate_styling_section__comment_img img {
    width: 245px;
  }
}

#style01 {
  background-color: #C15627;
}
#style01 .coordinate_styling_section__style_comment {
  top: 30px;
  left: 11px;
}
#style01 .coordinate_styling_section__style_comment img {
  width: 110px;
}
#style01 .coordinate_styling_section__style_text {
  top: 160px;
  right: 32px;
}
#style01 .coordinate_styling_section__style_text img {
  width: 40px;
}
#style01 .coordinate_styling_section__style_img {
  background-color: #C15627;
}
#style01 .coordinate_styling_section__comment {
  padding-bottom: 46px;
}
@media print, screen and (min-width: 768px) {
  #style01 .coordinate_styling_section__comment {
    padding-bottom: 60px;
  }
}
#style01 .coordinate_styling_section__comment_text {
  background-color: #B54721;
}
#style01 .coordinate_styling_section__comment_text::before {
  border-left: 15px solid #B54721;
}

#style02 {
  background-color: #7ACD58;
}
#style02 .coordinate_styling_section__style {
  padding: 0 0 10px;
}
#style02 .coordinate_styling_section__style_comment {
  top: 17px;
  right: 11px;
}
#style02 .coordinate_styling_section__style_comment img {
  width: 118px;
}
#style02 .coordinate_styling_section__style_text {
  top: 182px;
  left: 22px;
}
#style02 .coordinate_styling_section__style_text img {
  width: 39px;
}
#style02 .coordinate_styling_section__style_img {
  background-color: #7ACD58;
}
#style02 .coordinate_styling_section__comment {
  padding-bottom: 46px;
}
@media print, screen and (min-width: 768px) {
  #style02 .coordinate_styling_section__comment {
    padding-bottom: 85px;
  }
}
#style02 .coordinate_styling_section__comment_text {
  background-color: #67a442;
}
#style02 .coordinate_styling_section__comment_text::before {
  border-left: 15px solid #67a442;
}

#style03 {
  background-color: #f3ad99;
}
#style03 .coordinate_styling_section__style {
  padding: 30px 0 10px;
}
#style03 .coordinate_styling_section__style_comment {
  top: 40px;
  left: 16px;
}
#style03 .coordinate_styling_section__style_comment img {
  width: 100px;
}
#style03 .coordinate_styling_section__style_text {
  top: 252px;
  left: 32px;
}
#style03 .coordinate_styling_section__style_text img {
  width: 40px;
}
#style03 .coordinate_styling_section__style_img {
  background-color: #f3ad99;
}
#style03 .coordinate_styling_section__comment {
  padding-bottom: 46px;
}
@media print, screen and (min-width: 768px) {
  #style03 .coordinate_styling_section__comment {
    padding-bottom: 65px;
  }
}
#style03 .coordinate_styling_section__comment_text {
  background-color: #e48c74;
}
#style03 .coordinate_styling_section__comment_text::before {
  border-left: 15px solid #e48c74;
}

#style04 {
  background-color: #d25048;
}
#style04 .coordinate_styling_section__style {
  padding: 10px 0 20px;
}
#style04 .coordinate_styling_section__style_comment {
  top: 36px;
  left: 6px;
}
#style04 .coordinate_styling_section__style_comment img {
  width: 110px;
}
#style04 .coordinate_styling_section__style_text {
  top: 176px;
  right: 30px;
}
#style04 .coordinate_styling_section__style_text img {
  width: 40px;
}
#style04 .coordinate_styling_section__style_img {
  background-color: #d25048;
}
#style04 .coordinate_styling_section__comment {
  padding-bottom: 66px;
}
@media print, screen and (min-width: 768px) {
  #style04 .coordinate_styling_section__comment {
    padding-bottom: 114px;
  }
}
#style04 .coordinate_styling_section__comment_text {
  background-color: #c64338;
}
#style04 .coordinate_styling_section__comment_text::before {
  border-left: 15px solid #c64338;
}

/* try_section
-----------------------------------------------------------------*/
.try_section {
  padding: 40px 0;
  background-color: #C1FF00;
  color: #000000;
}

.try_section__title {
  width: 100%;
  color: #000000;
  overflow: hidden;
}

.try_section__title_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 10px;
}
.try_section__title_head svg {
  fill: #000000;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
}
.try_section__title_head svg:first-child {
  width: 92px;
}
.try_section__title_head svg:last-child {
  width: 32px;
}

.try_section__title_ticker {
  margin: 28px 0 0;
  white-space: nowrap;
}
.try_section__title_ticker span {
  display: inline-block;
  margin: 0 24px 0 0;
}
.try_section__title_ticker img {
  width: 383px;
}

.try_section__sub {
  margin: 46px 44px 0;
}
.try_section__sub img {
  width: 100%;
}

.try_section__text {
  margin: 20px 0 0;
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .try_section__text {
    font-size: 16px;
  }
}

.try_section__anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 32px 0 0;
}

.try_section__anchor_list {
  position: relative;
  width: 100px;
  margin: 0 26px;
  padding: 0 0 36px;
  background-image: url(../img/try_arrow.png);
  background-repeat: no-repeat;
  background-position: 38px bottom;
  background-size: 9px auto;
}
.try_section__anchor_list:first-child {
  background-position: 54px bottom;
}

.try_section__anchor_list_body img {
  width: 100%;
}

.try_section__anchor_list_style_pattern {
  opacity: 0;
}
.try_section__anchor_list_style_pattern.active {
  opacity: 1;
}
.try_section__anchor_list_style_pattern img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.try_section__anchor_list_style_pattern--women {
  -webkit-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
}

.try_section__anchor_list_style_pattern--men {
  -webkit-transition: opacity 0s ease 1s;
  transition: opacity 0s ease 1s;
}

/* try_edit_section
-----------------------------------------------------------------*/
.try_edit_section {
  position: relative;
  padding: 60px 0 80px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}
.try_edit_section[data-color=blue] {
  background-color: #27C7FF;
}
.try_edit_section[data-color=l_orange] {
  background-color: #FE9136;
}
.try_edit_section[data-color=grey] {
  background-color: #666666;
}
.try_edit_section[data-color=l_pink] {
  background-color: #FF7BA3;
}
.try_edit_section[data-color=l_purple] {
  background-color: #B895F9;
}
.try_edit_section[data-color=l_yellow] {
  background-color: #C1FF00;
}
.try_edit_section[data-color=d_purple] {
  background-color: #5936EA;
}
.try_edit_section[data-bag="0"] .try_edit_section__bag img:nth-of-type(1) {
  opacity: 1;
}
.try_edit_section[data-bag="1"] .try_edit_section__bag img:nth-of-type(2) {
  opacity: 1;
}
.try_edit_section[data-bag="2"] .try_edit_section__bag img:nth-of-type(3) {
  opacity: 1;
}
.try_edit_section[data-bag="3"] .try_edit_section__bag img:nth-of-type(4) {
  opacity: 1;
}
.try_edit_section[data-bag="4"] .try_edit_section__bag img:nth-of-type(5) {
  opacity: 1;
}
.try_edit_section[data-accessory="0"] .try_edit_section__accessory img:nth-of-type(1) {
  opacity: 1;
}
.try_edit_section[data-accessory="1"] .try_edit_section__accessory img:nth-of-type(2) {
  opacity: 1;
}
.try_edit_section[data-accessory="2"] .try_edit_section__accessory img:nth-of-type(3) {
  opacity: 1;
}
.try_edit_section[data-tshirt="0"] .try_edit_section__tshirt img:nth-of-type(1) {
  opacity: 1;
}
.try_edit_section[data-tshirt="1"] .try_edit_section__tshirt img:nth-of-type(2) {
  opacity: 1;
}
.try_edit_section[data-tshirt="2"] .try_edit_section__tshirt img:nth-of-type(3) {
  opacity: 1;
}
.try_edit_section[data-tshirt="3"] .try_edit_section__tshirt img:nth-of-type(4) {
  opacity: 1;
}
.try_edit_section[data-tshirt="4"] .try_edit_section__tshirt img:nth-of-type(5) {
  opacity: 1;
}
.try_edit_section[data-tshirt="5"] .try_edit_section__tshirt img:nth-of-type(6) {
  opacity: 1;
}
.try_edit_section[data-tshirt="6"] .try_edit_section__tshirt img:nth-of-type(7) {
  opacity: 1;
}
.try_edit_section[data-tshirt="7"] .try_edit_section__tshirt img:nth-of-type(8) {
  opacity: 1;
}
.try_edit_section[data-bottoms="0"] .try_edit_section__bottoms img:nth-of-type(1) {
  opacity: 1;
}
.try_edit_section[data-bottoms="1"] .try_edit_section__bottoms img:nth-of-type(2) {
  opacity: 1;
}
.try_edit_section[data-bottoms="2"] .try_edit_section__bottoms img:nth-of-type(3) {
  opacity: 1;
}
.try_edit_section[data-bottoms="3"] .try_edit_section__bottoms img:nth-of-type(4) {
  opacity: 1;
}
.try_edit_section[data-bottoms="4"] .try_edit_section__bottoms img:nth-of-type(5) {
  opacity: 1;
}
.try_edit_section[data-cap="0"] .try_edit_section__cap img:nth-of-type(1) {
  opacity: 1;
}
.try_edit_section[data-cap="1"] .try_edit_section__cap img:nth-of-type(2) {
  opacity: 1;
}
.try_edit_section[data-cap="2"] .try_edit_section__cap img:nth-of-type(3) {
  opacity: 1;
}
.try_edit_section[data-cap="3"] .try_edit_section__cap img:nth-of-type(4) {
  opacity: 1;
}

.try_edit_section__title {
  position: relative;
  display: inline-block;
  padding: 0 0 3px;
  font-family: roc-grotesk-extrawide, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
}
.try_edit_section__title::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #FFFFFF;
}

.try_edit_section__style {
  position: relative;
  width: 195px;
  padding: 0 30px 0 0;
  margin: 16px auto 0;
}
#style_women .try_edit_section__style {
  width: 190px;
  padding: 0 25px 0 0;
}
#style_men .try_edit_section__style {
  width: 195px;
  padding: 0 0 0 30px;
}

.try_edit_section__body img {
  width: 100%;
}

.try_edit_section__bag img,
.try_edit_section__tshirt img,
.try_edit_section__bottoms img,
.try_edit_section__accessory img,
.try_edit_section__cap img {
  position: absolute;
  top: 0;
  width: 165px;
  opacity: 0;
}
#style_women .try_edit_section__bag img,
#style_women .try_edit_section__tshirt img,
#style_women .try_edit_section__bottoms img,
#style_women .try_edit_section__accessory img,
#style_women .try_edit_section__cap img {
  left: 0;
}
#style_men .try_edit_section__bag img,
#style_men .try_edit_section__tshirt img,
#style_men .try_edit_section__bottoms img,
#style_men .try_edit_section__accessory img,
#style_men .try_edit_section__cap img {
  right: 0;
}

.try_edit_section__color {
  position: absolute;
  top: 200px;
  right: 28px;
}

.try_edit_section__color_list_btn {
  margin: 15px 0;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}
.try_edit_section__color_list_btn.check {
  border: 1px solid #FFFFFF;
}
.try_edit_section__color_list_btn[data-color=blue] {
  background-color: #27C7FF;
}
.try_edit_section__color_list_btn[data-color=l_orange] {
  background-color: #FE9136;
}
.try_edit_section__color_list_btn[data-color=grey] {
  background-color: #666666;
}
.try_edit_section__color_list_btn[data-color=l_pink] {
  background-color: #FF7BA3;
}
.try_edit_section__color_list_btn[data-color=l_purple] {
  background-color: #B895F9;
}
.try_edit_section__color_list_btn[data-color=l_yellow] {
  background-color: #C1FF00;
}
.try_edit_section__color_list_btn[data-color=d_purple] {
  background-color: #5936EA;
}

.try_edit_section__select {
  margin: 52px 0 0;
}

.try_edit_section__select_list_btn {
  display: inline-block;
  position: relative;
  padding: 6px 10px 3px;
  margin: 0 2px;
  background-color: #000000;
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  font-family: roc-grotesk, "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  cursor: pointer;
}
.try_edit_section__select_list_btn.active {
  background-color: #FF1D25;
}
@media (hover: hover) {
  .try_edit_section__select_list_btn:hover {
    top: 1px;
    left: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #FF1D25;
  }
}
@media print, screen and (min-width: 768px) {
  .try_edit_section__select_list_btn {
    font-size: 14px;
  }
}

.try_edit_section__item_list {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px 12px 0;
}
.try_edit_section__item_list.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.try_edit_section__item_list_node {
  position: relative;
  width: calc((100% - 32px) / 4);
  padding: 4px;
  margin: 8px 4px 0;
  border: 1px dotted #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
}
.try_edit_section__item_list_node.check {
  border: 1px solid #FFFFFF;
}
.try_edit_section__item_list_node.check::before {
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000000;
  background-image: url(../img/try_close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
  pointer-events: none;
}

.try_edit_section__item_list_img {
  background-color: rgba(255, 255, 255, 0.5);
}
.check .try_edit_section__item_list_img {
  background-color: #FFFFFF;
}
.try_edit_section__item_list_img img {
  width: 100%;
}

/* info_section
-----------------------------------------------------------------*/
.info_section {
  padding: 40px 0 90px;
  background-color: #5564A1;
  color: #FFFFFF;
  text-align: center;
}

.info_section__title {
  font-family: roc-grotesk-extrawide, "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
}

.info_section__img {
  margin: 30px 0 0;
}
.info_section__img img {
  width: 260px;
}

.info_section__date {
  margin: 20px 0 0;
  font-family: roc-grotesk-condensed, "Zen Kaku Gothic New", sans-serif;
  font-size: 31px;
  letter-spacing: 0.06em;
}
.info_section__date small {
  font-size: 12px;
}
.info_section__date span {
  font-size: 35px;
}

.info_section__info {
  margin: 32px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .info_section__info {
    font-size: 16px;
  }
}

.info_section__text {
  margin: 32px 30px 0;
  font-size: 12px;
  line-height: 2;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .info_section__text {
    font-size: 16px;
    letter-spacing: -0.02em;
  }
}

.info_section__btn {
  margin: 32px 0 0;
  text-align: center;
}
.info_section__btn a {
  display: inline-block;
  padding: 30px 54px 26px;
  border: 1px solid #36417e;
  border-radius: 35px;
  background-color: #36417e;
  background-image: url(../img/info_outlink.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 90% center;
  font-family: roc-grotesk-extrawide, "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  -webkit-transition: background-color 0.5s ease 0s, background-image 0.5s ease 0s, color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s, background-image 0.5s ease 0s, color 0.5s ease 0s;
}
@media (hover: hover) {
  .info_section__btn a:hover {
    background-color: #FFFFFF;
    background-image: url(../img/info_outlink_on.png);
    color: #36417e;
  }
}

.info_section__btn_text {
  margin: 18px 0 0;
  font-size: 11px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .info_section__btn_text {
    font-size: 13px;
  }
}

/* footer
-----------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 60px 0 32px;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
}

.footer__title img {
  margin: 16px 0 0;
  width: 234px;
}

.footer__title_head {
  display: block;
  text-align: center;
}
.footer__title_head img {
  width: 232px;
}

.footer__title_sub {
  display: block;
  margin: 24px 0 0;
}
.footer__title_sub img {
  width: 244px;
}

.footer__share {
  margin: 64px 0 0;
}

.footer__share_head {
  font-family: roc-grotesk-extrawide, "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
}

.footer__share_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
}

.footer__share_list_node {
  margin: 0 5px;
}
.footer__share_list_node a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
.footer__share_list_node svg {
  height: 17px;
  fill: #FFFFFF;
  -webkit-transition: fill 0.5s ease 0s;
  transition: fill 0.5s ease 0s;
}
@media (hover: hover) {
  .footer__share_list_node:hover a {
    background-color: #FFFFFF;
  }
  .footer__share_list_node:hover svg {
    fill: #000000;
  }
}

.footer__pageup {
  position: absolute;
  bottom: 27px;
  right: 21px;
}
.footer__pageup img {
  width: 19px;
}

.footer__copy {
  margin: 68px 0 0;
  font-family: roc-grotesk-extrawide, "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
}

/* left_block
-----------------------------------------------------------------*/
.left_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 470px) / 2);
  height: 100%;
  -webkit-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
[data-section=top] .left_block {
  background-color: #9869F1;
}
[data-section=one] .left_block {
  background-color: #FF003A;
}
[data-section=two] .left_block {
  background-color: #694EDD;
}
[data-section=three] .left_block {
  background-color: #A2E62B;
}
[data-section=four] .left_block {
  background-color: #9869F1;
}
@media print, screen and (max-width: 767px) {
  .left_block {
    display: none;
  }
}

.left_block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-size: auto;
  background-repeat: repeat;
}

.left_block__bg--top {
  z-index: 5;
  background-image: url(../img/bg.gif);
}

.left_block__bg--middle {
  z-index: 2;
  background-image: url(../img/bg_a.png);
  opacity: 0.4;
}

.left_block__bg--bottom {
  z-index: 1;
  background-image: url(../img/bg_b.png);
  opacity: 0.4;
  mix-blend-mode: overlay;
}

.left_block__content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left_block__title {
  width: 188px;
}
.left_block__title img {
  width: 100%;
}

.left_block__sub {
  width: 180px;
  margin: 14px 0 0;
}
.left_block__sub img {
  width: 100%;
}

.left_block__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
}

.left_block__logo_list {
  margin: 0 12px;
}
.left_block__logo_list img {
  width: 80px;
}
.left_block__logo_list a {
  display: block;
}

/* right_block
-----------------------------------------------------------------*/
.right_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 470px) / 2);
  height: 100%;
  -webkit-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
[data-section=top] .right_block {
  background-color: #9869F1;
}
[data-section=one] .right_block {
  background-color: #FF003A;
}
[data-section=two] .right_block {
  background-color: #694EDD;
}
[data-section=three] .right_block {
  background-color: #A2E62B;
}
[data-section=four] .right_block {
  background-color: #9869F1;
}
@media print, screen and (max-width: 767px) {
  .right_block {
    display: none;
  }
}

.right_block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-size: auto;
  background-repeat: repeat;
}

.right_block__bg--top {
  z-index: 5;
  background-image: url(../img/bg.gif);
}

.right_block__bg--middle {
  z-index: 2;
  background-image: url(../img/bg_a.png);
  opacity: 0.4;
}

.right_block__bg--bottom {
  z-index: 1;
  background-image: url(../img/bg_b.png);
  opacity: 0.4;
  mix-blend-mode: overlay;
}

.right_block__content {
  position: relative;
  z-index: 10;
  width: 250px;
}
.right_block__content img {
  width: 100%;
}