@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%;
  transition: all 1s;
}

body {
  display: none;
  opacity: 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #1c1c26;
  transition: all 0.5s;
  word-break: break-all;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 100% !important;
  }
}

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

.jose {
  font-family: josefin-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
}

/*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: #585959;
}

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

h1,
h2,
h3,
h4,
h5 {
  transition: all 0.5s;
}

.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:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 0.7;
}

a,
button {
  transition: all 0.5s;
  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;
}
.fadeIn.active {
  opacity: 1;
}

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

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

.fadein-down {
  position: relative;
  opacity: 0;
  top: -120px !important;
  transition: all 0.5s;
}
@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 2s;
  /*    @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;
  /*    @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 2s;
  /*    @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 2s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          left: 0px !important;
      }*/
}
.fadein-left.active {
  opacity: 1;
  left: 0px !important;
}

.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% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #632c18;
  }
}
@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #632c18;
  }
}
@keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #6a9b68;
  }
}
@-webkit-keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #6a9b68;
  }
}
@-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 0.5s;
}
.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;
}

@-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 0.5s;
}

.drawer-btn {
  display: none;
  position: fixed;
  top: 40px;
  right: 10px;
  z-index: 100;
  transition: all 2s;
}
@media screen and (max-width: 1024px) {
  .drawer-btn {
    display: block;
  }
}
.drawer-btn.scroll {
  display: block;
  -webkit-animation: fuwattoBlock 1.5s ease-out forwards;
          animation: fuwattoBlock 1.5s ease-out forwards;
}
.drawer-btn_inner {
  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 {
  top: 0;
  left: 0;
  background-color: #585959;
  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: -6px;
  left: 5px;
  width: 90%;
  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: 90%;
  top: -8px;
  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-carousel .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5em;
  width: 24px;
  height: 24px;
  border-top: 3px solid #000 !important;
  border-left: 3px solid #000 !important;
  margin: auto !important;
  transform: rotateZ(-45deg);
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  opacity: 0.8;
  background: none !important;
}

.owl-carousel .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.5em;
  width: 24px;
  height: 24px;
  border-top: 3px solid #000 !important;
  border-right: 3px solid #000 !important;
  margin: auto !important;
  transform: rotateZ(45deg);
}

