@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p {
  box-sizing: border-box;
  line-height: 1.5;
}

div, a {
  box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

p, a, li {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

th, td {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

a, a:hover, a:active {
  text-decoration: none;
  transition: 0.7s;
}

a:focus {
  text-decoration: none;
}

a img:hover {
  /*	filter: alpha(opacity=75);
          -moz-opacity:0.75;
          opacity:0.75;*/
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

html {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

body {
  display: none;
  opacity: 0;
  transition: all 2s ease-in;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  /*    animation: fadeIn 5s ease 0s 1 normal;
      -webkit-animation: fadeIn 5s ease 0s 1 normal;*/
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 100% !important;
  }
}

.en {
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/*font-family: a-otf-futo-go-b101-pr6n, sans-serif;
font-weight: 500;
font-style: normal;*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
p {
  color: #000;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  transition: all 1s ease-in;
}

.text-center {
  text-align: center !important;
}

.ovr-hdn {
  overflow: hidden;
}

.posi-rel {
  position: relative;
}

.sp {
  /*    display: none !important;
      @media screen and (max-width: mixins.$small) {
          display:block !important;
      }*/
}

/*.pc{
    @media screen and (max-width: mixins.$small) {
        display:none !important;
    }
}*/
a {
  color: #000;
}

a,
button {
  transition: all 1s ease-in;
  text-decoration: none;
}
a img,
button img {
  /*@include trans10;*/
}

button:focus {
  outline: 0;
}

li {
  list-style: none;
}

b {
  font-weight: 700;
}

img {
  height: auto;
}

img[src$=".svg"] {
  height: auto;
}

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

::selection {
  background: #bedcea;
}

/* for Firefox */
::-moz-selection {
  background: #bedcea;
}

.fadeIn {
  opacity: 0;
  transition: all 2s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.fadein-blur {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
  transition: all 1s ease-in;
}
.fadein-blur.active {
  opacity: 1;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.fadein-small {
  transform: scale(0.5, 0.5);
}
.fadein-small.active {
  opacity: 1;
  transform: scale(1, 1);
}

.fadein-down {
  position: relative;
  opacity: 0;
  top: -120px !important;
  transition: all 1s ease-in;
}
@media screen and (max-width: 640px) {
  .fadein-down {
    /*top: auto !important;*/
    /*bottom: -120px !important;*/
  }
}
.fadein-down.active {
  opacity: 1;
  top: 0px !important;
}
@media screen and (max-width: 640px) {
  .fadein-down.active {
    /*top: auto !important;*/
    /*bottom: 0px !important;*/
  }
}

.fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 0.5s ease-in-out;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.element-fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 2s ease-in;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.element-fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.fadein-right {
  position: relative;
  opacity: 0;
  right: -120px !important;
  transition: all 1s ease-in;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          right: 0px !important;
      }*/
}
.fadein-right.active {
  opacity: 1;
  right: 0px !important;
}

.fadein-left {
  position: relative;
  opacity: 0;
  left: -120px !important;
  transition: all 1s ease-in;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          left: 0px !important;
      }*/
}
.fadein-left.active {
  opacity: 1;
  left: 0px !important;
}

.tr-y {
  transform: translateY(100%);
  transition: all 1s ease-in;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          left: 0px !important;
      }*/
}
.tr-y.active {
  transform: translateY(0%);
}

.st10 {
  fill: #632c18;
  stroke: #632c18;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: load 5s ease-in -1s;
  animation: load 5s ease-in -1s;
}

.st11 {
  fill: #6a9b68;
  stroke: #6a9b68;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: load2 5s ease-in -1s;
  animation: load2 5s ease-in -1s;
}

@keyframes load {
  0% {
    display: none;
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
@keyframes load3 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 3000;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #221815;
  }
}
@-webkit-keyframes load3 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 3000;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #221815;
  }
}
@keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #d01126;
  }
}
@-webkit-keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #d01126;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
.nav-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  margin: auto;
  transform: translateY(-100%);
  z-index: 95;
  transition: all 1s ease-in;
}
.nav-layer.active {
  transform: translateY(0%);
}
.nav-layer .logo {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
}
@media screen and (max-width: 640px) {
  .nav-layer .logo {
    top: 14px;
    left: 10px;
    width: 125px;
  }
}
.nav-layer .info {
  position: absolute;
  top: 20px;
  right: 125px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info {
    top: 15px;
    right: 75px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info {
    right: 70px;
  }
}
.nav-layer .info a {
  display: inline-block;
  vertical-align: top;
  width: 76px;
  height: 76px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #6fa8c7;
  border-radius: 50%;
  padding: 10px 8px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a {
    width: 68px;
    height: 68px;
    padding: 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a {
    width: 64px;
    height: 64px;
    padding: 6px 5px;
  }
}
.nav-layer .info a.net {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.net {
    margin-right: 5px;
  }
}
.nav-layer .info a.net img {
  width: 38px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.net img {
    width: 34px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a.net img {
    width: 33px;
  }
}
.nav-layer .info a.line {
  background-color: #59ad50;
  padding: 10px 8px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.line {
    padding: 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a.line {
    padding: 6px 5px;
  }
}
.nav-layer .info a.line img {
  width: 28px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.line img {
    width: 26px;
  }
}
.nav-layer .info a img {
  display: block;
  margin: 0 auto 7px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a img {
    margin: 0 auto 5px;
  }
}

.inner {
  position: relative;
}

h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
h1 a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  h1 a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  h1 a {
    font-size: 11px;
  }
}

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

@keyframes fuwattoBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drawer-btn .btn_border {
  position: relative;
  height: 2px;
  background-color: #fff;
  transition: all 1s ease-in;
}

.drawer-btn {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px;
  background-color: #000;
  border-bottom-left-radius: 10px;
  z-index: 100;
  transition: all 2s ease-in;
}
@media screen and (max-width: 1024px) {
  .drawer-btn {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .drawer-btn {
    width: 64px;
  }
}
.drawer-btn.on {
  right: 0;
  top: 0;
}
.drawer-btn.scroll {
  display: block;
  -webkit-animation: fuwattoBlock 1.5s ease-out forwards;
          animation: fuwattoBlock 1.5s ease-out forwards;
}
.drawer-btn_inner {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 48px;
  height: 10px;
  margin: auto;
}
.drawer-btn_inner img {
  margin-top: 11px;
}
@media screen and (max-width: 640px) {
  .drawer-btn_inner img {
    margin-left: 1px;
  }
}

.btn_border {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #000;
  width: 100%;
  max-width: 36px;
  height: 2px;
  transform: translateX(0);
  transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, transform 0.15s ease 0s;
  margin: 0 auto;
}

.border01 {
  margin-top: -14px;
}

.border02,
.border03 {
  margin-top: 8px;
}

.current.drawer-btn {
  display: block;
}

.current.drawer-btn .btn_border:before {
  transition: 0.2s ease 0.1s;
  opacity: 0;
}

.current.drawer-btn .border01 {
  top: 1px;
  left: 10px;
  width: 60%;
  margin-left: 0px;
  margin-top: 0 !important;
  transform: rotateZ(45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

.current.drawer-btn .border02 {
  width: 60%;
  top: -1px;
  left: 0;
  margin-top: 0 !important;
  transform: rotateZ(-45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

.current.drawer-btn .border03 {
  opacity: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0 !important;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  margin: auto;
}

.owl-carousel .owl-item {
  padding: 4px;
}

.owl-carousel .owl-prev {
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 30px;
  height: 140px;
  border: 1px solid #000 !important;
  background: #000 !important;
  border-radius: 6px !important;
  margin: auto !important;
  transition: all 1s ease-in;
}
.owl-carousel .owl-prev:hover {
  background-color: #000 !important;
}
.owl-carousel .owl-prev:hover:before {
  background-color: #fff;
}
.owl-carousel .owl-prev:hover:after {
  background-color: #fff;
}
.owl-carousel .owl-prev:before {
  content: "";
  position: absolute;
  top: -18px;
  bottom: 0;
  right: 12px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: auto;
  z-index: 1;
  transition: all 1s ease-in;
}
.owl-carousel .owl-prev:after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 0;
  right: 12px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
  transition: all 1s ease-in;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  opacity: 0.5;
}

.owl-carousel .owl-next {
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0px;
  right: -15px;
  width: 30px;
  height: 140px;
  border: 1px solid #000 !important;
  background: #000 !important;
  border-radius: 6px !important;
  margin: auto !important;
  transition: all 1s ease-in;
}
.owl-carousel .owl-next:hover {
  background-color: #000 !important;
}
.owl-carousel .owl-next:hover:before {
  background-color: #fff;
}
.owl-carousel .owl-next:hover:after {
  background-color: #fff;
}
.owl-carousel .owl-next:before {
  content: "";
  position: absolute;
  top: -18px;
  bottom: 0;
  right: 12px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
  transition: all 1s ease-in;
}
.owl-carousel .owl-next:after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 0;
  right: 12px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  margin: auto;
  z-index: 1;
  transition: all 1s ease-in;
}

/*.owl-carousel .owl-next:before{
    display: block;
    content: "";
    position: absolute;
    top: -21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: auto;
}
.owl-carousel .owl-next:after{
    display: block;
    content: "";
    position: absolute;
    top: 21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: auto;
}*/
.owl-theme .owl-dots .owl-dot {
  margin: 20px 0 10px 1% !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px !important;
  height: 16px !important;
  border-radius: 0 !important;
  border: 1px solid #333333 !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #666666 !important;
}

/* スクロールの幅の設定 */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* スクロールの背景の設定 */
::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* スクロールのつまみ部分の設定 */
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #aaa;
}

.gnav::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

@-webkit-keyframes fuwattoNone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fuwattoNone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes g_an {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes g_an {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0%);
  }
}
.gnav {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-color: #fff;
  margin: auto;
  z-index: 99;
  transition: all 1s;
}
@media screen and (max-width: 1024px) {
  .gnav {
    display: none;
    transform: translateY(-110%);
  }
}
.gnav.blk .gnav-inner li a {
  color: #000;
}
.gnav.on {
  display: block !important;
  top: 0px;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  margin: 0 auto 0;
  -webkit-animation: g_an 0.5s ease-in 0.2s forwards;
  animation: g_an 0.5s ease-in 0.2s forwards;
}
.gnav.on .gnav-inner {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 630px;
  width: 80%;
  border-radius: 10px;
  max-height: 80%;
  text-align: center;
  background-color: #e5e5e5;
  padding: 40px 0 0;
  box-sizing: border-box;
  margin: auto;
}
.gnav.on .gnav-inner li.sp {
  display: block;
}
.gnav.on .gnav-inner li.sp .r-area .tel {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background-image: none;
  padding: 14px 0;
  margin-bottom: 10px;
}
.gnav.on .gnav-inner li.sp .r-area .tel img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 8px;
}
.gnav.on .gnav-inner li.sp .r-area .tel span {
  display: block;
  font-size: 11px;
}
.gnav.on .gnav-inner li.sp .r-area .c-btn {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 40px;
  background-image: none;
  padding: 12px 1em;
}
.gnav.on .gnav-inner li.sp .r-area .c-btn:hover {
  color: #000;
  background-color: #fff;
}
.gnav.on .gnav-inner a {
  text-align: center;
  width: 80%;
  background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 18px 2px;
  background-repeat: repeat-x;
  padding: 14px 1.5em;
  margin: 0 auto;
}
.gnav .gnav-inner {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  height: 630px;
  max-height: 80%;
  background-color: #fff;
  margin: auto;
}
@media screen and (max-height: 750px) {
  .gnav .gnav-inner {
    top: 35%;
    max-height: 90%;
    padding-bottom: 30px;
    overflow: scroll;
  }
}
.gnav .gnav-inner li.sp {
  display: none;
}
.gnav .gnav-inner li a {
  position: relative;
  display: block;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #000;
  text-align: left;
  padding: 10px 1.5em;
  transition: all 1s ease-in;
}
.gnav .gnav-inner li a span {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.gnav-ly {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: all 1s;
  margin: auto;
  z-index: 98;
  transform: translateY(-100%);
}
.gnav-ly.on {
  display: block;
  -webkit-animation: g_an 0.5s ease-in forwards;
  animation: g_an 0.5s ease-in forwards;
}

.fix-boxed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 1.5em;
  z-index: 100;
}
.fix-boxed:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.fix-boxed .boxed-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.fix-boxed .movie-box {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.fix-boxed .movie-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 140%;
  color: #fff;
}
.fix-boxed .movie-box iframe {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.fix-boxed .movie-box iframe:hover {
  box-shadow: none;
  transform: scale(1, 1);
}
.fix-boxed .img-box {
  width: 100%;
  height: 0%;
  overflow: hidden;
  padding-top: 56.25%;
}
.fix-boxed .img-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 35px;
  color: #fff;
}
.fix-boxed .img-box img {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: auto;
}

.btn-area {
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto 60px;
}
.btn-area .btn {
  float: left;
  width: 47%;
  margin: 0px auto;
  margin-right: 6%;
}
@media screen and (max-width: 640px) {
  .btn-area .btn {
    float: none;
    width: 100%;
    margin: 0px auto 20px;
  }
}
.btn-area .btn:nth-child(2) {
  margin: 0px auto;
}

.btn {
  position: relative;
  display: block;
  width: 300px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 12px 1em;
  margin: 30px auto 30px;
  z-index: 0;
  cursor: pointer;
  transition: all 1s ease-in;
}
.btn:hover:before {
  width: 320px;
  border: 4px solid #000;
}
.btn:hover svg .bt0 {
  stroke: #000;
}

.d-btn {
  position: relative;
  display: block;
  width: 190px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  padding-right: 45px;
  margin: 0 0 0 auto;
}
.d-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 0;
  width: 41px;
  height: 13px;
  background: url("../img/arrow.svg") no-repeat center center;
  margin: auto;
  transition: all 1s ease-in;
}
.d-btn:hover::before {
  right: -8px;
}

table {
  /*table-layout: fixed;*/
  word-break: break-all;
  word-wrap: break-word;
}

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

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-top {
  display: block;
  width: 60px;
  border-bottom: 2px solid #000;
  margin: 0 0 80px auto;
}
.page-top span {
  display: block;
  width: 28px;
  height: 28px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 auto 0;
}

@keyframes lineh {
  0% {
    height: 0;
  }
  40% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes lineh {
  0% {
    height: 0;
  }
  40% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}
.loader {
  opacity: 0;
  position: fixed;
  top: -100%;
  left: -60%;
  width: 250%;
  height: 250%;
  text-align: center;
  z-index: 1001;
  transition: all 0.8s cubic-bezier(0.8, 0, 0.2, 1);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media screen and (max-height: 800px) {
  .loader {
    width: 240%;
    height: 280%;
  }
}
@media screen and (max-width: 640px) {
  .loader {
    top: -80%;
    left: -70%;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
  }
}
.loader.on:before {
  left: -50%;
}
.loader.on:after {
  right: -50%;
}
.loader.on .line {
  opacity: 0;
}
.loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
  transition: all 2s ease-in;
}
.loader:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
  transition: all 2s ease-in;
}
.loader .line {
  position: relative;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
  -webkit-animation: lineh 2.5s ease-in 0s forwards;
  animation: lineh 2.5s ease-in 0s forwards;
  margin: 0 auto;
  z-index: 1;
  transition: all 1s ease-in;
}
.nav-links {
  text-align: center;
  margin-top: 35px;
}

.pagination {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.screen-reader-text {
  display: none !important;
}

.navigation span.current {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 6px 9px;
}

.navigation a,
.navigation span {
  vertical-align: middle;
  color: #000;
  background: none;
  border-radius: 0px;
  padding: 5px 13px;
}
.navigation a:hover,
.navigation span:hover {
  color: #fff;
  background-color: #000;
}

.navigation a.next,
.navigation a.prev {
  position: relative;
  width: 38px;
  height: 45px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
}

.navigation a.next {
  margin-left: 30px;
}
.navigation a.next:hover {
  background-color: #fff;
}
.navigation a.next:hover:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.navigation a.next:before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.navigation a.prev {
  margin-right: 30px;
}
.navigation a.prev:hover {
  background-color: #fff;
}
.navigation a.prev:hover:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.navigation a.prev:before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.clear {
  clear: both;
}

header {
  opacity: 0;
  overflow: hidden;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  padding: 10px 0.5em;
  z-index: 100;
  transition: all 2s ease-in;
}
header h2 {
  margin: 10px;
}
@media screen and (max-width: 640px) {
  header h2 {
    margin: 6px;
  }
}
header h2 a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
header h2 a img {
  display: block;
}
header .r-area {
  position: absolute;
  top: 10px;
  right: 1em;
}
@media screen and (max-width: 1024px) {
  header .r-area {
    right: 100px;
  }
}
@media screen and (max-width: 640px) {
  header .r-area {
    display: none;
  }
}
header .r-area .tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
header .r-area .tel img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 8px;
}
header .r-area .tel span {
  display: block;
  font-size: 11px;
}
header .r-area .c-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 8px 1em;
  margin-left: 25px;
}
header .r-area .c-btn:hover {
  color: #000;
  background-color: #fff;
}

.contact-area {
  position: relative;
  z-index: 2;
  background-color: #fff;
  text-align: center;
  padding: 80px 1em;
}
.contact-area .stc {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1024px) {
  .contact-area .stc {
    font-size: calc(1rem + (1vw - 7.68px) * 0.1736);
  }
}
.contact-area .tel {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #1d5999;
  margin: 0 auto;
}
.contact-area .tel img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 7px;
}
.contact-area .tel-stc {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  margin: 0 auto 10px;
}
.contact-area .btn {
  max-width: 340px;
  margin: 20px auto;
}

