@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/*================================================================================
FileName: _base.scss
================================================================================*/
html,
button,
input,
select,
textarea {
  color: #333;
}

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

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

img {
  vertical-align: middle;
}

li img {
  vertical-align: bottom;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

textarea {
  resize: vertical;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  word-wrap: break-word;
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*
global
------------------------------------------------*/
body,
body > div,
input,
button,
textarea,
select {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    メイリオ, Meiryo, sans-serif;
  line-height: 1.5;
  color: #333;
}

h1 {
  margin: 0;
  font-size: 150%;
}

h2 {
  margin: 0;
  font-size: 140%;
}

h3 {
  margin: 0;
  font-size: 130%;
}

h4 {
  margin: 0;
  font-size: 120%;
}

h5 {
  margin: 0;
  font-size: 110%;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
}

*:focus {
  outline: none;
}

:placeholder-shown {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  opacity: 0.7;
}

:-moz-placeholder {
  opacity: 0.7;
}

::-moz-placeholder {
  opacity: 0.7;
}

:-ms-input-placeholder {
  opacity: 0.7;
}

.spOnly {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .spOnly {
    display: block !important;
  }
}

.pcOnly {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@font-face {
  font-family: "jins_next";
  font-style: normal;
  font-weight: 400;
  src: url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.eot");
  src: url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.eot?#iefix")
      format("embedded-opentype"),
    url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.woff")
      format("woff"),
    url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.ttf")
      format("truetype"),
    url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.svg#jins_next_ttregular")
      format("svg");
}

@font-face {
  font-family: "jins_next";
  font-style: normal;
  font-weight: 300;
  src: url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.eot");
  src: url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.eot?#iefix")
      format("embedded-opentype"),
    url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.woff")
      format("woff"),
    url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.ttf")
      format("truetype"),
    url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.svg#jins_next_ttlight")
      format("svg");
}

@font-face {
  font-family: "jins_next";
  font-style: normal;
  font-weight: 500;
  src: url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.eot");
  src: url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.eot?#iefix")
      format("embedded-opentype"),
    url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.woff")
      format("woff"),
    url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.ttf")
      format("truetype"),
    url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.svg#jins_next_ttmedium")
      format("svg");
}

@font-face {
  font-family: "jins_next";
  font-style: normal;
  font-weight: 600;
  src: url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.eot");
  src: url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.eot?#iefix")
      format("embedded-opentype"),
    url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.woff")
      format("woff"),
    url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.ttf")
      format("truetype"),
    url("/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.svg#jins_next_ttbold")
      format("svg");
}

/*================================================================================
FileName: _layout.scss
================================================================================*/
body {
  min-width: 320px;
  color: #3a4763;
}

.noJn {
  font-family: "Noto Sans Japanese", sans-serif;
}

/*
header
------------------------------------------------*/
/*
container
------------------------------------------------*/
/* header fix */
@media (max-width: 1024px) and (min-width: 912px) {
  #header #headersub {
    width: 92% !important;
    margin: 60px 4% 0 !important;
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 911px) {
  #header #headerArea #headersub {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    height: auto;
    margin-top: 60px !important;
  }
  #header #headerArea #headersub #topicpath_wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
  #header #headerArea #headersub #topicpath_wrapper ul#topicpath {
    width: auto;
    height: auto;
    padding: 6px 7px;
    margin: 10px;
    overflow: hidden;
  }
  #header #headerArea #headersub #topicpath_wrapper ul#topicpath li,
  #header #headerArea #headersub #topicpath_wrapper ul#topicpath li a,
  #header #headerArea #headersub #topicpath_wrapper ul#topicpath li h1,
  #header #headerArea #headersub #topicpath_wrapper ul#topicpath li span {
    height: auto !important;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  #header #headersub {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 94px 0 0 !important;
  }
}

body {
  margin: 0;
}

.is-scrolled .pageTop img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@media screen and (max-width: 911px) {
  #header #headerArea #headersub {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 65px !important;
  }
  #header #headerArea #headersub #topicpath_wrapper ul#topicpath {
    width: auto;
    height: auto;
    padding: 6px 7px;
    margin: 10px;
    background: #f5f5f5;
  }
  #header #headerArea #headersub #topicpath_wrapper ul#topicpath li,
  #header #headerArea #headersub #topicpath_wrapper ul#topicpath li a,
  #header #headerArea #headersub #topicpath_wrapper ul#topicpath li h1,
  #header #headerArea #headersub #topicpath_wrapper ul#topicpath li span {
    height: auto !important;
  }
  #header #headerArea #headersub #topicpath_wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
}

#header #headersub {
  margin-top: 152px;
}

section.how-to .contents__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  section.how-to .contents__block {
    margin-bottom: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1240px) {
  section.how-to .contents__block {
    max-width: initial;
    max-width: auto;
  }
}

@media screen and (max-width: 414px) {
  section.how-to .contents__block {
    padding: 0 15px 0;
  }
}

/*    footer    */
#footer_ext {
  background: #333 !important;
}

#footerMenu_ext .footerMenu_inner_ext h3 {
  border-top: none !important;
}

#footerMenu_ext .footerMenu_inner_ext h3 span {
  color: #fff !important;
}

#footerMenu_ext .footerMenu_inner_ext ul li a {
  color: #fff !important;
}

.slider-pro {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}

.sp-slides-container {
  position: relative;
  background-size: 100% auto;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 580px !important;
  margin-top: 70px;
}

.sp-slide img {
  width: 100%;
}

