@charset "UTF-8";
/* -- foundation -- */
/* CSS Document */
/*----------------------------------------------------
	☆etc
----------------------------------------------------*/
/*----------------------------------------------------
    ☆component
----------------------------------------------------*/
/*----------------------------------------------------
    ☆margin
----------------------------------------------------*/
/*----------------------------------------------------
    ☆element size fix
----------------------------------------------------*/
/*----------------------------------------------------
    ☆position
----------------------------------------------------*/
/*----------------------------------------------------
    ☆border
----------------------------------------------------*/
/*----------------------------------------------------
    ☆button
----------------------------------------------------*/
/*----------------------------------------------------
    ☆animation
----------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@keyframes noise-anim {
  0% {
    clip: rect(115px, 9999px, 115px, 0); }
  8.33333% {
    clip: rect(90px, 9999px, 107px, 0); }
  16.66667% {
    clip: rect(154px, 9999px, 163px, 0); }
  25% {
    clip: rect(45px, 9999px, 71px, 0); }
  33.33333% {
    clip: rect(99px, 9999px, 126px, 0); }
  41.66667% {
    clip: rect(90px, 9999px, 107px, 0); }
  50% {
    clip: rect(131px, 9999px, 154px, 0); }
  58.33333% {
    clip: rect(28px, 9999px, 39px, 0); }
  66.66667% {
    clip: rect(36px, 9999px, 52px, 0); }
  75% {
    clip: rect(121px, 9999px, 135px, 0); }
  83.33333% {
    clip: rect(89px, 9999px, 91px, 0); }
  91.66667% {
    clip: rect(134px, 9999px, 145px, 0); }
  100% {
    clip: rect(0px, 9999px, 0px, 0); } }
@keyframes noise-anim02 {
  0% {
    clip: rect(115px, 9999px, 115px, 0); }
  16.66667% {
    clip: rect(97px, 9999px, 108px, 0); }
  33.33333% {
    clip: rect(100px, 9999px, 119px, 0); }
  50% {
    clip: rect(83px, 9999px, 119px, 0); }
  66.66667% {
    clip: rect(131px, 9999px, 146px, 0); }
  83.33333% {
    clip: rect(61px, 9999px, 98px, 0); }
  100% {
    clip: rect(0px, 9999px, 230px, 0); } }
@keyframes noise-anim-op {
  0% {
    clip: rect(115px, 9999px, 115px, 0); }
  100% {
    clip: rect(0px, 9999px, 230px, 0); } }
@keyframes noise-anim-hide {
  0% {
    clip: rect(0px, 9999px, 230px, 0); }
  100% {
    clip: rect(115px, 9999px, 115px, 0); } }
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-100%);
    opacity: 0; }
  50.1% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(100%);
    opacity: 0; }
  50.1% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0) rotate(180deg);
    opacity: 1; }
  50% {
    transform: translateY(-100%) rotate(180deg);
    opacity: 0; }
  50.1% {
    transform: translateY(100%) rotate(180deg);
    opacity: 0; }
  100% {
    transform: translateY(0%) rotate(180deg);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0) rotate(180deg);
    opacity: 1; }
  50% {
    transform: translateY(-100%) rotate(180deg);
    opacity: 0; }
  50.1% {
    transform: translateY(100%) rotate(180deg);
    opacity: 0; }
  100% {
    transform: translateY(0%) rotate(180deg);
    opacity: 1; } }
@keyframes arrowAnimScroll {
  0% {
    transform: translateY(-50%); }
  50% {
    transform: translateY(80%); }
  100% {
    transform: translateY(-50%); } }
@keyframes arrowAnimScroll {
  0% {
    transform: translateY(-50%); }
  50% {
    transform: translateY(80%); }
  100% {
    transform: translateY(-50%); } }
@keyframes arrowAnimScroll-prev {
  0% {
    transform: translateY(80%); }
  50% {
    transform: translateY(-50%); }
  100% {
    transform: translateY(80%); } }
@keyframes arrowAnimScroll-prev {
  0% {
    transform: translateY(80%); }
  50% {
    transform: translateY(-50%); }
  100% {
    transform: translateY(80%); } }
@keyframes arrowAnimScrollUp {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }
@keyframes arrowAnimScrollUp {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }
/* ------------------------------ */
/* -- FONT -- */
/* ------------------------------ */
/* -- Function -- */
/*-----------------------------------------------------------
font
-------------------------------------------------------------*/
/*-----------------------------------------------------------
reset
-------------------------------------------------------------*/
.p-idx {
  font: 13px/1.7 "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","HelveticaNeue","Helvetica Neue",Arial,sans-serif;
  text-align: left; }
.p-idx * {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  color: #000000; }
.p-idx a {
  color: #039135 !important;
  outline: 0; }
@media screen and (min-width: 767px) {
  .p-idx a:hover {
    text-decoration: none; }
  .p-idx a img:hover {
    /*@include opacity(0.7);*/ } }
.p-idx ul, .p-idx ol {
  list-style-type: none; }
.p-idx ul li:first-child {
  /*margin-left: 0;*/ }
.p-idx p {
  line-height: 1.6; }

/*-----------------------------------------------------------
layout
-------------------------------------------------------------*/
.pc {
  display: block !important; }

.sp {
  display: none !important; }

.anchor {
  margin-top: 0px;
  padding-top: 0px;
  pointer-events: none; }

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .anchor {
    margin-top: 0px;
    padding-top: 0px; } }
/* -- layout -- */
/* -- foundation -- */
/* --------------------------- */
/* main */
.l-main {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  /*
  @media only screen and (max-width: 1240px) {
  	margin-top: ( $HEADER_HEIGHT + 65 ) * 1px;
  }
  */ }
.l-main--fullwindow {
  width: 100vw;
  height: calc( 100vh - 50px );
  padding-left: 0;
  padding-right: 0; }
.l-main__content {
  position: relative;
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (max-width: 767px) {
  .l-main {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .l-main--fullwindow {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0; } }

.l-block {
  position: relative;
  /* ブラウザのスクロールバーの幅を考慮 */ }
.l-block:after {
  display: table;
  content: "";
  clear: both; }
.l-block--fullwindow {
  width: 100%;
  height: 100%; }
.l-block--breaking-mg {
  margin-right: -webkit-calc(50% - 50vw);
  margin-left: -webkit-calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }
.l-block--breaking-pd {
  padding-right: -webkit-calc(50vw - 50%);
  padding-left: -webkit-calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%); }
.l-block--padding {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box; }
.l-block__inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (max-width: 767px) {
  .l-block--breaking-mg {
    margin-right: -webkit-calc(50% - 50vw);
    margin-left: -webkit-calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw); }
  .l-block--breaking-pd {
    padding-right: -webkit-calc(50vw - 50%);
    padding-left: -webkit-calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%); }
  .l-block--padding {
    padding-left: 40px;
    padding-right: 40px; } }