.contact-btn {
  display: block;
  width: 96%;
  max-width: 350px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: 2px solid #000;
  padding: 16px 0.5em 15px;
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  .contact-btn {
    font-size: 16px;
  }
}
.contact-btn:hover {
  color: #fff;
  background-color: #000;
}
.contact-btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

footer {
  position: relative;
  overflow: hidden;
  background-color: #000;
  padding: 40px 1.5em 0px 180px;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 40px 1.5em 120px;
  }
}
@media screen and (max-width: 640px) {
  footer {
    padding: 40px 1.5em 120px;
  }
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
footer .footer-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto 0px;
  z-index: 1;
}
footer .footer-inner .r-area {
  text-align: center;
}
footer .footer-inner .r-area .tel {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  background-image: none;
  padding: 14px 0;
  margin-bottom: 10px;
}
footer .footer-inner .r-area .tel img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 8px;
}
footer .footer-inner .r-area .tel span {
  display: block;
  font-size: 13px;
}
footer .footer-inner .r-area .c-btn {
  display: block;
  max-width: 360px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  background-image: none;
  padding: 18px 1em;
  margin: 0 auto 60px;
}
footer .footer-inner .r-area .c-btn:hover {
  color: #fff;
  background-color: #000;
}
footer ul {
  max-width: 880px;
  margin: 0px auto 80px;
}
footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-right: 20px;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li a {
  position: relative;
  display: block;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
  text-align: left;
  padding: 10px 1.5em;
  transition: all 1s ease-in;
}
footer ul li a span {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
footer ul li a:hover {
  opacity: 0.7;
}
footer .f-link {
  text-align: center;
  margin-bottom: 50px;
}
footer .f-link a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  padding: 0 0.5em;
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  footer .f-link a {
    font-size: 15px;
  }
}
footer .f-link a:last-child {
  margin-right: 0;
}
footer .f-link a:hover {
  opacity: 0.7;
}
footer .copyright {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 6px 1em 40px;
  z-index: 1;
}
footer .copyright .copy {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}

