@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

.web_font01, #footer .txt_area .txt_nav ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
}

.bg_dot {
  display: block;
  content: "";
  background: url("../images/bg_dot.png") center repeat;
  background-size: 6px 9px;
  position: absolute;
  z-index: 20;
  opacity: 0.4;
}

@media screen and (max-width: 736px) {
  .bg_dot {
    background: url("../images/bg_dot.png") center repeat;
    background-size: 4px 6px;
  }
}
/* function が使える */
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
* .none {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
  background: #eaeaea;
  font-weight: bold;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

@media screen and (max-width: 736px) {
  body {
    font-size: 1.3rem;
    line-height: 1.84;
  }
}
/*------------------------------------------------------------
共通クラス
------------------------------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.inner {
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.inner2 {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 736px) {
  .inner, .inner2 {
    max-width: none;
    width: calc(100% - 18.6vw);
    margin: 0 9.3vw;
  }
  .inner.type2, .inner2.type2 {
    width: calc(100% - 9.4vw);
    margin: 0 4.7vw;
  }
  .inner.type3, .inner2.type3 {
    width: 100%;
    margin: 0;
  }
}
.deco {
  position: absolute;
  z-index: 10;
}
.deco span {
  display: block;
  width: 100%;
  height: 100%;
}
.deco.under {
  z-index: -1;
}
.deco.top {
  z-index: 30;
}
.deco img {
  width: 100%;
  height: auto;
}
.deco.opa {
  -webkit-animation: opa 12s infinite ease alternate;
          animation: opa 12s infinite ease alternate;
}

.deco-1 span, .deco-6 span, .deco-11 span {
  -webkit-animation: fuwafuwa 3s infinite ease alternate;
          animation: fuwafuwa 3s infinite ease alternate;
}

.deco-2 span, .deco-7 span, .deco-12 span {
  -webkit-animation: fuwafuwa 4s infinite ease alternate;
          animation: fuwafuwa 4s infinite ease alternate;
}

.deco-3 span, .deco-8 span, .deco-13 span {
  -webkit-animation: fuwafuwa 5s infinite ease alternate;
          animation: fuwafuwa 5s infinite ease alternate;
}

.deco-4 span, .deco-9 span, .deco-14 span {
  -webkit-animation: fuwafuwa 2.5s infinite ease alternate;
          animation: fuwafuwa 2.5s infinite ease alternate;
}

.deco-5 span, .deco-10 span, .deco-15 span {
  -webkit-animation: fuwafuwa 4s infinite ease alternate;
          animation: fuwafuwa 4s infinite ease alternate;
}

@media screen and (max-width: 736px) {
  .deco-1 span, .deco-6 span, .deco-11 span {
    -webkit-animation: fuwafuwa_sp 3s infinite ease alternate;
            animation: fuwafuwa_sp 3s infinite ease alternate;
  }
  .deco-2 span, .deco-7 span, .deco-12 span {
    -webkit-animation: fuwafuwa_sp 4s infinite ease alternate;
            animation: fuwafuwa_sp 4s infinite ease alternate;
  }
  .deco-3 span, .deco-8 span, .deco-13 span {
    -webkit-animation: fuwafuwa_sp 5s infinite ease alternate;
            animation: fuwafuwa_sp 5s infinite ease alternate;
  }
  .deco-4 span, .deco-9 span, .deco-14 span {
    -webkit-animation: fuwafuwa_sp 2.5s infinite ease alternate;
            animation: fuwafuwa_sp 2.5s infinite ease alternate;
  }
  .deco-5 span, .deco-10 span, .deco-15 span {
    -webkit-animation: fuwafuwa_sp 4s infinite ease alternate;
            animation: fuwafuwa_sp 4s infinite ease alternate;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fuwafuwa_sp {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa_sp {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes opa {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opa_before {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa_before {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa_before {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg_red {
  background: red !important;
}

.open_none {
  transition: all 0.1s 0s ease-in-out;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  #wrapper {
    width: 100%;
  }
}
/*------------------------------------------------------------
#header
------------------------------------------------------------*/
#header {
  height: 200px;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}