.sp-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  max-width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1119px) {
  .sp-slide {
    max-width: 100% !important;
  }
  .slider-pro {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .sp-slide {
    margin-top: 15.8%;
  }
}

/* Thumbnails
--------------------------------------------------*/
.sp-bottom-thumbnails {
  position: absolute;
  bottom: 35px;
  left: 57px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

.sp-thumbnail-container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 12.5% !important;
  height: 42px !important;
  margin-right: 1.7%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dddddd !important;
  -webkit-transform: skewX(-20deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-20deg);
  transform: skewX(-10deg);
}

@media screen and (max-width: 768px) {
  .sp-bottom-thumbnails {
    bottom: 11.4%;
    left: 10%;
  }
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(../img/_openhand.cur), move;
}

.sp-grabbing {
  cursor: url(../img/_closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 4px;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 50%;
}

.sp-selected-button {
  background-color: #000;
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
  z-index: 10;
  background-color: #0a0a0a;
}

.sp-arrow {
  background-color: #0a0a0a;
}

.sp-fade-arrows {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  bottom: 58.8%;
  left: 0;
  width: 100%;
}

.sp-vertical .sp-arrows {
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  cursor: pointer;
}

.sp-horizontal .sp-next-arrow {
  top: -15px;
  right: -20px;
  left: auto;
}

.sp-horizontal .sp-previous-arrow {
  top: -15px;
  right: auto;
  left: -25px;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  width: 50px;
  height: 50px;
  background-image: url(../img/l_arrow.png);
  background-repeat: no-repeat;
  background-position: 44% 50%;
  background-size: 22% auto;
  border-radius: 100px;
}

.sp-horizontal .sp-next-arrow {
  width: 50px;
  height: 50px;
  background-image: url(../img/r_arrow.png);
  background-repeat: no-repeat;
  background-position: 56% 46%;
  background-size: 25% auto;
  border-radius: 100px;
}

@media screen and (max-width: 850px) {
  .sp-horizontal .sp-next-arrow {
    top: -25px;
    right: -20px;
    left: auto;
  }
  .sp-horizontal .sp-previous-arrow {
    top: -25px;
    right: auto;
    left: -25px;
  }
}

@media screen and (max-width: 768px) {
  .sp-horizontal .sp-arrows {
    bottom: 56.9%;
    left: 0;
    width: 100%;
  }
  .sp-horizontal .sp-previous-arrow {
    top: -20px;
    right: auto;
    left: -2%;
    width: 30px;
    height: 30px;
    background-size: 7px;
  }
  .sp-horizontal .sp-next-arrow {
    top: -20px;
    right: -2%;
    width: 30px;
    height: 30px;
    background-size: 7px;
  }
}

@media screen and (max-width: 500px) {
  .sp-horizontal .sp-previous-arrow {
    left: -4%;
  }
  .sp-horizontal .sp-next-arrow {
    right: -4%;
  }
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slider-pro img.sp-image {
  max-width: none;
  max-height: none;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none;
  transition: none;
}

.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  padding: 0 !important;
  border: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none;
  transition: none;
}

.slider-pro a {
  position: static;
  -webkit-transition: none !important;
  transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.slider-pro h1.sp-layer {
  margin: 0;
  font-size: 32px;
  line-height: 1.4;
}

.slider-pro h2.sp-layer {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
}

.slider-pro h3.sp-layer {
  margin: 0;
  font-size: 19px;
  line-height: 1.4;
}

.slider-pro h4.sp-layer {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.slider-pro h5.sp-layer {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.slider-pro h6.sp-layer {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}

.slider-pro img.sp-layer {
  border: none;
}

.sp-slides-container {
  padding: 0 60px;
  background-image: url("../img/bg_slider.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sp-mask,
.sp-slide,
.sp-image-container {
  max-width: 100%;
}

.sp-mask {
  z-index: 10;
  max-width: 100%;
  height: 250px !important;
}

@media screen and (max-width: 768px) {
  .sp-mask {
    height: 38vw !important;
  }
}

/* IEのみ */
@media all and (-ms-high-contrast: none) {
  .sp-slide {
    margin-top: 100px;
  }
}

img.sp-image {
  max-width: 100% !important;
  height: auto !important;
}

.sp-thumbnails {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  height: 70px !important;
  padding: 0 1%;
  -webkit-transform: translate3d(0, 0px, 0px) !important;
  transform: translate3d(0, 0px, 0px) !important;
}

.sp-thumbnails-container {
  width: 79.9% !important;
  padding-left: 1.4%;
}

.sp-thumbnails {
  margin: 0 auto;
}

.sp-selected-thumbnail img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contentContainer {
  max-height: 99999999px;
  overflow: hidden;
}

.j-section--signup .j-button a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
  content: " ";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .sp-slides-container {
    padding: 0 10.8% 0;
    background-image: url(../img/_sp/bg_slider.png);
    background-position: 22% top;
    background-size: 100%;
  }
  .j-section--signup .j-button a:after {
    width: 8px;
    height: 8px;
  }
}

#contentContainer #contentArea {
  position: relative;
  width: auto;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #contentContainer #contentArea {
    font-size: 10px;
  }
}

#contentContainer #contentArea strong {
  font-weight: bold;
}

#contentContainer #contentArea a strong {
  color: inherit;
  text-decoration: underline;
}

#contentContainer img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-slide {
  height: auto !important;
  outline: none;
}

@media screen and (max-width: 1025px) {
  #header #headersub {
    margin-top: 60px !important;
  }
}

#topicpath_wrapper {
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .j-container {
    padding: 20px 3%;
  }
}

#totop {
  display: none;
}

@media screen and (max-width: 768px) {
  .j-pconly {
    display: none;
  }
}

.j-sponly {
  display: none;
}

