@charset "UTF-8";

/************************************
	base
************************************/
html {
  height: 100%;
  width: 100%;
}

body {
  background: #000;
  color: #333;
  font-size: 3.46667vw;
  font-weight: 400;
  width: 100%;
}

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

@media only screen and (min-width: 769px) {
  body {
    font-size: 0.9375vw;
  }
}

body a {
  border: none;
  color: #333;
  outline: none;
}

body ul li a {
  display: block;
}

body ul.note li {
  padding-left: 1em;
  text-indent: -1em;
}

body ul.note li::before {
  content: '※';
}

body p.note {
  padding-left: 1em;
  text-indent: -1em;
}

body p.note::before {
  content: '* ';
}

body.lang-cn p.note::before,
body.lang-hk p.note::before,
body.lang-kr p.note::before {
  content: '※';
}

body.lang-hk {
  font-family: "source-han-sans-traditional", sans-serif;
}

body.lang-cn {
  font-family: "source-han-sans-simplified-c", sans-serif;
}

body.lang-kr {
  font-family: "source-han-sans-korean", sans-serif;
}

body button {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  outline: none;
}

body .btn a {
  display: block;
}

body #wrapper img {
  border: none;
  height: auto;
  margin: auto;
  outline: none;
  width: 100%;
}

/************************************
	footer
************************************/
#footer {
  position: relative;
  z-index: 1;
}

/************************************
	content
************************************/
#wrapper {
  line-height: 1.5;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #wrapper {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 769px) {
  #wrapper {
    width: 100%;
    overflow-x: hidden;
  }
}

#wrapper > .main {
  position: relative;
  z-index: 1;
}

#wrapper > .sub {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  #wrapper > .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sec {
  position: relative;
  padding-bottom: 4vw;
}

.sec-box {
  position: relative;
}

.sec-inner {
  padding: 0;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .sec-inner {
    padding: 0 8vw;
  }
}

.sec h2 img {
  vertical-align: bottom;
}

.sec .lead {
  font-weight: 700;
  font-size: 3.8vw;
  margin-bottom: 5vw;
}

@media only screen and (min-width: 769px) {
  .sec .lead {
    text-align: center;
    font-size: 1.5625vw;
    margin-bottom: 3vw;
  }
}

.page-topics header {
  padding: 2vw 0;
}

@media only screen and (min-width: 769px) {
  .page-topics header {
    padding: 1vw 8vw;
  }
}

.page-topics .site-logo {
  position: relative;
  width: 28%;
  margin: 0 auto;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .page-topics .site-logo {
    width: 19%;
  }
}

/************************************
	module
************************************/
/****** 背景 ******/
.page-bg {
  left: 0;
  position: absolute;
  width: 100%;
}

.page-bg::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


.page-bg-base {
  height: 100%;
  position: fixed;
  top: 0;
}