@keyframes p01_an {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(4%) rotateX(30deg);
  }
  100% {
    transform: translateY(0%) rotateX(0deg);
  }
}
@-webkit-keyframes p01_an {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(4%) rotateX(30deg);
  }
  100% {
    transform: translateY(0%) rotateX(0deg);
  }
}
@-webkit-keyframes b01_an {
  0% {
    transform: translate(26%, -20%);
  }
  50% {
    transform: translate(8%, 6%);
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate(-8%, -12%);
    opacity: 0;
  }
}
@keyframes b01_an {
  0% {
    transform: translate(26%, -20%);
  }
  50% {
    transform: translate(8%, 6%);
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate(-8%, -12%);
    opacity: 0;
  }
}
@-webkit-keyframes b02_an {
  0% {
    transform: translate(40%, 12%);
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate(-5%, 8%);
    opacity: 0;
  }
}
@keyframes b02_an {
  0% {
    transform: translate(40%, 12%);
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate(-5%, 8%);
    opacity: 0;
  }
}
@-webkit-keyframes b02_ann {
  0% {
    bottom: 16%;
    right: 3%;
  }
  95% {
    opacity: 1;
  }
  100% {
    bottom: 17%;
    right: 45%;
    opacity: 0;
  }
}
@keyframes b02_ann {
  0% {
    bottom: 16%;
    right: 3%;
  }
  95% {
    opacity: 1;
  }
  100% {
    bottom: 17%;
    right: 45%;
    opacity: 0;
  }
}
@-webkit-keyframes b01sp_an {
  0% {
    transform: translate(40%, -18%);
  }
  50% {
    transform: translate(12%, 5%);
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate(-9%, -7%);
    opacity: 0;
  }
}
@keyframes b01sp_an {
  0% {
    transform: translate(40%, -18%);
  }
  50% {
    transform: translate(12%, 5%);
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate(-9%, -7%);
    opacity: 0;
  }
}
@-webkit-keyframes b02sp_an {
  0% {
    transform: translate(13%, 15%);
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate(-15%, 12%);
    opacity: 0;
  }
}
@keyframes b02sp_an {
  0% {
    transform: translate(13%, 15%);
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate(-15%, 12%);
    opacity: 0;
  }
}
.main-visual {
  opacity: 0;
  position: relative;
  width: 100%;
  margin-bottom: 100px;
  padding-top: 120px;
  padding-left: 180px;
  margin-bottom: 100px;
  transition: all 1s ease-in;
}
@media screen and (max-height: 730px) {
  .main-visual {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .main-visual {
    padding-top: 100px;
  }
}
.main-visual .main-visual-inner {
  overflow: hidden;
}
.main-visual .main-v {
  position: relative;
  display: block;
  left: 0%;
  width: 126%;
  max-width: 1380px;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  .main-visual .main-v {
    left: -13%;
  }
}
@media screen and (max-width: 640px) {
  .main-visual .main-v {
    width: 130%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 640px) {
  .main-visual .main-v.pc {
    display: none;
  }
}
.main-visual .main-v.sp {
  display: none;
  min-width: 650px;
}
@media screen and (max-width: 640px) {
  .main-visual .main-v.sp {
    display: block;
  }
}
.main-visual .main-v .p01 {
  -webkit-animation: p01_an 2s ease-in infinite;
  animation: p01_an 2s ease-in infinite;
}
.main-visual .main-v .p02 {
  -webkit-animation: p01_an 2.5s ease-in infinite;
  animation: p01_an 2.5s ease-in infinite;
}
.main-visual .main-v .p03 {
  -webkit-animation: p01_an 2.2s ease-in infinite;
  animation: p01_an 2.2s ease-in infinite;
}
.main-visual .main-v .b01 {
  -webkit-animation: b01_an 10s ease-in infinite;
  animation: b01_an 10s ease-in infinite;
}
.main-visual .main-v .b02 {
  -webkit-animation: b02_an 6s ease-in infinite;
  animation: b02_an 6s ease-in infinite;
}
.main-visual .main-v .cyc02 {
  position: absolute;
  bottom: 16%;
  right: 3%;
  width: 35px;
  -webkit-animation: b02_ann 6s ease-in infinite;
  animation: b02_ann 6s ease-in infinite;
}
.main-visual .main-v .b01_sp {
  -webkit-animation: b01sp_an 10s ease-in infinite;
  animation: b01sp_an 10s ease-in infinite;
}
.main-visual .main-v .b02_sp {
  -webkit-animation: b02sp_an 6s ease-in infinite;
  animation: b02sp_an 6s ease-in infinite;
}
.main-visual .catch {
  text-align: right;
  margin-top: -70px;
}
@media screen and (max-width: 1280px) {
  .main-visual .catch {
    margin-top: -40px;
  }
}
@media screen and (max-width: 640px) {
  .main-visual .catch {
    margin-top: -10px;
  }
}
.main-visual h2 {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
  text-align: left;
  margin: 0px 3% 0 auto;
  z-index: 3;
  transition: all 1s ease-in;
}
@media screen and (max-width: 960px) {
  .main-visual h2 {
    font-size: calc(1.6875rem + (1vw - 6.08px) * 0.7813);
    margin: 0px 1% 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .main-visual h2 {
    line-height: 1.7;
  }
}
.main-visual h2 span {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #cc0000;
}
@media screen and (max-width: 960px) {
  .main-visual h2 span {
    font-size: calc(1.75rem + (1vw - 7.68px) * 0.6944);
  }
}
@media screen and (max-width: 640px) {
  .main-visual h2 span {
    line-height: 1.7;
  }
}
.main-visual h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .main-visual h2 .sp {
    display: block;
  }
}
.main-visual h2.active {
  opacity: 1;
}
.main-visual .fix-btn {
  position: fixed;
  bottom: 10px;
  right: 15px;
  margin: auto;
  z-index: 101;
}
.main-visual .fix-btn a {
  display: inline-block;
  vertical-align: top;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .main-visual .fix-btn a {
    width: 96px;
    height: 96px;
  }
}
.main-visual .fix-btn a:hover {
  opacity: 0.7;
}
.main-visual .fix-btn .line {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background-color: #06c755;
  padding: 19px 5px;
}
@media screen and (max-width: 640px) {
  .main-visual .fix-btn .line {
    padding: 13px 5px;
  }
}
.main-visual .fix-btn .line span {
  font-size: 14px;
  font-weight: 600;
}
.main-visual .fix-btn .line img {
  display: block;
  margin: 0 auto;
}
.main-visual .fix-btn .line .line_ic {
  margin-bottom: 9px;
}
@media screen and (max-width: 640px) {
  .main-visual .fix-btn .line .line_ic {
    width: 30px;
  }
}
@media screen and (max-width: 640px) {
  .main-visual .fix-btn .line .logo-w {
    width: 80px;
  }
}
.main-visual .fix-btn .new {
  position: relative;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  padding: 36px 5px;
  text-align: center;
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  .main-visual .fix-btn .new {
    font-size: 11px;
    padding: 29px 5px;
  }
}
.main-visual .fix-btn .new .small {
  font-size: 13px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .main-visual .fix-btn .new .small {
    font-size: 11px;
  }
}
.main-visual .fix-btn .new .num {
  font-size: 29px;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .main-visual .fix-btn .new .num {
    font-size: 26px;
  }
}
.main-visual .fix-btn .new img {
  position: absolute;
  top: 0;
  left: 0;
}

.container {
  opacity: 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-left: 180px;
  z-index: 2;
  transition: all 1s ease-in;
}
@media screen and (max-width: 1024px) {
  .container {
    padding-left: 0px;
  }
}

#merit {
  position: relative;
  max-width: 990px;
  margin: 0 auto 120px;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  #merit {
    margin: 0 auto 40px;
  }
}
#merit .en img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #merit .en img {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  #merit .en img {
    width: 370px;
  }
}
#merit h2 {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  #merit h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  #merit h2 {
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: -5px;
  }
}
#merit .item-area {
  text-align: center;
  padding: 0 1.5em;
}
#merit .item-area .item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #merit .item-area .item {
    width: 47%;
    margin-bottom: 30px;
  }
}
#merit .item-area .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #merit .item-area .item:nth-child(2) {
    margin-right: 0;
  }
}
#merit .item-area .item img {
  margin: 0 auto;
  height: 210px;
}
@media screen and (max-width: 640px) {
  #merit .item-area .item img {
    height: 160px;
  }
}
#merit .item-area .item h3 {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  #merit .item-area .item h3 {
    font-size: 20px;
  }
}
#merit .item-area .item p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
@media screen and (max-width: 1280px) {
  #merit .item-area .item p {
    font-size: 12px;
    line-height: 1.3;
  }
}
#merit .bg {
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.05;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #merit .bg {
    width: 160%;
    max-width: 160%;
    left: -30%;
  }
}

