@charset "UTF-8";
/*   BASE
================================================ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  color: #000; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop html, *::-ms-backdrop body, *::-ms-backdrop div, *::-ms-backdrop span, *::-ms-backdrop object, *::-ms-backdrop iframe,
  *::-ms-backdrop h1, *::-ms-backdrop h2, *::-ms-backdrop h3, *::-ms-backdrop h4, *::-ms-backdrop h5, *::-ms-backdrop h6, *::-ms-backdrop p, *::-ms-backdrop blockquote, *::-ms-backdrop pre,
  *::-ms-backdrop abbr, *::-ms-backdrop address, *::-ms-backdrop cite, *::-ms-backdrop code,
  *::-ms-backdrop del, *::-ms-backdrop dfn, *::-ms-backdrop em, *::-ms-backdrop img, *::-ms-backdrop ins, *::-ms-backdrop kbd, *::-ms-backdrop q, *::-ms-backdrop samp,
  *::-ms-backdrop small, *::-ms-backdrop strong, *::-ms-backdrop sub, *::-ms-backdrop sup, *::-ms-backdrop var,
  *::-ms-backdrop b, *::-ms-backdrop i,
  *::-ms-backdrop dl, *::-ms-backdrop dt, *::-ms-backdrop dd, *::-ms-backdrop ol, *::-ms-backdrop ul, *::-ms-backdrop li,
  *::-ms-backdrop fieldset, *::-ms-backdrop form, *::-ms-backdrop label, *::-ms-backdrop legend,
  *::-ms-backdrop table, *::-ms-backdrop caption, *::-ms-backdrop tbody, *::-ms-backdrop tfoot, *::-ms-backdrop thead, *::-ms-backdrop tr, *::-ms-backdrop th, *::-ms-backdrop td,
  *::-ms-backdrop article, *::-ms-backdrop aside, *::-ms-backdrop canvas, *::-ms-backdrop details, *::-ms-backdrop figcaption, *::-ms-backdrop figure,
  *::-ms-backdrop footer, *::-ms-backdrop header, *::-ms-backdrop hgroup, *::-ms-backdrop menu, *::-ms-backdrop nav, *::-ms-backdrop section, *::-ms-backdrop summary,
  *::-ms-backdrop time, *::-ms-backdrop mark, *::-ms-backdrop audio, *::-ms-backdrop video, *::-ms-backdrop input, *::-ms-backdrop textarea, .-frame a html, .-frame a body, .-frame a div, .-frame a span, .-frame a object, .-frame a iframe,
  .-frame a h1, .-frame a h2, .-frame a h3, .-frame a h4, .-frame a h5, .-frame a h6, .-frame a p, .-frame a blockquote, .-frame a pre,
  .-frame a abbr, .-frame a address, .-frame a cite, .-frame a code,
  .-frame a del, .-frame a dfn, .-frame a em, .-frame a img, .-frame a ins, .-frame a kbd, .-frame a q, .-frame a samp,
  .-frame a small, .-frame a strong, .-frame a sub, .-frame a sup, .-frame a var,
  .-frame a b, .-frame a i,
  .-frame a dl, .-frame a dt, .-frame a dd, .-frame a ol, .-frame a ul, .-frame a li,
  .-frame a fieldset, .-frame a form, .-frame a label, .-frame a legend,
  .-frame a table, .-frame a caption, .-frame a tbody, .-frame a tfoot, .-frame a thead, .-frame a tr, .-frame a th, .-frame a td,
  .-frame a article, .-frame a aside, .-frame a canvas, .-frame a details, .-frame a figcaption, .-frame a figure,
  .-frame a footer, .-frame a header, .-frame a hgroup, .-frame a menu, .-frame a nav, .-frame a section, .-frame a summary,
  .-frame a time, .-frame a mark, .-frame a audio, .-frame a video, .-frame a input, .-frame a textarea {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif; } }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

li {
  list-style: none; }

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

input, select {
  vertical-align: middle; }

strong {
  font-weight: normal; }

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

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

.fix:after {
  clear: both; }

.fix {
  *zoom: 1; }

/*  メディアクエリ   */
/*  Padding　（レイアウト関係）  */
.-white {
  color: #fff; }

.-sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .-sp {
      display: inherit; } }

.-tab {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .-tab {
      display: inherit !important; } }

.-pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .-pc {
      display: inherit; } }

.-pc_lrage {
  display: none !important; }
  @media screen and (min-width: 1024px) {
    .-pc_lrage {
      display: inherit !important; } }

.non-pc {
  display: inherit; }
  @media screen and (min-width: 768px) {
    .non-pc {
      display: none; } }

a {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer; }

p {
  line-height: 1.6; }

img {
  vertical-align: bottom; }

br {
  color: rgba(255, 255, 255, 0); }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; }
    a[href^="tel:"]::after {
      content: none; } }

