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; 
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
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 {
    /*line-height: normal;*/
    line-height: 1.7;
    box-sizing: border-box;
}
/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing: inherit;
}
body {
    color: var(--color-txt01);
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
html[lang="ja"] body {
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
}
html[lang="en"] body {
    font-weight: 700;
    font-family: "Noto Serif", serif;
}
html[lang="zh-CN"] body{
    font-family: "Noto Serif SC", serif;
    font-weight: 700;
}
@font-face {
  font-family: 'Garamond Three'; 
  src: url('../font/GaramondThree-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
/* main elements group */
audio, canvas, progress, video {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/* a */
* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;

}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
   background: rgba(197, 184, 142, .8);
   /* Safari */
   color: #fff;
}
::selection {
    background: rgba(197, 184, 142, .8);
    /* Safari */
    color: #fff;
}

::-moz-selection {
   background: rgba(197, 184, 142, .8);
   /* Firefox */
   color: #fff;
}
img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
:root {
  --color-black: #1a1a1a;
  --color-txt01: #333333;
  --color-txt02: #69727a;
  --color-txt03: #e0e0e0;
  --color-gray: #3a3f44;
  --color-line: #757575;
  --color-bg01: #f9f9f9;
  --color-bg02: #f4f4f4;
  --color-red: #f7594d;
  --color-btn01: #8a96a0;
  --top-gap: min(40px, 4vh);
}

@media screen and (max-height: 950px){
  :root{
    --top-gap: 25px;
  }
}
@media screen and (max-height: 850px){
  :root{
    --top-gap: 20px;
  }
}

/** ---------------- font/_default.scss - */

/*default_comp*/
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
    clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
a {
    text-decoration: none;
    color: var(--color-txt01);
}
/*.hide {
    display: none;
}*/
input {
    vertical-align: middle;
}
img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
/*************************** setting end */
/*************************** comp */
html {
    font-size: 100%;
    font-weight: 500;
}
body{
    background-image: url(../img/common/bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    overflow: auto;
}
body::after{
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: -1;
}
#header{
    width: 100%;
    max-width: 375px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: var(--top-gap);
    transition: all .3s;
    z-index: 110;
    height: 68px;
    background-size: contain;
    background-repeat: repeat;
    padding: 0 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
}
#header.change{
    background-color: #fff;

    border-bottom-color: #ccc;
}
.logo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    z-index: 999;
}
.logo a{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.09em;
    line-height: 1;
    transition: all .4s;
}
#header.change .logo a{
    color: var(--color-txt01);
}
/*language*/
.lang_btn01{
    font-size: 15px;
    color: #fff;
    font-family: 'Garamond Three'; 
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid var(--color-line);
}
.lang_btn01::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../icon/icon_lang_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.lang_list01{
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    max-width: 375px;
    transform: translateX(-50%);
    background-color: var(--color-bg01);
    left: 50%;
    top: var(--top-gap);
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
}
.lang_list01.active{
    opacity: 1;
    pointer-events: initial;
    z-index: 999;
}
.lang_list01 ul{
    width: 100%;
}
.lang_list01 li{
    margin-bottom: 15px;
}
.lang_list01 li a{
    width: 100%;
    margin: 0 auto;
    max-width: 303px;
    height: 50px;
    border: 1px solid var(--color-txt02);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    transition: all .4s;
    font-size: 14px;
}
.lang_list01 li a.en{
    font-size: 18px;
}
.lang_list01 li.current a{
    border-color: var(--color-txt02);
    background-color: var(--color-txt02);
    color: #fff;
    letter-spacing: 0.2em;
}
.lang_list01 li a:hover{
    color: #fff;
    border: none;
    background-color: rgba(105, 114, 122, .5);
}
.close_btn01{
    width: 35px;
    height: 35px;
    background-color: var(--color-bg01);
    border: 1px solid var(--color-txt01);
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 25px;
    top: 15px;
}
.close_btn01::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    background-color: var(--color-txt01);
    transform: translate(-50%, -50%) rotate(45deg);
}
.close_btn01::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    background-color: var(--color-txt01);
    transform: translate(-50%, -50%) rotate(135deg);
}
/*　ハンバーガーボタン　*/
.hamburger {
  z-index : 3;
  cursor: pointer;
  z-index: 998;
  transition: all .4s;
  position: absolute;
  right: 25px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
}
.hamburger span{
    width: 13px;
    height: 1px;
    display: block;
    position: absolute;
    left: 11.5px;
    transition: all .4s;
    background-color: var(--color-txt01);
}
/* ナビ開いてる時のボタン */
.hamburger span:nth-child(1){
    top: 13px;
}
.hamburger span:nth-child(2){
    top: 17px;
}
.hamburger span:nth-child(3){
    top: 21px;
}
.hamburger.active span:nth-child(1){
  top : 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2){
  top: 17px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3){
    display: none;
}
nav.globalMenuSp {
  width: 100%;
  max-width: 375px;
  position: fixed;
  top: 0;
  height: 100vh;
  /*height: calc(100vh - 25px);*/
  background-color: var(--color-bg01);
  right: 0;
  z-index: 105;
  padding: 68px 35px 40px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-top: 1px solid #ccc;
  overflow: auto;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
}