#header.is_show .logo a {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: all 0.4s 0.2s cubic-bezier(0, 0, 0.395, 0.995);
}
#header.is_show #nav-toggle {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: all 0.4s 0s cubic-bezier(0, 0, 0.395, 0.995);
}
#header.is_show .lang a {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: all 0.4s 0.3s cubic-bezier(0, 0, 0.395, 0.995);
}
#header.open #nav {
  left: 0;
}
#header.open #nav-toggle span:nth-child(1) {
  top: 25px;
  transform: rotate(20deg);
}
#header.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#header.open #nav-toggle span:nth-child(3) {
  top: 25px;
  transform: rotate(-20deg);
}
#header .logo {
  position: absolute;
  left: 152px;
  top: 30px;
  line-height: 0;
  height: 26px;
  overflow: hidden;
}
#header .logo a {
  display: block;
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(1);
  perspective: 1000;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#header #nav-toggle {
  opacity: 0;
  transform: translate3d(0, 20%, 0) scale(1);
  perspective: 1000;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block;
  position: fixed;
  left: 30px;
  top: 30px;
  width: 64px;
  height: 24px;
  cursor: pointer;
  z-index: 101;
}
#header #nav-toggle div {
  position: relative;
}
#header #nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  left: 0;
  transition: 0.35s ease-in-out;
}
#header #nav-toggle span:nth-child(1) {
  top: 0;
}
#header #nav-toggle span:nth-child(2) {
  display: none;
  top: 18px;
}
#header #nav-toggle span:nth-child(3) {
  top: 22px;
}
#header #nav {
  height: 100%;
  display: flex;
  transition: all 0.3s 0s ease-in-out;
  width: 670px;
  left: -670px;
  background: rgba(255, 255, 255, 0.5);
  height: 100vh;
  z-index: 100;
  position: fixed;
  align-items: center;
}
#header #nav .wrap {
  padding: 0 90px;
}
#header #nav .wrap > ul {
  align-items: center;
  z-index: 110;
}
#header #nav .wrap > ul a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
#header #nav .wrap > ul .en {
  transition: all 0.2s 0s ease-in-out;
}
#header #nav .wrap > ul .jp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.2s 0s ease-in-out;
  white-space: nowrap;
}
#header #nav .wrap > ul > li {
  line-height: 1;
  margin-bottom: 45px;
  position: relative;
  width: 180px;
}
#header #nav .wrap > ul > li.long {
  width: 220px;
}
#header #nav .wrap > ul > li:hover > a > .en {
  opacity: 0;
}
#header #nav .wrap > ul > li:hover > a > .jp {
  opacity: 1;
}
#header #nav .wrap > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
#header #nav .wrap > ul > li:last-child {
  margin-top: 70px;
  margin-bottom: 0;
}
#header #nav .wrap > ul > li ul {
  position: absolute;
  right: -200px;
  top: 50%;
  margin-top: -60px;
  opacity: 0;
}
#header #nav .wrap > ul > li ul.view {
  opacity: 1;
}
#header #nav .wrap > ul > li ul.one:before {
  left: -154px;
}
#header #nav .wrap > ul > li ul.one.view:before {
  width: 134px;
}
#header #nav .wrap > ul > li ul.two:before {
  left: -74px;
}
#header #nav .wrap > ul > li ul.two.view:before {
  width: 54px;
}
#header #nav .wrap > ul > li ul.three {
  margin-top: -104px;
}
#header #nav .wrap > ul > li ul.three:before {
  left: -94px;
}
#header #nav .wrap > ul > li ul.three.view:before {
  width: 73px;
}
#header #nav .wrap > ul > li ul:before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  transition: all 0.3s 0s ease-in-out;
}
#header #nav .wrap > ul > li ul li {
  margin-bottom: 30px;
  width: 120px;
}
#header #nav .wrap > ul > li ul li:last-child {
  margin-bottom: 0;
}
#header #nav .wrap > ul > li ul li:hover > a > .en {
  opacity: 0;
}
#header #nav .wrap > ul > li ul li:hover > a > .jp {
  opacity: 1;
}
#header .lang {
  position: absolute;
  top: 30px;
  right: 30px;
  line-height: 0;
  overflow: hidden;
  height: 20px;
  z-index: 1000;
}
#header .lang a {
  display: block;
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(1);
  perspective: 1000;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 736px) {
  #header {
    height: 65px;
    /*-----------スマホのトグルボタンのCSS-------------*/
  }
  #header .logo {
    position: absolute;
    left: 57px;
    top: 16px;
    width: 90px;
    height: 8px;
  }
  #header .logo img {
    width: 100%;
    height: auto;
  }
  #header .lang {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 8px;
  }
  #header .lang img {
    width: 100%;
    height: auto;
  }
  #header #nav {
    height: 100%;
    width: 100%;
    left: -100vw;
  }
  #header #nav .wrap {
    padding: 0 4.7vw;
  }
  #header #nav .wrap .logo {
    position: absolute;
  }
  #header #nav .wrap > ul a {
    font-size: 0.8rem;
  }
  #header #nav .wrap > ul > li {
    margin-bottom: 25px;
    width: 80px;
  }
  #header #nav .wrap > ul > li.under > a {
    pointer-events: none;
  }
  #header #nav .wrap > ul > li ul {
    right: -180px;
    top: 50%;
    margin-top: -30px;
  }
  #header #nav .wrap > ul > li ul.one:before {
    left: -80px;
  }
  #header #nav .wrap > ul > li ul.one.view:before {
    width: 65px;
  }
  #header #nav .wrap > ul > li ul.two:before {
    left: -40px;
  }
  #header #nav .wrap > ul > li ul.two.view:before {
    width: 25px;
  }
  #header #nav .wrap > ul > li ul.three {
    margin-top: -57px;
  }
  #header #nav .wrap > ul > li ul.three:before {
    left: -50px;
  }
  #header #nav .wrap > ul > li ul.three.view:before {
    width: 35px;
  }
  #header #nav .wrap > ul > li ul:before {
    opacity: 0.5;
  }
  #header #nav .wrap > ul > li ul li {
    margin-bottom: 15px;
    width: 120px;
  }
  #header #nav .wrap > ul > li ul li:last-child {
    margin-bottom: 0;
  }
  #header #nav-toggle {
    display: block;
    left: 12px;
    top: 15px;
    width: 27px;
    height: 30px;
  }
  #header #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    left: 0;
  }
  #header #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #header #nav-toggle span:nth-child(2) {
    top: 8px;
    display: none;
  }
  #header #nav-toggle span:nth-child(3) {
    top: 8px;
  }
  #header.open #nav {
    left: 0;
  }
  #header.open #nav-toggle span {
    transition: 0.35s ease-in-out;
  }
  #header.open #nav-toggle span:nth-child(1) {
    top: 5px;
  }
  #header.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #header.open #nav-toggle span:nth-child(3) {
    top: 5px;
  }
}
/*------------------------------------------------------------
#footer
------------------------------------------------------------*/
#footer {
  background: #2a2a2a;
  padding: 60px 0 55px;
  color: #FFF;
  line-height: 1;
  position: relative;
  z-index: 30;
}
#footer a {
  color: #FFF;
}
#footer .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
#footer .logo {
  letter-spacing: 0;
}
#footer .logo img {
  width: 100%;
  height: auto;
}
#footer .logo dt {
  width: 150px;
  margin-bottom: 30px;
}
#footer .logo dd {
  width: 146px;
}
#footer .txt_area .txt_nav {
  display: flex;
  justify-content: space-between;
  margin-left: 60px;
}
#footer .txt_area .txt_nav ul {
  margin-right: 60px;
}
#footer .txt_area .txt_nav ul:last-child {
  margin-right: 0;
}
#footer .txt_area .txt_nav ul li {
  margin-bottom: 45px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