/*   COMPONENTS
================================================ */
/*  main contents  */
.main-img {
  background: url(../img/main-img.jpg) no-repeat center center/cover;
  height: 100vh;
  width: 100%;
  position: relative;
  top: 0;
  left: 0; }
  .main-img:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1); }
  .main-img.-mailpage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; }
    .main-img.-mailpage:after {
      background: rgba(0, 0, 0, 0.8); }
  .main-img.-thanks:after {
    background: rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 600px) {
    .main-img.-thanks .ttl-box {
      padding: 0 6%; }
      .main-img.-thanks .ttl-box p {
        font-size: 2rem;
        line-height: 2.4rem; } }
  .main-img .ttl-box {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2; }
    @media screen and (max-width: 600px) {
      .main-img .ttl-box {
        top: 53%; } }
    .main-img .ttl-box .main-ttl {
      max-width: 640px;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      -webkit-filter: drop-shadow(2px 2px 10px black);
      filter: drop-shadow(2px 2px 10px black); }
      .main-img .ttl-box .main-ttl img {
        width: 100%; }
        @media screen and (max-width: 768px) {
          .main-img .ttl-box .main-ttl img {
            width: 90%; } }
        @media screen and (max-width: 600px) {
          .main-img .ttl-box .main-ttl img {
            width: 90%; } }
        @media screen and (max-width: 360px) {
          .main-img .ttl-box .main-ttl img {
            width: 80%; } }
    .main-img .ttl-box p {
      text-align: center;
      margin: 0 auto;
      margin-top: 50px;
      width: 640px;
      color: #fff;
      font-size: 3rem;
      font-family: "Noto Sans JP";
      line-height: 3.4rem; }
      @media screen and (max-width: 600px) {
        .main-img .ttl-box p {
          width: 120%; }
          .main-img .ttl-box p img {
            width: 100%; } }
      @media screen and (max-width: 768px) {
        .main-img .ttl-box p {
          width: 85%; } }
      @media screen and (max-width: 600px) {
        .main-img .ttl-box p {
          width: 80%;
          margin-top: 30px; } }
      @media screen and (max-width: 360px) {
        .main-img .ttl-box p {
          width: 80%;
          margin-top: 20px; } }
  .main-img .ramen-box {
    position: absolute;
    width: 1024px;
    height: 760px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .main-img .ramen-box {
        width: 100%;
        height: 100vh;
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    .main-img .ramen-box p {
      position: absolute; }
      .main-img .ramen-box p:first-child {
        top: 13%;
        left: 1%;
        width: 18%; }
        @media screen and (max-width: 768px) {
          .main-img .ramen-box p:first-child {
            width: 25%;
            top: 16%;
            left: 1%; } }
        @media screen and (max-width: 600px) {
          .main-img .ramen-box p:first-child {
            width: 30%;
            top: 20%;
            left: -6%; } }
      .main-img .ramen-box p:nth-of-type(2) {
        bottom: 15%;
        left: 0%;
        width: 25%; }
        @media screen and (max-width: 768px) {
          .main-img .ramen-box p:nth-of-type(2) {
            width: 45%;
            bottom: -5%; } }
        @media screen and (max-width: 600px) {
          .main-img .ramen-box p:nth-of-type(2) {
            width: 50%;
            bottom: 1%;
            left: -5%; } }
      .main-img .ramen-box p:nth-of-type(3) {
        top: 16%;
        right: 4%;
        width: 15%; }
        @media screen and (max-width: 768px) {
          .main-img .ramen-box p:nth-of-type(3) {
            width: 30%;
            right: 2%;
            top: 12%; } }
        @media screen and (max-width: 600px) {
          .main-img .ramen-box p:nth-of-type(3) {
            width: 30%;
            right: -2%;
            top: 16%; } }
      .main-img .ramen-box p:nth-of-type(4) {
        bottom: 20%;
        right: 0%;
        width: 20%; }
        @media screen and (max-width: 768px) {
          .main-img .ramen-box p:nth-of-type(4) {
            width: 30%;
            bottom: 5%;
            right: 5%; } }

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.thanks-icon {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 160px;
  -webkit-animation-name: wave;
  animation-name: wave;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }
  @media screen and (max-width: 600px) {
    .thanks-icon {
      right: 15px;
      bottom: 20px;
      width: 100px; } }

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  100% {
    -webkit-transform: translate(0, -0.05px);
    transform: translate(0, -0.05px); } }

@keyframes wave {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  100% {
    -webkit-transform: translate(0, -0.05px);
    transform: translate(0, -0.05px); } }

#top-wakuwaku {
  position: relative; }

/*   LAYOUT
================================================ */
section {
  padding: 100px 0 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    section {
      padding: 100px 0 0; } }
  @media screen and (max-width: 600px) {
    section {
      padding: 80px 0 0; } }
  section.bg-gray {
    background: rgba(0, 0, 0, 0.05);
    padding: 100px 0;
    position: relative;
    margin-top: 110px; }
    @media screen and (max-width: 768px) {
      section.bg-gray {
        padding: 100px 0; } }
    @media screen and (max-width: 600px) {
      section.bg-gray {
        padding: 80px 0; } }
    section.bg-gray.-black {
      background: #000;
      padding: 80px 0; }

aside {
  background: #E60012;
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 600px) {
    aside {
      padding-bottom: 180px;
      overflow: hidden; } }
  aside .sawasan {
    position: absolute;
    bottom: -80px;
    right: -15%;
    height: 580px;
    width: 300px;
    z-index: 0; }
    @media screen and (min-width: 1280px) {
      aside .sawasan {
        right: 7% !important; } }
    @media screen and (max-width: 768px) {
      aside .sawasan {
        right: -20% !important; } }
    @media screen and (max-width: 600px) {
      aside .sawasan {
        position: absolute;
        bottom: -100px;
        right: 10%;
        height: 300px;
        width: 240px;
        z-index: 0; } }

@keyframes fadeIn {
  0% {
    top: -100px;
    opacity: 0; }
  100% {
    top: -10px;
    opacity: 1; } }

body {
  position: relative; }
  body:before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    position: fixed;
    top: -30%;
    left: -20%;
    width: 800px;
    /*画像の幅*/
    height: 800px;
    /*画像の高さ*/
    background: url(../img/bg-fude.svg) no-repeat;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
    opacity: 0.5;
    -webkit-animation: 30s linear infinite rotation1;
    animation: 30s linear infinite rotation1; }
    @media screen and (max-width: 1024px) {
      body:before {
        width: 700px;
        /*画像の幅*/
        height: 700px;
        /*画像の高さ*/
        top: -40%; } }
  body:after {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    position: fixed;
    bottom: -40%;
    right: -20%;
    width: 800px;
    /*画像の幅*/
    height: 800px;
    /*画像の高さ*/
    background: url(../img/bg-fude.svg) no-repeat;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
    opacity: 0.5;
    -webkit-animation: 30s linear infinite rotation2;
    animation: 30s linear infinite rotation2; }
    @media screen and (max-width: 1024px) {
      body:after {
        width: 700px;
        /*画像の幅*/
        height: 700px;
        /*画像の高さ*/
        bottom: -50%; } }

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

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

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

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

.container {
  overflow: hidden;
  position: relative; }

.inner-container {
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .inner-container {
      width: 1024px;
      padding: 0px; } }
  @media screen and (max-width: 1024px) {
    .inner-container {
      padding: 0 6vw; } }
  @media screen and (max-width: 768px) {
    .inner-container.-kansha {
      padding: 0; } }
  .inner-container.-mail-box .-kanete {
    position: relative; }
    .inner-container.-mail-box .-kanete:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: -90px;
      left: 1rem;
      width: 240px;
      height: 90px;
      background: url(../img/text-kanete2.svg) no-repeat; }
      @media screen and (max-width: 768px) {
        .inner-container.-mail-box .-kanete:before {
          width: 200px;
          height: 80px;
          left: -2rem; } }