@media screen and (max-width: 768px) {
  .j-sponly {
    display: block;
  }
}

/* gozilla LP Styling
--------------------------------------------------*/
.gozilla__btnstyle01 {
  width: 680px;
  padding: 53px 0 148px;
  margin: auto;
}

.gozilla__btnstyle01 a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 21px 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 3px solid #fff;
}

.gozilla__btnstyle01 a span:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  vertical-align: unset;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gozilla__btnstyle01_anc a span:after {
  margin-top: 1px;
  vertical-align: text-top;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.gozilla__top {
  position: relative;
  margin: auto;
  line-height: 0;
  background: url(../img/bg_repeat_pc.png) repeat;
}

@media screen and (max-width: 768px) {
  .gozilla__top {
    background: url(../img/bg_repeat_sp.png) repeat;
    background-size: 100%;
  }
}

#header #headerArea #headersub {
  margin-top: 128px;
}

@media screen and (max-width: 1799px) {
  #header #headerArea #headersub {
    margin-top: 105px;
  }
}

/* header fix */
@media (max-width: 1024px) and (min-width: 912px) {
  #header #headersub {
    width: 92%;
    margin: 94px 4% 0;
    margin-top: 100px;
  }
}

@media screen and (max-width: 1600px) {
  .gozilla__top {
    /* margin-top: -21px; */
  }
}

@media screen and (max-width: 768px) {
  .gozilla__btnstyle01 a span:after {
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .gozilla__btnstyle01_anc a span:after {
    margin-top: 1px;
    vertical-align: text-top;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .gozilla__btnstyle01 {
    width: 300px;
    padding: 16px 0 50px;
  }
  .gozilla__btnstyle01 a {
    padding: 11px 0;
    font-size: 12px;
    border: 1px solid #fff;
  }
  .gozilla__top {
    padding-bottom: 0;
    margin-top: 1px;
  }
}

.gozilla__contents {
  position: relative;
  background: #f9f9d3;
}

/* gozilla__details
--------------------------------------------------*/
.gozilla__details {
  position: relative;
  padding-bottom: 58px;
  margin-top: 85px;
}

.gozilla__details_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1680px;
  margin: auto;
}

.gozilla__details_bottom {
  background: none;
}

#contentContainer #contentArea .gozilla__details_lead p {
  position: relative;
  z-index: 5;
  padding: 10px 0 170px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  text-align: center;
}

#contentContainer #contentArea .gozilla_info_leadttl {
  position: relative;
  width: 100%;
  max-width: 1166px;
  padding-top: 15px;
  margin: auto;
}

.gozilla__details_lead p {
  margin: 0px 0;
}

.gozilla__details_inner {
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1150px;
  padding: 0 15px;
  margin: auto;
  color: #111111;
}

.gozilla__details_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gozilla__details_note {
  margin-top: 24px;
}

.gozilla__details_wrapper > dl,
.gozilla__details_wrapper > div {
  width: 47.5%;
}

.gozilla__details h2 {
  margin: 0 51px;
  text-align: center;
}

.gozilla__details h3 {
  padding: 13px 0 8px 0;
  margin: auto;
  font-family: jins_next_ttlight;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #eb8d13;
}

.gozilla__details .gozilla_info_ttl {
  padding: 0 0 40px;
}

.gozilla__details_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 27px 0 22px 0;
}

.gozilla__details_date dt {
  min-width: 70px;
  padding: 12px 0 14px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #eb8d13;
}

.gozilla__details_date dd {
  margin-top: -5px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.gozilla__details_date:not(:last-child) dd {
  margin-right: 20px;
}

.gozilla__details_date:nth-of-type(1) dd {
  width: 307px;
}

.gozilla__details_date:nth-of-type(2) dd {
  width: 250px;
  margin-top: -14px;
}

.gozilla__details_date:nth-of-type(3) {
  margin-left: 42px;
}

#contentContainer #contentArea .gozilla__details_date dd p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #111111;
}

.gozilla__details_date dd .item_name {
  display: inline-block;
  width: 100px;
  padding-right: 20px;
}

.gozilla__details_date dd .price {
  font-size: 28px;
}

.gozilla__details_date dd .tax {
  font-size: 14px;
}

.gozilla__details_date dd .note {
  position: absolute;
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

#contentContainer #contentArea .gozilla__details_txt p {
  padding: 36px 0 14px;
  font-size: 20px;
  line-height: 2;
  color: #111111;
  text-align: center;
}

.gozilla__details_date .orange {
  color: #fff;
  background: #d25807;
}

.gozilla__details_date .green {
  color: #fff;
  background: #11705d;
}

.gozilla__details_box dt {
  padding: 0;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: bold;
}

.gozilla__details_box dd {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  margin-left: 1em;
  font-size: 14px;
  line-height: 1.8;
  text-indent: -1em;
  letter-spacing: -0.03em;
}

.gozilla__details_box dl {
  margin-bottom: 31px;
}

.gozilla__details_box .green {
  color: #0d826b;
}

.gozilla__details_box .orange {
  color: #e3620c;
}