#footer .txt_area .txt_nav ul li:last-child {
  margin-bottom: 0;
}
#footer small {
  display: block;
  font-weight: 100;
  text-align: center;
}

@media screen and (max-width: 736px) {
  #footer {
    padding: 30px 0 15px;
  }
  #footer .wrap {
    display: block;
    margin-bottom: 0;
  }
  #footer .logo {
    display: flex;
    align-items: center;
    letter-spacing: 0;
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  #footer .logo dt {
    width: 100px;
    margin-bottom: 0;
    margin-right: 30px;
  }
  #footer .logo dd {
    width: 89px;
  }
  #footer .txt_area .txt_nav {
    margin-bottom: 45px;
    margin-left: 0px;
  }
  #footer .txt_area .txt_nav ul {
    margin-right: 0;
  }
  #footer .txt_area .txt_nav ul:last-child {
    margin-right: 0;
  }
  #footer .txt_area .txt_nav ul li {
    font-size: 1.1rem;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-weight: 100;
  }
  #footer .logo_wrap {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
  }
  #footer .icon {
    width: 92px;
  }
  #footer .icon img {
    width: 100%;
    height: auto;
  }
  #footer .logo2 {
    width: 107px;
  }
  #footer .logo2 img {
    width: 100%;
    height: auto;
  }
  #footer small {
    display: block;
    font-weight: 100;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}