/*   カラム表示
================================================ */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .column > .inner {
      width: auto; } }
  @media screen and (min-width: 600px) {
    .column.-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  .column.-column1 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px; }
    .column.-column1 img {
      width: 100%; }
    @media screen and (max-width: 600px) {
      .column.-column1 {
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .column.-column1 {
        width: 80%;
        text-align: center;
        margin: 0 auto; }
        .column.-column1 img {
          width: 100%; } }
  .column.-column2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .column.-column2 > .inner {
      width: 46%;
      margin-top: 40px; }
      .column.-column2 > .inner img {
        width: 100%; }
      @media screen and (min-width: 768px) {
        .column.-column2 > .inner:first-child {
          margin-top: 20px; }
        .column.-column2 > .inner:nth-of-type(2) {
          margin-top: 20px; } }
      @media screen and (max-width: 768px) {
        .column.-column2 > .inner {
          width: 46%; } }
      @media screen and (max-width: 600px) {
        .column.-column2 > .inner {
          width: 100%; }
          .column.-column2 > .inner:first-child {
            margin-top: 0; } }
  .column.-two-third {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 600px) {
      .column.-two-third {
        margin-bottom: 30px; }
        .column.-two-third:last-child {
          margin-bottom: 0; } }
    .column.-two-third > .inner:first-child {
      width: 100%; }
      @media screen and (min-width: 600px) {
        .column.-two-third > .inner:first-child {
          width: 60%; } }
    .column.-two-third > .inner:last-child {
      width: 100%; }
      @media screen and (max-width: 600px) {
        .column.-two-third > .inner:last-child {
          margin-bottom: 1rem; } }
      @media screen and (min-width: 600px) {
        .column.-two-third > .inner:last-child {
          width: 36%; } }
  .column.-column3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .column.-column3 > .inner {
      width: 32%;
      margin-top: 30px; }
      .column.-column3 > .inner:nth-child(1) {
        margin-top: 0; }
      .column.-column3 > .inner:nth-child(2) {
        margin-top: 0; }
      .column.-column3 > .inner:nth-child(3) {
        margin-top: 0; }
      @media screen and (max-width: 768px) {
        .column.-column3 > .inner {
          width: 46%; }
          .column.-column3 > .inner:last-child {
            margin-top: 40px; } }
      @media screen and (max-width: 600px) {
        .column.-column3 > .inner {
          margin-top: 20px;
          width: 100%; }
          .column.-column3 > .inner:nth-child(1) {
            margin-top: 0; }
          .column.-column3 > .inner:nth-child(2) {
            margin-top: 20px; }
          .column.-column3 > .inner:nth-child(3) {
            margin-top: 20px; } }
  .column.-column4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .column.-column4 > .inner {
      width: 24%; }
      .column.-column4 > .inner .objectfit {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .column.-column4 > .inner .objectfit:hover {
          opacity: 0.8;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        @media screen and (max-width: 1024px) {
          .column.-column4 > .inner .objectfit {
            height: 200px; } }
        @media screen and (max-width: 768px) {
          .column.-column4 > .inner .objectfit {
            height: 160px; } }
      @media screen and (max-width: 600px) {
        .column.-column4 > .inner {
          width: 48%;
          margin-top: 20px; }
          .column.-column4 > .inner:nth-child(1) {
            margin-top: 0; }
          .column.-column4 > .inner:nth-child(2) {
            margin-top: 0; } }

/*   段落・テキスト
------------------------------------------ */
.ttl-pc {
  text-align: center;
  margin: 0 auto; }
  .ttl-pc img {
    height: 140px; }
    @media screen and (max-width: 768px) {
      .ttl-pc img {
        height: 110px; } }
  .ttl-pc.-short img {
    height: 63px; }
    @media screen and (max-width: 768px) {
      .ttl-pc.-short img {
        height: 50px; } }

.ttl-pc.-mendan {
  text-align: center;
  margin: 0 auto; }
  .ttl-pc.-mendan img {
    height: 120px; }
    @media screen and (max-width: 768px) {
      .ttl-pc.-mendan img {
        height: 95px; } }

.ttl-sp {
  text-align: center;
  margin: 0 auto; }
  .ttl-sp img {
    height: 120px; }
    @media screen and (max-width: 360px) {
      .ttl-sp img {
        height: 90px; } }
  .ttl-sp.-short img {
    height: 78px; }
    @media screen and (max-width: 360px) {
      .ttl-sp.-short img {
        height: 57px; } }
  .ttl-sp.-short2 img {
    height: 35px; }
    @media screen and (max-width: 360px) {
      .ttl-sp.-short2 img {
        height: 26px; } }

.-underline {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .-underline {
      margin-top: 20px; } }

.boom-img {
  margin-top: -100px;
  margin-left: -50px; }
  @media screen and (max-width: 600px) {
    .boom-img {
      margin-top: -50px; } }

.feature-box li {
  position: relative;
  border: 4px solid #000;
  padding: 20px;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .feature-box li {
      border: 2px solid #000; } }
  .feature-box li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    left: -15px;
    height: 90px;
    width: 90px;
    background: url(../img/icon-circle_red.svg) no-repeat; }
    @media screen and (max-width: 768px) {
      .feature-box li:before {
        height: 90px;
        width: 90px; } }
    @media screen and (max-width: 600px) {
      .feature-box li:before {
        height: 80px;
        width: 80px; } }

.icon {
  position: absolute;
  top: 30px;
  left: 0px;
  font-family: ro-shino-std, serif;
  font-size: 1.3rem;
  color: #fff; }
  @media screen and (max-width: 600px) {
    .icon {
      font-size: 1.2rem; } }
  @media screen and (max-width: 360px) {
    .icon {
      left: -5px; } }
  .icon span {
    font-family: ro-shino-std, serif;
    font-size: 2rem;
    color: #fff; }
    @media screen and (max-width: 600px) {
      .icon span {
        font-size: 1.7rem; } }
  .icon.-support {
    font-size: 1.3rem;
    letter-spacing: -0.3rem;
    text-align: center;
    line-height: 1.5rem;
    top: 20px;
    margin-left: -3px; }
    @media screen and (max-width: 600px) {
      .icon.-support {
        font-size: 1.2rem; } }
  .icon.-reason {
    top: 20px;
    font-size: 1.5rem; }

.icon-ttl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  padding-left: 25%;
  line-height: 2rem;
  margin-top: 10px; }
  .icon-ttl.-red {
    color: #E60012; }

.contents-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .contents-box li:first-child {
    position: relative;
    letter-spacing: -.1rem; }
    .contents-box li:first-child:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0px;
      left: -15px;
      height: 95px;
      width: 95px;
      background: url(../img/icon-circle_red.svg) no-repeat; }
      @media screen and (max-width: 600px) {
        .contents-box li:first-child:before {
          height: 88px;
          width: 88px; } }
      @media screen and (max-width: 360px) {
        .contents-box li:first-child:before {
          left: -18px;
          height: 85px;
          width: 85px; } }
  .contents-box.-black li:first-child:before {
    background: url(../img/icon-circle_black.svg) no-repeat; }
    @media screen and (max-width: 360px) {
      .contents-box.-black li:first-child:before {
        left: -18px; } }
  .contents-box .icon-ttl {
    padding-left: 18%;
    margin-top: 0;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .contents-box .icon-ttl {
        padding-left: 24%; } }
    @media screen and (max-width: 360px) {
      .contents-box .icon-ttl {
        padding-left: 28%;
        font-size: 1.5rem;
        line-height: 1.8rem; } }
  .contents-box p:last-child {
    padding-left: 18%; }
    @media screen and (max-width: 768px) {
      .contents-box p:last-child {
        padding-left: 24%; } }
    @media screen and (max-width: 360px) {
      .contents-box p:last-child {
        padding-left: 28%;
        font-size: .9rem; } }
  .contents-box.-orner {
    padding-bottom: 40px;
    border-bottom: 1px solid #000; }
    @media screen and (max-width: 600px) {
      .contents-box.-orner:last-child {
        border-bottom: none;
        margin-bottom: -100px; } }
    .contents-box.-orner .-text {
      padding-left: 13%; }
      @media screen and (max-width: 768px) {
        .contents-box.-orner .-text {
          padding-left: 16%; } }
      @media screen and (max-width: 600px) {
        .contents-box.-orner .-text {
          padding-left: 27%; } }
    .contents-box.-orner .icon-ttl {
      padding-left: 13%; }
      @media screen and (max-width: 768px) {
        .contents-box.-orner .icon-ttl {
          padding-left: 16%; } }
      @media screen and (max-width: 600px) {
        .contents-box.-orner .icon-ttl {
          padding-left: 27%; } }
    .contents-box.-orner .no-icon {
      padding-left: 13%; }
      @media screen and (max-width: 768px) {
        .contents-box.-orner .no-icon {
          padding-left: 16%; } }
      @media screen and (max-width: 600px) {
        .contents-box.-orner .no-icon {
          padding-left: 27%; } }
      .contents-box.-orner .no-icon li:first-child {
        margin-top: 0; }
        .contents-box.-orner .no-icon li:first-child p {
          padding-left: 0; }
        .contents-box.-orner .no-icon li:first-child:before {
          content: none; }

.sttl-eng {
  width: 125px;
  margin-top: 80px;
  margin: 0 auto; }

.sttl {
  text-align: center;
  font-family: ro-shino-std, serif;
  font-weight: bold;
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0rem;
  line-height: 3rem;
  position: relative;
  margin-bottom: 40px;
  letter-spacing: -0.1rem; }
  .sttl br {
    display: none; }
  @media screen and (max-width: 768px) {
    .sttl {
      font-size: 1.8rem; } }
  @media screen and (max-width: 600px) {
    .sttl {
      font-size: 1.8rem;
      line-height: 2rem; }
      .sttl br {
        display: block; } }
  @media screen and (max-width: 360px) {
    .sttl {
      font-size: 1.5rem;
      line-height: 1.6rem; } }
  .sttl:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 55px;
    width: 660px;
    background: url(../img/frame-long.svg) no-repeat; }
    @media screen and (max-width: 600px) {
      .sttl:before {
        height: 76px;
        width: 360px;
        left: 55%;
        background: url(../img/frame-small.svg) no-repeat; } }
    @media screen and (max-width: 360px) {
      .sttl:before {
        height: 72px;
        width: 290px;
        left: 50%;
        top: 55%;
        background: url(../img/frame-small.svg) no-repeat; } }
  .sttl.-short:before {
    background: url(../img/frame-short.svg) no-repeat;
    width: 270px;
    left: 50%; }
    @media screen and (max-width: 600px) {
      .sttl.-short:before {
        top: 80%; } }

.sttl-small {
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .sttl-small {
      font-size: 1.6rem;
      margin-top: 0; } }
  @media screen and (max-width: 360px) {
    .sttl-small {
      font-size: 1.2rem;
      margin-top: 0; } }

.mendan-box {
  position: relative; }
  .mendan-box:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -70px;
    left: 1rem;
    width: 240px;
    height: 90px;
    background: url(../img/text-kanete.svg) no-repeat; }
    @media screen and (min-width: 1280px) {
      .mendan-box:before {
        width: 240px;
        height: 90px;
        top: -40px;
        left: 5rem; } }
    @media screen and (max-width: 1024px) {
      .mendan-box:before {
        width: 240px;
        height: 90px;
        top: -30px;
        left: 2rem; } }
    @media screen and (max-width: 768px) {
      .mendan-box:before {
        top: -70px; } }
    @media screen and (max-width: 600px) {
      .mendan-box:before {
        width: 180px;
        height: 76px;
        top: -70px;
        left: 0rem; } }
  .mendan-box h3 {
    z-index: 2;
    position: relative; }
  .mendan-box p {
    color: #fff; }
  .mendan-box .-column2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mendan-box .-column2 .inner {
      width: auto;
      margin: 0 2%; }
  .mendan-box .-tel {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    font-family: "Noto Sans JP";
    font-weight: bold;
    line-height: 2.2rem;
    margin-top: 5px; }
    @media screen and (max-width: 600px) {
      .mendan-box .-tel {
        font-size: 2rem; } }
    .mendan-box .-tel span {
      text-align: center;
      display: block;
      color: #fff;
      font-family: "Noto Sans JP";
      font-weight: bold; }

.-sawasan p {
  margin-top: -120px; }
  @media screen and (max-width: 768px) {
    .-sawasan p {
      margin-top: 0;
      width: 120%;
      margin-left: -20px; } }
  @media screen and (max-width: 600px) {
    .-sawasan p {
      margin-top: 0;
      width: 100%;
      margin-left: 0px; } }

.mail-form {
  background: #fff; }

.-red {
  color: #E60012; }

.company-list {
  border-collapse: collapse;
  width: 100% !important;
  color: #000; }
  @media screen and (min-width: 1024px) {
    .company-list br {
      display: inline;
      padding: 20px; } }
  @media screen and (max-width: 600px) {
    .company-list {
      border: none;
      margin-left: 0; } }
  .company-list th,
  .company-list td {
    width: 23%;
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
    line-height: 1.4;
    font-size: 1.2rem;
    font-weight: bold;
    vertical-align: middle; }
    .company-list th.-long,
    .company-list td.-long {
      width: 38%; }
    @media screen and (min-width: 1024px) {
      .company-list th,
      .company-list td {
        padding: 10px 20px; } }
    @media screen and (min-width: 1280px) {
      .company-list th,
      .company-list td {
        padding: 10px 35px; } }
    .company-list th img,
    .company-list td img {
      width: 70%;
      padding-top: 10px; }
    @media screen and (max-width: 600px) {
      .company-list th,
      .company-list td {
        padding: 10px 10px; } }
  .company-list th {
    font-weight: bold;
    width: 30%; }
    .company-list th span {
      font-size: 0.7rem; }
    @media screen and (max-width: 600px) {
      .company-list th {
        padding: 4px 10px;
        display: block;
        width: 100%;
        border: none;
        font-weight: bold;
        border-bottom: 1px solid #999; } }
  .company-list td a {
    color: #000; }
  @media screen and (max-width: 600px) {
    .company-list td {
      display: block;
      width: 100%;
      border: none;
      margin-bottom: 10px; } }

.footer_logo {
  width: 200px;
  text-align: center;
  margin: 0 auto; }
  .footer_logo img {
    width: 100%; }

.copyright {
  padding-top: 30px;
  width: 100%;
  font-size: 12px;
  text-align: center; }

.footer_pp {
  position: absolute;
  right: 5%;
  bottom: 6px;
  color: #E60012;
  font-size: 12px; }

@media screen and (max-width: 768px) {
  .-pc.pt100 {
    display: none !important; } }

.line-box {
  padding: 40px 0;
  margin: 0 auto; }
  .line-box p {
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom: 20px; }
    .line-box p span {
      font-weight: normal; }
    .line-box p img {
      width: 160px; }
  .line-box .line-btn {
    margin-bottom: 20px; }
    .line-box .line-btn a {
      background: #00B900;
      border-radius: 6px;
      color: #fff;
      font-family: "Noto Sans JP";
      text-align: center;
      font-size: 1.1rem;
      padding: 10px 30px; }

.bg-family {
  background: url(../img/bg_family.jpg) no-repeat center center/cover;
  width: 100%;
  height: 360px; }

.bg-orner {
  background: url(../img/bg_orner.jpg) no-repeat center center/cover;
  width: 100%;
  height: 360px; }

.coution {
  background: #E60012;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  line-height: 1.3rem;
  font-size: .9rem; }

.form-container {
  margin: 0 auto !important;
  width: 600px; }
  @media screen and (max-width: 600px) {
    .form-container {
      width: 90%; } }

.mailform {
  margin: 14px 0; }

.mailform dt {
  width: 100%;
  float: left;
  font-size: 0.95rem;
  padding: 8px 0;
  margin-bottom: 4px; }
  @media screen and (max-width: 600px) {
    .mailform dt {
      width: 96%; } }

.mailform dd {
  float: left;
  font-size: 16px;
  text-align: left;
  line-height: 200%; }
  @media screen and (max-width: 600px) {
    .mailform dd {
      width: 100%; } }

.mailform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  width: 100%;
  font-size: 18px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #E60012; }

.mailform select::before {
  position: absolute;
  display: block;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #da3c41;
  pointer-events: none; }

.form01 {
  width: 600px;
  font-size: 18px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #E60012;
  background: #fff; }

@media screen and (max-width: 768px) {
  .mailform dd {
    width: 100%; }
  .form01 {
    width: 100%; }
  .form00 {
    width: 100% !important; }
  .form02 {
    width: 100% !important; }
  .pp_container {
    width: 90%; } }

.must {
  color: #f30004;
  font-size: 14px; }

.pp_container {
  height: 200px;
  width: 90%;
  overflow: scroll;
  margin: 15px auto 35px;
  border: 2px #6f6f6f solid;
  border-radius: 5px;
  padding: 5px 15px;
  line-height: 1.6; }

.pp_container h3 {
  margin: 15px 0 5px;
  font-size: 1.2em; }

.pp_container p {
  margin-bottom: 15px;
  font-size: 0.8em !important; }

.pp_container ul li {
  list-style: disc;
  font-size: 0.8em !important;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-left: 10px; }

.sec10 h1 {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 40px;
  text-align: center; }

@media screen and (max-width: 768px) {
  .pp_container {
    width: 90% !important; }
  .footer_ad {
    display: block;
    text-align: center;
    margin: auto; }
  .footer_ad img {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 60%; } }

.pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0; }

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #E60012;
  width: 46px;
  height: 46px;
  text-align: center;
  position: relative; }
  .pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #fff;
    text-decoration: none; }
    .pager .pagination li a span {
      display: table-cell;
      vertical-align: middle; }
    .pager .pagination li a:hover, .pager .pagination li a.active {
      color: #000;
      background: #ccf; }

@media only screen and (max-width: 600px) {
  .pager .pagination li {
    display: none; }
    .pager .pagination li.pre, .pager .pagination li.next {
      display: inline-block;
      width: 40%;
      height: 50px;
      text-align: center; }
    .pager .pagination li.pre a,
    .pager .pagination li.next a {
      width: 100%;
      text-align: center; }
    .pager .pagination li.pre span::after {
      content: "　前の10件へ"; }
    .pager .pagination li.next span::before {
      content: "次の10件へ　"; } }

.formTable {
  border: solid 1px #bbb !important;
  width: 100%;
  background: #fff; }
  @media screen and (max-width: 600px) {
    .formTable {
      border: none !important; } }

.formTable th,
.formTable td {
  border: solid 1px #bbb !important;
  padding: 20px 15px;
  line-height: 1.4; }
  @media screen and (max-width: 600px) {
    .formTable th,
    .formTable td {
      width: 100%;
      display: block;
      padding: 10px; } }

@media screen and (max-width: 600px) {
  .formTable th {
    border: none !important;
    background: #efefef; } }

@media screen and (max-width: 600px) {
  .formTable td {
    border: none !important;
    margin-bottom: 20px; } }

.contact-page {
  margin: 0 auto;
  text-align: center; }
  .contact-page .-tel a {
    font-size: 2.2rem;
    color: #E60012;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
    padding-left: 2rem; }
    .contact-page .-tel a:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0%;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      height: 30px;
      width: 20px;
      background: url(../img/cmn/icon-tel.svg) no-repeat; }

.center-button {
  margin: auto; }
  @media screen and (max-width: 600px) {
    .center-button input {
      margin-bottom: 30px !important; } }

.check {
  width: 100%;
  padding: 20px;
  margin: 60px 0 30px;
  border-radius: 10px; }
  .check p {
    font-size: 1.2rem;
    text-align: center; }

.-inputcheck {
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center; }

.radio {
  margin: 1rem; }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .radio input[type="radio"] + .radio-label:before {
      content: '';
      border-radius: 100%;
      border: 1px solid #b4b4b4;
      display: inline-block;
      width: 1.4em;
      height: 1.4em;
      position: relative;
      top: -0.2em;
      margin-right: 1em;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      -webkit-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    .radio input[type="radio"]:checked + .radio-label:before {
      background-color: #E60012;
      -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
      box-shadow: inset 0 0 0 4px #f4f4f4; }
    .radio input[type="radio"]:focus + .radio-label:before {
      outline: none;
      border-color: #E60012; }
    .radio input[type="radio"]:disabled + .radio-label:before {
      -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
      box-shadow: inset 0 0 0 4px #f4f4f4;
      border-color: #b4b4b4;
      background: #b4b4b4; }
    .radio input[type="radio"] + .radio-label:empty:before {
      margin-right: 0; }

.heading {
  font-family: "Noto Sans JP"; }

.-margin0 {
  margin: 0 auto; }

.error_messe {
  text-align: center; }

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

/*  navigation  */
.header-logo {
  width: 240px;
  position: absolute;
  top: 16px;
  left: 2%;
  z-index: 1000;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  .header-logo img {
    width: 100%; }
  .header-logo:hover {
    opacity: .8;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
  @media screen and (max-width: 768px) {
    .header-logo {
      width: 240px;
      height: auto;
      margin-top: 90px; } }
  @media screen and (max-width: 600px) {
    .header-logo {
      width: 180px;
      height: auto;
      margin-top: 82px;
      left: 25%; } }
  .header-logo.fixed {
    position: fixed;
    top: 10px;
    left: 2%;
    width: 180px; }

.header-btn {
  width: 240px;
  position: absolute;
  top: 16px;
  right: 2%;
  z-index: 1000; }
  @media screen and (max-width: 600px) {
    .header-btn {
      display: none !important; } }
  .header-btn.fixed {
    position: fixed;
    top: 10px;
    left: 2%;
    width: 180px; }

.header-tel_pc {
  position: relative;
  z-index: 1000;
  text-align: center; }
  .header-tel_pc p {
    position: absolute;
    top: 30px;
    right: 20px; }
  .header-tel_pc a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: .1rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }
    .header-tel_pc a:before {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: 7px;
      left: -1.8rem;
      width: 22px;
      height: 22px;
      background: url(../img/cmn/phone.svg) no-repeat; }
    .header-tel_pc a span {
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: normal;
      color: #fff;
      font-size: .9rem;
      line-height: 1.4rem;
      display: block;
      letter-spacing: .1rem;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }
  .header-tel_pc:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    z-index: -1;
    background: url(../img/cmn/red-bg2.png) no-repeat;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3)); }
  @media screen and (max-width: 768px) {
    .header-tel_pc {
      display: none; } }

.main-frame {
  position: relative;
  width: 100%;
  height: 100vh; }

#header-top {
  height: 88px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #fff;
  z-index: 10000 !important;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  @media screen and (max-width: 768px) {
    #header-top {
      position: fixed !important;
      top: 0;
      right: 0;
      background: none;
      z-index: 10000;
      height: 76px; } }
  #header-top.fixed {
    height: 80px;
    position: fixed;
    top: 0;
    background: #000;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
    z-index: 10000 !important; }
    @media screen and (max-width: 768px) {
      #header-top.fixed {
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 80px;
        position: fixed;
        background: none; } }
    #header-top.fixed #gNav ul {
      height: 80px !important; }
    #header-top.fixed #gNav ul li a {
      color: #fff;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      @media screen and (max-width: 600px) {
        #header-top.fixed #gNav ul li a {
          line-height: .8rem !important; } }
      #header-top.fixed #gNav ul li a:hover {
        color: #E60012;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s; }

#gNav ul {
  height: 88px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 600px) {
    #gNav ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      height: 70px;
      padding: 10px 0; } }
  @media screen and (max-width: 600px) and (max-width: 360px) {
    #gNav ul {
      height: 80px; } }
  #gNav ul li {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 1rem; }
    @media screen and (max-width: 768px) {
      #gNav ul li {
        padding: 1rem .5rem; } }
    @media screen and (max-width: 600px) {
      #gNav ul li {
        padding: .1rem .4rem; }
        #gNav ul li:last-child {
          width: 40%; } }
    #gNav ul li.before-last {
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        #gNav ul li.before-last {
          display: none; } }
    #gNav ul li a {
      color: #000;
      font-weight: bold !important;
      font-family: "Noto Sans JP";
      font-size: .9rem; }
      #gNav ul li a:hover {
        color: #E60012;
        transition: -1s; }
      @media screen and (max-width: 768px) {
        #gNav ul li a {
          color: #fff;
          font-size: .75rem;
          line-height: 1rem; } }
      @media screen and (max-width: 600px) {
        #gNav ul li a {
          color: #fff;
          font-size: .5rem;
          line-height: .8rem !important; }
          #gNav ul li a br {
            display: none; } }
  #gNav ul .header-tel {
    background: #E60012;
    padding: 8px 12px;
    border-radius: 8px;
    padding-right: 1.5rem;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-right: 20px; }
    #gNav ul .header-tel a {
      text-shadow: none;
      padding: 0 !important;
      font-size: .9rem;
      line-height: 1.3rem;
      font-family: "Noto Sans JP";
      color: #fff; }
      #gNav ul .header-tel a:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 1.2rem;
        right: 0.2rem;
        width: 12px;
        height: 12px;
        background: url(../img/arrow-right.svg) no-repeat; }
      #gNav ul .header-tel a:hover {
        opacity: .9; }
    #gNav ul .header-tel p:last-child {
      font-size: .7rem;
      color: #fff;
      line-height: rem;
      font-family: "Noto Sans JP";
      font-weight: normal; }
    #gNav ul .header-tel:hover {
      opacity: 0.9; }
    @media screen and (max-width: 768px) {
      #gNav ul .header-tel {
        display: block;
        width: 300px;
        margin-top: 120px; }
        #gNav ul .header-tel .-tab {
          font-size: .5rem;
          line-height: .8rem;
          color: #fff; } }

