@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

/*　最大幅設定　*/
input[type=text],
input[type=email],
input[type=tel],
input[type=number] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  appearance: none;
}

/*
input[type="radio"] {
	display: none;
}

input[type="radio"]:checked + label {
	background: transparent;
}
*/
input[type=checkbox] {
  height: 1;
}

input[type=checkbox]:checked + label {
  background: transparent;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

select {
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

textarea {
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type=button],
input[type=submit] {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type=button],
input[type=text],
input[type=submit] {
  appearance: none;
  border-radius: 0;
}

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

/*===================================
	共通レイアウト
=====================================*/
/*　　　global
-------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  width: 100%;
  color: #56665c;
  background-color: #ffffff;
  font-family: "source-han-sans-cjk-sc";
  font-weight: 300;
  line-height: 1.56;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.06;
  font-family: "source-han-serif-sc";
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #183322;
}

a {
  transition: all 0.2s ease;
  color: #183322;
}
a:hover {
  opacity: 0.8;
}

img {
  display: block;
  max-width: 100%;
}

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

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

/*　最大幅設定　*/
[data-viewport=sm] {
  box-sizing: border-box;
  width: 100%;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  [data-viewport=sm] {
    padding: 0 5%;
  }
}

[data-viewport=md] {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  [data-viewport=md] {
    padding: 0 5%;
  }
}

[data-viewport=lg] {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1279px) {
  [data-viewport=lg] {
    padding: 0 5%;
  }
}

/*　　　font
-------------------------------------*/
.f-text {
  font-family: "source-han-serif-sc";
  font-weight: 400;
  color: #183322;
}

.f-voll {
  font-family: "vollkorn";
  font-weight: 400;
}

.f-tw {
  font-family: "source-han-serif-tc";
  font-weight: 500;
}

.f-cn {
  font-family: "source-han-serif-sc";
  font-weight: 500;
}

/*　　　ttl
-------------------------------------*/
.ttl01 {
  font-size: 7.5rem;
  color: #ffffff;
  font-style: italic;
  line-height: 1.06;
  font-family: "vollkorn";
  font-weight: 400;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 999px) {
  .ttl01 {
    font-size: 4.411rem;
  }
}

.ttl02 {
  font-size: 7rem;
  font-feature-settings: normal;
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .ttl02 {
    font-size: 4.3rem;
    margin-bottom: 40px;
  }
}

.ttl03 {
  font-size: 7rem;
  margin-bottom: 60px;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .ttl03 {
    font-size: 4.3rem;
    margin-bottom: 40px;
  }
}

.ttl04 {
  font-size: 4.3rem;
  line-height: 1.16;
  margin-bottom: 30px;
}
.ttl04 .num {
  display: block;
  font-size: 3rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .ttl04 {
    font-size: 3.5rem;
    margin-bottom: 25px;
  }
  .ttl04 .num {
    margin-bottom: 20px;
  }
}

/* link
-------------------------------------*/
.link a,
.link > span {
  font-family: "vollkorn";
  font-weight: 400;
  color: #183322;
  border: 1px solid #183322;
  border-radius: 9999px;
  background: url(../../../en/assets/img/common/arrow_more.svg) no-repeat right 13px center;
  background-size: 3px 7px;
  letter-spacing: 0.01em;
  padding: 0 23px 0 13px;
  width: 91px;
  height: 36px;
  display: flex;
  align-items: center;
}
.link a.s-map,
.link > span.s-map {
  background: url(../../../en/assets/img/common/icn_pin_b.svg) no-repeat right 14px center;
  width: 142px;
  letter-spacing: 0em;
  padding-left: 18px;
}
.link a.s-wide,
.link > span.s-wide {
  padding-left: 25px !important;
  width: 198px !important;
  line-height: 1.1 !important;
}
.link.link-white a {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url(../../../en/assets/img/common/arrow_more-white.svg);
  width: 148px;
  height: 40px;
}

/* other
-------------------------------------*/
.lg_br {
  display: none;
}
@media screen and (max-width: 1279px) {
  .lg_br {
    display: block;
  }
}

.pc_none {
  display: none;
}
@media screen and (max-width: 999px) {
  .pc_none {
    display: block;
  }
}

@media screen and (max-width: 999px) {
  .pc_br {
    display: none !important;
  }
}

.tb_br {
  display: none;
}
@media screen and (max-width: 999px) {
  .tb_br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tb_br {
    display: none;
  }
}

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

.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

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

.ssm_br {
  display: none;
}
@media screen and (max-width: 479px) {
  .ssm_br {
    display: block;
  }
}

/*　　　animation-class
-------------------------------------*/
.js-anime-zoomIn {
  opacity: 0;
}
.js-anime-zoomIn.is-show {
  opacity: 1;
  animation-delay: 1s;
  animation-name: zoomIn;
  animation-duration: 5s;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-fill-mode: both;
}

.js-anime-zoomOut {
  opacity: 0;
}
.js-anime-zoomOut.is-show {
  opacity: 1;
  animation-name: zoomOut;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-fill-mode: both;
}

.js-anime-fadeIn {
  opacity: 0;
}
.js-anime-fadeIn.is-show {
  opacity: 1;
  animation: aniFadeIn 2s cubic-bezier(0.26, 0.86, 0.54, 0.99);
  animation-fill-mode: both;
}

.js-anime-fadeOut {
  opacity: 1;
}
.js-anime-fadeOut.is-show {
  opacity: 0;
  animation: aniFadeOut 1s cubic-bezier(0.26, 0.86, 0.54, 0.99);
  animation-fill-mode: both;
}

.js-anime-fadeInUp01 {
  opacity: 0;
}
.js-anime-fadeInUp01.is-show {
  opacity: 1;
  animation: aniFadeInUp01 0.65s cubic-bezier(0.26, 0.86, 0.54, 0.99);
  animation-fill-mode: both;
}

.js-anime-fadeInUp02 {
  opacity: 0;
}
.js-anime-fadeInUp02.is-show {
  opacity: 1;
  animation: aniFadeInUp01 2s;
  animation-fill-mode: both;
}

.js-anime-fadeInRight01 {
  opacity: 0;
}
.js-anime-fadeInRight01.is-show {
  opacity: 1;
  animation: aniFadeInRight01 1.6s cubic-bezier(0.26, 0.86, 0.54, 0.99);
  animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
  .js-anime-fadeInRight01.is-show {
    animation: aniFadeInUp01 0.65s cubic-bezier(0.26, 0.86, 0.54, 0.99);
    animation-fill-mode: both;
  }
}

.js-anime-fadeInLeft01 {
  opacity: 0;
}
.js-anime-fadeInLeft01.is-show {
  opacity: 1;
  animation: aniFadeInLeft01 1.6s cubic-bezier(0.26, 0.86, 0.54, 0.99);
  animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
  .js-anime-fadeInLeft01.is-show {
    animation: aniFadeInUp01 0.65s cubic-bezier(0.26, 0.86, 0.54, 0.99);
    animation-fill-mode: both;
  }
}

.js-anime-fadeInBlur01 {
  opacity: 0;
}
.js-anime-fadeInBlur01.is-show {
  opacity: 1;
  animation: aniFadeInBlur01 1s cubic-bezier(0.26, 0.86, 0.54, 0.99);
  animation-fill-mode: both;
}

.js-anime-fadeInBlur02 {
  opacity: 0;
}
.js-anime-fadeInBlur02.is-show {
  opacity: 1;
  animation: aniFadeInBlur01 2s cubic-bezier(0.26, 0.86, 0.54, 0.99);
  animation-fill-mode: both;
}

.js-anime-fadeInUpBlur01 {
  opacity: 0;
}
.js-anime-fadeInUpBlur01.is-show {
  opacity: 1;
  animation: aniFadeInUpBlur01 1s cubic-bezier(0.24, 0.44, 0.59, 0.99);
  animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
  .js-anime-fadeInUpBlur01.is-show {
    animation: aniFadeInUp01 0.65s cubic-bezier(0.24, 0.44, 0.59, 0.99);
    animation-fill-mode: both;
  }
}

/*===================================
  ヘッダー
=====================================*/
/* site-header
-------------------------------------*/
.site-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 35px;
  display: flex;
  justify-content: space-between;
}
.site-header .site-header__logo {
  width: 151.5px;
}
.site-header .site-header__lang {
  width: 30px;
  color: #ffffff;
  text-align: center;
}
.site-header .site-header__lang .btn_lang {
  cursor: pointer;
  transition: all 0.2s ease;
}
.site-header .site-header__lang .btn_lang:hover {
  opacity: 0.8;
}
.site-header .site-header__lang .btn_lang .lang_active {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.75;
  color: #ffffff;
}
.site-header .site-header__lang .btn_lang .lang_active.f-voll {
  font-size: 1.6rem;
}
.site-header .site-header__lang .lang_select li a {
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
  opacity: 0.7;
}
.site-header .site-header__lang .lang_select li a.f-voll {
  font-size: 1.6rem;
}
.site-header .site-header__lang .lang_select li a.lang_active {
  opacity: 1;
}
.site-header .site-header__lang .lang_select li a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .site-header {
    padding: 18px;
  }
  .site-header .site-header__logo {
    width: 92px;
  }
}