#recommend {
  padding: 0 1em;
  margin-bottom: 80px;
}
#recommend .col-area {
  max-width: 1080px;
  margin: 0 auto;
}
#recommend .col-area .col {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  margin-right: 5%;
}
@media screen and (max-width: 960px) {
  #recommend .col-area .col {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#recommend .col-area .col:nth-child(2) {
  width: 60%;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #recommend .col-area .col:nth-child(2) {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
#recommend .col-area .col h2 {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #recommend .col-area .col h2 {
    font-size: calc(1.75rem + (1vw - 7.68px) * 0.3472);
  }
}
@media screen and (max-width: 640px) {
  #recommend .col-area .col h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #recommend .col-area .col ul {
    text-align: center;
  }
}
#recommend .col-area .col ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 47%;
  max-width: 270px;
  height: 90px;
  text-align: left;
  margin-right: 4%;
  padding-left: 52px;
  margin-bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #recommend .col-area .col ul li {
    max-width: 160px;
    height: 55px;
    text-align: left;
    margin-right: 4%;
    padding-left: 38px;
    margin-bottom: 20px;
  }
}
#recommend .col-area .col ul li:nth-child(2n) {
  margin-right: 0;
}
#recommend .col-area .col ul li img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  #recommend .col-area .col ul li img {
    width: 220px;
  }
}
#recommend .col-area .col ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1%;
  height: 100%;
}
#recommend .col-area .col ul li span {
  display: inline-block;
  vertical-align: middle;
  width: 98%;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 640px) {
  #recommend .col-area .col ul li span {
    font-size: 15px;
  }
}