/*SPのサブメニュー指定*/
@media screen and (max-width: 768px) {
  .sub-menu {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .sub-menu li {
      width: 50% !important; }
      .sub-menu li:first-child {
        border-right: 1px solid #fff; }
      .sub-menu li a {
        font-size: 0.9rem !important;
        color: #E60012 !important; } }

.sub-menu li {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #f7f8f8 !important;
  font-size: 0.96rem !important;
  color: #444 !important; }
  .sub-menu li:first-child {
    padding-top: 0 !important; }

#gNav li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9999; }
  #gNav li:hover ul.sub-menu a {
    color: #222; }

a.meanmenu-reveal {
  display: none; }

a.mean-bar {
  width: 100%;
  position: fixed;
  background: none;
  min-height: 90px;
  z-index: 98;
  top: 0;
  left: 0; }

.meanmenu-reveal-btn {
  position: absolute;
  display: block;
  z-index: 100000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0; }
  @media screen and (max-width: 768px) {
    .meanmenu-reveal-btn {
      width: 55px; } }

.meanmenu-reveal {
  width: 32px;
  height: 20px;
  margin: 18px 0px;
  display: block !important;
  position: relative; }
  .meanmenu-reveal:before {
    content: '';
    display: inline-block;
    background: #000;
    position: fixed;
    top: -20px !important;
    right: -20px !important;
    width: 96px;
    height: 96px; }
  .meanmenu-reveal:after {
    content: "MENU";
    position: absolute;
    bottom: -22px;
    color: #E60012;
    width: 60px;
    left: -14px;
    text-align: center;
    display: block;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 14px; }
  .meanmenu-reveal span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    margin: 0 auto; }
    .meanmenu-reveal span:nth-of-type(1) {
      top: 0;
      background: #E60012; }
    .meanmenu-reveal span:nth-of-type(2) {
      top: 8px;
      background: #E60012; }
    .meanmenu-reveal span:nth-of-type(3) {
      top: 16px;
      background: #E60012; }

.meanclose span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
  top: -2px; }

.meanclose span:nth-of-type(2) {
  opacity: 0; }

.meanclose span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .75s forwards; }

.mean-container .mean-nav {
  width: 100%;
  overflow-y: auto;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0; }
  .mean-container .mean-nav ul {
    margin: 0;
    width: 100%;
    list-style-type: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 99;
    height: 100vh; }
  .mean-container .mean-nav ul ul {
    padding-bottom: 0;
    margin-bottom: 0; }
  .mean-container .mean-nav ul li {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100; }

#gmenu {
  position: relative;
  z-index: 1000; }
  #gmenu .header-home {
    display: block; }
    @media screen and (min-width: 1280px) {
      #gmenu .header-home {
        display: none; } }
  @media screen and (max-width: 768px) {
    #gmenu .header-tel {
      background: #000;
      border: 3px solid #E60012;
      -webkit-box-shadow: 2px 2px 0px #9A0014;
      box-shadow: 2px 2px 0px #9A0014;
      width: 360px;
      margin: 15px auto 0;
      position: relative;
      z-index: 10000; }
      #gmenu .header-tel.-pc_lrage {
        display: none !important; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    #gmenu .header-tel {
      width: 280px; } }
  @media screen and (max-width: 768px) {
      #gmenu .header-tel p a {
        padding: 1rem;
        font-size: .8rem !important;
        color: #fff !important;
        font-weight: normal;
        font-family: normal;
        line-height: 1.2rem; }
        #gmenu .header-tel p a br {
          display: none; }
      #gmenu .header-tel p {
        color: #000;
        font-size: .8rem;
        padding: 10px 0 0 !important; }
        #gmenu .header-tel p:last-child {
          padding-bottom: 10px; }
      #gmenu .header-tel span {
        display: none; } }
  #gmenu li {
    text-align: center; }
    #gmenu li a {
      color: #fff;
      font-family: "Noto Sans JP";
      font-size: 1.2rem;
      font-weight: bold; }
      @media screen and (max-width: 600px) {
        #gmenu li a {
          font-size: 1rem; } }
  @media screen and (max-width: 768px) {
    #gmenu {
      background: #000;
      height: 100vh; }
      #gmenu li {
        text-align: center; } }
  #gmenu .-tab .btn {
    font-size: .85rem; }
    #gmenu .-tab .btn span {
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.8rem; }