.l-flex {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }
.l-flex--wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.l-flex--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
.l-flex--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
.l-flex--center {
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
.l-flex--spb {
  -webkit-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.l-flex--spa {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
.l-flex--v-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
.l-flex--v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.l-flex--v-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  align-items: flex-end; }
.l-flex--reverse {
  -webkit-box-direction: reverse;
  /*--- Androidブラウザ用 ---*/
  -webkit-flex-direction: row-reverse;
  /*--- safari（PC）用 ---*/
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.l-flex__elem, .l-flex__elem--blank {
  position: relative;
  /*
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  */
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%; }
.l-flex__elem-inline {
  position: relative;
  /*
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  */
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%; }
.l-flex__elem--sep {
  width: 100% !important; }
@media only screen and (max-width: 767px) {
  .l-flex__elem, .l-flex__elem--blank {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.l-flexMargin {
  /* -- マージンをセットする --*/
  margin-left: 40px; }
.l-flexMargin:first-child {
  margin-left: 0; }
@media only screen and (max-width: 767px) {
  .l-flexMargin {
    margin-left: 0;
    margin-top: 40px; }
  .l-flexMargin:first-child {
    margin-top: 0; } }
.l-flexMargin--sep {
  margin-top: 40px; }
.l-flexMargin--sep + * {
  margin-left: 0; }
@media only screen and (max-width: 767px) {
  .l-flexMargin--sep {
    margin-top: 0; } }
.l-flexMargin--blank {
  margin-left: 40px; }
.l-flexMargin--blank:first-child {
  margin-left: 0; }
@media only screen and (max-width: 767px) {
  .l-flexMargin--blank {
    margin-left: 0;
    margin-top: 40px; }
  .l-flexMargin--blank:first-child {
    margin-top: 0; } }
@media only screen and (max-width: 767px) {
  .l-flexMargin--blank {
    margin-top: 0; } }
.l-flexMargin--w200 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 200px !important;
  -webkit-flex: 0 0 200px !important;
  -ms-flex: 0 0 200px !important;
  flex: 0 0 200px !important;
  max-width: 200px !important;
  /*
  @media only screen and (max-width: 767px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  /* @include block__elem--width( ( 200 / 1000 ) * 100% ); */ }

@media only screen and (max-width: 767px) {
  .l-order1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .l-order2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .l-order3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .l-order4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .l-order5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; } }
.l-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
  /*
  &__frame {
  	position: absolute;
  	width: calc( 100% + 16px );
  	height: calc( 100% + 16px );
  	left: -8px;
  	top: -8px;
  	background: url('../images/common/modal-bg.jpg') center center no-repeat;
  	background-size: cover;
  	border: 1px solid rgba(18,5,3,0.4);
  	box-sizing: border-box;
  }
  */ }
.l-modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6); }
.l-modal__close {
  position: absolute;
  cursor: pointer;
  width: 64px;
  height: 64px;
  right: 0;
  top: -80px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }
.l-modal__close:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 6px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #959595;
  transform: rotate(45deg); }
.l-modal__close:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 6px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #959595;
  transform: rotate(-45deg); }
.l-modal__inner {
  position: absolute !important; }
.l-modal__vid {
  border: 1px solid #b2b2b2; }

/* -- object -- */
/* --------------------------- */
/* text */
.c-txt {
  line-height: 1.8em; }
.c-txt--large {
  font-size: 18px;
  font-size: 1.8rem; }
.c-txt--base {
  font-size: 16px;
  font-size: 1.6rem; }
.c-txt--small {
  font-size: 14px;
  font-size: 1.4rem; }

.c-txt + .c-txt {
  margin-top: 2em; }

.copyright {
  font-size: 10px;
  font-size: 1rem;
  text-align: center; }

.c-notice {
  font-weight: 200;
  font-size: 12px;
  font-size: 1.2rem; }

/* -- foundation -- */
/* CSS Document */
/*----------------------------------------------------
	☆etc
----------------------------------------------------*/
/*----------------------------------------------------
    ☆component
----------------------------------------------------*/
/*----------------------------------------------------
    ☆margin
----------------------------------------------------*/
/*----------------------------------------------------
    ☆element size fix
----------------------------------------------------*/
/*----------------------------------------------------
    ☆position
----------------------------------------------------*/
/*----------------------------------------------------
    ☆border
----------------------------------------------------*/
/*----------------------------------------------------
    ☆button
----------------------------------------------------*/
/*----------------------------------------------------
    ☆animation
----------------------------------------------------*/
@keyframes noise-anim {
  0% {
    clip: rect(115px, 9999px, 115px, 0); }
  8.33333% {
    clip: rect(93px, 9999px, 103px, 0); }
  16.66667% {
    clip: rect(96px, 9999px, 126px, 0); }
  25% {
    clip: rect(189px, 9999px, 210px, 0); }
  33.33333% {
    clip: rect(101px, 9999px, 102px, 0); }
  41.66667% {
    clip: rect(147px, 9999px, 150px, 0); }
  50% {
    clip: rect(82px, 9999px, 110px, 0); }
  58.33333% {
    clip: rect(50px, 9999px, 79px, 0); }
  66.66667% {
    clip: rect(195px, 9999px, 214px, 0); }
  75% {
    clip: rect(24px, 9999px, 45px, 0); }
  83.33333% {
    clip: rect(31px, 9999px, 55px, 0); }
  91.66667% {
    clip: rect(127px, 9999px, 130px, 0); }
  100% {
    clip: rect(0px, 9999px, 0px, 0); } }
@keyframes noise-anim02 {
  0% {
    clip: rect(115px, 9999px, 115px, 0); }
  16.66667% {
    clip: rect(119px, 9999px, 129px, 0); }
  33.33333% {
    clip: rect(73px, 9999px, 102px, 0); }
  50% {
    clip: rect(39px, 9999px, 76px, 0); }
  66.66667% {
    clip: rect(34px, 9999px, 57px, 0); }
  83.33333% {
    clip: rect(108px, 9999px, 143px, 0); }
  100% {
    clip: rect(0px, 9999px, 230px, 0); } }
@keyframes noise-anim-op {
  0% {
    clip: rect(115px, 9999px, 115px, 0); }
  100% {
    clip: rect(0px, 9999px, 230px, 0); } }
@keyframes noise-anim-hide {
  0% {
    clip: rect(0px, 9999px, 230px, 0); }
  100% {
    clip: rect(115px, 9999px, 115px, 0); } }
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-100%);
    opacity: 0; }
  50.1% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(100%);
    opacity: 0; }
  50.1% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0) rotate(180deg);
    opacity: 1; }
  50% {
    transform: translateY(-100%) rotate(180deg);
    opacity: 0; }
  50.1% {
    transform: translateY(100%) rotate(180deg);
    opacity: 0; }
  100% {
    transform: translateY(0%) rotate(180deg);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0) rotate(180deg);
    opacity: 1; }
  50% {
    transform: translateY(-100%) rotate(180deg);
    opacity: 0; }
  50.1% {
    transform: translateY(100%) rotate(180deg);
    opacity: 0; }
  100% {
    transform: translateY(0%) rotate(180deg);
    opacity: 1; } }
@keyframes arrowAnimScroll {
  0% {
    transform: translateY(-50%); }
  50% {
    transform: translateY(80%); }
  100% {
    transform: translateY(-50%); } }
@keyframes arrowAnimScroll {
  0% {
    transform: translateY(-50%); }
  50% {
    transform: translateY(80%); }
  100% {
    transform: translateY(-50%); } }
@keyframes arrowAnimScroll-prev {
  0% {
    transform: translateY(80%); }
  50% {
    transform: translateY(-50%); }
  100% {
    transform: translateY(80%); } }