/*===================================
  フッター
=====================================*/
/* site-footer
-------------------------------------*/
.site-footer {
  display: flex;
  flex-direction: row-reverse;
  background: url(../../../en/assets/img/common/bk.png) repeat center center;
  background-size: 1600px 1071px;
}
.site-footer .site-footer__inquiry {
  cursor: pointer;
  background-color: #e59d00;
  width: 23.12%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .site-footer__inquiry span {
  display: inline-block;
  font-size: 3.4rem;
  font-family: "source-han-serif-sc";
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-right: 55px;
  background: url(../../../en/assets/img/common/icn_next.svg) no-repeat right center;
  background-size: 40px 40px;
  line-height: 1.3;
}
.site-footer .site-footer__info {
  width: 76.88%;
  max-width: 842px;
  padding: 52px 0px 52px 35px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.site-footer .site-footer__info .site-footer__info01 {
  width: 41.7%;
}
.site-footer .site-footer__info .site-footer__info01 .site-footer__name {
  color: #ffffff;
  font-size: 3.4rem;
  font-family: "vollkorn";
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.3;
  margin-bottom: 25px;
}
.site-footer .site-footer__info .site-footer__info01 .site-footer__sns {
  display: flex;
  height: 21px;
  align-items: center;
}
.site-footer .site-footer__info .site-footer__info01 .site-footer__sns li {
  margin-right: 20px;
}
.site-footer .site-footer__info .site-footer__info01 .site-footer__sns li:last-child {
  margin-right: 0;
}
.site-footer .site-footer__info .site-footer__info01 .site-footer__sns li a {
  display: block;
  width: 20px;
}
.site-footer .site-footer__info .site-footer__info01 .site-footer__sns li a.sns04 {
  width: 26px;
}
.site-footer .site-footer__info .site-footer__info02 {
  width: 52.5%;
}
.site-footer .site-footer__info .site-footer__info02 .site-footer__address {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 25px;
  font-family: "roboto";
  font-weight: 300;
}
.site-footer .site-footer__info .site-footer__info02 .site-footer__copy {
  font-size: 1.3rem;
  font-family: "roboto";
  font-weight: 300;
}
@media screen and (max-width: 999px) {
  .site-footer {
    display: block;
  }
  .site-footer .site-footer__inquiry {
    width: 100%;
    height: 56px;
  }
  .site-footer .site-footer__inquiry span {
    font-size: 1.932rem;
    padding-right: 30px;
    background-size: 22.6px 22.6px;
  }
  .site-footer .site-footer__info {
    width: 100%;
    max-width: 100%;
    padding: 40px 18px 110px;
    display: block;
    position: relative;
  }
  .site-footer .site-footer__info .site-footer__info01 {
    width: 100%;
  }
  .site-footer .site-footer__info .site-footer__info01 .site-footer__name {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .site-footer .site-footer__info .site-footer__info01 .site-footer__sns {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-footer .site-footer__info .site-footer__info02 {
    width: 100%;
  }
  .site-footer .site-footer__info .site-footer__info02 .site-footer__address {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

/*===================================
  アニメーション
  https://animista.net/
=====================================*/
/**
 * ----------------------------------------
 * animation scrolldown
 * ----------------------------------------
 */
@keyframes scrolldown {
  0% {
    background-position: 0 100%;
  }
  60% {
    background-position: 0 0;
  }
  80% {
    background-position: 0 -100%;
  }
  100% {
    background-position: 0 -100%;
  }
}
/**
 * ----------------------------------------
 * animation flow
 * ----------------------------------------
 */
@keyframes floating-x {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(5%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
/**
 * ----------------------------------------
 * animation zoom
 * ----------------------------------------
 */
@keyframes zoomIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/**
 * ----------------------------------------
 * animation aniFadeIn
 * ----------------------------------------
 */
@keyframes aniFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation aniFadeOut
 * ----------------------------------------
 */
@keyframes aniFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation aniFadeInUp01
 * ----------------------------------------
 */
@keyframes aniFadeInUp01 {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/**
 * ----------------------------------------
 * animation aniFadeInUp02
 * ----------------------------------------
 */
@keyframes aniFadeInUp02 {
  0% {
    opacity: 0;
    transform: translate(0, 10%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/**
 * ----------------------------------------
 * animation aniFadeInRight01
 * ----------------------------------------
 */
@keyframes aniFadeInRight01 {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/**
 * ----------------------------------------
 * animation aniFadeInLeft01
 * ----------------------------------------
 */
@keyframes aniFadeInLeft01 {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/**
 * ----------------------------------------
 * animation aniFadeInBlur01
 * ----------------------------------------
 */
@keyframes aniFadeInBlur01 {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/**
 * ----------------------------------------
 * animation aniFadeInUpBlur01
 * ----------------------------------------
 */
@keyframes aniFadeInUpBlur01 {
  0% {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}
/*# sourceMappingURL=common.css.map */