/*.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: 3px;
  height: 3px;
}

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

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

.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;
  }
}
@media screen and (min-width: 1024px) {
  .gnav {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    width: 25vw;
    max-width: 25vw;
    height: 100vh;
    margin: auto;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    height: 100dvh;
    justify-content: flex-end;
    left: auto;
    margin: 0 0 0 0;
    padding: 0px;
    align-items: center;
    transition: all 2s;
    z-index: 97;
  }
}
@media screen and (max-width: 1024px) {
  .gnav {
    display: none;
  }
}
.gnav.scroll {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.gnav.on {
  display: block !important;
  top: 0px;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #1c1c26;
  box-sizing: border-box;
  margin: 0 auto 0;
  -webkit-animation: fuwattoBlock 1.5s ease-out forwards;
          animation: fuwattoBlock 1.5s ease-out forwards;
}
.gnav.on .gnav-inner {
  height: 760px;
  max-height: 92%;
  margin: auto;
  padding: 40px 1.5em 60px;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .gnav .gnav-inner {
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    height: 100dvh;
    align-items: center;
    justify-content: center;
    padding: 33px 0px 0px 0px;
    width: 28vw;
    max-width: 33vw;
  }
}
@media screen and (max-height: 630px) {
  .gnav .gnav-inner {
    padding: 0px 0px 0px 0px;
  }
}
.gnav .gnav-inner .main {
  display: block;
  margin: 0 auto;
}
@media screen and (max-height: 630px) {
  .gnav .gnav-inner .main {
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  .gnav .gnav-inner .main {
    width: 260px;
  }
}
.gnav .gnav-inner .date {
  max-width: 180px;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-height: 630px) {
  .gnav .gnav-inner .date {
    max-width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .gnav .gnav-inner .date {
    max-width: 170px;
  }
}
.gnav .gnav-inner .menu {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .gnav .gnav-inner .menu {
    max-width: 180px;
    margin: 0 auto;
  }
}
.gnav .gnav-inner .menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .gnav .gnav-inner .menu li {
    display: block;
    vertical-align: middle;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.gnav .gnav-inner .menu li a {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: left;
  padding: 3px 1em;
  transition: all 0.5s;
}
@media screen and (max-width: 480px) {
  .gnav .gnav-inner .menu li a {
    display: block;
    text-align: center;
    padding: 8px 1em 6px;
  }
}
.gnav .gnav-inner .menu li a:hover {
  color: #000;
  background-color: #fff;
}
.gnav .gnav-inner .menu li a.on {
  color: #fff;
  background-color: #000;
}
.gnav .gnav-inner .menu li a.on:before {
  display: none;
}
.gnav .gnav-inner .menu li a.on svg .st0,
.gnav .gnav-inner .menu li a.on svg .st1,
.gnav .gnav-inner .menu li a.on svg .st2,
.gnav .gnav-inner .menu li a.on svg .st3,
.gnav .gnav-inner .menu li a.on svg .st4,
.gnav .gnav-inner .menu li a.on svg .st5,
.gnav .gnav-inner .menu li a.on svg .st6,
.gnav .gnav-inner .menu li a.on svg .st7,
.gnav .gnav-inner .menu li a.on svg .st8,
.gnav .gnav-inner .menu li a.on svg .st9 {
  stroke: #fff;
}
.gnav .gnav-inner .menu li.banner {
  overflow: hidden;
  width: 90%;
  margin: 10px 0 0 3%;
}
.gnav .gnav-inner .menu li.banner a {
  float: left;
  width: 50%;
  padding: 5px 0 5px 0.5em;
}
.gnav .gnav-inner .menu li.banner a:before {
  display: none;
}
.gnav .gnav-inner .menu li.banner a img {
  display: block;
  width: 100%;
}
.gnav .gnav-inner .menu li.sns-area {
  width: 90%;
  text-align: center;
  margin: 10px auto 0;
}
@media screen and (max-height: 650px) {
  .gnav .gnav-inner .menu li.sns-area {
    margin: 0px auto 0;
  }
}
.gnav .gnav-inner .menu li.sns-area a {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  padding: 0;
  margin-right: 5px;
}
.gnav .gnav-inner .menu li.sns-area a:nth-child(4) {
  margin-right: 0;
}
.gnav .gnav-inner .menu li.sns-area a:before {
  display: none;
}
.gnav .gnav-inner .menu li.sns-area a img {
  display: block;
  width: 100%;
}
.gnav .gnav-inner .sns-area {
  text-align: center;
  margin-top: 10px;
}
.gnav .gnav-inner .sns-area li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gnav .gnav-inner .sns-area li:last-child {
  margin-right: 0;
}
.gnav .gnav-inner .sns-area li a {
  display: block;
}
.gnav .gnav-inner .sns-area li a img {
  line-height: 1;
  vertical-align: bottom;
}

.fix-top-area {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .fix-top-area {
    right: 78px;
  }
}
@media screen and (max-width: 640px) {
  .fix-top-area {
    right: 70px;
  }
}
.fix-top-area .gtranslate_wrapper {
  display: inline-block;
  vertical-align: middle;
}
.fix-top-area .gtranslate_wrapper .gt_switcher-popup {
  display: block;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px 2px 6px 8px;
}
@media screen and (max-width: 640px) {
  .fix-top-area .gtranslate_wrapper .gt_switcher-popup {
    padding: 2px 0px 3px 5px;
  }
}
.fix-top-area .gtranslate_wrapper .gt_switcher-popup span {
  margin-right: 2px;
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .fix-top-area .gtranslate_wrapper .gt_switcher-popup span {
    font-size: 12px;
    vertical-align: middle;
  }
}
.fix-top-area .gtranslate_wrapper .switcher {
  font-size: 14px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fix-top-area .gtranslate_wrapper .switcher .selected a {
    color: #585959 !important;
  }
}
@media screen and (max-width: 768px) {
  .fix-top-area .gtranslate_wrapper .switcher .selected {
    background: #fff !important;
  }
}
.fix-top-area .gtranslate_wrapper .gt_switcher-popup img {
  display: none;
}
.fix-top-area .f-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #2d913c;
  padding: 6px 12px;
}
@media screen and (max-width: 1024px) {
  .fix-top-area .f-btn {
    padding: 2px 12px;
  }
}
@media screen and (max-width: 640px) {
  .fix-top-area .f-btn {
    font-weight: 600;
  }
}
.fix-top-area .f-btn:nth-child(1) {
  border-right: 1px solid #ccc;
  padding: 6px 16px;
}
@media screen and (max-width: 1024px) {
  .fix-top-area .f-btn:nth-child(1) {
    padding: 2px 16px;
  }
}
@media screen and (max-width: 640px) {
  .fix-top-area .f-btn:nth-child(1) {
    display: none;
  }
}
.fix-top-area .f-btn img,
.fix-top-area .f-btn svg {
  display: block;
  margin: 0 auto 3px;
}
@media screen and (max-width: 640px) {
  .fix-top-area .f-btn img,
.fix-top-area .f-btn svg {
    width: 26px;
    margin: 0 auto 2px;
  }
}
.fix-top-area .red-btn {
  display: inline-block;
  vertical-align: middle;
  max-width: 140px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-color: #cd4b4a;
  padding: 8px 1em;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .fix-top-area .red-btn {
    display: none;
    font-size: 12px;
    letter-spacing: 0;
    padding: 8px 0.5em;
  }
}
@media screen and (max-width: 390px) {
  .fix-top-area .red-btn {
    font-size: 10px;
    padding: 8px 0.3em;
  }
}
.fix-top-area .red-btn:hover {
  opacity: 0.7;
}
.fix-top-area .grn-btn {
  display: inline-block;
  width: 76px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 8px 1em;
}
@media screen and (max-width: 390px) {
  .fix-top-area .grn-btn {
    font-size: 10px;
    padding: 8px 0.3em;
  }
}
.fix-top-area .grn-btn:hover {
  opacity: 0.7;
}

.fix-side-area {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  opacity: 0.9;
}
@media screen and (max-width: 1280px) {
  .fix-side-area {
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .fix-side-area {
    width: 100%;
    left: 0;
  }
}
.fix-side-area .grn-btn {
  display: block;
  width: 76px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 4px 2px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .fix-side-area .grn-btn {
    position: relative;
    float: left;
    width: 20%;
    height: 62px;
  }
}
.fix-side-area .grn-btn:first-of-type {
  border-top-left-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .fix-side-area .grn-btn:first-of-type:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 84%;
    background-color: #fff;
    margin: auto;
  }
}
.fix-side-area .grn-btn .otoku {
  position: absolute;
  top: -27px;
  left: -10px;
}
@media screen and (max-width: 1024px) {
  .fix-side-area .grn-btn .otoku {
    left: -9px;
    width: 72px;
  }
}
.fix-side-area .grn-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .fix-side-area .grn-btn span img {
    width: 32px;
  }
}
.fix-side-area .grn-btn:hover {
  opacity: 0.7;
}
.fix-side-area .blu-btn {
  display: block;
  width: 90px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #10568d;
  padding: 4px 2px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .fix-side-area .blu-btn {
    float: left;
    width: 30%;
    height: 62px;
  }
}
.fix-side-area .blu-btn.r-btn {
  border-top-left-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .fix-side-area .blu-btn.r-btn {
    width: 40%;
    border-top-left-radius: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .fix-side-area .blu-btn:last-child {
    width: 20%;
    border-top-right-radius: 5px;
  }
}
.fix-side-area .blu-btn:hover {
  opacity: 0.7;
}
.fix-side-area .blu-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.fix-side-area .blu-btn ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .fix-side-area .blu-btn ul li {
    font-size: calc(0.875rem + (1vw - 3.45px) * 0.1732);
  }
}
.fix-side-area .blu-btn ul li:nth-child(n+2) {
  display: none;
}

.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 {
  max-width: 700px;
  margin: 0 auto 60px;
}
.btn-area .btn {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin: 0 auto 0;
  margin-right: 6%;
}
@media screen and (max-width: 640px) {
  .btn-area .btn {
    width: 100%;
    margin: 0px auto 20px;
  }
}
.btn-area .btn:nth-child(2) {
  margin: 0px auto;
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(315deg, #aee7fd, rgb(174, 231, 253) 14%, #fb5be5 100%, rgb(96, 171, 239));
  text-align: center;
  padding: 16px 0.5em 15px;
  margin: 30px auto 30px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  color: #fff;
  background-color: #fff;
}

.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 0.5s;
}
.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: 96px;
  margin: 0 120px 40px auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .page-top {
    margin: 0 20px 40px auto;
  }
}
.page-top:hover {
  opacity: 0.7;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #000;
  transition: all 2s;
  z-index: 101;
}
.loader .loader-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 180px;
  height: 500px;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .loader .loader-inner {
    max-width: 170px;
    height: 480px;
  }
}
@media screen and (max-width: 640px) {
  .loader .loader-inner {
    height: 420px;
  }
}
.loader .eachTextAnime {
  writing-mode: vertical-rl;
  line-height: 6;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .loader .eachTextAnime {
    line-height: 5.5;
  }
}
.loader .eachTextAnime span {
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.8em;
  color: #fff;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .loader .eachTextAnime span {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .loader .eachTextAnime span {
    font-size: 32px;
    letter-spacing: 0.7em;
  }
}
.loader .eachTextAnime.active span {
  -webkit-animation: text_anime_on 1.5s ease-out forwards;
          animation: text_anime_on 1.5s ease-out forwards;
}

@keyframes move {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(-1000%);
  }
}
@-webkit-keyframes move {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(-1000%);
  }
}
.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: #585959;
  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;
}

#post-area {
  padding: 0px 0 60px;
}
#post-area .col {
  float: left;
  width: 50%;
  height: 430px;
  padding: 40px 3.5em;
}
@media screen and (max-width: 960px) {
  #post-area .col {
    padding: 40px 2.5em;
  }
}
@media screen and (max-width: 768px) {
  #post-area .col {
    float: none;
    height: auto;
    width: 100%;
  }
}
#post-area .col#news {
  background-color: #10568d;
}
@media screen and (max-width: 768px) {
  #post-area .col#news {
    margin-top: 40px;
  }
}
#post-area .col#news h4 {
  color: #fff;
}
#post-area .col#news .item {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
#post-area .col#news .d-btn {
  color: #fff;
}
#post-area .col#news .d-btn::before {
  background: url("../img/arrow_wht.svg") no-repeat center center;
}
#post-area .col h4 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.8em;
  color: #585959;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  #post-area .col h4 {
    font-size: 20px;
  }
}
#post-area .col .item-area {
  min-height: 210px;
}
@media screen and (max-width: 640px) {
  #post-area .col .item-area {
    min-height: auto;
  }
}
#post-area .col .item {
  display: block;
  max-width: 660px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #585959;
  border-bottom: 1px solid #cccccc;
  padding: 0 0.5em 4px;
  margin: 0px auto 20px;
}
#post-area .col .d-btn {
  position: absolute;
  bottom: 5px;
  right: 50px;
  width: 114px;
  font-weight: 500;
  margin: 35px 0 0 auto;
}
#post-area .clear {
  clear: both;
}

.info-box {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .info-box {
    display: block;
  }
}
.info-box .col {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .info-box .col {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
}
.info-box .col .img-area {
  width: 100%;
}
.info-box .col .blue-area {
  position: relative;
  width: 100%;
  background-color: #000;
  padding: 30px 1.5em;
  margin-top: -50px;
}
.info-box .col .blue-area .address {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .info-box .col .blue-area .address {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .info-box .col .blue-area .address {
    font-size: 14px;
  }
}
.info-box .col .blue-area .detail-area {
  text-align: center;
  margin-bottom: 30px;
}
.info-box .col .blue-area .detail-area .tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  margin-right: 18px;
  margin-left: -0.5em;
}
@media screen and (max-width: 960px) {
  .info-box .col .blue-area .detail-area .tel {
    display: block;
    font-size: 28px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .info-box .col .blue-area .detail-area .tel {
    font-size: 24px;
  }
}
.info-box .col .blue-area .detail-area .tel span {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
}
.info-box .col .blue-area .detail-area .net {
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 74px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #fff;
  background-color: #10568d;
  border-radius: 50%;
  padding: 10px 8px;
  margin-right: 10px;
}
.info-box .col .blue-area .detail-area .net img {
  display: block;
  width: 38px;
  margin: 0 auto 6px;
}
.info-box .col .blue-area .detail-area .line {
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 74px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-color: #59ad50;
  border-radius: 50%;
  color: #fff;
  padding: 8px 6px;
}
.info-box .col .blue-area .detail-area .line img {
  display: block;
  width: 32px;
  margin: 0 auto 5px;
}
.info-box .col .blue-area table {
  display: block;
  max-width: 500px;
  text-align: center;
  margin: 0 auto 8px;
}
.info-box .col .blue-area table th {
  width: 23.5%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 8px 5px 6px;
}
.info-box .col .blue-area table td {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 8px 5px 6px;
}
.info-box .col .blue-area table td.maru {
  font-size: 16px;
}
.info-box .col .blue-area .small {
  max-width: 500px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 auto;
}
.info-box .col iframe {
  width: 100%;
  filter: grayscale(1);
}
@media screen and (max-width: 960px) {
  .info-box .col iframe {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .info-box .col iframe {
    height: 350px;
  }
}

.logo-area {
  text-align: center;
}
.logo-area .col {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  margin-right: 3%;
}
@media screen and (max-width: 640px) {
  .logo-area .col {
    display: block;
    max-width: none;
    margin-right: 0;
  }
}
.logo-area .col:nth-child(2) {
  max-width: 400px;
}
@media screen and (max-width: 640px) {
  .logo-area .col:nth-child(2) {
    max-width: none;
  }
}
.logo-area .col:nth-child(2) .stc {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .logo-area .col:nth-child(2) .stc {
    font-size: 16px;
    text-align: center;
  }
}

.footer-top {
  line-height: 0;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .footer-top.pc {
    display: none;
  }
}
.footer-top.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .footer-top.sp {
    display: block;
  }
}

footer {
  position: relative;
  text-align: center;
  background-color: #1c1c26;
  padding: 60px 1em 100px;
  z-index: 2;
}
footer .footer-inner {
  max-width: 1180px;
  margin: 0 auto 0px;
}
footer .sns-nav {
  text-align: center;
  margin-bottom: 40px;
}
footer .sns-nav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
footer .sns-nav li:last-child {
  margin-right: 0;
}
footer .sns-nav li a {
  display: block;
}
footer .f-nav {
  text-align: center;
  margin-bottom: 40px;
}
footer .f-nav li {
  display: inline-block;
}
footer .f-nav li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  padding-bottom: 2px;
}
footer .col-area {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 40px;
}
footer .col-area .col {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  footer .col-area .col {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
footer .col-area .col:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  footer .col-area .col:nth-child(3) {
    margin-right: 0;
  }
}
footer .col-area .col .toggle-link {
  position: relative;
  display: block;
}
footer .col-area .col .toggle-link:before {
  display: none;
  content: "";
  position: absolute;
  top: 8px;
  left: auto;
  right: 17px;
  width: 2px;
  height: 16px;
  background-color: #10568d;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  footer .col-area .col .toggle-link:before {
    display: block;
  }
}
footer .col-area .col .toggle-link:after {
  display: none;
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 16px;
  height: 2px;
  background-color: #10568d;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  footer .col-area .col .toggle-link:after {
    display: block;
  }
}
footer .col-area .col .toggle-link.on {
  border-bottom: none;
}
footer .col-area .col .toggle-link.on:before {
  background-color: #10568d;
  transform: rotateZ(90deg);
}
footer .col-area .col .toggle-link.on:after {
  background-color: #10568d;
}
footer .col-area .col .toggle-link h4 {
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  color: #10568d;
  border-bottom: 1px solid #10568d;
}
@media screen and (max-width: 640px) {
  footer .col-area .col .toggle-link h4 {
    font-size: 17px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 640px) {
  footer .col-area .col ul {
    display: none;
  }
}
footer .col-area .col ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  footer .col-area .col ul li a {
    font-size: 14px;
  }
}
footer .col-area .col ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  margin: auto;
  transition: all 0.5s;
}
footer .col-area .col ul li a:hover:before {
  width: 100%;
}
footer .sns-area {
  text-align: center;
  margin: 0px auto 40px;
}
footer .sns-area a {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  footer .sns-area a {
    margin-right: 14px;
  }
}
footer .sns-area a:nth-child(4) {
  margin-right: 0;
}
footer .sns-area a:before {
  display: none;
}
footer .sns-area a img {
  display: block;
  width: 100%;
}
footer .gtranslate_wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 100px;
}
footer .gtranslate_wrapper .gt_switcher-popup {
  display: block;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px 2px 6px 8px;
}
@media screen and (max-width: 640px) {
  footer .gtranslate_wrapper .gt_switcher-popup {
    padding: 2px 0px 3px 5px;
  }
}
footer .gtranslate_wrapper .gt_switcher-popup span {
  margin-right: 2px;
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  footer .gtranslate_wrapper .gt_switcher-popup span {
    font-size: 12px;
    vertical-align: middle;
  }
}
footer .gtranslate_wrapper .switcher {
  font-size: 14px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .gtranslate_wrapper .switcher .selected a {
    color: #585959 !important;
  }
}
@media screen and (max-width: 768px) {
  footer .gtranslate_wrapper .switcher .selected {
    background: #fff !important;
  }
}
footer .gtranslate_wrapper .gt_switcher-popup img {
  display: none;
}
footer .copyright {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 6px 1em 40px;
}
footer .copyright .copy {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  footer .copyright .copy {
    font-size: 11px;
  }
}

.container {
  position: relative;
  overflow: hidden;
  max-width: 640px;
  background-color: #1c1c26;
  margin: 0 auto;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0px 0px 30px 0px;
  width: 40vw;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
.container .fix-area {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .container .fix-area {
    display: block;
  }
}
.container .fix-area li {
  margin-bottom: 11px;
}
.container .fix-area li:last-child {
  margin-bottom: 0;
}
.container .fix-area li:nth-child(2) {
  margin-left: -2px;
}
.container .fix-area li a {
  display: block;
}
.container .fix-area li a img {
  line-height: 1;
  vertical-align: bottom;
}

.main-visual {
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 0;
  transition: all 2s;
}
@media screen and (max-height: 750px) {
  .main-visual {
    min-height: 780px;
  }
}
.main-visual .top-bg {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: all 2s;
}
@media screen and (max-height: 800px) {
  .main-visual .top-bg {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual .top-bg {
    display: none;
  }
}
.main-visual .top-bg.active {
  top: 0px;
}
.main-visual .video-outer {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.main-visual video {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10%;
  right: -10%;
  height: 100%;
  width: auto;
  margin: auto;
  z-index: 0;
  transition: all 2s;
}
.main-visual video.on {
  display: block;
  -webkit-animation: fuwattoBlock 1.5s ease-out forwards;
          animation: fuwattoBlock 1.5s ease-out forwards;
}
.main-visual .video-black-layer {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.1%;
  right: 0;
  width: 102%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: all 2s;
}
.main-visual h1 {
  position: relative;
  z-index: 2;
  padding: 120px 1em 0;
}
@media screen and (max-height: 750px) {
  .main-visual h1 {
    padding: 60px 1em 0;
  }
}
.main-visual h1 img {
  display: block;
  margin: 0 auto;
}

#about {
  position: relative;
  padding: 0px 0 60px;
  margin-bottom: 80px;
  z-index: 1;
}
#about .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#about .date {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: -180px auto 10px;
}
#about .detail {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 160px;
}
#about .stc-area {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
#about .stc-area .lf {
  position: absolute;
  top: 5%;
  left: 1%;
}
#about .stc-area .rt {
  position: absolute;
  top: 5%;
  right: 1%;
}
#about .stc-area .lf-b {
  position: absolute;
  bottom: 0;
  left: 1%;
}
@media screen and (max-width: 640px) {
  #about .stc-area .lf-b {
    bottom: -45px;
  }
}
#about .stc-area .rt-b {
  position: absolute;
  bottom: 5%;
  right: 1%;
}
@media screen and (max-width: 640px) {
  #about .stc-area .rt-b {
    bottom: -35px;
  }
}
#about h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  text-shadow: #ccb03a 1px 0 10px;
  margin-bottom: 10px;
}
#about h3 .sp {
  display: none;
}
@media screen and (max-width: 480px) {
  #about h3 .sp {
    display: block;
  }
}
#about .stc {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
}
#about .stc.mb {
  line-height: 1.4;
  margin-bottom: 40px;
}
#about .stc.sl {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}
#about .stc.xsl {
  max-width: 330px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin: 0 auto;
}
#about .c-img {
  display: block;
  margin: 0 auto 20px;
}
#about .gra-box {
  width: 92%;
  background: linear-gradient(110deg, #fba7e5, rgb(251, 121, 229) 17%, #8ecdf0 92%, rgb(142, 205, 250));
  border-radius: 8px;
  padding: 30px 1.5em 25px;
  margin: 0 auto 100px;
}
#about .card-area {
  position: relative;
  width: 102%;
  max-width: 580px;
  margin: 0 auto 60px;
  margin-left: -1%;
}
@media screen and (max-width: 640px) {
  #about .card-area {
    width: 108%;
  }
}
@media screen and (max-width: 580px) {
  #about .card-area {
    margin-left: -5%;
  }
}
#about .card-area.active .card02 {
  left: 0;
  transform: rotateZ(0deg);
}
#about .card-area.active .card03 {
  right: 0;
  transform: rotateZ(0deg);
}
#about .card-area .card01 {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  top: -5px;
  max-width: 32%;
}
#about .card-area .card02 {
  position: absolute;
  top: 0;
  left: -30%;
  max-width: 38%;
  z-index: 0;
  transition: all 2s;
  transform: rotateZ(-10deg);
}
#about .card-area .card03 {
  position: absolute;
  top: 0;
  right: -30%;
  z-index: 0;
  max-width: 38%;
  transition: all 2s;
  transform: rotateZ(10deg);
}
#about .card-area .card-bg {
  position: absolute;
  bottom: -161px;
  left: -3%;
  width: 106%;
  z-index: 0;
}

.cnt {
  position: relative;
  padding: 0 1.5em;
  margin-bottom: 80px;
  z-index: 1;
}
.cnt#cnt01 {
  margin-bottom: 120px;
}
.cnt#cnt01 .cnt-img {
  display: block;
  margin: 0 0 30px auto;
}
.cnt#cnt01 .bg02 {
  position: absolute;
  bottom: -80px;
  left: -6%;
  width: 112%;
  max-width: 112%;
  z-index: -1;
  opacity: 0.2;
}
.cnt#cnt02 {
  margin-bottom: 120px;
}
.cnt#cnt02 h3 {
  line-height: 1.3;
  color: #fff;
  text-shadow: #e77aed 1px 0 10px;
}
.cnt#cnt02 .hart {
  display: block;
  margin: 0 auto 0px;
}
.cnt#cnt03 {
  margin-bottom: 120px;
}
.cnt#cnt03 .gra-box {
  background: linear-gradient(90deg, #d7adec, rgb(201, 163, 236) 37%, #8ecdf0 92%, rgb(142, 205, 250));
  border-radius: 8px;
  padding: 30px 1.5em 25px;
  margin-bottom: 30px;
}
.cnt#cnt03 .gra-box h3 {
  font-size: 28px;
  line-height: 1.2;
}
.cnt#cnt03 .gra-box h3 span {
  color: #fff;
  line-height: 1.5;
}
.cnt#cnt03 .gra-box .stc {
  font-size: 18px;
}
.cnt#cnt03 .bg {
  top: -30px;
}
.cnt#cnt03 .bg03 {
  position: absolute;
  top: -22px;
  right: -16%;
  width: 55%;
  z-index: -1;
  opacity: 0.9;
}
.cnt .cnt-img {
  display: block;
  margin: 0 0 30px;
}
.cnt .kanpai {
  display: block;
  margin: 0 auto 20px;
}
.cnt h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  text-shadow: #ccb03a 1px 0 10px;
  margin-bottom: 10px;
}
.cnt h3 span {
  display: block;
  font-size: 34px;
  font-weight: bold;
  color: #ccb03a;
}
.cnt h3 .br {
  display: none;
}
@media screen and (max-width: 480px) {
  .cnt h3 .br {
    display: block;
  }
}
.cnt .stc {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.cnt .wht-box {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 30px 1.5em 0;
}
.cnt .wht-box h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: transparent;
  justify-content: center;
  background: linear-gradient(315deg, #aee7fd, rgb(223, 151, 253) 64%, #fb5be5 70%, rgb(96, 121, 239));
  background-clip: text;
  -webkit-background-clip: text;
  margin-bottom: 10px;
}
.cnt .wht-box h4 span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: transparent;
  justify-content: center;
  background: linear-gradient(315deg, #aee7fd, rgb(223, 151, 253) 64%, #fb5be5 70%, rgb(96, 121, 239));
  background-clip: text;
  -webkit-background-clip: text;
}
.cnt .wht-box h4.mt {
  margin-top: 30px;
}
.cnt .wht-box .w-stc {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}
.cnt .wht-box .w-stc span {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: transparent;
  justify-content: center;
  background: linear-gradient(315deg, #aee7fd, #e77aed 54%, #aee7fd 70%, #aee7fd);
  background-clip: text;
  -webkit-background-clip: text;
}
.cnt .wht-box .w-stc span.g {
  background: linear-gradient(315deg, #dbffaa, #baff7f 54%, #baff7f 70%, #aee7fd);
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 6px;
}
.cnt .wht-box .w-stc span.bl {
  background: linear-gradient(315deg, #dbffaa, #7fd9ff 54%, #6ab2ff 70%, #aee7fd);
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 6px;
}
.cnt .wht-box .w-stc span.yl {
  background: linear-gradient(315deg, #dbffaa, #ffef6a 54%, #ccb03a 70%, #aee7fd);
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 6px;
}
.cnt .wht-box .w-stc img {
  display: block;
  margin: 12px auto 8px;
}
.cnt .wht-box .w-stc1 {
  max-width: 480px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin: 0 auto 15px;
}
.cnt .wht-box .w-stc1.mb {
  margin-bottom: 55px;
}
.cnt .wht-box .w-stc1 span {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: transparent;
  justify-content: center;
  background: linear-gradient(315deg, #aee7fd, #e77aed 54%, #aee7fd 70%, #aee7fd);
  background-clip: text;
  -webkit-background-clip: text;
}
.cnt .wht-box .w-stc1 span.g {
  background: linear-gradient(315deg, #dbffaa, #baff7f 54%, #baff7f 70%, #aee7fd);
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 6px;
}
.cnt .wht-box .w-stc1 span.bl {
  background: linear-gradient(315deg, #dbffaa, #7fd9ff 54%, #6ab2ff 70%, #aee7fd);
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 6px;
}
.cnt .wht-box .w-stc1 span.yl {
  background: linear-gradient(315deg, #dbffaa, #ffef6a 54%, #ccb03a 70%, #aee7fd);
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 6px;
}
.cnt .wht-box .w-stc1 img {
  display: block;
  margin: 12px auto 5px;
}
.cnt .wht-box .w-stc2 {
  position: relative;
  max-width: 300px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  text-align: left;
  padding-left: 30px;
  margin: 0 auto 10px;
}
.cnt .wht-box .w-stc2 span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: transparent;
  justify-content: center;
  background: linear-gradient(315deg, #aee7fd, #e77aed 54%, #aee7fd 70%, #aee7fd);
  background-clip: text;
  -webkit-background-clip: text;
}
.cnt .wht-box .tokuten {
  display: block;
  margin: 0 auto 5px;
}
.cnt .wht-box .w-stc3 {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin: 0 auto 25px;
}
.cnt .wht-box .w-stc3.big {
  font-size: 16px;
}
.cnt .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

#guest {
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
}
#guest .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#guest .bg2 {
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
  z-index: -1;
}
#guest .bg3 {
  position: absolute;
  top: 500px;
  left: 0;
  width: 100%;
  z-index: -1;
}
#guest h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  text-shadow: #ccb03a 1px 0 10px;
  margin-bottom: 30px;
}
#guest h3 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#guest h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
#guest h4 span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: transparent;
  justify-content: center;
  background: linear-gradient(315deg, #aee7fd, rgb(223, 151, 253) 64%, #fb5be5 70%, rgb(96, 121, 239));
  background-clip: text;
  -webkit-background-clip: text;
}
#guest .row {
  margin-bottom: 40px;
}
#guest .row img {
  display: block;
  margin: 0 auto 8px;
}
#guest .col-area {
  padding: 0 1em;
}
#guest .col-area .col {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-right: 4%;
}
#guest .col-area .col:nth-child(2n) {
  margin-right: 0;
}
#guest .col-area .col img {
  display: block;
  margin: 0 auto 8px;
}
#guest .col-area .col h4 {
  font-size: 24px;
}

#price {
  padding: 0 0.5em;
  margin-bottom: 40px;
}
#price .section-inner {
  padding: 0 1em;
}
#price h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  text-shadow: #ccb03a 1px 0 10px;
  margin-bottom: 10px;
}
#price h3 .sp {
  display: none;
}
@media screen and (max-width: 480px) {
  #price h3 .sp {
    display: block;
  }
}
#price .price {
  display: block;
  margin: 0 auto 40px;
}
#price .price-date {
  display: block;
  width: 180px;
  margin: 0 auto 10px;
}
#price .stc {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#price .gra-box {
  background: linear-gradient(0deg, rgb(253, 188, 253) 60%, rgb(189, 223, 253) 110%);
  border-radius: 8px;
  padding: 30px 1.5em;
  margin-bottom: 30px;
}
#price .gra-box.gra-box02 {
  background: linear-gradient(0deg, rgb(189, 223, 253) 0%, rgb(253, 188, 253) 50%);
}
#price .gra-box img {
  display: block;
  margin: 0 auto 20px;
}
#price .gra-box .stc {
  font-size: 15px;
}
#price .o-btn {
  display: block;
  max-width: 386px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(315deg, #aee7fd, rgb(174, 231, 253) 14%, #60abef 70%, rgb(96, 171, 239));
  border-radius: 70px;
  box-shadow: 0px 3px 0px 2px #60abef;
  padding: 8px 1em;
  margin: 0 auto;
}

.fix-bottom-area {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(315deg, #aee7fd, rgb(223, 151, 253) 4%, #fb5be5 60%, rgb(96, 171, 239));
  z-index: 99;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 6px 0.5em;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  line-height: 1.3;
}
@media screen and (max-height: 630px) {
  .fix-bottom-area {
    font-size: 11px;
  }
}
.fix-bottom-area span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #ffe576;
  letter-spacing: 0;
  text-shadow: #fff 1px 0 10px;
}
#access {
  padding: 0 1.5em;
  margin-bottom: 120px;
}
#access .wht-box {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 30px 1.5em;
  margin-bottom: 60px;
}
#access .wht-box h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
#access .wht-box h5 {
  font-size: 24px;
}
#access .wht-box2 {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 30px 1.5em;
  margin-bottom: 60px;
}
#access h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: #ccb03a 1px 0 10px;
  margin-bottom: 10px;
}
#access .stc {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#access .stc.l-stc {
  max-width: 390px;
  font-size: 16px;
  text-align: left;
  margin: 0 auto 30px;
}
#access .stc.l-stc span {
  font-size: 26px;
  font-weight: bold;
  vertical-align: sub;
}
#access .stc.mb {
  font-size: 18px;
  margin-bottom: 30px;
}
#access .stc2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#access .bas {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #ccb03a;
  text-shadow: #ccb03a 1px 0 10px;
  margin-bottom: 10px;
}
#access h5 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
#access h6 {
  max-width: 400px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 8px 0;
  margin: 0 auto 10px;
}
#access .lnk {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: transparent;
  background: linear-gradient(0deg, rgb(253, 188, 253) 60%, rgb(189, 223, 253) 110%);
  background-clip: text;
  -webkit-background-clip: text;
  margin-bottom: 30px;
}

#att {
  padding: 0 1.5em;
  margin-bottom: 80px;
}
#att .row {
  border-bottom: 1px dashed #fff;
  padding: 20px 1em;
}
#att h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: #c42d2d 1px 0 10px;
  margin-bottom: 10px;
}
#att h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 3px;
}
#att h4 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 50px;
  margin-bottom: 12px;
}
#att h4 span {
  font-size: 17px;
  font-weight: bold;
}
#att h4 img {
  position: absolute;
  top: -7px;
  left: 0;
}
#att .stc {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 10px;
}
#att .stc b {
  text-decoration: underline;
}
#att .small {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

#att2 {
  padding: 0 1.5em;
  margin-bottom: 80px;
}
#att2 .row {
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
}
#att2 h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: #c42d2d 1px 0 10px;
  margin-bottom: 30px;
}
#att2 h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 4px;
}
#att2 .pl-link {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 40px 0px 10px;
  margin-bottom: 12px;
}
#att2 .pl-link.on:before {
  top: 8px;
  transform: rotateZ(-45deg);
}
#att2 .pl-link:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotateZ(135deg);
  transition: all 0.5s;
}
#att2 .pl-area {
  display: none;
}
#att2 .pl-area .stc {
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  border-bottom: 1px dashed #ccc;
  padding: 15px 1em 12px 35px;
}
#att2 .pl-area .stc.n-stc {
  padding-left: 0;
}
#att2 .pl-area .stc img {
  position: absolute;
  top: 13px;
  left: 2px;
}

#qa {
  padding: 0 1.5em;
  margin-bottom: 80px;
}
#qa .row {
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
}
#qa h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: #ccb03a 1px 0 10px;
  margin-bottom: 20px;
}
#qa h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 4px;
}
#qa h4 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 20px;
}
#qa h4:nth-of-type(2) {
  margin-top: 50px;
}
#qa .pl-link {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 40px 0px 35px;
  margin-bottom: 12px;
}
#qa .pl-link.on:before {
  top: 8px;
  transform: rotateZ(-45deg);
}
#qa .pl-link:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotateZ(135deg);
  transition: all 0.5s;
}
#qa .pl-link img {
  position: absolute;
  top: -5px;
  left: 8px;
}
#qa .pl-area {
  display: none;
}
#qa .pl-area .stc {
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  border-bottom: 1px dashed #ccc;
  padding: 15px 1em 15px 35px;
}
#qa .pl-area .stc.n-stc {
  padding-left: 0;
}
#qa .pl-area .stc img {
  position: absolute;
  top: 13px;
  left: 2px;
}
#qa .pl-area .stc a {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-decoration: underline;
}

#pickup {
  padding: 80px 1.5em;
}
@media screen and (max-width: 640px) {
  #pickup {
    padding: 60px 1em;
  }
}
#pickup .banner-area {
  max-width: 1280px;
  margin: 0 auto;
}
#pickup .banner-area .col {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #pickup .banner-area .col {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
  }
}
#pickup .banner-area .col:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #pickup .banner-area .col:nth-child(2) {
    margin: 0 auto 20px;
  }
}
#pickup .banner-area .col:hover {
  opacity: 0.7;
}
#pickup .mini-banner-area {
  max-width: 1000px;
  padding: 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #pickup .mini-banner-area {
    padding: 0 1em;
  }
}
#pickup .mini-banner-area .item {
  display: block;
}
/*# sourceMappingURL=top.css.map */