@media screen and (max-width: 1320px) {
  .gozilla__details_bg {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #contentContainer #contentArea .gozilla__details_txt p {
    font-size: 15px;
  }
  .gozilla__details_contents .gozilla__details_wrapper {
    display: block;
  }
  .gozilla__details_contents .gozilla__details_date:nth-of-type(3) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #contentContainer #contentArea .gozilla__details_lead p {
    color: #fff;
  }
  .gozilla__details {
    position: relative;
    padding-bottom: 10%;
    margin-top: 19%;
    background: none;
  }
  .gozilla__details h2 {
    width: 165px;
    width: 44vw;
    margin: 13.9% auto 6%;
  }
  #contentContainer #contentArea .gozilla__details_lead h2 {
    width: 93.7%;
    padding-top: 2.5%;
  }
  #contentContainer #contentArea .gozilla__details_lead p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 62px 14px;
    font-size: 12px;
    line-height: 1.8;
  }
  .gozilla__details_contents {
    padding: 0 0 16px;
  }
  .gozilla__details h3 {
    padding: 7px 0 5px 0;
    font-size: 14px;
  }
  .gozilla__details .gozilla_info_ttl {
    padding: 0;
  }
  .gozilla__details_date dt {
    width: 84px;
    min-width: 84px;
    padding: 12px 0 12px 0;
    font-size: 14px;
  }
  .gozilla__details_date dd {
    margin-top: 0;
    margin-left: 17px;
    font-size: 13px;
  }
  .gozilla__details_date:nth-of-type(2) dd {
    width: auto;
    margin-top: 0;
  }
  .gozilla__details_date:nth-of-type(3) {
    margin-left: 0;
  }
  .gozilla__details_date dd .item_name {
    width: auto;
    min-width: 75px;
    padding-right: 0;
  }
  .gozilla__details_date dd .price {
    font-size: 24px;
  }
  .gozilla__details_date dd .tax {
    font-size: 15px;
  }
  .gozilla__details_date dd .note {
    margin-top: 5px;
    font-size: 11px;
  }
  #contentContainer #contentArea .gozilla__details_date dd p {
    font-size: 15px;
  }
  #contentContainer #contentArea .gozilla__details_txt p {
    padding: 18px 0 0;
    font-size: 12px;
    line-height: 1.7em;
    text-align: left;
  }
  .gozilla__details_box dd {
    font-size: 16px;
  }
  .gozilla__details_wrapper {
    display: block;
  }
  .gozilla__details_box dd {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.85;
  }
  .gozilla__details_note {
    margin-top: 0;
  }
  .gozilla__details_wrapper > dl {
    margin: 18px 0;
  }
  .gozilla__details_wrapper > dl:nth-of-type(2) {
    margin: 18px 0 36px;
  }
  .gozilla__details_wrapper > dl,
  .gozilla__details_wrapper > div {
    width: 100%;
  }
  .gozilla__details_wrapper .gozilla__details_box dl {
    margin: 0 0 0 0;
  }
}

/* gozilla__lineUp
--------------------------------------------------*/
.gozilla__lineUp {
  position: relative;
  padding-top: 58px;
  background: url(../img/bg_repeat_pc.png) repeat;
}

.gozilla__lineUp_title {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .gozilla__lineUp {
    padding-top: 0;
    background: url(../img/bg_repeat_sp.png) repeat;
    background-size: 100%;
  }
  .gozilla__lineUp_title {
    width: auto;
    padding-top: 8%;
    padding-bottom: 9.6%;
    margin: auto;
  }
  .gozilla__lineUp_title svg {
    width: 35.86667vw;
    max-width: 269px;
  }
}

.gozilla__cover {
  overflow-x: hidden;
}

.gozilla__lineUpContent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .gozilla__lineUpContent:before {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  .gozilla__lineUpContent {
    /* width: 1000px; */
  }
}

@media screen and (max-width: 768px) {
  .gozilla__lineUpContent {
    width: 100%;
    padding: 8% 0 0% 0;
    margin-top: -7.9%;
  }
}

.gozilla__lineUpContent_price {
  padding: 35px;
  text-align: center;
}

.gozilla__lineUpContent_menu {
  position: absolute;
  right: 0;
  left: 0;
  /* transition: all .5s ease; */
  z-index: 5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1120px;
  padding: 6px 0 15px;
  margin: auto;
}

.gozilla__lineUpContent_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.gozilla__lineUpContent_menu ul a.j-pconly {
  position: relative;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 1080px) {
  .gozilla__lineUpContent_menu {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .gozilla__lineUpContent_menu ul a.j-pconly {
    display: none;
  }
  .gozilla__lineUpContent_menu {
    width: 100%;
    background-image: none;
  }
  .gozilla__lineUpContent_menu ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }
}

.gozilla__lineUpContent_menu .activenav {
  display: none;
  visibility: hidden;
}

.gozilla__lineUpContent_menu.active .activenav {
  display: block;
  width: 90px;
  visibility: visible;
}

.gozilla__lineUpContent_menu .navtxt {
  display: none;
}

.gozilla__lineUpContent_menu.active .navtxt {
  display: block;
  margin: 4px 30px 0 4px;
}

.gozilla__lineUpContent_menu .normalnav {
  position: relative;
  display: block;
  visibility: visible;
}