.mean-container .mean-bar a span {
  color: #fff;
  font-size: .7rem; }

.mean-container {
  background: #E60012; }
  .mean-container .mean-nav ul li a {
    display: block;
    width: 100%;
    padding: 1em 2em;
    font-size: 1.1em;
    margin: 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .mean-container .mean-nav ul li a img {
      width: 280px; }
    .mean-container .mean-nav ul li a span.pre {
      display: block;
      width: 100%;
      padding: 1.2em 2em;
      font-size: 1.1em;
      margin: 0;
      text-align: left;
      text-decoration: none;
      color: #333;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
  .mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 1em 8%;
    text-shadow: none !important;
    visibility: visible; }
  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0; }
  .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%; }
  .mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%; }
  .mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%; }
  .mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1); }
  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both; }

.mean-nav .wrapper {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0; }

.mean-container .mean-bar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: normal; }
  .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .mean-container .mean-bar a span {
    font-weight: normal; }

.mean-remove {
  display: none !important; }

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(8px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }

@keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }

@keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(10px) rotate(0); }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg); } }

@keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0); }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg); } }

@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg); } }

@keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg); } }

@media screen and (min-width: 1024px) {
  .active {
    color: #FFF5E8 !important;
    position: relative; }
    .active:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: 20px;
      left: 10%;
      width: 80%;
      height: 2px;
      background: #FFF5E8; } }

.sp-red a {
  color: #E60012 !important;
  padding-top: 1px; }
  @media screen and (max-width: 600px) {
    .sp-red a {
      font-size: .7rem !important; } }

.non-toppage {
  display: none !important; }
  .non-toppage .header-logo.non-toppage {
    display: none !important; }
    .non-toppage .header-logo.non-toppage a img {
      display: none !important; }

.swiper1 {
  width: 100%;
  overflow: hidden; }
  .swiper1 .swiper-slide {
    position: relative;
    width: 100%;
    height: 100vh; }
  .swiper1 .slide-img {
    height: 100vh; }
    .swiper1 .slide-img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: cover; object-position: bottom;"; }

.frame {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 400px;
  width: 400px;
  opacity: 0.5;
  z-index: 1; }
  .frame img {
    -webkit-animation: r1 20s linear infinite;
    animation: r1 20s linear infinite; }

.swiper-text {
  text-align: center;
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  overflow: hidden;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .swiper-text {
      width: 100%;
      padding: 20px 20px; } }
  @media screen and (max-width: 360px) {
    .swiper-text {
      padding: 20px 10px; } }
  .swiper-text h2 {
    overflow: hidden;
    text-align: center; }
    .swiper-text h2 img {
      -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3)); }
    .swiper-text h2 br {
      display: none !important; }
      @media screen and (max-width: 600px) {
        .swiper-text h2 br {
          display: inherit !important; } }
    .swiper-text h2 span {
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: normal;
      font-size: 2.2rem;
      -webkit-transform: scale(0.95, 1);
      -ms-transform: scale(0.95, 1);
      transform: scale(0.95, 1);
      color: #fff;
      line-height: 3.5rem;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      letter-spacing: 0.15rem;
      background: #E60012;
      padding: 5px;
      margin: 0 1%; }
      @media screen and (max-width: 600px) {
        .swiper-text h2 span {
          font-size: 1.5rem;
          line-height: 2.5rem;
          margin-bottom: 10px;
          letter-spacing: 0; } }
  @media screen and (min-width: 1024px) {
    .swiper-text h2.-pc_lrage {
      width: 900px;
      padding-top: 20px;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .swiper-text h2.-tab {
      width: 100%;
      padding: 20px 4% 0; } }
  .swiper-text p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 300px;
    width: 300px; }
    .swiper-text p img {
      height: 100%;
      width: 100%; }