@keyframes arrowAnimScroll-prev {
  0% {
    transform: translateY(80%); }
  50% {
    transform: translateY(-50%); }
  100% {
    transform: translateY(80%); } }
@keyframes arrowAnimScrollUp {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }
@keyframes arrowAnimScrollUp {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }
/* ------------------------------ */
/* -- FONT -- */
/* ------------------------------ */
/* -- Function -- */
/* --------------------------- */
/* media */
.c-media {
  line-height: 0; }
.c-media--mw100 {
  max-width: 100%; }
.c-media__image {
  /* -- img tags -- */
  width: 100%; }
.c-media--video {
  position: relative;
  line-height: 0; }
.c-media--video:before {
  display: block;
  content: "";
  padding-top: 56.25%;
  pointer-events: none; }
.c-media--video__vid {
  /* -- video tags and Youtube iframe -- */
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

/* --------------------------- */
/* block */
.c-block {
  background-color: #fff;
  padding: 60px 55px;
  box-sizing: border-box; }

.c-list {
  list-style-type: disc;
  padding-left: 1.5em; }

.c-box {
  padding: 30px 55px;
  border: 1px solid #039135;
  box-sizing: border-box; }

.c-modalContainer {
  display: none; }

.c-modal {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 75px 60px;
  background-color: #fff; }
.c-modal--min {
  max-width: 640px;
  padding: 45px 65px;
  box-sizing: border-box; }
.c-modal__head {
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  color: #039135;
  font-weight: 500;
  border-bottom: 1px solid #ccc; }
.c-modal__prof {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #039135;
  font-weight: 500;
  margin-bottom: 35px; }
.c-modal__label {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 500;
  width: 411px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  color: #fff;
  background-color: #00aa3c;
  margin-bottom: 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.modaal-container {
  max-width: 640px; }

.modaal-content-container {
  padding: 0; }

.modaal-close {
  display: none; }

.modaal-close:after, .modaal-close:before {
  top: 0;
  left: 30px;
  width: 4px;
  height: 64px;
  border-radius: 0;
  z-index: 2;
  background: #ccc; }

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #039135; }

@media only screen and (max-width: 767px) {
  .c-block {
    padding: 25px 40px; }

  .c-box {
    padding: 20px 20px; }

  .c-modal {
    max-width: 300px;
    padding: 20px 15px; }
  .c-modal--min {
    max-width: 300px;
    padding: 20px 15px; }
  .c-modal__head {
    font-size: 25px;
    font-size: 2.5rem;
    border-bottom: 1px solid #039135; }
  .c-modal__prof {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 9px; }
  .c-modal__label {
    font-size: 12px;
    font-size: 1.2rem;
    width: 411px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    color: #fff;
    background-color: #00aa3c;
    margin-bottom: 45px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }

  .modaal-container {
    max-width: 300px; } }
/* --------------------------- */
/* button component */
/* --------------------------- */
/* button component */
.c-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  /* 16px × 1.25 = 高さ20px */
  /* padding .5rem × 2 = 10px */
  /* border 1px × 2 = 2px */
  /* 合計 30px */
  padding: 0.5rem 0.75rem;
  border: 1px solid transparent;
  transition: all .15s ease-in-out;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  color: #fff !important;
  background-color: #00a040 !important;
  text-decoration: none;
  box-sizing: border-box;
  padding: 31px;
  width: 100%; }
.c-btn:hover {
  text-decoration: none; }
.c-btn:hover {
  opacity: 0.7; }
.c-btn--min {
  max-width: 310px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px; }
.c-btn--default {
  max-width: 327px; }
.c-btn--large {
  font-size: 30px;
  font-size: 3rem;
  max-width: 500px;
  padding: 20px; }
.c-btn--reverse {
  color: #00a040 !important;
  background-color: #fff !important;
  border: 1px solid #00a040;
  box-sizing: border-box; }
.c-btn--vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-size: 1.4rem;
  width: 57px;
  height: 197px;
  padding: 0;
  line-height: 57px;
  border: 0;
  text-align: left;
  padding-top: 54px; }
.c-btn--vertical:before {
  content: none; }
.c-btn--vertical:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 16px;
  background: url("../images/template.png");
  background-size: 375% 357.14286%;
  background-position: 3.63636% 88.88889%;
  left: 0;
  right: 0;
  margin: auto;
  top: 24px; }
@media only screen and (max-width: 767px) {
  .c-btn {
    font-size: 10px;
    font-size: 1rem;
    padding: 15px; }
  .c-btn:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px; }
  .c-btn--default {
    max-width: 164px; }
  .c-btn--large {
    font-size: 4.6875vw;
    max-width: 78.125vw;
    padding: 3.125vw; } }

.c-linkBtn {
  transition: opacity 0.2s; }
.c-linkBtn:hover {
  opacity: 0.7; }

.c-scrollBtn {
  display: block;
  position: absolute;
  width: 43px;
  height: 46px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 28px;
  z-index: 99; }
.c-scrollBtn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  top: 0;
  background: url("../images/index/scroll-txt.png") left top no-repeat;
  background-size: 100%; }
.c-scrollBtn:after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 30px;
  height: 16px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: url("../images/index/scroll-arw.png") left top no-repeat;
  background-size: 100%;
  animation-name: arrowAnimScroll;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite; }
.c-scrollBtn--b:before {
  background: url("../images/index/scroll-txt-b.png") left top no-repeat;
  background-size: 100%; }
.c-scrollBtn--b:after {
  background: url("../images/index/scroll-arw-b.png") left top no-repeat;
  background-size: 100%; }
.c-scrollBtn--prev {
  bottom: auto;
  top: 28px; }
.c-scrollBtn--prev:before {
  content: none; }
.c-scrollBtn--prev:after {
  bottom: auto;
  top: 0;
  background: url("../images/index/scroll-arw-top.png") left top no-repeat;
  background-size: 100%;
  animation-name: arrowAnimScroll-prev;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite; }
.c-scrollBtn--prev--b:after {
  background: url("../images/index/scroll-arw-b-top.png") left top no-repeat;
  background-size: 100%; }

.c-slideNav {
  width: 31px;
  height: 60px;
  background-size: 100%;
  transform: translate3d(0, 0, 0); }
.c-slideNav__next {
  background-image: url("../images/index/slide-next-arw.png"); }
.c-slideNav__prev {
  background-image: url("../images/index/slide-prev-arw.png"); }

.c-boxBtn {
  position: relative;
  display: table;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.4;
  padding: 7px 47px 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.8); }
.c-boxBtn + .c-boxBtn {
  margin-top: 10px; }
.c-boxBtn span {
  font-size: 14px;
  font-size: 1.4rem; }