.gozilla__lineUpContent_menu .normalnav span {
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.gozilla__lineUpContent_menu.active .normalnav {
  display: none;
  visibility: hidden;
}

.gozilla__lineUpContent_menu.active {
  position: fixed;
  top: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px;
  margin-top: 51px;
  text-align: center;
  background: rgba(238, 232, 190, 0.85);
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.16);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.gozilla__lineUpContent_menu.active ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 765px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.gozilla__lineUpContent_menu.active ul li {
  width: 90px;
  max-width: 90px;
  margin-top: 0;
  margin-right: 2.93%;
}

.gozilla__lineUpContent_menu.active ul li img {
  display: block;
  width: 100%;
  max-width: none !important;
}

.gozilla__lineUpContent_menu ul li {
  display: block;
  float: left;
  margin-top: 8px;
  margin-right: 8px;
}

.gozilla__lineUpContent_menu ul li:last-child {
  margin-right: 0px;
}

.gozilla__lineUpContent_menu:not(.active) ul li a::after {
  display: block;
  width: 100%;
  height: 26px;
  margin-top: 12px;
  content: "";
  background: url(../img/nav_arrow_gozilla.png) no-repeat center;
}

.gozilla__lineUpContent_menu:not(.active) ul :nth-child(2) a::after {
  background: url(../img/nav_arrow_ghidorah.png) no-repeat center;
}

.gozilla__lineUpContent_menu:not(.active) ul :nth-child(3) a::after {
  background: url(../img/nav_arrow_rodan.png) no-repeat center;
}

.gozilla__lineUpContent_menu:not(.active) ul :nth-child(4) a::after {
  background: url(../img/nav_arrow_mothra.png) no-repeat center;
}

.gozilla__lineUpContent_menu:not(.active) ul :nth-child(5) a::after {
  background: url(../img/nav_arrow_anguillas.png) no-repeat center;
}

.gozilla__lineUpContent_menu:not(.active) ul :nth-child(6) a::after {
  background: url(../img/nav_arrow_mechagozilla.png) no-repeat center;
}

.gozilla__lineUpContent_menu:not(.active) ul :nth-child(7) a::after {
  background: url(../img/nav_arrow_all.png) no-repeat center;
}

@media screen and (max-width: 768px) {
  .gozilla__lineUpContent_menu:not(.active) ul li a::after {
    margin-top: -6%;
    background-size: 25% !important;
  }
  .gozilla__lineUpContent_menu.active ul li {
    width: auto;
  }
  .gozilla__lineUpContent_menu.active ul li img {
    width: 100%;
  }
  .gozilla__lineUpContent_menu.active .navtxt {
    margin-right: 1.7%;
  }
  .gozilla__lineUpContent_menu .navtxt {
    width: 11.3%;
    margin-right: 0.7%;
  }
  .gozilla__lineUpContent_menu.active {
    padding: 12px 11px 12px;
    background: rgba(65, 64, 55, 0.85);
  }
  .gozilla__lineUpContent_menu ul li {
    width: 15.9%;
    margin-right: 0.87%;
  }
  .gozilla__lineUpContent_menu.active .activenav {
    width: auto;
  }
}

.gozilla__lineUpContent_menu ul li img {
  max-width: 100%;
}

.gozilla__lineUpContent_menu ul:after {
  display: block;
  clear: both;
  content: "";
}

.gozilla__lineUpContent_buy {
  float: left;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gozilla__lineUpContent_buy + .gozilla__lineUpContent_buy {
  margin-left: 20px;
}

.gozilla__lineUpContent_buy a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  will-change: opacity;
}

.gozilla__lineUpContent_buy p {
  position: relative;
  z-index: 1;
  width: 380px;
  line-height: 0;
}

.gozilla__lineUpContent_buy p:before {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 99.5%;
  height: 99.5%;
  margin: auto;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  content: "";
  background: #fff;
  border-radius: 11% / 50%;
}

@media screen and (max-width: 1240px) {
  .gozilla__lineUpContent_buy:before {
    width: 100%;
  }
  .gozilla__lineUpContent_buy p {
    position: relative;
    width: 100%;
  }
  .gozilla__lineUpContent_buy a {
    width: 100%;
  }
  .gozilla__lineUpContent_buy img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1120px) {
  .gozilla__lineUpContent_buy {
    right: 9%;
    width: 44%;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .gozilla__lineUpContent_buy {
    right: 9%;
    bottom: -6.6%;
    width: 49%;
    font-size: 12px;
  }
  .gozilla__lineUpContent_buy + .gozilla__lineUpContent_buy {
    margin-left: 1.6%;
  }
  .gozilla__lineUpContent_buy p:before {
    content: none;
  }
  .gozilla__lineUpContent_buy a span:after {
    width: 6px;
    height: 6px;
    margin-left: 8px;
    vertical-align: unset;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .gozilla__lineUpContent_buy:before {
    width: 100%;
    height: 103%;
    border-radius: 3px;
    -webkit-transform: skewX(-9deg) translate(3%, 12%) scaleY(1);
    transform: skewX(-9deg) translate(3%, 12%) scaleY(1);
  }
  .gozilla__lineUpContent_buy a {
    font-size: 12px;
    border-width: 2px !important;
  }
  .gozilla__lineUpContent_buy img {
    width: 100%;
    height: auto;
  }
  .gozilla__lineUpContent_menu.active ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0;
  }
  .gozilla__lineUpContent_menu.active ul li {
    width: auto;
    margin-right: 2.25%;
  }
  .gozilla__lineUpContent_menu.active ul li:last-child {
    margin-right: 0;
  }
}

.gozilla__lineUpContent_info {
  position: relative;
  width: 100%;
  padding: 30px 0 100px;
}

.gozilla__lineUpContent_info.c7 {
  padding: 30px 0 150px;
}

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

.gozilla__lineUpContent_text {
  margin: 0 0 40px 128px;
  color: #fff;
}

.gozilla__lineUpContent_slide_title {
  margin: 0 auto;
  text-align: center;
}

.gozilla__lineUpContent_text_area {
  font-size: 15px;
  line-height: 1.8;
}

.gozilla__lineUpContent_slide {
  width: 730px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .gozilla__lineUpContent_slide {
    width: auto;
    margin: 0 6.66667vw;
  }
  .gozilla__lineUpContent_slide_title {
    margin: 0 auto 7.5px;
  }
  .gozilla__lineUpContent_slide_title svg {
    width: 24.26667vw;
    max-width: 182px;
  }
  .gozilla__lineUpContent_text {
    margin: 0 6.66667vw 6.66667vw;
  }
  .gozilla__lineUpContent_text_area {
    font-size: 14px;
    line-height: 1.5;
  }
  .gozilla__lineUpContent_top img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1119px) {
  .gozilla__lineUpContent_slide {
    top: 12%;
    left: 0;
    width: 80%;
  }
}

.gozilla__lineUpContent_stamp_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.gozilla__lineUpContent_stamp_list li:nth-child(1) {
  margin: 0 25px 0 0;
}

.gozilla__lineUpContent_stamp_list li:nth-child(2) {
  margin: 0 20px 0 0;
}

.gozilla__lineUpContent_btn {
  padding-bottom: 25px;
  text-align: center;
}

.gozilla__lineUpContent_btn a {
  display: block;
  width: 330px;
  height: 66px;
  margin: 0 auto;
}

.gozilla__lineUpContent_btn a:hover {
  opacity: 0.8;
}

.gozilla__lineUpContent_wrap {
  position: relative;
}

.gozilla__lineUpContent_info.c1 {
  padding-top: 376px;
  background: url(../img/bg_star_gozilla.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 626px;
}

.gozilla__lineUpContent_info.c1 .gozilla__lineUpContent_wrap {
  background: #009072;
}

.gozilla__lineUpContent_info.c2 {
  background: url(../img/bg_star_ghidorah.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 250px;
}

.gozilla__lineUpContent_info.c2 .gozilla__lineUpContent_wrap {
  background: #fec42d;
}

.gozilla__lineUpContent_info.c2 .gozilla__lineUpContent_text_area {
  color: #e60012;
}

.gozilla__lineUpContent_info.c3 {
  background: url(../img/bg_star_rodan.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 250px;
}

.gozilla__lineUpContent_info.c3 .gozilla__lineUpContent_wrap {
  background: #ec9724;
}

.gozilla__lineUpContent_info.c4 {
  background: url(../img/bg_star_mothra.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 250px;
}

.gozilla__lineUpContent_info.c4 .gozilla__lineUpContent_wrap {
  background: #e04861;
}

.gozilla__lineUpContent_info.c5 {
  background: url(../img/bg_star_anguillas.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 250px;
}

.gozilla__lineUpContent_info.c5 .gozilla__lineUpContent_wrap {
  background: #52b0d7;
}

.gozilla__lineUpContent_info.c6 {
  background: url(../img/bg_star_mechagozilla.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 250px;
}

.gozilla__lineUpContent_info.c6 .gozilla__lineUpContent_wrap {
  background: #97a3aa;
}

.gozilla__lineUpContent_info.c7 {
  background: url(../img/bg_star_all.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 250px;
}

.gozilla__lineUpContent_info.c7 .gozilla__lineUpContent_wrap {
  background: #315bb9;
}

@media screen and (max-width: 768px) {
  .gozilla__lineUpContent_info.c1 {
    padding-top: 0;
    margin-top: 36%;
  }
  .gozilla__lineUpContent_info {
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 0;
    margin-top: 13.4%;
    background: none;
    background-size: 100%;
  }
  .gozilla__lineUpContent_info > div > img {
    max-width: 100%;
  }
  .gozilla__lineUpContent_stamp_list {
    margin: 0 6.66667vw 5.33333vw;
  }
  .gozilla__lineUpContent_stamp_list li {
    width: 24vw;
  }
  .gozilla__lineUpContent_stamp_list li svg {
    width: 24vw;
    max-width: 180px;
  }
  .gozilla__lineUpContent_stamp_list li img {
    width: 100%;
  }
  .gozilla__lineUpContent_btn {
    padding-bottom: 30px;
    text-align: center;
  }
}

.gozilla__lineUpContent_slide.right {
  right: -30px;
  left: auto;
}

@media screen and (max-width: 768px) {
  .gozilla__lineUpContent_slide .sp-thumbnail-container {
    width: 11.8% !important;
    height: 5.6vw !important;
    margin-right: 1.3%;
  }
  .gozilla__lineUpContent_slide .sp-thumbnails {
    height: 20px !important;
  }
}

.gozilla__lineUpContent_stamp_wrap {
  position: absolute;
  bottom: 230px;
  left: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

@media screen and (min-width: 769px) and (max-width: 1119px) {
  .gozilla__lineUpContent_stamp_wrap {
    bottom: 32.5%;
    left: 0;
    width: 80%;
  }
  .c6 .gozilla__lineUpContent_stamp_wrap {
    right: 0;
    bottom: 8%;
    left: 0;
    width: 80%;
  }
  .gozilla__lineUpContent_stamp_sunglasses {
    margin-top: -1.2%;
    margin-left: -7%;
  }
}

@media screen and (min-width: 769px) and (max-width: 920px) {
  .gozilla__lineUpContent_stamp_wrap {
    bottom: 40%;
  }
  .c6 .gozilla__lineUpContent_stamp_wrap {
    bottom: 12%;
  }
}

@media screen and (max-width: 768px) {
  .gozilla__lineUpContent_stamp_wrap {
    position: relative;
    top: 0;
    bottom: auto;
    left: 2%;
    width: 91%;
    margin-top: -11%;
  }
  .c6 .gozilla__lineUpContent_stamp_wrap {
    bottom: 0;
    left: 0;
    margin-top: -11%;
    margin-left: 2%;
  }
  .gozilla__lineUpContent_stamp_sunglasses {
    position: relative;
    margin-top: 0;
    margin-left: -9%;
  }
  .gozilla__lineUpContent_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 80vw;
    max-width: 600px;
    height: 16vw;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}

/* gozilla__bottom
--------------------------------------------------*/
.gozilla__bottom {
  padding-bottom: 20px;
}

.gozilla__bottom_logo {
  font-size: 10px;
}

.gozilla__bottom_pageTop {
  position: fixed;
  right: 3%;
  bottom: 2%;
}

@media screen and (max-width: 768px) {
  .gozilla__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .gozilla__bottom_logo img {
    width: 42px;
  }
  .gozilla__bottom_pageTop {
    position: static;
    width: 36px;
  }
}

/* gozilla__jins3dfit
--------------------------------------------------*/
.gozilla__jins3dfit {
  padding-top: 123px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.gozilla__jins3dfit h2 {
  margin-bottom: 48px;
}

#contentContainer #contentArea .gozilla__jins3dfit_txt {
  margin-bottom: 37px;
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.05em;
}

.gozilla__jins3dfit_img {
  margin-bottom: 25px;
}

#contentContainer #contentArea .gozilla__jins3dfit_attention {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .gozilla__jins3dfit {
    padding-top: 46px;
  }
  .gozilla__jins3dfit h2 {
    width: 176px;
    margin: auto auto 16px;
  }
  #contentContainer #contentArea .gozilla__jins3dfit_txt {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.9;
  }
  .gozilla__jins3dfit_img {
    width: 70%;
    margin: auto auto 8px;
  }
  #contentContainer #contentArea .gozilla__jins3dfit_attention {
    width: 62%;
    margin: auto;
    font-size: 11px;
  }
}

/* gozilla__bnr
--------------------------------------------------*/
.gozilla__bnr {
  padding: 154px 0 197px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .gozilla__bnr {
    width: 92%;
    padding: 74px 0 61px 0;
    margin: auto;
    text-align: center;
  }
}

/* gozilla__allcharactor
--------------------------------------------------*/
.gozilla__allcharactor {
  text-align: center;
}

.gozilla__allcharactor .gozilla__btnstyle01 {
  width: 500px;
  padding-bottom: 82px;
}

@media screen and (max-width: 768px) {
  .gozilla__allcharactor .gozilla__btnstyle01 {
    width: 80%;
    padding: 26px 0 132px 0;
  }
}

/* gozilla_pagetop
--------------------------------------------------*/
#topPage {
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gozilla_pagetop {
  position: fixed;
  right: 3.1%;
  bottom: 22px;
  z-index: 20;
}

.gozilla_pagetop_finger {
  background-repeat: no-repeat;
  background-position: center top;
  /* background-image: url(../img/pagetop_img_off.png); */
  background-size: 100%;
  -webkit-transition: top, transform 0.3s;
  -webkit-transition: top, -webkit-transform 0.3s;
  transition: top, -webkit-transform 0.3s;
  transition: top, transform 0.3s;
  transition: top, transform 0.3s, -webkit-transform 0.3s;
}

@keyframes pageTopRotate {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes pageTopRotate {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes pageTopRotate-reverse {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes pageTopRotate-reverse {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.gozilla_pagetop.go .gozilla_pagetop_finger {
  background: none;
}

.gozilla_pagetop_frame {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.gozilla_pagetop.absolute {
  position: absolute;
}

.go .gozilla_pagetop_finger {
  opacity: 0;
}

.go .gozilla_pagetop_frame {
  position: absolute;
  top: -200%;
}

@media screen and (max-width: 768px) {
  .gozilla_pagetop {
    position: fixed;
    right: 3.1%;
    bottom: 12px;
    z-index: 20;
    width: 18%;
    height: 17.4vw;
  }
}

.gozilla__hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 769px) {
  .gozilla__hover:hover {
    opacity: 0.7;
  }
}

/* gozilla__sns
--------------------------------------------------*/
div.snsContainer {
  width: 994px;
  margin: 0 auto;
}

#snsArea {
  padding: 0;
  margin: 28px 0;
  overflow: hidden;
}

#snsArea li {
  float: left;
  width: 100px;
  height: 20px;
}

/* gozilla__information
--------------------------------------------------*/
.gozilla__information {
  padding: 116px 0;
  background: #f9f9d3;
}

.gozilla__information_content {
  width: 1200px;
  padding: 65px 0 100px 0;
  margin: 0 auto;
  font-family: Roboto, "Noto Sans Japanese", -apple-system, "Droid Sans", Roboto,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,
    HelveticaNeue, Helvetica, sans-serif;
  background: #fff;
}

.gozilla__information_h2 {
  margin-bottom: 50px;
  text-align: center;
}

.gozilla__information_movie {
  margin-bottom: 50px;
  text-align: center;
}

.gozilla__information_movie_sp {
  display: none;
}

.gozilla__information_flow {
  width: 950px;
  margin: 0 auto;
}

.gozilla__information_flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gozilla__information_flow ul li p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.gozilla__information_system {
  margin: 35px 0 40px 0;
  font-size: 12px;
  text-align: center;
}

.gozilla__information_h3 {
  width: 950px;
  padding: 20px 0;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 26px;
  color: #de0b32;
  text-align: center;
  border-top: 2px solid #de0b32;
  border-bottom: 2px solid #de0b32;
}

.gozilla__information_custom {
  margin-bottom: 20px;
  text-align: center;
}

.gozilla__information_att {
  padding-left: 130px;
  margin-bottom: 50px;
}

.gozilla__information_att ul {
  list-style-type: none;
}

.gozilla__information_att ul li {
  margin-left: 1em;
  font-size: 14px;
  line-height: 22px;
  color: #de0b32;
  text-indent: -0.55em;
}

.gozilla__information_buttons {
  width: 580px;
  margin: 0 auto;
}

.gozilla__information_button a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 30px 20px;
  text-align: center;
  background-color: #e30b20;
  border-radius: 4px;
}

.gozilla__information_button a:hover {
  opacity: 0.8;
}

.gozilla__information_button a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  content: " ";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .gozilla__information {
    padding: 40px 15px 23%;
    background-position: 160% 18%;
    background-size: 80%;
  }
  .gozilla__information_content {
    width: auto;
    padding: 30px 15px;
  }
  .gozilla__information_h2 {
    margin-bottom: 40px;
  }
  .gozilla__information_h2 img {
    width: 80%;
  }
  .gozilla__information_movie {
    display: none;
  }
  .gozilla__information_movie_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .gozilla__information_movie_sp_btn {
    width: 35%;
  }
  .gozilla__information_movie_sp_btn a {
    display: inline-block;
    padding: 15px;
    line-height: 0;
    border: 1px solid #cccccc;
  }
  .gozilla__information_movie_sp_link {
    width: 60%;
  }
  .gozilla__information_movie_sp_link ul li {
    margin-bottom: 15px;
  }
  .paint_glasses {
    width: 150px;
  }
  .paint_sunglasses img {
    width: 186px;
  }
  .gozilla__information_flow {
    width: auto;
  }
  .gozilla__information_flow ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gozilla__information_flow ul li {
    width: 48%;
    margin-bottom: 25px;
  }
  .gozilla__information_flow ul li p {
    font-size: 11px;
    line-height: 20px;
  }
  .gozilla__information_flow ul li img {
    width: 100%;
  }
  .gozilla__information_system {
    margin: 0 0 20px 0;
    font-size: 11px;
    line-height: 20px;
    text-align: left;
  }
  .gozilla__information_h3 {
    width: auto;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .gozilla__information_att {
    padding-left: 0;
    margin-bottom: 25px;
  }
  .gozilla__information_att ul li {
    font-size: 13px;
    line-height: 21px;
  }
  .gozilla__information_buttons {
    width: 100%;
  }
  .gozilla__information_buttons img {
    width: 75%;
  }
  .gozilla__information_button a {
    padding: 25px 20px;
    border-radius: 8px;
  }
  .gozilla__information_button a:before {
    left: 5%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
  .gozilla__information_content {
    width: 90%;
  }
  .gozilla__information_flow {
    width: 90%;
  }
  .gozilla__information_flow ul li {
    width: 24%;
  }
  .gozilla__information_h3 {
    width: 90%;
  }
  .gozilla__information_att {
    padding-right: 9%;
    padding-left: 9%;
  }
}

/* j-section--signup
--------------------------------------------------*/
.j-section--signup {
  padding: 40px 0;
  text-align: center;
  background-color: #f6f6f6;
}

.j-section--signup__index {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #083374;
}

.j-section--signup__text {
  margin-bottom: 20px;
  font-weight: bold;
}

.j-section--signup .j-button {
  display: inline-block;
  width: 440px;
  margin-bottom: 10px;
  line-height: 1;
  vertical-align: top;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.j-section--signup .j-button a {
  position: relative;
  display: block;
  padding: 30px 20px;
  font-size: 1.714em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #3a4863;
  border-radius: 4px;
}

.j-section--signup .appArea {
  padding: 20px 0 0 0;
  color: #394664;
  text-align: center;
}

.j-section--signup .appArea_title {
  margin-bottom: 10px;
  font-weight: 700;
  font-weight: bold;
  line-height: 1.5;
  color: #394664 !important;
}

.j-section--signup .appArea {
  background-color: #f5f7f9;
}

.j-section--signup .appArea {
  padding-right: 5%;
  padding-left: 5%;
}

.j-section--signup .appArea_detail {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.j-section--signup .appArea_detail dl {
  width: 48%;
}

.j-section--signup .appArea_detail dl dt {
  padding: 3px;
  margin-bottom: 22px;
  font-family: axisstd_l;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #da7374;
  border-radius: 9999px;
}

.j-section--signup .appArea_detail dl dd {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.j-section--signup .appArea_detail dl .bnr,
.j-section--signup .appArea_detail dl .qr {
  display: table-cell;
  vertical-align: middle;
}

.j-pageTop {
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 10;
}

.j-pageTop a {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .j-section--signup {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .j-section--signup__index {
    margin-bottom: 20px;
    font-size: 1.2em;
  }
  .j-section--signup .j-button {
    width: 230px;
  }
  .j-section--signup .j-button a {
    padding: 15px;
  }
  .j-section--signup .appArea_title {
    padding: 1%;
    font-size: 14px;
  }
  .j-section--signup .appArea_detail dl dt {
    display: none;
  }
  .j-section--signup .appArea_detail dl dd {
    display: block;
    width: auto;
    text-align: center;
  }
  .j-section--signup .appArea_detail dl .qr {
    display: none;
  }
  .j-section--signup .appArea_detail dl .bnr {
    display: block;
    padding-right: 0;
  }
  .j-pageTop a {
    max-width: 65px;
  }
  .oneday_banner {
    display: none;
  }
}

/* 受注終了表示
--------------------------------------------------*/
.end__top_txt {
  height: 55px;
  padding-top: 0.8em;
  font-size: 24px;
  font-weight: bold;
  color: #ef0327 !important;
  text-align: center;
}

@media screen and (max-width: 911px) {
  .end__top_txt {
    height: auto;
    padding-top: 0.8em;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5em;
    color: #ef0327 !important;
    text-align: center;
  }
}

.end__through_txt {
  text-decoration: line-through;
}
