@charset "UTF-8";
/* tag reset
##################################### */
/*! 
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com 
	Twitter: @rich_clark
	*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #82d2db;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #82d2db;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

a {
  color: #b4acad;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* font setting
##################################### */
html {
  font-size: 62.5%;
}

/* base
##################################### */
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
}

table {
  border: 0;
  border-collapse: collapse;
  font-size: inherit;
  /* for modern browser */
  width: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: inherit;
  *font-size: 108%;
  /* for IE whole */
  line-height: 100%;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

object {
  margin: 0;
  padding: 0;
}

a:visited {
  color: #b4acad;
  text-decoration: none;
}

ol,
li {
  list-style-type: none;
}

::-moz-selection {
  background: #fff;
}

::selection {
  background: #fff;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

button {
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
}

/* module
##################################### */
.m_fontS {
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.7;
}

.m_fontSM {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.7;
}

.m_fontM {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7;
}

.m_fontLM {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.7;
}

.m_fontL {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.7;
}

.m_fontLL {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.7;
}

/* media
##################################### */
.m_media {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m_media_imgWp {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 27.58333%;
      -ms-flex: 0 1 27.58333%;
          flex: 0 1 27.58333%;
  margin-right: 3.33333%;
}

.m_media_imgWp > img {
  width: 100%;
}

.m_media_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.m_media_ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.m_media p,
.m_media ul {
  margin-bottom: 15px;
}

.m_media_body > *:last-child {
  margin-bottom: 0;
}

.m_media.m_media__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.m_media__rev .m_media_imgWp {
  margin-right: 0;
}

.m_media__rev .m_media_body {
  margin-right: 3.33333%;
}

/* card
##################################### */
.m_cardUni {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m_cardUni.m_cardUni__col3 {
  margin-bottom: -80px;
}

.m_cardUni__col3 > .m_card {
  margin-bottom: 80px;
  margin-right: 2.43902%;
  width: 31.707%;
}

.m_cardUni__col3 > .m_card:nth-of-type(3n) {
  margin-right: 0;
}

.m_cardUni.m_cardUni__col4 {
  margin-bottom: -20px;
}

.m_cardUni__col4 > .m_card {
  margin-bottom: 20px;
  margin-right: 1.62602%;
  width: 23.78%;
}

.m_cardUni__col4 > .m_card:nth-of-type(4n) {
  margin-right: 0;
}

/* modal
##################################### */
/******* modal ***********/
.modal_containts {
  z-index: 10;
}

.js-modal {
  background: url(../img/common/pt_03.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: 16px;
  display: none;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

.modal__bg {
  height: 100%;
  position: absolute;
  width: 100%;
}

.js-modal a.js-modal-close {
  position: absolute;
  right: -10px;
  top: -100px;
}

.js-modal a.js-modal-close img {
  height: 81px;
  width: 68px;
}

.modal__content {
  left: 50%;
  max-width: 900px;
  padding-bottom: 50px;
  position: absolute;
  top: 25%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 85vw;
}

.movieList_item a {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  padding: 7px 1.5em 8px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.movieList_item {
  border: solid 1px #df291c;
  margin-right: 1em;
}

.movieList_item:last-child {
  margin-right: 0;
}

.movieList_item a:hover {
  background: #df291c;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.modal_ep {
  background: #e60012;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 5px 1em;
  text-align: center;
}

.modal_box {
  text-align: center;
}

.modal_ttl {
  color: #e60012;
  font-size: 2.4rem;
  margin-top: 0.5em;
}

.modal_box .m_media {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 10px;
}

.modal_box .m_media_imgWp {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-right: 2%;
}

.m_media_desc {
  text-align: left;
}

.modal_box .m_media_body {
  padding-bottom: 70px;
}

.modal_box .m_media_btn {
  font-size: 2rem;
  max-width: 252px;
  padding: 0.017em 0.1em;
  width: 96%;
}

.js-imgover.js-modal-open.sp {
  display: none;
}

@-webkit-keyframes anim-float {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes anim-float {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes anim-float2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes anim-float2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes bound-anim {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes bound-anim {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*-------------------------------------------*/
/* [マウスオンで下線が伸びる] */
/*-------------------------------------------*/
/* [ロールオーバーで画像の4辺に枠線が伸びる] */
/* @MEMO */
/* <div><a><span><img src=""></span></a></div> */
/* <div>は、width指定もしくはdisplay:inline-block */
/*-------------------------------------------*/
/* [ロールオーバーで枠線が太くなる] */
/* @MEMO */
/* <div><a><img src=""></a></div> */
/* <div>は、width指定もしくはdisplay:inline-block */
/*-------------------------------------------*/
/* [ロールオーバーでマーカーが伸びる(ver.1行)] */
/*-------------------------------------------*/
/* [ロールオーバーで揺らす] */
@-webkit-keyframes shakeAction {
  0% {
    -webkit-transform: rotate(1.2deg);
    transform: rotate(1.2deg);
  }
  20% {
    -webkit-transform: rotate(-0.8deg);
    transform: rotate(-0.8deg);
  }
  40% {
    -webkit-transform: rotate(0.4deg);
    transform: rotate(0.4deg);
  }
  60% {
    -webkit-transform: rotate(-0.75deg);
    transform: rotate(-0.75deg);
  }
  70% {
    -webkit-transform: rotate(0.375deg);
    transform: rotate(0.375deg);
  }
  80% {
    -webkit-transform: rotate(-0.25deg);
    transform: rotate(-0.25deg);
  }
  90% {
    -webkit-transform: rotate(0.125deg);
    transform: rotate(0.125deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes shakeAction {
  0% {
    -webkit-transform: rotate(1.2deg);
    transform: rotate(1.2deg);
  }
  20% {
    -webkit-transform: rotate(-0.8deg);
    transform: rotate(-0.8deg);
  }
  40% {
    -webkit-transform: rotate(0.4deg);
    transform: rotate(0.4deg);
  }
  60% {
    -webkit-transform: rotate(-0.75deg);
    transform: rotate(-0.75deg);
  }
  70% {
    -webkit-transform: rotate(0.375deg);
    transform: rotate(0.375deg);
  }
  80% {
    -webkit-transform: rotate(-0.25deg);
    transform: rotate(-0.25deg);
  }
  90% {
    -webkit-transform: rotate(0.125deg);
    transform: rotate(0.125deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes shakeActionHard {
  0% {
    -webkit-transform: rotate(2.4deg);
    transform: rotate(2.4deg);
  }
  20% {
    -webkit-transform: rotate(-1.6deg);
    transform: rotate(-1.6deg);
  }
  40% {
    -webkit-transform: rotate(0.8deg);
    transform: rotate(0.8deg);
  }
  60% {
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
  }
  70% {
    -webkit-transform: rotate(0.7deg);
    transform: rotate(0.7deg);
  }
  80% {
    -webkit-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
  90% {
    -webkit-transform: rotate(0.25deg);
    transform: rotate(0.25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes shakeActionHard {
  0% {
    -webkit-transform: rotate(2.4deg);
    transform: rotate(2.4deg);
  }
  20% {
    -webkit-transform: rotate(-1.6deg);
    transform: rotate(-1.6deg);
  }
  40% {
    -webkit-transform: rotate(0.8deg);
    transform: rotate(0.8deg);
  }
  60% {
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
  }
  70% {
    -webkit-transform: rotate(0.7deg);
    transform: rotate(0.7deg);
  }
  80% {
    -webkit-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
  90% {
    -webkit-transform: rotate(0.25deg);
    transform: rotate(0.25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*-------------------------------------------*/
/* [揺らぎ演出] */
@-webkit-keyframes yuragiSSsizeFrame {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(5px, 9999px, 10px, 0);
  }
  2% {
    clip: rect(10px, 9999px, 17px, 0);
  }
  3% {
    clip: rect(15px, 9999px, 20px, 0);
  }
  5% {
    clip: rect(0, 9999px, 5px, 0);
  }
  8% {
    clip: rect(30px, 9999px, 40px, 0);
  }
  10% {
    clip: rect(10px, 9999px, 20px, 0);
  }
  11% {
    clip: rect(45px, 9999px, 50px, 0);
  }
  12% {
    clip: rect(30px, 9999px, 40px, 0);
  }
  13% {
    clip: rect(0, 9999px, 0, 0);
  }
  32% {
    clip: rect(0, 9999px, 0, 0);
  }
  33% {
    clip: rect(10px, 9999px, 15px, 0);
  }
  35% {
    clip: rect(15px, 9999px, 25px, 0);
  }
  36% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@keyframes yuragiSSsizeFrame {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(5px, 9999px, 10px, 0);
  }
  2% {
    clip: rect(10px, 9999px, 17px, 0);
  }
  3% {
    clip: rect(15px, 9999px, 20px, 0);
  }
  5% {
    clip: rect(0, 9999px, 5px, 0);
  }
  8% {
    clip: rect(30px, 9999px, 40px, 0);
  }
  10% {
    clip: rect(10px, 9999px, 20px, 0);
  }
  11% {
    clip: rect(45px, 9999px, 50px, 0);
  }
  12% {
    clip: rect(30px, 9999px, 40px, 0);
  }
  13% {
    clip: rect(0, 9999px, 0, 0);
  }
  32% {
    clip: rect(0, 9999px, 0, 0);
  }
  33% {
    clip: rect(10px, 9999px, 15px, 0);
  }
  35% {
    clip: rect(15px, 9999px, 25px, 0);
  }
  36% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@-webkit-keyframes yuragiSSsizeFrame2 {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(30px, 9999px, 40px, 0);
  }
  2% {
    clip: rect(0, 9999px, 10px, 0);
  }
  3% {
    clip: rect(10px, 9999px, 20px, 0);
  }
  5% {
    clip: rect(5px, 9999px, 15px, 0);
  }
  9% {
    clip: rect(10px, 9999px, 20px, 0);
  }
  10% {
    clip: rect(40px, 9999px, 50px, 0);
  }
  11% {
    clip: rect(0, 9999px, 0, 0);
  }
  34% {
    clip: rect(0, 9999px, 0, 0);
  }
  35% {
    clip: rect(20px, 9999px, 45px, 0);
  }
  36% {
    clip: rect(50px, 9999px, 60px, 0);
  }
  40% {
    clip: rect(9999px, 9999px, 9999px, 0);
  }
  41% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@keyframes yuragiSSsizeFrame2 {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(30px, 9999px, 40px, 0);
  }
  2% {
    clip: rect(0, 9999px, 10px, 0);
  }
  3% {
    clip: rect(10px, 9999px, 20px, 0);
  }
  5% {
    clip: rect(5px, 9999px, 15px, 0);
  }
  9% {
    clip: rect(10px, 9999px, 20px, 0);
  }
  10% {
    clip: rect(40px, 9999px, 50px, 0);
  }
  11% {
    clip: rect(0, 9999px, 0, 0);
  }
  34% {
    clip: rect(0, 9999px, 0, 0);
  }
  35% {
    clip: rect(20px, 9999px, 45px, 0);
  }
  36% {
    clip: rect(50px, 9999px, 60px, 0);
  }
  40% {
    clip: rect(9999px, 9999px, 9999px, 0);
  }
  41% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@-webkit-keyframes yuragiMsizeFrame {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(30px, 9999px, 50px, 0);
  }
  2% {
    clip: rect(10px, 9999px, 35px, 0);
  }
  3% {
    clip: rect(40px, 9999px, 70px, 0);
  }
  5% {
    clip: rect(150px, 9999px, 200px, 0);
  }
  8% {
    clip: rect(100px, 9999px, 160px, 0);
  }
  10% {
    clip: rect(40px, 9999px, 90px, 0);
  }
  11% {
    clip: rect(150px, 9999px, 220px, 0);
  }
  12% {
    clip: rect(140px, 9999px, 160px, 0);
  }
  13% {
    clip: rect(0, 9999px, 0, 0);
  }
  32% {
    clip: rect(0, 9999px, 0, 0);
  }
  33% {
    clip: rect(40px, 9999px, 50px, 0);
  }
  35% {
    clip: rect(80px, 9999px, 100px, 0);
  }
  36% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@keyframes yuragiMsizeFrame {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(30px, 9999px, 50px, 0);
  }
  2% {
    clip: rect(10px, 9999px, 35px, 0);
  }
  3% {
    clip: rect(40px, 9999px, 70px, 0);
  }
  5% {
    clip: rect(150px, 9999px, 200px, 0);
  }
  8% {
    clip: rect(100px, 9999px, 160px, 0);
  }
  10% {
    clip: rect(40px, 9999px, 90px, 0);
  }
  11% {
    clip: rect(150px, 9999px, 220px, 0);
  }
  12% {
    clip: rect(140px, 9999px, 160px, 0);
  }
  13% {
    clip: rect(0, 9999px, 0, 0);
  }
  32% {
    clip: rect(0, 9999px, 0, 0);
  }
  33% {
    clip: rect(40px, 9999px, 50px, 0);
  }
  35% {
    clip: rect(80px, 9999px, 100px, 0);
  }
  36% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@-webkit-keyframes yuragiMsizeFrame2 {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(320px, 9999px, 350px, 0);
  }
  2% {
    clip: rect(300px, 9999px, 335px, 0);
  }
  3% {
    clip: rect(250px, 9999px, 270px, 0);
  }
  5% {
    clip: rect(400px, 9999px, 420px, 0);
  }
  9% {
    clip: rect(400px, 9999px, 420px, 0);
  }
  10% {
    clip: rect(300px, 9999px, 340px, 0);
  }
  11% {
    clip: rect(0, 9999px, 0, 0);
  }
  34% {
    clip: rect(0, 9999px, 0, 0);
  }
  35% {
    clip: rect(490px, 9999px, 510px, 0);
  }
  36% {
    clip: rect(540px, 9999px, 580px, 0);
  }
  40% {
    clip: rect(9999px, 9999px, 9999px, 0);
  }
  41% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@keyframes yuragiMsizeFrame2 {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(320px, 9999px, 350px, 0);
  }
  2% {
    clip: rect(300px, 9999px, 335px, 0);
  }
  3% {
    clip: rect(250px, 9999px, 270px, 0);
  }
  5% {
    clip: rect(400px, 9999px, 420px, 0);
  }
  9% {
    clip: rect(400px, 9999px, 420px, 0);
  }
  10% {
    clip: rect(300px, 9999px, 340px, 0);
  }
  11% {
    clip: rect(0, 9999px, 0, 0);
  }
  34% {
    clip: rect(0, 9999px, 0, 0);
  }
  35% {
    clip: rect(490px, 9999px, 510px, 0);
  }
  36% {
    clip: rect(540px, 9999px, 580px, 0);
  }
  40% {
    clip: rect(9999px, 9999px, 9999px, 0);
  }
  41% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@-webkit-keyframes yuragiLsizeFrame {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(80px, 9999px, 110px, 0);
  }
  2% {
    clip: rect(30px, 9999px, 65px, 0);
  }
  3% {
    clip: rect(100px, 9999px, 140px, 0);
  }
  5% {
    clip: rect(390px, 9999px, 450px, 0);
  }
  8% {
    clip: rect(250px, 9999px, 320px, 0);
  }
  10% {
    clip: rect(140px, 9999px, 180px, 0);
  }
  11% {
    clip: rect(400px, 9999px, 440px, 0);
  }
  12% {
    clip: rect(280px, 9999px, 310px, 0);
  }
  13% {
    clip: rect(0, 9999px, 0, 0);
  }
  32% {
    clip: rect(0, 9999px, 0, 0);
  }
  33% {
    clip: rect(45px, 9999px, 100px, 0);
  }
  35% {
    clip: rect(150px, 9999px, 200px, 0);
  }
  36% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@keyframes yuragiLsizeFrame {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(80px, 9999px, 110px, 0);
  }
  2% {
    clip: rect(30px, 9999px, 65px, 0);
  }
  3% {
    clip: rect(100px, 9999px, 140px, 0);
  }
  5% {
    clip: rect(390px, 9999px, 450px, 0);
  }
  8% {
    clip: rect(250px, 9999px, 320px, 0);
  }
  10% {
    clip: rect(140px, 9999px, 180px, 0);
  }
  11% {
    clip: rect(400px, 9999px, 440px, 0);
  }
  12% {
    clip: rect(280px, 9999px, 310px, 0);
  }
  13% {
    clip: rect(0, 9999px, 0, 0);
  }
  32% {
    clip: rect(0, 9999px, 0, 0);
  }
  33% {
    clip: rect(45px, 9999px, 100px, 0);
  }
  35% {
    clip: rect(150px, 9999px, 200px, 0);
  }
  36% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@-webkit-keyframes yuragiLsizeFrame2 {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(680px, 9999px, 710px, 0);
  }
  2% {
    clip: rect(630px, 9999px, 665px, 0);
  }
  3% {
    clip: rect(500px, 9999px, 540px, 0);
  }
  5% {
    clip: rect(890px, 9999px, 950px, 0);
  }
  9% {
    clip: rect(890px, 9999px, 950px, 0);
  }
  10% {
    clip: rect(700px, 9999px, 780px, 0);
  }
  11% {
    clip: rect(0, 9999px, 0, 0);
  }
  34% {
    clip: rect(0, 9999px, 0, 0);
  }
  35% {
    clip: rect(980px, 9999px, 1010px, 0);
  }
  36% {
    clip: rect(1045px, 9999px, 1180px, 0);
  }
  40% {
    clip: rect(9999px, 9999px, 9999px, 0);
  }
  41% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@keyframes yuragiLsizeFrame2 {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(680px, 9999px, 710px, 0);
  }
  2% {
    clip: rect(630px, 9999px, 665px, 0);
  }
  3% {
    clip: rect(500px, 9999px, 540px, 0);
  }
  5% {
    clip: rect(890px, 9999px, 950px, 0);
  }
  9% {
    clip: rect(890px, 9999px, 950px, 0);
  }
  10% {
    clip: rect(700px, 9999px, 780px, 0);
  }
  11% {
    clip: rect(0, 9999px, 0, 0);
  }
  34% {
    clip: rect(0, 9999px, 0, 0);
  }
  35% {
    clip: rect(980px, 9999px, 1010px, 0);
  }
  36% {
    clip: rect(1045px, 9999px, 1180px, 0);
  }
  40% {
    clip: rect(9999px, 9999px, 9999px, 0);
  }
  41% {
    clip: rect(0, 9999px, 0, 0);
  }
}

/*-------------------------------------------*/
/* [スノーノイズ] */
@-webkit-keyframes snowNoiseFrame {
  0% {
    background-position: 50px 0;
  }
  40% {
    background-position: 10px 50%;
  }
  80% {
    background-position: 300px 100%;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes snowNoiseFrame {
  0% {
    background-position: 50px 0;
  }
  40% {
    background-position: 10px 50%;
  }
  80% {
    background-position: 300px 100%;
  }
  100% {
    background-position: 0 0;
  }
}

/*----------------------------------*/
/* [BLINK EFFECT] */
/* @MEMO */
.blinkEf {
  display: block;
  overflow: hidden;
  width: 0;
}

.blinkEf .blinkEfC {
  background-color: white;
  display: block;
}

.blinkEf.is-render {
  -webkit-animation: blinkEfWidthFrame 0.2s ease-out;
  -webkit-animation-fill-mode: both;
  animation: blinkEfWidthFrame 0.2s ease-out;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.blinkEf.is-render .blinkEfC {
  -webkit-animation: blinkEfCFrame 0.2s ease-out;
  -webkit-animation-fill-mode: both;
  animation: blinkEfCFrame 0.2s ease-out;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blinkEfWidthFrame {
  0% {
    width: 0;
  }
  1% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes blinkEfWidthFrame {
  0% {
    width: 0;
  }
  1% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes blinkEfCFrame {
  0% {
    background-color: white;
  }
  50% {
    background-color: white;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}

@keyframes blinkEfCFrame {
  0% {
    background-color: white;
  }
  50% {
    background-color: white;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes loopBgInfos {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 180px 90px;
  }
}

@keyframes loopBgInfos {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 180px 90px;
  }
}

@-webkit-keyframes yure-anim {
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  93% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  96% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes yure-anim {
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  93% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  96% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes yure-anim2 {
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  93% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  96% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes yure-anim2 {
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  93% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  96% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes show-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes anim-h-news {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes anim-h-news {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes anim-h-news2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes anim-h-news2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

body {
  color: #b4acad;
  font-family: "Kiwi Maru", serif;
  letter-spacing: 0.3em;
  overflow-x: hidden;
}

#app {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#app canvas {
  height: auto !important;
  width: 100% !important;
}

#stage {
  width: 100%;
}

.js-modal {
  display: none;
}

.mainWp {
  position: relative;
}

div#movie_frame,
.movie_frame {
  max-width: 900px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

div#movie_frame iframe,
.movie_frame iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ly_mainWp {
  position: relative;
}

.purupuru {
  -webkit-animation: purupuru 0.8s linear 0s 1;
          animation: purupuru 0.8s linear 0s 1;
}

.page_ttlWp {
  text-align: center;
}

.page_ttlWp .page_ttl {
  -webkit-font-feature-settings: "palt" 1, "trad" 1;
          font-feature-settings: "palt" 1, "trad" 1;
  font-weight: normal;
}

.page_ttlWp .page_ttl > span {
  display: block;
}

.page_ttlWp .page_ttl .en {
  font-family: sofia-pro-soft, sans-serif;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
}

.page_ttlWp .page_ttl .ja {
  font-family: "Kiwi Maru", serif;
  letter-spacing: 0.3em;
}

.page_ttlWp .page_ttl .ico {
  position: relative;
}

.page_ttlWp .page_ttl .ico > span {
  position: relative;
}

.page_ttlWp .page_ttl .ico > span::before {
  background-color: #93d8e0;
  border-bottom: solid 1px #cdedf1;
  content: "";
  height: 1px;
  left: -70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}

.page_ttlWp .page_ttl .ico > span::after {
  background-color: #93d8e0;
  border-bottom: solid 1px #cdedf1;
  content: "";
  height: 1px;
  left: -70px;
  position: absolute;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}

.page_ttlWp .page_ttl .ico > span span::before {
  background-color: #93d8e0;
  border-bottom: solid 1px #cdedf1;
  content: "";
  height: 1px;
  position: absolute;
  right: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}

.page_ttlWp .page_ttl .ico > span span::after {
  background-color: #93d8e0;
  border-bottom: solid 1px #cdedf1;
  content: "";
  height: 1px;
  position: absolute;
  right: -70px;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}

.page_ttlWp .page_ttl .ico > span svg {
  -webkit-animation: anim-poyo 2s linear 0s infinite;
          animation: anim-poyo 2s linear 0s infinite;
  height: 21px;
  width: 21px;
}

.content_ttl {
  color: #82d2db;
  font-family: vag-rundschrift-d, sans-serif;
  font-weight: normal;
}

@-webkit-keyframes anim-poyo {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.05) translate(-4%, -3%) skew(5deg, 0deg);
            transform: scale(1, 1.05) translate(-4%, -3%) skew(5deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.97) translate(4%, 3%) skew(-5deg, 0deg);
            transform: scale(1, 0.97) translate(4%, 3%) skew(-5deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.05) translate(2%, -2%) skew(-2deg, 0deg);
            transform: scale(1, 1.05) translate(2%, -2%) skew(-2deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(2deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(2deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes anim-poyo {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.05) translate(-4%, -3%) skew(5deg, 0deg);
            transform: scale(1, 1.05) translate(-4%, -3%) skew(5deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.97) translate(4%, 3%) skew(-5deg, 0deg);
            transform: scale(1, 0.97) translate(4%, 3%) skew(-5deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.05) translate(2%, -2%) skew(-2deg, 0deg);
            transform: scale(1, 1.05) translate(2%, -2%) skew(-2deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(2deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(2deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

#loader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  z-index: 999999999999;
}

.loaderInner {
  height: 100%;
  margin: auto;
  max-width: 1280px;
  position: relative;
}

.loaderInner .inner {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.loaderInner .inner .wp {
  max-width: 350px;
  position: relative;
  width: 90%;
}

.loaderInner .inner .wp .img2 {
  left: 0;
  position: absolute;
  top: 0;
}

.loaderInner .progress {
  left: 50%;
  margin: auto;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  width: 50vw;
}

.loaderInner .progress img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loaderInner .progress.is-active {
  background: none;
}

.loaderInner .progress.is-active img {
  opacity: 1;
  top: 0;
}

.loaderInner .progress20 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loaderInner .progress40 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loaderInner .progress60 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loaderInner .progress80 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loaderInner .progress100 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loaderInner .loaderTxt {
  margin: 0 auto 20px;
  position: relative;
  width: 300px;
}

.loaderInner .loaderTxt img {
  position: relative;
}

.page_bg {
  background: url(../img/teaser/bg_pattarn.png);
  background-repeat: repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p_tp_ttl02 {
  color: #25cad2;
  letter-spacing: 6px;
  line-height: 1;
  margin: auto;
  max-width: 435px;
}

/* common
##################################### */
.c_cont_inner {
  margin: auto;
  max-width: 1000px;
  width: calc(100% - 3vw);
}

.c_btn {
  background-color: #fff;
  border: solid 2px #82d2db;
  border-radius: 25px;
  color: #82d2db;
  display: inline-block;
  padding: 3px 2.7em;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c_btn::before {
  content: "";
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c_btn:hover {
  background-color: #82d2db;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c_btn:hover::before {
  border-color: #fff;
}

.c_btn.back_btn {
  border: solid 2px #ffb3a4;
  color: #ffb3a4 !important;
}

.c_btn.back_btn::before {
  border-right: 2px solid #ffb3a4;
  border-top: 2px solid #ffb3a4;
}

.c_btn.back_btn:hover {
  background-color: #ffb3a4;
  color: #fff !important;
}

.c_btn.back_btn:hover::before {
  border-color: #fff;
}

.el_color_yellow {
  color: #f6e8b5;
}

.c_btn_set > span {
  font-size: 3rem;
}

.c_btn_set {
  border: solid 1px #fff;
  border-radius: 20px;
  display: block;
  line-height: 3.2rem;
  padding: 23px 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

.c_btn_set:before {
  background: url(../img/teaser/ico_btn01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 25px;
  left: 28px;
  position: absolute;
  top: -5px;
  width: 25px;
}

.c_btn_set:after {
  background: url(../img/teaser/ico_btn02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 42px;
  left: -5px;
  position: absolute;
  top: 0px;
  width: 42px;
}

.more_btn {
  margin: 20px auto 0;
  max-width: 200px;
}

/* project
##################################### */
.p_main {
  background: rgba(37, 202, 210, 0.15);
}

.p_descWp {
  position: relative;
}

.p_tp_ttl {
  margin: auto;
  text-align: center;
}

.p_desc_txt {
  color: #8a5345;
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  padding: 30px 0;
  position: relative;
}

.p_descWp {
  line-height: 3.2rem;
  margin-top: 50px;
  text-align: center;
}

.p_desc_txt:before {
  background: url(../img/teaser/txt_border01.png);
  background-repeat: repeat-x;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p_desc_txt:after {
  background: url(../img/teaser/txt_border01.png);
  background-repeat: repeat-x;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.el_color_pink {
  color: #ff9c9f;
}

/* structure
##################################### */
.loaderInner .progress80 {
  left: auto;
  max-width: 300px;
  right: 20%;
  top: 25%;
  -webkit-transform: translateX(-20%) translateY(-25%);
          transform: translateX(-20%) translateY(-25%);
  width: 30vw;
}

.loaderInner .progress40 {
  left: 40%;
  max-width: 350px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-40%);
          transform: translateX(-50%) translateY(-40%);
  width: 30vw;
}

.loaderInner .progress20 {
  left: 50%;
  max-width: 400px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90vw;
}

.progress01 img,
.progress02 img,
.loder03Wp > img {
  -webkit-animation: anim-float 2s infinite ease-in-out;
          animation: anim-float 2s infinite ease-in-out;
}

.lodertxt01 img {
  -webkit-animation: anim-float2 1.8s infinite ease-in-out;
          animation: anim-float2 1.8s infinite ease-in-out;
}

.lodertxt02 img {
  -webkit-animation: anim-float2 1.5s infinite ease-in-out;
          animation: anim-float2 1.5s infinite ease-in-out;
}

.in_header h1 {
  position: relative;
}

#spNav {
  display: none;
}

.p_gnav .p-gnav_list {
  display: inline-block;
}

.p-gnav_list_item a {
  -webkit-font-feature-settings: "palt" 1, "trad" 1;
          font-feature-settings: "palt" 1, "trad" 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: sofia-pro-soft, sans-serif;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 5px;
  line-height: 1;
  position: relative;
}

.p-gnav_list_item a:hover {
  color: #ffb3a4;
  text-decoration: none;
}

.p-gnav_list_item a:hover span::before {
  fill: #ffb3a4;
  -webkit-animation: anim-poyo2 1.5s linear 0s infinite;
          animation: anim-poyo2 1.5s linear 0s infinite;
}

.p-gnav_list_item a span {
  position: relative;
}

.p-gnav_list_item a span::before {
  content: "";
  height: 18px;
  left: -1.8em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}

.p-gnav_list_item:nth-child(1) span::before {
  background-image: url(../img/common/ico_nav01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-gnav_list_item:nth-child(2) span::before {
  background-image: url(../img/common/ico_nav02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-gnav_list_item:nth-child(3) span::before {
  background-image: url(../img/common/ico_nav03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-gnav_list_item:nth-child(4) span::before {
  background-image: url(../img/common/ico_nav01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-gnav_list_item:nth-child(5) span::before {
  background-image: url(../img/common/ico_nav02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-gnav_list_item:nth-child(6) span::before {
  background-image: url(../img/common/ico_nav03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-gnav_list_item:nth-child(7) span::before {
  background-image: url(../img/common/ico_nav01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-gnav_list_item:nth-child(8) span::before {
  background-image: url(../img/common/ico_nav02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-gnav_list_item:nth-child(9) span::before {
  background-image: url(../img/common/ico_nav03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-gnav_list_item span::after {
  background-image: url(../img/common/ico_nav02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 18px;
  left: -1.8em;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}

.p-gnav_list_item:hover span::before {
  opacity: 0;
}

.p-gnav_list_item:hover span::after {
  -webkit-animation: anim-poyo2 1.5s linear 0s infinite;
          animation: anim-poyo2 1.5s linear 0s infinite;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 1;
}

@-webkit-keyframes anim-poyo2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, -50%);
            transform: scale(1, 1) translate(0%, -50%);
  }
  20% {
    -webkit-transform: scale(1.1, 1.1) translate(-4%, -53%) skew(4deg, 0deg);
            transform: scale(1.1, 1.1) translate(-4%, -53%) skew(4deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1.2, 0.9) translate(4%, -55%) skew(-5deg, 0deg);
            transform: scale(1.2, 0.9) translate(4%, -55%) skew(-5deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1.1, 1) translate(2%, -52%) skew(-3deg, 0deg);
            transform: scale(1.1, 1) translate(2%, -52%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1.05, 0.97) translate(-1%, -55%) skew(-2deg, 0deg);
            transform: scale(1.05, 0.97) translate(-1%, -55%) skew(-2deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, -50%);
            transform: scale(1, 1) translate(0%, -50%);
  }
}

@keyframes anim-poyo2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, -50%);
            transform: scale(1, 1) translate(0%, -50%);
  }
  20% {
    -webkit-transform: scale(1.1, 1.1) translate(-4%, -53%) skew(4deg, 0deg);
            transform: scale(1.1, 1.1) translate(-4%, -53%) skew(4deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1.2, 0.9) translate(4%, -55%) skew(-5deg, 0deg);
            transform: scale(1.2, 0.9) translate(4%, -55%) skew(-5deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1.1, 1) translate(2%, -52%) skew(-3deg, 0deg);
            transform: scale(1.1, 1) translate(2%, -52%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1.05, 0.97) translate(-1%, -55%) skew(-2deg, 0deg);
            transform: scale(1.05, 0.97) translate(-1%, -55%) skew(-2deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, -50%);
            transform: scale(1, 1) translate(0%, -50%);
  }
}

#btn_gnav .txt {
  height: 50px;
  position: absolute;
  top: -2%;
  -webkit-transform: translateY(-22px);
          transform: translateY(-22px);
  width: 50px;
}

#btn_gnav .txt .menu {
  color: #b4acad;
  font-size: 1.1rem;
  height: 50px;
  margin: 0;
  position: relative;
  text-align: center;
  -webkit-transform: rotate(-29deg);
          transform: rotate(-29deg);
  width: 50px;
}

#btn_gnav .txt .menu span {
  /* 中心点、、文字サイズ分ずらす */
  display: inline-block;
  /* 文字サイズより小さくしない */
  height: 50px;
  left: calc(50% - 50px);
  position: absolute;
  top: 0;
  /* 半径 */
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  width: 72px;
  /* 回転の基準点 */
}

#btn_gnav .txt .menu span:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#btn_gnav .txt .menu span:nth-child(2) {
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}

#btn_gnav .txt .menu span:nth-child(3) {
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
}

#btn_gnav .txt .menu span:nth-child(4) {
  -webkit-transform: rotate(66deg);
          transform: rotate(66deg);
}

#btn_gnav > .liner {
  height: 14px;
  position: relative;
  width: 25px;
  z-index: 999;
}

#btn_gnav > .liner span {
  background: #b4acad;
  border-radius: 2px;
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.4s ease-in-out;
  transition: top 0.3s ease, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.3s ease;
  transition: transform 0.4s ease-in-out, top 0.3s ease, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}

#btn_gnav > .liner span:nth-child(1) {
  top: 0;
}

#btn_gnav > .liner span:nth-child(2) {
  top: 7px;
}

#btn_gnav > .liner span:nth-child(3) {
  top: 14px;
}

#btn_gnav.on > .liner span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#btn_gnav.on > .liner span:nth-child(2) {
  opacity: 0;
}

#btn_gnav.on > .liner span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.on .gnav_overlay {
  -webkit-animation: show 0.3s linear 0s;
          animation: show 0.3s linear 0s;
  background-repeat: repeat;
  background-size: 400px 400px;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}

.on .gnav_overlay {
  background: rgba(255, 255, 255, 0.9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.page.on #gnav {
  display: block;
  height: 100%;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.p-gnav_list_item.no_item a {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.p-gnav_list_item.no_item img {
  opacity: 0.5;
}

.p-gnav_list_item.no_item .ja {
  color: #ddd;
}

.p-gnav_list_item.no_item a:hover .nav_mask_layer {
  height: 0;
  width: 0;
}

.copy {
  color: #b4acad;
  text-align: center;
}

.pt_txt,
.pb_txt {
  color: #82d2db;
  font-family: sofia-pro-soft, sans-serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

#btn_ptop {
  position: fixed;
}

#btn_ptop .arrows {
  height: 26px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
}

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

#btn_ptop .arrow span {
  -webkit-animation: animate2 2s infinite;
          animation: animate2 2s infinite;
  display: block;
  height: 12px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 12px;
}

#btn_ptop .arrow span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

#btn_ptop .arrow span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

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

#side_info .arrow span {
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
  border-bottom: 2px solid #82d2db;
  border-right: 2px solid #82d2db;
  display: block;
  height: 12px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
}

#side_info .arrow span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

#side_info .arrow span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.share > p {
  color: #82d2db;
  font-family: sofia-pro-soft, sans-serif;
}

.share ul li a {
  display: block;
  height: 24px;
  position: relative;
  width: 24px;
}

.share ul li a::before {
  content: "";
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 24px;
}

.share ul li a img {
  vertical-align: top;
}

.share ul li a:hover::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.share ul li:nth-child(1) a::before {
  background-image: url(../img/common/ico_twiter_on.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.share ul li:nth-child(1) a:hover::before {
  opacity: 1;
}

.share ul li:nth-child(2) a::before {
  background-image: url(../img/common/ico_facebook_on.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.share ul li:nth-child(2) a:hover::before {
  opacity: 1;
}

.share ul li:nth-child(3) a::before {
  background-image: url(../img/common/ico_line_on.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.share ul li:nth-child(3) a:hover::before {
  opacity: 1;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-3px, -3px);
            transform: rotate(45deg) translate(-3px, -3px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(3px, 3px);
            transform: rotate(45deg) translate(3px, 3px);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-3px, -3px);
            transform: rotate(45deg) translate(-3px, -3px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(3px, 3px);
            transform: rotate(45deg) translate(3px, 3px);
  }
}

@-webkit-keyframes animate2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-135deg) translate(-3px, -3px);
            transform: rotate(-135deg) translate(-3px, -3px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-135deg) translate(3px, 3px);
            transform: rotate(-135deg) translate(3px, 3px);
  }
}

@keyframes animate2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-135deg) translate(-3px, -3px);
            transform: rotate(-135deg) translate(-3px, -3px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-135deg) translate(3px, 3px);
            transform: rotate(-135deg) translate(3px, 3px);
  }
}

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

.arrow span {
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
  border-bottom: 2px solid #82d2db;
  border-right: 2px solid #82d2db;
  display: block;
  height: 12px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
}

.arrow span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

#wp_pager {
  text-align: center;
}

#wp_pager ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}

#wp_pager .prevWp {
  margin-right: 40px;
}

#wp_pager .nextWp {
  margin-left: 40px;
}

#wp_pager .btn_list,
#wp_pager .btn_next,
#wp_pager .btn_prev,
#wp_pager li {
  margin: 0 0.5em;
}

.prevWp {
  position: relative;
}

.prevWp .arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.prevWp .prev {
  color: #82d2db;
}

.prevWp .prev span .arrowWp {
  left: 0;
  position: absolute;
  top: 0;
}

.prevWp .prev span .arrowWp .arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prevWp .prev span .arrowWp:nth-child(1) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.prevWp .prev:hover {
  color: #ffb3a4;
}

.prevWp .prev:hover span .arrowWp .arrow {
  border-color: #ffb3a4 transparent transparent #ffb3a4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nextWp {
  position: relative;
}

.nextWp .arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nextWp .next {
  color: #82d2db;
}

.nextWp .next span .arrowWp {
  left: 0;
  position: absolute;
  top: 0;
}

.nextWp .next span .arrowWp .arrow {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nextWp .next span .arrowWp:nth-child(1) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nextWp .next:hover {
  color: #ffb3a4;
}

.nextWp .next:hover span .arrowWp .arrow {
  border-color: #ffb3a4 transparent transparent #ffb3a4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-numbers {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #82d2db;
  border-radius: 10px;
  color: #fff !important;
  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;
}

.page-numbers:hover {
  background-color: #ffb3a4;
}

.page-numbers.current {
  background-color: #ffb3a4;
}

@media only screen and (max-width: 768px) {
  .m_media {
    display: block;
  }
  .m_media_imgWp {
    margin: auto;
    margin-bottom: 20px;
  }
  .m_media__rev .m_media_body {
    margin: auto;
  }
  .bl_cardUni > .m_card {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .m_cardUni.m_cardUni__col3 {
    margin-bottom: -20px;
  }
  .js-modal a.js-modal-close {
    right: 0;
    top: -50px;
  }
  .js-modal a.js-modal-close img {
    height: calc(81px / 2);
    width: calc(68px / 2);
  }
  .modal__content {
    width: 95vw;
  }
  .pc_only {
    display: none !important;
  }
  .pc_br {
    display: none !important;
  }
  body {
    font-size: 1.4rem;
  }
  .c_base_inner {
    margin: 30px auto 0;
    padding: 0 20px 50px;
  }
  .ly_mainWp {
    padding: 70px 0 0;
  }
  .page_ttlWp .page_ttl .en {
    font-size: 2.2rem;
  }
  .page_ttlWp .page_ttl .ja {
    font-size: 1.2rem;
    padding-left: 0.3em;
  }
  .content_ttl {
    font-size: 3rem;
  }
  .c_btn {
    font-size: 1.1rem;
  }
  .c_btn::before {
    border-right: 1px solid #82d2db;
    border-top: 1px solid #82d2db;
    height: 5px;
    right: 10px;
    width: 5px;
  }
  .c_btn.back_btn::before {
    border-right: 1px solid #ffb3a4;
    border-top: 1px solid #ffb3a4;
  }
  .p_tp_ttl {
    width: 72vw;
  }
  .p_tp_ttl02 {
    font-size: 4rem;
  }
  .p_desc_txt {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .c_btn_set > span {
    font-size: 2.2rem;
  }
  .c_btn_set {
    font-size: 1.8rem;
    padding: 10px;
  }
  .lodertxt01 img {
    width: 7vw;
  }
  .lodertxt02 img {
    width: 25vw;
  }
  .loaderInner .progress80 {
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-25%);
            transform: translateX(50%) translateY(-25%);
    width: 50vw;
  }
  .loaderInner .progress40 {
    top: 55%;
    width: 55vw;
  }
  .loaderInner .progress20 {
    width: 80vw;
  }
  .page_bg {
    background-size: 50%;
  }
  .in_header h1 .img {
    display: none;
  }
  .p_gnav {
    margin-left: 35px;
  }
  .p-gnav_list_item a {
    font-size: 2rem;
    opacity: 0;
    padding: 10px 20px 10px;
  }
  #btn_gnav {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #b4acad;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 20px;
    position: fixed;
    top: 25px;
    width: 50px;
    z-index: 999999;
  }
  #gnav {
    display: none;
  }
  #gnav h1 {
    margin: 0 20px 20px auto;
    max-width: 123px;
    width: 50vw;
  }
  .p-gnav_list_item a:hover .nav_mask_layer {
    border-radius: 0;
    height: 100%;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    width: 100%;
  }
  .pc_only {
    display: none !important;
  }
  .pc_br {
    display: none !important;
  }
  .footer {
    padding-bottom: 20px;
  }
  .copy {
    font-size: 1rem;
    margin-top: 25px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .pt_txt,
  .pb_txt {
    line-height: 1;
    margin: auto;
    text-align: center;
  }
  #btn_ptop {
    bottom: 20px;
    font-size: 1.2rem;
    line-height: 1;
    right: 20px;
    width: 20px;
  }
  #btn_ptop a {
    display: block;
    line-height: 1;
    margin: auto;
  }
  #btn_ptop .arrows {
    left: 50%;
    top: -2.5em;
  }
  #btn_ptop .arrow span {
    border-bottom: 1px solid #82d2db;
    border-right: 1px solid #82d2db;
  }
  #side_info .arrows {
    display: none;
  }
  .share > p {
    margin-top: 50px;
    text-align: center;
  }
  .share ul {
    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;
  }
  .share ul li {
    margin-right: 15px;
    margin-top: 15px;
  }
  .share ul li:last-child {
    margin-right: 0;
  }
  .pb_txt {
    display: none;
  }
  #wp_pager {
    margin-top: 50px;
    padding-bottom: 60px;
  }
  #wp_pager ul {
    position: relative;
  }
  #wp_pager .prevWp {
    bottom: -60px;
    left: 0;
    position: absolute;
  }
  #wp_pager .nextWp {
    bottom: -60px;
    position: absolute;
    right: 0;
  }
  .prevWp .arrows {
    height: 9px;
    left: -1.6em;
    width: 20px;
  }
  .prevWp .prev {
    font-size: 1.2rem;
  }
  .prevWp .prev span .arrowWp .arrow {
    border: 1px solid;
    border-color: #82d2db transparent transparent #82d2db;
    height: 9px;
    width: 8px;
  }
  .prevWp .prev span .arrowWp:nth-child(2) {
    -webkit-transform: translateX(0.7vw);
            transform: translateX(0.7vw);
  }
  .prevWp .prev span .arrowWp:nth-child(3) {
    -webkit-transform: translateX(1.4vw);
            transform: translateX(1.4vw);
  }
  .nextWp .arrows {
    height: 9px;
    right: -2.2em;
    width: 20px;
  }
  .nextWp .next {
    font-size: 1.2rem;
  }
  .nextWp .next span .arrowWp .arrow {
    border: 1px solid;
    border-color: #82d2db transparent transparent #82d2db;
    height: 9px;
    width: 8px;
  }
  .nextWp .next span .arrowWp:nth-child(2) {
    -webkit-transform: translateX(-0.7vw);
            transform: translateX(-0.7vw);
  }
  .nextWp .next span .arrowWp:nth-child(3) {
    -webkit-transform: translateX(-1.4vw);
            transform: translateX(-1.4vw);
  }
  .page-numbers {
    font-size: 1.2rem;
    height: 30px;
    padding-left: 0.4em;
    width: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  .sp_br {
    display: none !important;
  }
  body {
    font-size: 1.6rem;
  }
  .c_base_inner {
    margin: 60px auto 0;
    max-width: 1000px;
  }
  .ly_mainWp {
    margin-left: 215px;
    margin-top: 20px;
    padding: 100px 50px 0 20px;
  }
  .page_ttlWp .page_ttl .en {
    font-size: 3rem;
  }
  .page_ttlWp .page_ttl .ja {
    font-size: 1.4rem;
    padding-left: 0.3em;
  }
  .content_ttl {
    font-size: 3.5rem;
  }
  .c_btn {
    font-size: 1.9rem;
  }
  .c_btn::before {
    border-right: 2px solid #82d2db;
    border-top: 2px solid #82d2db;
    height: 9px;
    right: 20px;
    width: 9px;
  }
  .page_bg {
    background-size: 25%;
  }
  .in_header {
    bottom: 0;
    height: 100vh;
    left: 0;
    min-height: 800px;
    position: fixed;
    top: 0;
    width: 215px;
    z-index: 10;
  }
  .in_header h1 {
    padding: 40px 40px 75px;
  }
  .in_header h1 .img {
    left: 0;
    position: absolute;
    top: 0;
  }
  .p_gnav {
    text-align: center;
  }
  .p-gnav_list_item {
    margin-bottom: 30px;
  }
  .p-gnav_list_item a {
    font-size: 1.6rem;
    padding-left: 1.8em;
  }
  #btn_gnav {
    display: none;
  }
  .sp_only {
    display: none !important;
  }
  .sp_br {
    display: none !important;
  }
  .footer {
    margin-top: 100px;
    padding-bottom: 60px;
  }
  .copy {
    font-size: 1.2rem;
  }
  .pt_txt,
  .pb_txt {
    font-size: 1.2rem;
    line-height: 1;
    margin: auto;
  }
  #btn_ptop {
    bottom: 60px;
    right: 30px;
    width: 20px;
  }
  #btn_ptop .arrows {
    left: 50%;
    top: -2em;
  }
  #btn_ptop .arrow span {
    border-bottom: 2px solid #82d2db;
    border-right: 2px solid #82d2db;
  }
  #side_info {
    position: absolute;
    right: 15px;
    top: 10vw;
  }
  #side_info .arrows {
    bottom: -2em;
    height: 26px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 12px;
  }
  .share > p {
    font-size: 1.2rem;
    line-height: 1;
    margin: auto;
    padding-left: 0.2em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .share ul li {
    margin-top: 15px;
  }
  .pb_txt {
    margin: 70px auto 0;
    padding-left: 0.2em;
  }
  #wp_pager {
    margin-top: 110px;
  }
  .prevWp .arrows {
    height: 11px;
    left: -1.8em;
    width: 33px;
  }
  .prevWp .prev span .arrowWp .arrow {
    border: 2px solid;
    border-color: #82d2db transparent transparent #82d2db;
    height: 11px;
    width: 10px;
  }
  .prevWp .prev span .arrowWp:nth-child(2) {
    -webkit-transform: translateX(0.5vw);
            transform: translateX(0.5vw);
  }
  .prevWp .prev span .arrowWp:nth-child(3) {
    -webkit-transform: translateX(1vw);
            transform: translateX(1vw);
  }
  .nextWp .arrows {
    height: 11px;
    right: -2.8em;
    width: 30px;
  }
  .nextWp .next span .arrowWp .arrow {
    border: 2px solid;
    border-color: #82d2db transparent transparent #82d2db;
    height: 11px;
    width: 10px;
  }
  .nextWp .next span .arrowWp:nth-child(2) {
    -webkit-transform: translateX(-0.5vw);
            transform: translateX(-0.5vw);
  }
  .nextWp .next span .arrowWp:nth-child(3) {
    -webkit-transform: translateX(-1vw);
            transform: translateX(-1vw);
  }
  .page-numbers {
    height: 45px;
    padding-left: 0.2em;
    width: 45px;
  }
}

@media only screen and (min-width: 1025px) {
  .ly_mainWp {
    margin-left: 285px;
    margin-top: 20px;
    padding: 100px 75px 0 50px;
  }
  .in_header {
    bottom: 0;
    height: 100vh;
    left: 0;
    min-height: 800px;
    position: fixed;
    top: 0;
    width: 285px;
    z-index: 10;
  }
  #side_info {
    position: absolute;
    right: 30px;
    top: 10vw;
  }
}

@media screen and (min-width: 769px) {
  #stage {
    min-height: 100vh;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .p_desc_txt {
    font-size: 1.5rem;
  }
}