.swiper-text {
  text-align: center;
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  overflow: hidden;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .swiper-text {
      width: 100%;
      padding: 20px 20px; } }
  @media screen and (max-width: 360px) {
    .swiper-text {
      padding: 20px 10px; } }
  .swiper-text h2 {
    overflow: hidden;
    text-align: center; }
    .swiper-text h2 img {
      -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3)); }
    .swiper-text h2 br {
      display: none !important; }
      @media screen and (max-width: 600px) {
        .swiper-text h2 br {
          display: inherit !important; } }
    .swiper-text h2 span {
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: normal;
      font-size: 2.2rem;
      -webkit-transform: scale(0.95, 1);
      -ms-transform: scale(0.95, 1);
      transform: scale(0.95, 1);
      color: #fff;
      line-height: 3.5rem;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      letter-spacing: 0.15rem;
      background: #E60012;
      padding: 5px;
      margin: 0 1%; }
      @media screen and (max-width: 600px) {
        .swiper-text h2 span {
          font-size: 1.5rem;
          line-height: 2.5rem;
          margin-bottom: 10px;
          letter-spacing: 0; } }
  @media screen and (min-width: 1024px) {
    .swiper-text h2.-pc_lrage {
      width: 900px;
      padding-top: 20px;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .swiper-text h2.-tab {
      width: 100%;
      padding: 20px 4% 0; } }
  .swiper-text p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 300px;
    width: 300px; }
    .swiper-text p img {
      height: 100%;
      width: 100%; }