.page-bg-base::after {
  background-image: url(../../assets/images/common/page_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 769px) {
  .page-bg-base::after {
    background-image: url(../../assets/images/common/page_bg.jpg);
    background-attachment: fixed;
  }
}

/****** sec-box ******/
.sec-box {
  background: url(../images/sec_bg-c.jpg) center top repeat-y;
  background-size: 100%;
}

.sec-box::before,
.sec-box::after {
  content: "";
  display: block;
  width: 100%;
}

.sec-box::before {
  background: url(../images/sec_bg-t-sp.jpg) center top no-repeat;
  background-size: 100%;
  height: 13vw;
}

@media only screen and (min-width: 769px) {
  .sec-box::before {
    background: url(../images/sec_bg-t.jpg) center bottom no-repeat;
    background-size: 100%;
  }
}

.sec-box::after {
  background: url(../images/sec_bg-b-sp.jpg) center bottom no-repeat;
  background-size: 100%;
  height: 13vw;
}

@media only screen and (min-width: 769px) {
  .sec-box::after {
    background: url(../images/sec_bg-b.jpg) center bottom no-repeat;
    background-size: 100%;
  }
}

.sec-box .sec-box-mg {
  position: relative;
  margin: -10vw 0;
  padding: 6vw;
}

@media only screen and (min-width: 769px) {
  .sec-box .sec-box-mg {
    padding: 3vw 5vw;
  }
}

/****** 見出し ******/
.header-ttl-box {
  position: relative;
  background-image: url("../images/header-ttl_bg-t-sp.png"), url("../images/header-ttl_bg-b-sp.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  padding: 9vw 5vw;
  margin-bottom: 8vw;
}

@media only screen and (min-width: 769px) {
  .header-ttl-box {
    background-image: url("../images/header-ttl_bg-t.png"), url("../images/header-ttl_bg-b.png");
    padding: 2.5vw;
    margin-bottom: 4vw;
  }
}

.header-ttl-box::before {
  content: "";
  background-image: url("../images/header-ttl_bg-c-sp.png");
  background-size: 100%;
  background-repeat: repeat-y;
  width: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 5vw;
  height: calc(100% - 10vw);
}

@media only screen and (min-width: 769px) {
  .header-ttl-box::before {
    background-image: url("../images/header-ttl_bg-c.png");
    top: 2.5vw;
    height: calc(100% - 5vw);
  }
}

.header-ttl-box .header-ttl {
  position: relative;
  z-index: 1;
  font-family: "Source Serif 4", serif;
  color: #0e2a6e;
  font-weight: 900;
  text-align: center;
  font-size: 4.3vw;
}

.lang-cn .header-ttl-box .header-ttl {
  font-family: "source-han-serif-sc", serif;
}

.lang-hk .header-ttl-box .header-ttl {
  font-family: "source-han-serif-tc", serif;
}

.lang-kr .header-ttl-box .header-ttl {
  font-family: "source-han-serif-korean", serif;
}

@media only screen and (min-width: 769px) {
  .header-ttl-box .header-ttl {
    font-size: 2.395833vw;
  }
}

.sec-ttl-box {
  position: relative;
  margin-bottom: 5vw;
}

@media only screen and (min-width: 769px) {
  .sec-ttl-box {
    margin-bottom: 2.5vw;
  }
}

.sec-ttl-box::after {
  background-image: url(../images/sec-ttl_pt.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 10%;
  content: "";
  display: block;
  opacity: .1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  height: 5vw;
}

@media only screen and (min-width: 769px) {
  .sec-ttl-box::after {
    background-size: 5.5%;
    height: 2vw;
  }
}

.sec-ttl-box .sec-ttl {
  background: #123057;
  color: #FFF;
  font-size: 3.8vw;
  font-weight: 700;
  text-align: center;
  padding: .5em;
}

@media only screen and (min-width: 769px) {
  .sec-ttl-box .sec-ttl {
    font-size: 1.66666vw;
  }
}

.sec-ttl-box02 {
  border-top: 1px solid #1b2740;
  border-bottom: 1px solid #1b2740;
  background: url(../images/bg_ttl_lu.png), url(../images/bg_ttl_ld.png), url(../images/bg_ttl_ru.png), url(../images/bg_ttl_rd.png);
  background-position: left top, left bottom, right top, right bottom;
  background-repeat: no-repeat;
  margin-bottom: 5vw;
}

@media only screen and (min-width: 769px) {
  .sec-ttl-box02 {
    margin-bottom: 2.5vw;
  }
}

.sec-ttl-box02 .sec-ttl {
  color: #1b2740;
  font-weight: 700;
  text-align: center;
  padding: 4vw 0;
  font-size: 3.8vw;
}

@media only screen and (min-width: 769px) {
  .sec-ttl-box02 .sec-ttl {
    padding: 1.5vw 0;
    font-size: 1.66666vw;
  }
}

/****** 動画 ******/
.player-box-inner {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.player-box-inner .player {
  height: 125%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 125%;
}

.player-box-inner .thumb {
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
}

.player-box-inner .thumb img {
  border-radius: 15%;
}

.player-box-inner::before,
.player-box-inner::after {
  content: "";
  display: block;
  left: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.player-box-inner::before {
  background: #000;
  content: "";
  display: block;
  left: 50%;
  height: calc(100% - 12px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  z-index: 1;
}

.player-box-inner a {
  display: block;
  left: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}

.player-box-inner a::before {
  content: "";
  display: block;
  left: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  background: url(../images/player_flame.png) center no-repeat;
  background-size: contain;
}

.player-box-inner a::after {
  background-image: url("../../assets/images/common/play_ic.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-image .2s ease-in;
  width: 15vw;
}

@media only screen and (min-width: 769px) {
  .player-box-inner a::after {
    height: 5vw;
    width: 5vw;
  }
}

@media only screen and (min-width: 769px) {
  .player-box-inner a:hover::after {
    background-image: url(../../assets/images/common/play_ic-y.svg);
  }
}

/****** マルチカラム ******/
.col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/****** bd-box ******/
.bd-box {
  border: 2px solid #1b2740;
  box-sizing: border-box;
  margin: 6vw 0;
}

@media only screen and (min-width: 769px) {
  .bd-box {
    margin: 3vw 0;
  }
}

.bd-box .bd-inner {
  border: 1px solid rgba(27, 39, 64, 0.8);
  box-sizing: border-box;
  margin: 2px;
  padding: 4vw;
}

@media only screen and (min-width: 769px) {
  .bd-box .bd-inner {
    padding: 2.5vw 3.5vw;
  }
}

/****** period ******/
.period {
  margin: 5vw 0 6vw;
}

@media only screen and (min-width: 769px) {
  .period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3vw 0 2vw;
  }
}

.period .ttl {
  border: 1px solid #526574;
  box-sizing: border-box;
  text-align: center;
  padding: 0.2em 0.5em;
}

@media only screen and (min-width: 769px) {
  .period .ttl {
    width: 15%;
    padding: 0.8vw 0;
    margin-right: 2vw;
    font-size: 1.3vw;
  }
}

.period .text {
  width: 100%;
  margin-top: 1vw;
}

@media only screen and (min-width: 769px) {
  .period .text {
    width: inherit;
    margin-top: 0;
  }
}

.period .text .date {
  color: #e3a40e;
  font-weight: 700;
  text-align: center;
  font-size: 5.7vw;
}

@media only screen and (min-width: 769px) {
  .period .text .date {
    font-size: 3.125vw;
  }
}

.period .text .date small {
  font-size: .7em;
}

/****** toTopPage ******/
.to-top-page {
  width: 90%;
  margin: 5vw auto 10vw;
}

@media only screen and (min-width: 769px) {
  .to-top-page {
    width: 30%;
    margin: 2vw auto 7vw;
  }
}

.to-top-page a {
  border: 1px solid #777;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 3vw;
  padding: 3.5vw 6.5vw;
}

@media only screen and (min-width: 769px) {
  .to-top-page a {
    transition: border .5s ease-in-out;
    font-size: 100%;
    padding: 1.5vw 2.5vw 1.5vw 1vw;
  }

  .to-top-page a:hover {
    border: 1px solid #fff;
  }
}

.to-top-page a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 2vw;
  height: 2vw;
}

@media only screen and (min-width: 769px) {
  .to-top-page a::after {
    right: 2vw;
    width: 0.8vw;
    height: 0.8vw;
  }
}

/****** toTOP ******/
.to-top {
  bottom: 4vw;
  cursor: pointer;
  position: fixed;
  right: 4vw;
  width: 10%;
  z-index: -1;
}

@media only screen and (min-width: 769px) {
  .to-top {
    bottom: 4vw;
    right: 2vw;
    width: 4%;
  }
}

.to-top img {
  height: auto;
  width: 100%;
}

/****** hover ******/
.elem-hover {
  transition: opacity .5s ease-in-out;
}

@media only screen and (min-width: 769px) {
  .elem-hover:hover {
    opacity: .8;
  }
}

/****** アップデートパネル ******/
.update-panel-area {
  border-top: 1px solid #000;
  margin-top: 32vw !important;
  padding-top: 4vw;
}

@media only screen and (min-width: 769px) {
  .update-panel-area {
    margin-top: 16vw !important;
    padding-top: 6vw;
  }
}

.update-panel-area .update-panel-ttl {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3vw;
}

@media only screen and (min-width: 769px) {
  .update-panel-area .update-panel-ttl {
    font-size: 1.66vw;
    margin-bottom: 1.5vw;
  }
}

.update-panel a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .update-panel a {
    width: 61.7%;
    transition: opacity .5s ease-in-out;
  }

  .update-panel a:hover {
    opacity: .8;
  }
}

.update-panel .inner {
  position: relative;
}

.update-panel .panel-frame {
  line-height: 0;
  position: relative;
  width: 100%;
  z-index: 3;
}

.update-panel .inner-frame {
  border-radius: 0.5em;
  height: 100%;
  left: 0;
  overflow: hidden;
  top: 0;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .update-panel .inner-frame {
    border-radius: 1.5em;
  }
}

.update-panel .inner-frame .col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.update-panel .image {
  position: relative;
  z-index: 2;
  height: 100%;
  line-height: 0;
  width: 50%;
}

.update-panel .text-box {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 50%;
}

.update-panel .text-box .ttl {
  font-family: "Source Serif 4", serif;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(to right, rgba(192, 162, 90, 1) 0%, rgba(252, 236, 149, 1) 40%, rgba(252, 236, 149, 1) 50%, rgba(195, 165, 95, 1) 100%);
  color: rgba(252, 236, 149, 1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .8)) drop-shadow(-1px 1px 1px rgba(0, 0, 0, .8)) drop-shadow(1px -1px 1px rgba(0, 0, 0, .8)) drop-shadow(-1px -1px 1px rgba(0, 0, 0, .8));
  width: 100%;
  top: 0;
  transform: none;
  font-size: 4vw;
  margin-bottom: 1.6vw;
}

.ua-ie .update-panel .text-box .ttl {
  background: none;
}

.lang-es .update-panel .text-box .ttl {
  font-size: 3.7vw;
}

.lang-cn .update-panel .text-box .ttl {
  font-family: "source-han-serif-sc", serif;
}

.lang-hk .update-panel .text-box .ttl {
  font-family: "source-han-serif-tc", serif;
}

.lang-kr .update-panel .text-box .ttl {
  font-family: "source-han-serif-korean", serif;
}

.lang-pt-br .update-panel .text-box .ttl {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 3.5vw;
}

@media only screen and (min-width: 769px) {
  .update-panel .text-box .ttl {
    font-size: 2.4vw;
    margin-bottom: 0.8vw;
  }

  .lang-es .update-panel .text-box .ttl {
    font-size: 2.1vw;
  }

  .lang-pt-br .update-panel .text-box .ttl {
    font-size: 1.7vw;
  }
}

.update-panel .text-box .text {
  color: #fff;
  font-weight: 700;
  font-size: 2.1vw;
}

@media only screen and (min-width: 769px) {
  .update-panel .text-box .text {
    font-size: 1.1vw;
  }
}

.update-panel .text-box .text span {
  position: relative;
}

.update-panel .text-box .text span::after {
  background: url(../../assets/images/common/arrow_ic-r-w.png) center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: -1.5em;
  width: 0.8em;
  height: 1.1552em;
}

@media only screen and (min-width: 769px) {
  .update-panel .text-box .text span::after {
    width: 0.7212em;
    height: 1.042em;
  }
}

.update-panel .panel-bg {
  content: "";
  display: block;
  height: calc(100% - 2px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  z-index: 1;
  background-image: url(../images/update-panel_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/************************************
	State
************************************/
/****** Module ******/
/*---- ToTOP- -----*/
.to-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in, visibility .2s ease-in, z-index .2s ease-in;
}

.to-top.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

/***** モーダル *****/
.mfp-mask .swiper-container,
.mfp-mask .mfp-inner,
.mfp-mask .mfp-close,
.mfp-mask .mfp-iframe-scaler,
.mfp-mask .mfp-figure {
  opacity: 0;
  transition: opacity .5s ease-in .4s;
}

.is-modal-effect .modal-bg {
  -webkit-animation: mvMask 0.8s steps(16) forwards;
}

.is-modal-effect .swiper-container,
.is-modal-effect .mfp-inner,
.is-modal-effect .mfp-close,
.is-modal-effect .mfp-iframe-scaler,
.is-modal-effect .mfp-figure {
  opacity: 1;
}

.mfp-figure:after {
  background: transparent;
}

.mfp-figure {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

/************************************
	Hack
************************************/
/****** IE11 ******/
.ua-ie {
  overflow-x: hidden;
}

/****** Edge ******/
.ua-edge {
  overflow-x: hidden;
}

@media only screen and (min-width: 769px) {
  .ua-edge {
    width: calc(100% - 12px);
  }
}

.ua-edge .nicescroll-rails-vr {
  background: #DDD !important;
  opacity: 1 !important;
  width: 12px !important;
  z-index: 99 !important;
}

.ua-edge .nicescroll-rails-vr .nicescroll-cursors {
  background: #AAA !important;
  border-radius: none !important;
  height: 250px !important;
  width: 12px !important;
}

.ua-edge .nicescroll-rails-hr {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

/************************************
	Object
************************************/
/****** clearfix ******/
.cf::before,
.cf::after {
  content: "";
  display: table;
}

.cf::after {
  clear: both;
}

/****** icon ******/
.ic-yt {
  background: url(../../assets/images/common/yt_ic.svg) center no-repeat;
  background-size: contain;
}

.ic-tw {
  background: url(../../assets/images/common/tw_ic.svg) center no-repeat;
  background-size: contain;
}

.ic-fb {
  background: url(../../assets/images/common/fb_ic.svg) center no-repeat;
  background-size: contain;
}

.ic-insta {
  background: url(../../assets/images/common/insta_ic.svg) center no-repeat;
  background-size: contain;
}

.ic-line {
  background: url(../../assets/images/common/line_ic.svg) center no-repeat;
  background-size: contain;
}

/****** テキスト ******/
/*----- 字間 -----*/
.t-kerning {
  margin-right: -0.5em;
  margin-left: -0.5em;
  position: relative;
}

.t-mark {
  margin-right: -0.5em;
  margin-left: -0.16667em;
  position: relative;
}

.t-comma {
  margin-right: -0.5em;
  position: relative;
}

/*----- 位置 -----*/
.t-bracket {
  margin: 0 .2em;
  position: relative;
  top: -.05em;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

@media only screen and (min-width: 769px) {
  .ta-l-pc {
    text-align: left;
  }
}

@media only screen and (min-width: 769px) {
  .ta-c-pc {
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  .ta-r-pc {
    text-align: right;
  }
}

/*----- 配色 -----*/
.fc-r {
  color: #F00;
}

/*----- 太さ -----*/
.fw-b {
  font-weight: 700;
}

/****** 余白 ******/
/*----- padding -----*/
.pd-0 {
  padding: 0;
}

.pd-b1 {
  padding-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
  .pd-b1 {
    padding-bottom: 2vw;
  }
}

.pd-b1h {
  padding-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  .pd-b1h {
    padding-bottom: 3vw;
  }
}

.pd-b1h-d {
  padding-bottom: 2.66667vw;
}

@media only screen and (min-width: 769px) {
  .pd-b1h-d {
    padding-bottom: 1.33333vw;
  }
}

.pd-b2 {
  padding-bottom: 8vw;
}

@media only screen and (min-width: 769px) {
  .pd-b2 {
    padding-bottom: 4vw;
  }
}

.pd-b2-d {
  padding-bottom: 2vw;
}

@media only screen and (min-width: 769px) {
  .pd-b2-d {
    padding-bottom: 1vw;
  }
}

.pd-t1 {
  padding-top: 4vw;
}

@media only screen and (min-width: 769px) {
  .pd-t1 {
    padding-top: 2vw;
  }
}

.pd-t1h {
  padding-top: 6vw;
}

@media only screen and (min-width: 769px) {
  .pd-t1h {
    padding-top: 3vw;
  }
}

.pd-t1h-d {
  padding-top: 2.66667vw;
}

@media only screen and (min-width: 769px) {
  .pd-t1h-d {
    padding-top: 1.33333vw;
  }
}

.pd-t2 {
  padding-top: 8vw;
}

@media only screen and (min-width: 769px) {
  .pd-t2 {
    padding-top: 4vw;
  }
}

.pd-t2-d {
  padding-top: 2vw;
}

@media only screen and (min-width: 769px) {
  .pd-t2-d {
    padding-top: 1vw;
  }
}

/*----- margin -----*/
.mg-0 {
  margin: 0;
}

.mg-b1 {
  margin-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
  .mg-b1 {
    margin-bottom: 2vw;
  }
}

.mg-b1h {
  margin-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  .mg-b1h {
    margin-bottom: 3vw;
  }
}

.mg-b1h-d {
  margin-bottom: 2.66667vw;
}

@media only screen and (min-width: 769px) {
  .mg-b1h-d {
    margin-bottom: 1.33333vw;
  }
}

.mg-b2 {
  margin-bottom: 8vw;
}

@media only screen and (min-width: 769px) {
  .mg-b2 {
    margin-bottom: 4vw;
  }
}

.mg-b2-d {
  margin-bottom: 2vw;
}

@media only screen and (min-width: 769px) {
  .mg-b2-d {
    margin-bottom: 1vw;
  }
}

.mg-t1 {
  margin-top: 4vw;
}

@media only screen and (min-width: 769px) {
  .mg-t1 {
    margin-top: 2vw;
  }
}

.mg-t1h {
  margin-top: 6vw;
}

@media only screen and (min-width: 769px) {
  .mg-t1h {
    margin-top: 3vw;
  }
}

.mg-t1h-d {
  margin-top: 2.66667vw;
}

@media only screen and (min-width: 769px) {
  .mg-t1h-d {
    margin-top: 1.33333vw;
  }
}

.mg-t2 {
  margin-top: 8vw;
}

@media only screen and (min-width: 769px) {
  .mg-t2 {
    margin-top: 4vw;
  }
}

.mg-t2-d {
  margin-top: 2vw;
}

@media only screen and (min-width: 769px) {
  .mg-t2-d {
    margin-top: 1vw;
  }
}

/****** 位置 ******/
.pos-float {
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .pos-float-pc {
    position: absolute;
  }
}

/****** 表示 ******/
.d-block {
  display: block;
}

@media only screen and (max-width: 768px) {
  .d-block-sp {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .d-block-pc {
    display: block;
  }
}

.hide-sp,
.img-pc {
  display: none;
}

@media only screen and (min-width: 769px) {
  .hide-sp {
    display: block;
  }

  .img-pc {
    display: inline;
  }

  .hide-pc,
  .img-sp {
    display: none;
  }
}

/************************************
	Anim
************************************/
@keyframes mvMask {
  from {
    -webkit-mask-position: 0 0;
    -ms-mask-position: 0 0;
    -moz-mask-position: 0 0;
    -o-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    -ms-mask-position: 100% 0;
    -moz-mask-position: 100% 0;
    -o-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