.c-boxBtn:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px; }
.c-boxBtn:hover {
  background-color: #fff;
  color: #000 !important; }
.c-boxBtn:hover:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-baseBtn--large {
  font-size: 30px;
  font-size: 3rem;
  color: #fff !important;
  background-color: #00aa3c;
  font-weight: 500;
  width: 100%;
  max-width: 500px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none !important; }

@media only screen and (max-width: 767px) {
  .c-boxBtn {
    font-size: 10px;
    font-size: 1rem;
    color: #000 !important;
    padding: 4px 20px 4px 20px;
    border: 1px solid #000; }
  .c-boxBtn + .c-boxBtn {
    margin-top: 10px; }
  .c-boxBtn span {
    font-size: 14px;
    font-size: 1.4rem; }
  .c-boxBtn:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 7px; }

  .c-baseBtn--large {
    font-size: 15px;
    font-size: 1.5rem;
    max-width: 250px;
    height: 40px;
    line-height: 40px; }

  .c-scrollBtn {
    width: 33px;
    height: 27px;
    bottom: 24px; }
  .c-scrollBtn:before {
    width: 100%;
    height: 11px;
    background: url("../images/index/scroll-txt-sp.png") left top no-repeat;
    background-size: 100%; }
  .c-scrollBtn:after {
    width: 15px;
    height: 8px;
    background: url("../images/index/scroll-arw-sp.png") left top no-repeat;
    background-size: 100%; }

  .c-slideNav {
    width: 20px;
    height: 61px;
    top: 64.375vw;
    transform: none;
    margin-top: 0; }
  .c-slideNav__next {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%20122%22%20style%3D%22enable-background%3Anew%200%200%2040%20122%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2300A040%3B%7D%20.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0h40v122H0V0z%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2228.5%2C61.3%2013.4%2C43.5%2012.5%2C44.9%2026.6%2C61.5%2012.5%2C78.1%2013.4%2C79.5%2028.5%2C61.7%2028.4%2C61.5%20%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
  .c-slideNav__prev {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%20122%22%20style%3D%22enable-background%3Anew%200%200%2040%20122%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2300A040%3B%7D%20.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0h40v122H0V0z%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2212.5%2C61.3%2027.6%2C43.5%2028.5%2C44.9%2014.4%2C61.5%2028.5%2C78.1%2027.6%2C79.5%2012.5%2C61.7%2012.6%2C61.5%20%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } }
/* --------------------------- */
/* list */
.c-list {
  position: relative;
  width: 100%; }
.c-list__elem {
  position: relative;
  width: 100%; }

/* ---------------------------- */
@keyframes rotateMiyazon {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  16% {
    -webkit-transform: rotateY(540deg);
    transform: rotateY(540deg); }
  50% {
    -webkit-transform: rotateY(540deg);
    transform: rotateY(540deg); }
  66% {
    -webkit-transform: rotateY(1080deg);
    transform: rotateY(1080deg); }
  to {
    -webkit-transform: rotateY(1080deg);
    transform: rotateY(1080deg); } }
.rotate_Miyazon {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotateMiyazon;
  animation-name: rotateMiyazon;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

@keyframes rotateMiyazon02 {
  from {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  16% {
    -webkit-transform: rotateY(720deg);
    transform: rotateY(720deg); }
  50% {
    -webkit-transform: rotateY(720deg);
    transform: rotateY(720deg); }
  66% {
    -webkit-transform: rotateY(1260deg);
    transform: rotateY(1260deg); }
  to {
    -webkit-transform: rotateY(1260deg);
    transform: rotateY(1260deg); } }
.rotate_Miyazon02 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotateMiyazon02;
  animation-name: rotateMiyazon02;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.p-idx {
  min-width: 980px; }

.p-idxGbCover {
  z-index: 2; }
.p-idxGbCover__slick {
  position: relative;
  height: 50vw;
  /*overflow: hidden;*/
  opacity: 0;
  transition: opacity .3s linear; }
.p-idxGbCover__slick canvas {
  width: 100%; }
.p-idxGbCover__slick.js-loaded {
  opacity: 1; }
.p-idxGbCover__slick-elem {
  position: relative; }
.p-idxGbCover__slick .slider {
  opacity: 0;
  transition: opacity .3s linear; }
.p-idxGbCover__slick .slider.slick-initialized {
  opacity: 1; }
.p-idxGbCover__loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  -webkit-animation: blink 0.8s ease-in-out infinite alternate;
  -moz-animation: blink 0.8s ease-in-out infinite alternate;
  animation: blink 0.8s ease-in-out infinite alternate; }
.p-idxGbCover__debug {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 200px;
  color: #000;
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
  z-index: 999; }
.p-idxGbCover__debug--2 {
  top: 55px; }
.p-idxGbCover__btn {
  width: 18.21429vw;
  min-width: 190px;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 2%;
  overflow: hidden; }
.p-idxGbCover__btn a {
  display: block;
  position: relative;
  box-sizing: border-box; }
.p-idxGbCover__btn a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130%;
  border-radius: 13%;
  box-sizing: border-box;
  transition: .5s all;
  border: 0px solid #dcdede; }
.p-idxGbCover__btn a:hover::before {
  border: 10px solid #dcdede;
  transition: .2s all; }

.p-idxCpbnr {
  margin-top: 90px; }
.p-idxCpbnr__inner {
  width: 100%;
  max-width: 1314px;
  margin: 0 auto; }
.p-idxCpbnr__inner a {
  display: block;
  transition: .3s all; }
.p-idxCpbnr__inner a:hover {
  opacity: .7; }

.p-idxMoviebnr__inner {
  width: 100%;
  max-width: 1314px;
  margin: 0 auto 90px; }
.p-idxMoviebnr__inner a {
  display: block;
  position: relative;
  transition: .3s all; }
.p-idxMoviebnr__inner a:hover:after {
  border-width: 12px; }
.p-idxMoviebnr__inner a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12.5px 0 12.5px;
  border-color: #b28850 transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -29px; }
.p-idxMoviebnr__inner a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transition: border-width 0.2s;
  border: 6px solid #b28850; }

.p-idxGbContentsNav {
  z-index: 1;
  width: 100%;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 70px; }
.p-idxGbContentsNav__inner {
  width: 100%;
  max-width: 1314px;
  margin: 0 auto; }
.p-idxGbContentsNav__elem + .p-idxGbContentsNav__elem {
  margin-left: 40px; }
.p-idxGbContentsNav__link {
  display: block;
  position: relative; }
.p-idxGbContentsNav__link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12.5px 0 12.5px;
  border-color: #d7000e transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -29px; }
.p-idxGbContentsNav__link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transition: border-width 0.2s; }
.p-idxGbContentsNav__link--gb:before {
  border-color: #d7000e transparent transparent transparent; }
.p-idxGbContentsNav__link--gbs:before {
  border-color: #0e65a2 transparent transparent transparent; }
.p-idxGbContentsNav__link--gb:after {
  border: 6px solid #d7000f; }
.p-idxGbContentsNav__link--gbs:after {
  border: 6px solid #0e65a2; }
.p-idxGbContentsNav__link:hover:after {
  border-width: 12px; }

.p-idxGbHead {
  background-color: #d7000f;
  padding-top: 112px;
  overflow: hidden; }
.p-idxGbHead__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
.p-idxGbHead__txtBlock {
  width: 69.3%;
  margin: auto;
  padding-bottom: 9%; }
.p-idxGbHead__img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.p-idxGbHead__catch {
  margin-bottom: 4.0404%; }
.p-idxGbHead__gbLogo {
  margin-bottom: 4.329%; }
.p-idxGbHead__txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500; }
.p-idxGbHead__txt span {
  color: #fff;
  font-size: 12px; }
.p-idxGbHead__txt + .p-idxGbHead__txt {
  margin-top: 1.3em; }

.p-idxGbMovie {
  display: block;
  background-color: #ccc;
  overflow: hidden; }
.p-idxGbMovie__cover {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0; }
.p-idxGbMovie__cover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/gb-movie-overlay.png"); }
.p-idxGbMovie:before {
  display: block;
  content: "";
  padding-top: 28.57143%;
  pointer-events: none; }
.p-idxGbMovie:after {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 111px;
  background: url("../images/yt-icon-play.png") left top no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.p-idxGbRecommend {
  position: relative;
  background-color: #d7000f; }
.p-idxGbRecommend::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  background: url("../images/gb-recom-bg.png") center center no-repeat;
  background-size: auto 100%;
  width: 941px;
  height: 811px; }
.p-idxGbRecommend__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0 90px; }
.p-idxGbRecommend__txtBlock {
  width: 66%; }
.p-idxGbRecommend__imgBlock {
  margin-top: 90px;
  width: 40.5%;
  margin-left: -6%; }
.p-idxGbRecommend__head {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4 !important;
  letter-spacing: -0.03em;
  margin-bottom: 7.03125%; }
.p-idxGbRecommend__elem + .p-idxGbRecommend__elem {
  margin-top: 7.03125%; }
.p-idxGbRecommend__elem:first-child .p-idxGbRecommend__label span {
  top: 0.02em; }
.p-idxGbRecommend__label {
  color: #ffff00;
  font-size: 24px;
  line-height: 34px !important;
  margin-bottom: 1.25%;
  position: relative;
  padding-left: 45px; }
.p-idxGbRecommend__label span {
  color: #d7000f;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  top: 0; }
.p-idxGbRecommend__txt {
  color: #fff;
  line-height: 1.5 !important;
  font-size: 18px;
  padding-left: 45px; }

.p-idxGbReason {
  background: url("../images/gb-rs-bg.png");
  padding-top: 19px;
  overflow: hidden; }
.p-idxGbReason__inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
.p-idxGbReason__imgBlock {
  position: relative;
  z-index: 2;
  width: 53.1%;
  margin-left: -18.6%; }
.p-idxGbReason__txtBlock {
  position: relative;
  z-index: 1;
  width: 88.9%;
  margin: auto;
  margin-bottom: 5.2%; }
.p-idxGbReason__txtInner {
  background: url("../images/gbs-rs-txtbg.png") left top repeat-y;
  background-size: 100% auto;
  padding: 0 86px 0 90px;
  box-sizing: border-box; }
.p-idxGbReason__title {
  color: #d7000f;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.35 !important;
  margin-top: -57px;
  margin-bottom: 35px; }
.p-idxGbReason__dsc {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.7 !important;
  margin-bottom: 25px; }
.p-idxGbReason__label {
  font-size: 22px;
  color: #fff;
  text-align: center;
  background-color: #d7000f;
  line-height: 32px;
  padding: 6px 17px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  margin-bottom: 70px; }
.p-idxGbReason__txt {
  font-size: 15px;
  letter-spacing: -0.03em;
  line-height: 1.5 !important; }
.p-idxGbReason__flTxt {
  margin-right: 12px; }
.p-idxGbReason__graph {
  width: 59.25926%;
  max-width: 336px;
  margin-top: -57px; }
.p-idxGbReason__caption {
  font-size: 14px;
  margin-top: 5px;
  white-space: nowrap; }
.p-idxGbReason__caption span {
  display: inline-block;
  margin: 0 -0.3em; }
.p-idxGbReason__notice {
  font-size: 12px;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.8 !important; }
.p-idxGbReason__notice + .p-idxGbReason__notice {
  margin-top: 1.7em; }

.p-idxGabaAmazon {
  background-color: #d7000f; }
.p-idxGabaAmazon__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0; }
.p-idxGabaAmazon__img {
  position: relative;
  width: 47.2%; }
.p-idxGabaAmazon__icon {
  position: absolute;
  width: 36.01695%;
  height: 48.72611%;
  left: -6.99153%;
  top: -7.32484%; }
.p-idxGabaAmazon__txtBlock {
  margin-left: 2.8%; }
.p-idxGabaAmazon__t1 {
  color: #fff;
  font-size: 19px;
  font-weight: 500; }
.p-idxGabaAmazon__t2 {
  color: #ffff00;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px; }
.p-idxGabaAmazon__t2 span {
  color: #ffff00;
  /*letter-spacing: -0.03em;*/
  line-height: 1.4;
  font-size: 40px;
  font-weight: 600; }
.p-idxGabaAmazon__bnr {
  display: block;
  max-width: 500px;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.27);
  transition: all 0.2s;
  margin-bottom: 4px; }
.p-idxGabaAmazon__bnr:hover {
  transform: translateX(3px) translateY(3px);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.27); }
.p-idxGabaAmazon__t3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center; }

/* ----------------------------- */
.p-idxGsCover__slide canvas {
  width: 100%; }

.p-idxGsHead {
  border-top: 1px solid #87b2d1;
  background: url("../images/gbs-head-bg.png") left top repeat-x;
  background-size: auto 100%;
  padding-top: 85px;
  overflow: hidden; }
.p-idxGsHead__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
.p-idxGsHead__txtBlock {
  width: 69.1%;
  margin: auto;
  padding-bottom: 6.7%; }
.p-idxGsHead__imgBlock {
  margin-left: 1.7%;
  margin-right: -19.7%;
  width: 48.7%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 1500px; }
.p-idxGsHead__imgBlock:before {
  display: block;
  content: "";
  padding-top: 139.42505%;
  pointer-events: none; }
.p-idxGsHead__img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.p-idxGsHead__catch {
  margin-bottom: 2.31548%; }
.p-idxGsHead__gbsLogo {
  width: 89.14616%;
  margin-left: 6.36758%;
  margin-bottom: 2.1645%; }
.p-idxGsHead__txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500; }
.p-idxGsHead__txt span {
  color: #fff;
  font-size: 12px; }
.p-idxGsHead__txt + .p-idxGsHead__txt {
  margin-top: 1.3em; }

.p-idxGsMovie {
  display: block;
  background-color: #ccc;
  overflow: hidden; }
.p-idxGsMovie__cover {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0; }
.p-idxGsMovie__cover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/gb-movie-overlay.png"); }
.p-idxGsMovie:before {
  display: block;
  content: "";
  padding-top: 28.57143%;
  pointer-events: none; }
.p-idxGsMovie:after {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 111px;
  background: url("../images/yt-icon-play.png") left top no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.p-idxGsRecommend {
  background: #0e65a2 url("../images/gbs-recom-bg.png") center center no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  padding: 0 80px; }
.p-idxGsRecommend__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 82px 0; }
.p-idxGsRecommend__txtBlock {
  margin-left: -5%; }
.p-idxGsRecommend__imgBlock {
  width: 52.2%;
  margin-right: -7.2%;
  margin-left: 3%; }
.p-idxGsRecommend__head {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4 !important;
  letter-spacing: -0.03em;
  margin-bottom: 7.03125%; }
.p-idxGsRecommend__elem + .p-idxGsRecommend__elem {
  margin-top: 7.03125%; }
.p-idxGsRecommend__elem:first-child .p-idxGsRecommend__label span {
  top: 0.28em; }
.p-idxGsRecommend__label {
  color: #ffff00;
  font-size: 24px;
  line-height: 34px !important;
  margin-bottom: 1.25%;
  position: relative;
  padding-left: 45px; }
.p-idxGsRecommend__label span {
  color: #0e65a2;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  top: 0; }
.p-idxGsRecommend__label small {
  color: #ffff00;
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  margin-top: 5px;
  line-height: 1.4;
  letter-spacing: .05em; }
.p-idxGsRecommend__label sup {
  color: #ffff00;
  font-size: 57%; }

.p-idxGsReason {
  background: url("../images/gb-rs-bg.png");
  padding-top: 19px;
  overflow: hidden; }
.p-idxGsReason__inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
.p-idxGsReason__imgBlock {
  position: relative;
  z-index: 2;
  width: 43.1%;
  margin-left: -18.4%; }
.p-idxGsReason__txtBlock {
  position: relative;
  z-index: 1;
  width: 88.9%;
  margin: auto;
  margin-bottom: 5.2%; }
.p-idxGsReason__txtInner {
  background: url("../images/gbs-rs-txtbg.png") left top repeat-y;
  background-size: 100% auto;
  padding: 0 86px 0 99px;
  box-sizing: border-box; }
.p-idxGsReason__title {
  color: #0e65a2;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.35 !important;
  margin-top: -57px;
  margin-bottom: 26px; }
.p-idxGsReason__label {
  font-size: 22px;
  color: #fff;
  text-align: center;
  background-color: #0e65a2;
  line-height: 32px;
  padding: 6px 17px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  margin: auto;
  margin-bottom: 20px; }
.p-idxGsReason__dsc {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.7 !important;
  margin-bottom: 25px; }
.p-idxGsReason__graph {
  width: 87.92614%;
  max-width: 619px;
  margin-left: auto;
  margin-right: -3.7%; }
.p-idxGsReason__caption {
  font-size: 12px;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.8 !important; }
.p-idxGsReason__caption strong {
  display: inline-block;
  margin-bottom: 4px;
  border: 1px solid #000;
  padding: 0 12px;
  font-weight: 500;
  line-height: 1.6 !important; }

.p-idxDuetMovie {
  border-top: 22px solid #b28850;
  background-color: #693d19;
  padding-bottom: 110px; }
.p-idxDuetMovie__inner {
  padding-top: 50px; }
.p-idxDuetMovie__head {
  max-width: 932px;
  width: 69.4%;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 3; }
.p-idxDuetMovie__head::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -8px;
  right: -8px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.27); }
.p-idxDuetMovie__head img {
  width: 84.75%;
  max-width: 786px;
  margin: auto; }
.p-idxDuetMovie__head__inner {
  background: url("../images/duet-movie-bg01.jpg") repeat left top;
  border-radius: 20px;
  overflow: hidden;
  padding: 19px 0;
  position: relative; }
.p-idxDuetMovie__body {
  max-width: 656px;
  margin: auto; }
.p-idxDuetMovie__body__wrap {
  max-width: 1314px;
  width: 90%;
  margin: -42px auto 0;
  position: relative; }
.p-idxDuetMovie__body__wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -8px;
  right: -8px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.27); }
.p-idxDuetMovie__body__inner {
  background: url("../images/duet-movie-bg02.jpg") repeat left top;
  border-radius: 20px;
  overflow: hidden;
  padding: 105px 0 78px;
  position: relative; }
.p-idxDuetMovie__thumbnail {
  margin-top: 58px; }
.p-idxDuetMovie__thumbnail + .p-idxDuetMovie__thumbnail {
  margin-top: 46px; }
.p-idxDuetMovie__thumbnail a {
  position: relative;
  display: block;
  border: 1px solid #b28850; }
.p-idxDuetMovie__thumbnail a::after {
  content: "";
  display: block;
  position: absolute;
  width: 74px;
  height: 52px;
  background: url(../images/yt-icon-play02.png) left top no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
.p-idxDuetMovie__label {
  margin-top: 30px; }

.p-idxFooter {
  padding: 100px 0 35px; }
.p-idxFooter__backBtn {
  display: block;
  position: relative;
  width: 360px;
  padding: 23px 0 20px;
  background-color: #959595;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 86px; }
.p-idxFooter__msg {
  font-size: 16px;
  font-weight: 600;
  text-align: center; }
.p-idxFooter__msg sup {
  font-size: 18px;
  vertical-align: baseline; }

.p-idxFooterSNS {
  margin-bottom: 65px; }
.p-idxFooterSNS__label {
  font-size: 30px;
  color: #959595;
  font-weight: 600;
  margin: 0 15px; }
.p-idxFooterSNS__elem {
  width: 50px;
  margin: 0 15px; }

.p-idx--smp {
  min-width: auto;
  overflow: hidden;
  /* ----------------------------- */ }
.p-idx--smp .p-idxGbCover__slick {
  height: 100vw; }
.p-idx--smp .p-idxGbCover__btn {
  width: 92%;
  top: 70%;
  right: 0;
  left: 0;
  margin: auto; }
.p-idx--smp .p-idxGbCover__btn a {
  padding: 0; }
.p-idx--smp .p-idxGbCover__btn a::before {
  content: none; }
.p-idx--smp .p-idxCpbnr {
  margin-top: 90px;
  padding-left: 20px;
  padding-right: 20px; }
.p-idx--smp .p-idxMoviebnr {
  padding-left: 20px;
  padding-right: 20px; }
.p-idx--smp .p-idxGbContentsNav {
  padding-top: 20px;
  padding-bottom: 88px;
  padding-left: 20px;
  padding-right: 20px; }
.p-idx--smp .p-idxGbContentsNav__elem + .p-idx--smp .p-idxGbContentsNav__elem {
  margin-left: 20px; }
.p-idx--smp .p-idxGbContentsNav__link:before {
  bottom: -36px; }
.p-idx--smp .p-idxGbHead {
  padding-top: 80px; }
.p-idx--smp .p-idxGbHead__inner {
  display: block; }
.p-idx--smp .p-idxGbHead__txtBlock {
  width: 100%;
  padding-bottom: 25px; }
.p-idx--smp .p-idxGbHead__imgBlock {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }
.p-idx--smp .p-idxGbHead__imgBlock:before {
  display: block;
  content: "";
  padding-top: 122.67857%;
  pointer-events: none; }
.p-idx--smp .p-idxGbHead__catch {
  margin-bottom: 23px; }
.p-idx--smp .p-idxGbHead__gbLogo {
  margin-bottom: 30px; }
.p-idx--smp .p-idxGbHead__txt {
  font-size: 24px; }
.p-idx--smp .p-idxGbHead__txt span {
  font-size: 22px; }
.p-idx--smp .p-idxGbHead__txt + .p-idx--smp .p-idxGbHead__txt {
  margin-top: 1.3em; }
.p-idx--smp .p-idxGbMovie:before {
  display: block;
  content: "";
  padding-top: 56.25%;
  pointer-events: none; }
.p-idx--smp .p-idxGbRecommend {
  background: #d7000f url("../images/gb-recom-bg-sp.png") left top no-repeat;
  background-size: 100%;
  margin-top: -1px; }
.p-idx--smp .p-idxGbRecommend::before {
  content: none; }
.p-idx--smp .p-idxGbRecommend__inner {
  display: block;
  padding: 68px 0 30px; }
.p-idx--smp .p-idxGbRecommend__txtBlock {
  width: 100%;
  margin-bottom: 65px; }
.p-idx--smp .p-idxGbRecommend__imgBlock {
  width: 419px;
  margin-left: 0;
  margin: 0 auto; }
.p-idx--smp .p-idxGbRecommend__head {
  font-size: 42px;
  text-align: center;
  margin-bottom: 42px; }
.p-idx--smp .p-idxGbRecommend__elem + .p-idx--smp .p-idxGbRecommend__elem {
  margin-top: 7.03125%; }
.p-idx--smp .p-idxGbRecommend__elem:first-child .p-idxGbRecommend__label span {
  top: 0.22em; }
.p-idx--smp .p-idxGbRecommend__label {
  font-size: 28px;
  line-height: 1.5 !important;
  margin-bottom: 1.25%;
  position: relative;
  padding-left: 56px; }
.p-idx--smp .p-idxGbRecommend__label span {
  color: #d7000f;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  top: 0.27em; }
.p-idx--smp .p-idxGbRecommend__txt {
  font-size: 24px;
  padding-left: 56px; }
.p-idx--smp .p-idxGbReason {
  background: url("../images/gb-rs-bg.png");
  padding: 28px 0 0 0; }
.p-idx--smp .p-idxGbReason__inner {
  display: block; }
.p-idx--smp .p-idxGbReason__imgBlock {
  width: 100%;
  margin-left: 0;
  padding: 0 40px;
  box-sizing: border-box; }
.p-idx--smp .p-idxGbReason__txtBlock {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 7%; }
.p-idx--smp .p-idxGbReason__txtInner {
  background: url("../images/gb-rs-txtbg-sp.png") left top repeat-y;
  background-size: 100% auto;
  padding: 0 78px 0 78px;
  box-sizing: border-box; }
.p-idx--smp .p-idxGbReason__title {
  font-size: 36px;
  margin-top: -32px;
  margin-bottom: 36px; }
.p-idx--smp .p-idxGbReason__dsc {
  font-size: 24px;
  margin-bottom: 35px; }
.p-idx--smp .p-idxGbReason__flex {
  display: block; }
.p-idx--smp .p-idxGbReason__label {
  font-size: 26px;
  line-height: 60px;
  padding: 0 20px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
  margin: 0 auto;
  margin-bottom: 30px; }
.p-idx--smp .p-idxGbReason__txt {
  font-size: 24px;
  letter-spacing: -0.03em; }
.p-idx--smp .p-idxGbReason__flTxt {
  margin-right: 0;
  margin-bottom: 20px; }
.p-idx--smp .p-idxGbReason__graph {
  width: 485px;
  max-width: 485px;
  margin-top: 0;
  margin-bottom: 35px; }
.p-idx--smp .p-idxGbReason__caption {
  font-size: 19px;
  margin-top: 25px; }
.p-idx--smp .p-idxGbReason__notice {
  font-size: 20px;
  margin-top: 1.3em;
  font-weight: 400; }
.p-idx--smp .p-idxGabaAmazon__inner {
  display: block;
  padding: 114px 0 70px; }
.p-idx--smp .p-idxGabaAmazon__img {
  width: 100%;
  margin-bottom: 49px; }
.p-idx--smp .p-idxGabaAmazon__icon {
  width: 221px;
  height: 197px;
  left: -22px;
  top: -52px; }
.p-idx--smp .p-idxGabaAmazon__txtBlock {
  margin-left: 0; }
.p-idx--smp .p-idxGabaAmazon__t1 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 13px; }
.p-idx--smp .p-idxGabaAmazon__t2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 42px; }
.p-idx--smp .p-idxGabaAmazon__t2 span {
  font-size: 44px; }
.p-idx--smp .p-idxGabaAmazon__bnr {
  max-width: 100%;
  margin-bottom: 20px; }
.p-idx--smp .p-idxGsCover {
  height: 100vw; }
.p-idx--smp .p-idxGsCover canvas {
  pointer-events: auto; }
.p-idx--smp .p-idxGsHead {
  background: url("../images/gbs-head-bg.png") left top repeat-x;
  background-size: auto 100%;
  padding-top: 71px;
  overflow: hidden; }
.p-idx--smp .p-idxGsHead__inner {
  display: block; }
.p-idx--smp .p-idxGsHead__txtBlock {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 60px; }
.p-idx--smp .p-idxGsHead__imgBlock {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }
.p-idx--smp .p-idxGsHead__imgBlock:before {
  display: block;
  content: "";
  padding-top: 117.85714%;
  pointer-events: none; }
.p-idx--smp .p-idxGsHead__catch {
  margin-bottom: 27px; }
.p-idx--smp .p-idxGsHead__gbsLogo {
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px; }
.p-idx--smp .p-idxGsHead__txt {
  font-size: 24px; }
.p-idx--smp .p-idxGsHead__txt span {
  font-size: 22px; }
.p-idx--smp .p-idxGsHead__txt + .p-idx--smp .p-idxGsHead__txt {
  margin-top: 1.8em; }
.p-idx--smp .p-idxGsMovie {
  display: block;
  background-color: #ccc;
  overflow: hidden; }
.p-idx--smp .p-idxGsMovie:before {
  display: block;
  content: "";
  padding-top: 56.25%;
  pointer-events: none; }
.p-idx--smp .p-idxGsRecommend {
  background: #0e65a2 url("../images/gbs-recom-bg-sp.png") left top no-repeat;
  background-size: 100%;
  padding: 0 40px; }
.p-idx--smp .p-idxGsRecommend__inner {
  display: block;
  padding: 68px 0 80px; }
.p-idx--smp .p-idxGsRecommend__txtBlock {
  width: 100%;
  margin-bottom: 65px;
  margin-left: 0; }
.p-idx--smp .p-idxGsRecommend__imgBlock {
  width: 566px;
  margin-left: 0; }
.p-idx--smp .p-idxGsRecommend__head {
  font-size: 42px;
  text-align: center;
  margin-bottom: 42px; }
.p-idx--smp .p-idxGsRecommend__elem + .p-idx--smp .p-idxGsRecommend__elem {
  margin-top: 7.03125%; }
.p-idx--smp .p-idxGsRecommend__elem:first-child .p-idxGsRecommend__label span {
  top: 0.28em; }
.p-idx--smp .p-idxGsRecommend__label {
  font-size: 28px;
  line-height: 1.5 !important;
  margin-bottom: 1.25%;
  position: relative;
  padding-left: 56px; }
.p-idx--smp .p-idxGsRecommend__label span {
  color: #0e65a2;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  top: 0.27em; }
.p-idx--smp .p-idxGsRecommend__label small {
  font-size: 19px; }
.p-idx--smp .p-idxGsRecommend__txt {
  font-size: 24px;
  padding-left: 56px; }
.p-idx--smp .p-idxGsReason {
  background: url("../images/gb-rs-bg.png");
  padding-left: 0;
  padding-right: 0;
  padding-top: 19px; }
.p-idx--smp .p-idxGsReason__inner {
  display: block; }
.p-idx--smp .p-idxGsReason__imgBlock {
  width: 100%;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box; }
.p-idx--smp .p-idxGsReason__txtBlock {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 9.2%; }
.p-idx--smp .p-idxGsReason__txtInner {
  background: url("../images/gb-rs-txtbg.png") left top repeat-y;
  background-size: 100% auto;
  padding: 0 78px 0 78px; }
.p-idx--smp .p-idxGsReason__title {
  font-size: 36px;
  margin-top: -32px;
  margin-bottom: 36px; }
.p-idx--smp .p-idxGsReason__dsc {
  font-size: 24px;
  margin-bottom: 40px; }
.p-idx--smp .p-idxGsReason__graph {
  width: 510px;
  max-width: 510px; }
.p-idx--smp .p-idxGsReason__label {
  font-size: 26px;
  line-height: 60px;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
  margin: 0 auto 30px; }
.p-idx--smp .p-idxGsReason__caption {
  font-size: 20px;
  margin-top: -5%; }
.p-idx--smp .p-idxGsReason__caption strong {
  margin-bottom: 15px; }
.p-idx--smp .p-idxDuetMovie__head {
  width: 87%; }
.p-idx--smp .p-idxDuetMovie__head img {
  width: 95%; }
.p-idx--smp .p-idxDuetMovie__body {
  width: 100%; }
.p-idx--smp .p-idxDuetMovie__body__wrap {
  width: 93%; }
.p-idx--smp .p-idxDuetMovie__body__inner {
  padding-left: 20px;
  padding-right: 20px; }
.p-idx--smp .p-idxDuetMovie__thumbnail {
  margin-top: 50px; }
.p-idx--smp .p-idxFooter {
  padding: 90px 0 45px; }
.p-idx--smp .p-idxFooter__msg {
  font-size: 11px;
  letter-spacing: -0.05em;
  padding: 0 20px; }
.p-idx--smp .p-idxFooterSNS {
  margin-bottom: 65px; }
.p-idx--smp .p-idxFooterSNS__label {
  font-size: 40px;
  margin: 0 25px; }
.p-idx--smp .p-idxFooterSNS__elem {
  width: 81px;
  margin: 0 21px; }

/* ---------------------------- */
/* --------------------------- */
/* text */
.u-txt-lh0 {
  line-height: 0; }

.u-txt-indent {
  text-indent: 1em; }

.u-txt-indent-left {
  text-indent: -0.5em; }

.u-txt-strong {
  font-weight: bold; }

.u-txt-italic {
  font-face: italic; }

.u-txt-center {
  text-align: center; }

.u-txt-ls {
  letter-spacing: -0.05em; }

.u-txt-ls2 {
  letter-spacing: -0.08em; }

.u-txt-nolink {
  pointer-events: none; }

.u-txt-kerning {
  margin: 0 -0.2em; }

.u-txt-label {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600; }

.u-txt-mid {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0; }

.u-txt-min {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0; }

.u-txt-green {
  color: #039135; }

.u-txt-gray {
  color: #a0a0a0; }

.u-txt-notice {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 1em; }
.u-txt-notice:before {
  content: "※";
  margin-left: -1em; }

.u-txt-link {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 33px;
  /*text-decoration: none !important;
  border-bottom: 1px solid #67b07a;*/
  font-weight: 400; }
.u-txt-link--arrow:after {
  content: "";
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #039135;
  border-right: 2px solid #039135;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -15px; }
.u-txt-link--blank:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  border: 2px solid #039135;
  box-sizing: border-box;
  right: -18px;
  top: 10px; }
.u-txt-link--blank:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  border: 2px solid #039135;
  box-sizing: border-box;
  right: -22px;
  top: 14px; }

@media only screen and (max-width: 767px) {
  .u-txt-label {
    font-size: 12px;
    font-size: 1.2rem; }

  .u-txt-mid {
    font-size: 10px;
    font-size: 1rem; }

  .u-txt-min {
    font-size: 9px;
    font-size: 0.9rem; }

  .u-txt-notice {
    font-size: 9px;
    font-size: 0.9rem; }

  .u-txt-ml {
    margin-left: 2em; }

  .u-txt-link {
    font-size: 10px;
    font-size: 1rem;
    line-height: 18px; }
  .u-txt-link--arrow:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #039135;
    border-right: 1px solid #039135;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -13px; }
  .u-txt-link--blank:before {
    width: 6px;
    height: 5px;
    border: 1px solid #039135;
    right: -13px;
    top: 6px; }
  .u-txt-link--blank:after {
    width: 6px;
    height: 5px;
    border: 1px solid #039135;
    right: -15px;
    top: 8px; } }
/* --------------------------- */
/* position */
.u-ab {
  position: absolute; }

.u-rel {
  position: relative; }

.u-fix {
  position: fixed; }

/* -- foundation -- */
/* --------------------------- */
/* margin */
.u-mb--ex-small3 {
  margin-bottom: 20px; }
.u-mb--ex-small2 {
  margin-bottom: 25px; }
.u-mb--ex-small1 {
  margin-bottom: 30px; }
.u-mb--ex-small {
  margin-bottom: 40px; }
.u-mb--small {
  margin-bottom: 60px; }
.u-mb--default {
  margin-bottom: 80px; }
.u-mb--large {
  margin-bottom: 100px; }
.u-mb--ex-large {
  margin-bottom: 120px; }
@media only screen and (max-width: 767px) {
  .u-mb--ex-small3 {
    margin-bottom: 10px; }
  .u-mb--ex-small2 {
    margin-bottom: 13px; }
  .u-mb--ex-small1 {
    margin-bottom: 16px; }
  .u-mb--ex-small {
    margin-bottom: 20px; }
  .u-mb--small {
    margin-bottom: 30px; }
  .u-mb--default {
    margin-bottom: 40px; }
  .u-mb--large {
    margin-bottom: 50px; }
  .u-mb--ex-large {
    margin-bottom: 60px; } }

.u-mt--ex-small {
  margin-top: 40px; }
.u-mt--small {
  margin-top: 60px; }
.u-mt--default {
  margin-top: 80px; }
.u-mt--large {
  margin-top: 100px; }
.u-mt--ex-large {
  margin-top: 120px; }
.u-mt--minus {
  margin-top: -20px; }
@media only screen and (max-width: 767px) {
  .u-mt--ex-small {
    margin-top: 20px; }
  .u-mt--small {
    margin-top: 30px; }
  .u-mt--default {
    margin-top: 40px; }
  .u-mt--large {
    margin-top: 50px; }
  .u-mt--ex-large {
    margin-top: 60px; } }

.u-ml--ex-small {
  margin-left: 10px; }
.u-ml--small {
  margin-left: 20px; }
.u-ml--default {
  margin-left: 30px; }
.u-ml--large {
  margin-left: 40px; }
.u-ml--ex-large {
  margin-left: 60px; }
@media only screen and (max-width: 767px) {
  .u-ml--ex-small {
    margin-left: 5px; }
  .u-ml--small {
    margin-left: 10px; }
  .u-ml--default {
    margin-left: 15px; }
  .u-ml--large {
    margin-left: 20px; }
  .u-ml--ex-large {
    margin-left: 30px; } }

.u-pb--zero {
  padding-bottom: 0 !important; }

.u-fltR {
  float: right;
  margin-left: 15px;
  width: 40%; }

/*# sourceMappingURL=common.css.map */