#lineup {
  position: relative;
  margin-bottom: 230px;
}
#lineup h2 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 0.5em;
}
@media screen and (max-width: 640px) {
  #lineup h2 {
    font-size: 16px;
  }
}
#lineup .en {
  opacity: 0.1;
  font-size: 160px;
  font-weight: 900;
  line-height: 0.7;
  color: #cc0000;
}
@media screen and (max-width: 640px) {
  #lineup .en {
    font-size: calc(6.5625rem + (1vw - 7.68px) * 4.0743);
  }
}
#lineup .p-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-left: 0.8em;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #lineup .p-title {
    font-size: 15px;
    padding-left: 0.7em;
  }
}
#lineup .list-btn {
  position: absolute;
  top: 110px;
  right: 1em;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 8px 1.5em;
}
@media screen and (max-width: 960px) {
  #lineup .list-btn {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    width: 135px;
    margin: 0 1em 20px auto;
    font-size: 15px;
  }
}
#lineup .list-btn:hover {
  color: #fff;
  background-color: #000;
}
#lineup .list-btn:hover svg .btn-1 {
  stroke: #fff;
}
#lineup .list-btn svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-top: -4px;
  margin-left: 25px;
}
@media screen and (max-width: 960px) {
  #lineup .list-btn svg {
    margin-left: 15px;
    width: 20px;
  }
}
#lineup .list-btn svg .btn-1 {
  transition: all 1s ease-in;
}
#lineup .tag-area {
  padding: 0 1em;
  margin-bottom: 20px;
}
#lineup .tag-area a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 4px 1em;
  margin-right: 10px;
  margin-bottom: 10px;
}
#lineup .tag-area a:last-child {
  margin-right: 0;
}
#lineup .tag-area a:hover {
  color: #fff;
  background-color: #000;
}
#lineup .item-area {
  width: 96%;
  margin: 0 auto;
}
#lineup .item-area .item {
  display: block;
  border: 1px solid #000;
  text-align: right;
  border-radius: 10px;
  padding-top: 5px;
}
#lineup .item-area .item:hover {
  opacity: 0.7;
}
#lineup .item-area .item .cate {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 2px 1em;
  margin-right: 0.8em;
  margin-bottom: 1px;
}
@media screen and (max-width: 640px) {
  #lineup .item-area .item .cate {
    font-size: 11px;
  }
}
#lineup .item-area .item .thumb {
  display: block;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #lineup .item-area .item .thumb {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  #lineup .item-area .item .thumb {
    height: 150px;
  }
}
#lineup .item-area .item .item-inner {
  text-align: right;
  padding: 10px 0.5em;
}
#lineup .item-area .item .num-area {
  text-align: center;
  background-color: #000;
  padding: 8px 0.5em;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#lineup .item-area .item .num-area h4 {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 3px;
}
#lineup .item-area .item .num-area p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #lineup .item-area .item .num-area p {
    font-size: calc(0.8125rem + (1vw - 7.68px) * 0.2604);
  }
}
#lineup .item-area .item .num-area p .num {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 0.5;
  margin-right: 3px;
}
@media screen and (max-width: 960px) {
  #lineup .item-area .item .num-area p .num {
    font-size: calc(1.25rem + (1vw - 7.68px) * 0.5208);
  }
}
#lineup .item-area .item h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
#lineup .item-area .item .price {
  font-size: 14px;
  line-height: 1.3;
  color: #cc0000;
  text-align: center;
  margin-bottom: 3px;
}
#lineup .item-area .item .price .tsu {
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
}
@media screen and (max-width: 960px) {
  #lineup .item-area .item .price .tsu {
    font-size: calc(0.875rem + (1vw - 7.68px) * 0.1736);
  }
}
#lineup .item-area .item .price .num {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #cc0000;
  margin: 0 6px 0 8px;
}
@media screen and (max-width: 960px) {
  #lineup .item-area .item .price .num {
    font-size: calc(1.5rem + (1vw - 7.68px) * 0.1736);
  }
}
@media screen and (max-width: 640px) {
  #lineup .item-area .item .price .num {
    letter-spacing: 0em;
    margin: 0 1px 0 5px;
  }
}
#lineup .item-area .item .detail-area .red-btn {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #cc0000;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 12px 0.5em;
}
@media screen and (max-width: 960px) {
  #lineup .item-area .item .detail-area .red-btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  #lineup .item-area .item .detail-area .red-btn {
    padding: 10px 0.2em;
  }
}
#lineup .item-area .item .detail-area .red-btn img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-top: -5px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  #lineup .item-area .item .detail-area .red-btn img {
    width: 18px;
    margin-left: 3px;
  }
}