@media all and (-ms-high-contrast: none) {
  .objectfit {
    background-size: cover !important; } }

.btn {
  margin: 0 auto;
  display: table;
  padding: 10px;
  background: #fff;
  font-family: "Noto Sans JP";
  border: 5px solid #E60012;
  line-height: 1.2rem;
  font-size: .95rem;
  padding-right: 30px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0px #9A0014;
  box-shadow: 4px 4px 0px #9A0014; }
  .btn.-large a p {
    font-size: 1.4rem;
    font-family: "Noto Sans JP";
    font-weight: bold;
    padding: 0px 15px;
    display: inline-block; }
  .btn.header-btn {
    position: absolute;
    right: 30px;
    top: 20px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .btn.header-btn {
        right: 120px !important;
        top: 100px;
        right: 100px; } }
  @media screen and (max-width: 768px) {
    .btn {
      padding: 10px 22px 10px 15px;
      font-size: .7rem;
      width: 140px;
      position: fixed !important; } }
  @media screen and (max-width: 768px) {
    .btn.non-toppage {
      position: absolute; } }
  @media screen and (max-width: 600px) {
    .btn {
      padding: 12px 16px;
      font-size: .75rem;
      line-height: 1rem; } }
  .btn a p {
    color: #000;
    text-align: center;
    font-size: .7rem;
    white-space: nowrap;
    font-weight: normal;
    margin-top: 2px; }
  .btn:after {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 0rem;
    width: 15px;
    /*画像の幅*/
    height: 15px;
    /*画像の高さ*/
    background: url(../img/arrow-right_black.svg) no-repeat;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .btn:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .btn:hover:after {
      right: 0rem;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }

.buruburu-hover:hover {
  display: inline-block;
  -webkit-animation: hurueru .1s infinite;
  animation: hurueru .1s infinite; }

@-webkit-keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
    transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
    transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); } }

@keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
    transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
    transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); } }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 100px;
  width: 100px;
  z-index: 100;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-animation: bound-anim 1s infinite;
  animation: bound-anim 1s infinite; }
  #page-top:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110px;
    height: 110px;
    z-index: -1;
    background: url(../img/cmn/red-bg3.png) no-repeat;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3)); }
    @media screen and (max-width: 600px) {
      #page-top:after {
        width: 100px;
        height: 100px; } }
  #page-top:hover {
    opacity: .8; }
  #page-top a {
    display: block; }
  @media screen and (max-width: 600px) {
    #page-top {
      display: none; } }
  #page-top img {
    margin-left: 10px;
    margin-bottom: 10px; }

/*   HELPER
------------------------------------------ */
.ta-c {
  text-align: center; }
  .ta-c.center-sp {
    text-align: center; }
    @media screen and (max-width: 600px) {
      .ta-c.center-sp {
        text-align: center !important; } }

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

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

.-center {
  margin: 0 auto !important; }

@media screen and (min-width: 600px) {
  .pt0 {
    padding-top: 0 !important; } }

.pb80 {
  padding-bottom: 80px; }

.pb120 {
  padding-bottom: 120px; }

.pb0 {
  padding-bottom: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mt110 {
  margin-top: 110px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mt120 {
  margin-top: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mt130 {
  margin-top: 130px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.mt140 {
  margin-top: 140px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pt110 {
  padding-top: 110px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.pt120 {
  padding-top: 120px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.pt130 {
  padding-top: 130px !important; }

.pb130 {
  padding-bottom: 130px !important; }

.pt140 {
  padding-top: 140px !important; }

.pb140 {
  padding-bottom: 140px !important; }

@media screen and (max-width: 600px) {
  .mb80 {
    margin-bottom: 68px !important; } }

@media screen and (max-width: 600px) {
  .mt60 {
    margin-top: 40px !important; } }

@media screen and (max-width: 600px) {
  .mt80 {
    margin-top: 60px !important; } }

@media screen and (max-width: 600px) {
  .mt30 {
    margin-top: 20px !important; } }

@media screen and (max-width: 600px) {
  .mt40 {
    margin-top: 30px !important; } }

@media screen and (max-width: 600px) {
  .mt60 {
    margin-top: 46px !important; } }

@media screen and (max-width: 600px) {
  .mt50 {
    margin-top: 40px !important; } }

@media screen and (max-width: 600px) {
  .mt100 {
    margin-top: 80px !important; } }

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

@media screen and (max-width: 768px) {
  .mb120 {
    margin-bottom: 100px !important; } }

@media screen and (max-width: 600px) {
  .mb100 {
    margin-bottom: 80px !important; } }

@media screen and (max-width: 600px) {
  .font-small {
    font-size: 0.8em; } }

.-pb0 {
  padding-bottom: 0 !important; }

body {
  position: relative; }

.loader-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  top: 0;
  left: 0;
  background: #fff; }
  .loader-wrap .loader-wrap-img {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 100%; }
    .loader-wrap .loader-wrap-img .load-text {
      padding: 0 10%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      z-index: 2; }
      .loader-wrap .loader-wrap-img .load-text p {
        font-family: serif;
        text-align: center;
        color: #fff; }
      .loader-wrap .loader-wrap-img .load-text h1 {
        font-family: "Noto Sans JP";
        font-size: 3rem;
        text-align: center;
        color: #fff;
        letter-spacing: 0.5rem;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 600px) {
          .loader-wrap .loader-wrap-img .load-text h1 {
            line-height: 3.5rem; } }
      .loader-wrap .loader-wrap-img .load-text h1 span {
        font-family: "Noto Sans JP";
        font-size: 2rem;
        text-align: center;
        color: #fff;
        letter-spacing: 0.5rem;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 600px) {
          .loader-wrap .loader-wrap-img .load-text h1 span {
            display: block; } }
      .loader-wrap .loader-wrap-img .load-text p img {
        width: 300px;
        margin: 30px 0;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        opacity: .8; }
        @media screen and (max-width: 600px) {
          .loader-wrap .loader-wrap-img .load-text p img {
            width: 100px; } }

.move-img {
  -webkit-animation-name: wave;
  animation-name: wave;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

@keyframes wave {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px); } }