nav.globalMenuSp ul.g_menu {
  width: 100%;
}

nav.globalMenuSp ul.g_menu>li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}

nav.globalMenuSp ul.g_menu>li a {
  display: block;
  text-decoration :none;
  padding: 25px 0 20px;
  transition: all .6s;
  font-size: 15px;
  line-height: 1;
　font-weight: bold;
  position: relative;
  letter-spacing: 0.232em;
  border-bottom: 1px solid var(--color-line);
  transition: all .4s;
}
html[lang="en"] nav.globalMenuSp ul.g_menu>li a{
    line-height: 1.3;
    font-size: 13px;
}
nav.globalMenuSp ul.g_menu>li a:hover{
    padding-left: 10px;
    color: var(--color-hover);
}
/*nav.globalMenuSp ul.g_menu>li.plan{
    border-bottom: 1px solid var(--color-line);
    padding-bottom: 45px;
}*/
nav.globalMenuSp ul.g_menu>li.plan a{
    border-bottom: none;
    padding-bottom: 0;
}
nav.globalMenuSp ul.g_menu>li .lang_btn01{
    font-size: 18px;
    color: var(--color-txt01);
    letter-spacing: 0.025em;
    width: 100%;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 20px;
}
nav.globalMenuSp ul.g_menu>li .lang_btn01::before{
    background-image: url(../icon/icon_lang_black.svg);
    width: 17px;
    height: 17px;
}
.plan_txt01{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 20px;
    line-height: 1;
    transition: all .4s;
}
.plan_txt01:hover{
    padding-left: 5px;
}
.plan_txt01.other{
    margin-top: 15px;
}
nav.globalMenuSp ul.g_menu>li .plan_txt01 a{
    border-bottom: none;
    padding: 0;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  visibility: visible;
  opacity: 1;
}
nav.lang_box.active{
  visibility: visible;
  opacity: 1;
  height: auto;
}
.overlay{
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.active {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
.h_logo{
    position: fixed;
    right: 50px;
    top: 50px;
    width: 100px;
}

.lang_txt01.txt01{
    color: var(--color-primary);
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid var(--color-primary);
}

/*footer*/
#footer{
    position: relative;
    padding-bottom: 20px;
    background-color: var(--color-gray);
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 65px 0 50px;
}
#footer p{
    color: #fff;
}
.f_ttl01{
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
}
.f_address{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--color-line);
    margin-bottom: 35px;
}
.f_link01{
    margin: 0 5px;
    border-bottom: 1px solid var(--color-line);
    display: block;
    color: var(--color-txt03);
    font-size: 13px;
    letter-spacing: 0.025em;
    padding-bottom: 3px;
    transition: all .4s;
}
.f_link01:hover{
    padding-left: 5px;
}
#footer .lang_btn01{
    width: calc(100% - 10px);
    text-align: left;
    font-size: 11px;
    padding-left: 15px;
    letter-spacing: 0.025em;
    padding-bottom: 3px;
    margin: 5px 5px 40px;
    height: 26px;
}
#footer .lang_btn01::before{
    width: 11px;
    height: 11px;
}
.f_menu_list01{
    margin-bottom: 35px;
}
.f_menu_list01 li{
    margin-bottom: 18px;
    line-height: 1;
}
.f_menu_list01 li:last-child{
    margin-bottom: 0;
}
.f_menu_list01 li a{
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    transition: all .4s;
    letter-spacing: 0.2em;
}
html[lang="en"] .f_menu_list01 li a{
    line-height: 1.3;
}
.f_menu_list01 li a:hover{
    padding-left: 5px;
}
.ig_link{
    width: 15px;
    height: 15px;
    background-image: url(../icon/icon_ig.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    transition: all .4s;
    margin-bottom: 35px;
}
.ig_link:hover{
    transform: scale(1.1);
}
.copyright{
    font-size: 6px;
    color: #aaaaaa;
    text-align: center;
}
.back-to-top-box{
    padding: 65px 0 55px;
}
.back-to-top{
    position: relative;
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
    transition: all .4s;
    cursor: pointer;
    z-index: 99;
    background-image: url(../icon/back-to-top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.back-to-top.active{
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {

.lang_list01{
}
.lang_list01 li{
    border-bottom-width: 1px;
}
.lang_list01 li a{
}


}
@media screen and (max-width: 500px) {
body{
    background-image: none;
    background-color: transparent;
}
body::after{
    display: none;
}
#header{
    max-width: 100%;
    top: 0;
}
nav.globalMenuSp{
    max-width: 100%;
    height: 100vh;
}
.lang_list01{
    max-width: 100%;
}
#footer{
    max-width: 100%;
}

}