#flow {
  position: relative;
  background-color: #e5e5e5;
  padding: 0px 0 20px;
  position: relative;
  margin-bottom: 100px;
}
#flow .section-inner {
  padding: 0 1em;
}
#flow .top_img {
  position: absolute;
  top: -206px;
  right: -20px;
}
@media screen and (max-width: 640px) {
  #flow .top_img {
    top: -130px;
    right: -20px;
    width: 200px;
  }
}
#flow .title-area {
  position: relative;
  top: -90px;
}
@media screen and (max-width: 640px) {
  #flow .title-area {
    top: -60px;
  }
}
#flow h2 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding-left: 0.5em;
}
@media screen and (max-width: 640px) {
  #flow h2 {
    font-size: 14px;
  }
}
#flow .en {
  font-size: 160px;
  font-weight: 900;
  line-height: 0.7;
  color: #c6c6c6;
}
@media screen and (max-width: 640px) {
  #flow .en {
    font-size: calc(7.5rem + (1vw - 7.68px) * 3.4722);
  }
}
#flow .p-title {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  padding-left: 0.8em;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #flow .p-title {
    font-size: 15px;
    padding-left: 0.7em;
  }
}
#flow .flow-area {
  position: relative;
  max-width: 1000px;
  margin: -50px auto 35px;
  z-index: 0;
}
#flow .flow-area .title {
  position: absolute;
  top: -20px;
  left: 5px;
  right: 0;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #flow .flow-area .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow-area .title {
    font-size: 24px;
  }
}
#flow .flow-area .bg {
  position: relative;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #flow .flow-area .bg.pc {
    display: none;
  }
}
#flow .flow-area .bg.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #flow .flow-area .bg.sp {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow-area .bg.sp {
    display: none;
  }
}
#flow .flow-area .bg.xs {
  display: none;
}
@media screen and (max-width: 480px) {
  #flow .flow-area .bg.xs {
    display: block;
    max-width: 380px;
    margin: 0 auto;
  }
}
#flow .flow-area .item-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  padding: 60px 1em 0;
}
@media screen and (max-width: 1200px) {
  #flow .flow-area .item-area {
    padding: 40px 1em 0;
  }
}
#flow .flow-area .item-area .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #flow .flow-area .item-area .sp {
    display: block;
  }
}
#flow .flow-area .item-area .item {
  display: inline-block;
  vertical-align: top;
  width: 180px;
}
@media screen and (max-width: 1280px) {
  #flow .flow-area .item-area .item {
    width: 169px;
  }
}
@media screen and (max-width: 1024px) {
  #flow .flow-area .item-area .item {
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow-area .item-area .item {
    width: 120px;
  }
}
#flow .flow-area .item-area .item:nth-child(3) h3 {
  font-weight: 900;
  color: #cc0000;
}
#flow .flow-area .item-area .item img {
  display: block;
  height: 96px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 640px) {
  #flow .flow-area .item-area .item img {
    height: 92px;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow-area .item-area .item img {
    height: 84px;
  }
}
#flow .flow-area .item-area .item h3 {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  padding-left: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  #flow .flow-area .item-area .item h3 {
    font-size: 20px;
    padding-left: 18px;
  }
}
#flow .flow-area .item-area .item h3 span {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}
#flow .flow-area .item-area .item p {
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  color: #7c7c7c;
}
@media screen and (max-width: 1280px) {
  #flow .flow-area .item-area .item p {
    font-size: 13px;
  }
}
#flow .flow-area .item-area .item a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  text-align: right;
}
#flow .flow-area .item-area .to {
  display: inline-block;
  vertical-align: top;
  margin: 40px -20px 0;
}
@media screen and (max-width: 480px) {
  #flow .flow-area .item-area .to {
    width: 54px;
    margin: 36px -14px 0;
  }
}
@media screen and (max-width: 1024px) {
  #flow .flow-area .item-area .to.to-sp {
    display: block;
    transform: rotate(136deg);
    -webkit-transform: rotate(136deg);
    margin: 33px auto 13px;
  }
}
#flow .link-area {
  text-align: center;
}
#flow .link-area a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  margin-right: 25px;
}
@media screen and (max-width: 640px) {
  #flow .link-area a {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#flow .link-area a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #flow .link-area a:last-child {
    margin-bottom: 0;
  }
}
#flow .b-area {
  position: relative;
  max-width: 205px;
  margin: 10px auto 40px;
}
#flow .b-area .b-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 24px;
  background-color: #000;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
}
#flow .b-area .b-left {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 24px;
  background-color: #000;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
}
#flow .c-btn {
  position: relative;
  display: block;
  width: 270px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 12px 1em;
  margin: 0 auto 30px;
}
#flow .c-btn:hover {
  color: #000;
  background-color: #fff;
}
#flow .c-btn:hover .fbtn-1 {
  stroke: #000;
}
#flow .c-btn svg {
  position: absolute;
  right: 13px;
  top: 16px;
  width: 24px;
}
#flow .c-btn svg .fbtn-1 {
  transition: all 1s ease-in;
}

#about {
  max-width: 960px;
  padding: 0px 1em 20px;
  margin: 0 auto 120px;
}
#about .title-area {
  position: relative;
  top: -60px;
  display: inline-block;
  background-color: #fff;
  padding: 0 3px;
}
#about h3 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 6px 1.5em;
  margin-bottom: 5px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #about h3 {
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.2604);
  }
}
#about .box-area {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 40px 1.5em;
}
#about .box-area .col-area .col {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #about .box-area .col-area .col {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#about .box-area .col-area .col:nth-child(2) {
  width: 50%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #about .box-area .col-area .col:nth-child(2) {
    width: 100%;
  }
}
#about .box-area .col-area .col p {
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  #about .box-area .col-area .col p {
    font-size: 15px;
  }
}

#news {
  padding: 0px 0 20px;
  margin: 0 auto 100px;
}
#news .en {
  opacity: 0.1;
  font-size: 160px;
  font-weight: 900;
  line-height: 0.7;
  color: #cc0000;
}
@media screen and (max-width: 640px) {
  #news .en {
    font-size: calc(7.5rem + (1vw - 7.68px) * 3.4722);
  }
}
#news h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-left: 0.8em;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #news h3 {
    font-size: calc(1.25rem + (1vw - 7.68px) * 0.3472);
  }
}
@media screen and (max-width: 640px) {
  #news h3 {
    padding-left: 0.7em;
  }
}
#news .item-area {
  max-width: 900px;
  padding: 0 1em;
  margin: 0 auto;
}
#news .item-area .item {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 1.5em 10px 5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #news .item-area .item {
    padding: 10px 1.5em 10px 4em;
  }
}
#news .item-area .item .date {
  position: absolute;
  left: 2.6em;
  top: 4px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  #news .item-area .item .date {
    left: 2em;
  }
}
#news .item-area .item .date .mon {
  position: absolute;
  top: -2px;
  left: -15px;
  font-size: 14px;
  font-weight: 600;
  color: #cc0000;
}
#news .item-area .item .date .day {
  font-size: 22px;
  font-weight: bold;
  color: #cc0000;
}
/*# sourceMappingURL=top.css.map */