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: 400;
    font-family: "Noto Serif", serif;
}
html[lang="cn"] body{
    font-family: "Noto Serif SC", serif;
    font-weight: 400;
}
@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-main: #658ABA;
  --color-txt01: #333333;
  --color-txt02: #69727a;
  --color-txt03: #e0e0e0;
  --color-gray: #DCDCDC;
  --color-line: #EBEBEB;
  --color-line02: #DDDDDD;
  --color-bg01: #F5F5F5;
  --color-bg02: #F9F9F9;
  --color-red: #f7594d;
  --color-btn01: #8a96a0;
  --transition: all .6s;
  --top-gap: min(40px, 4vh);
}

@media screen and (max-height: 950px){
  :root{
    --top-gap: 45px;
  }
}
@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, .2);
    z-index: -1;
}
#header{
    display: none;
    width: 100%;
    max-width: 400px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: var(--top-gap);
    transition: var(--transition);
    z-index: 100;
    height: 70px;
    background-size: contain;
    background-repeat: repeat;
    padding: 0 75px;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(5px);
    border-bottom: 1px solid var(--color-line);
}
#top #header{
    border-bottom: none;
}
#top #header.change{
    background-color: #fff;
    border-bottom: 1px solid var(--color-line);
}
.logo{
    position: absolute;
    top: 50%;
    width: 193px;
    transform: translateY(-50%);
    left: 20px;
    z-index: 999;
}
.logo a{
    transition: all .4s;
}
/*language*/
.lang_btn01{
    font-size: 12px;
    color: #fff;
    font-family: 'Garamond Three'; 
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 25px;
    width: 94px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
#header .lang_btn01{
    right: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-main);
    z-index: 999;
}
.lang_btn01::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../icon/icon_lang.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: var(--transition);
}
#pc_box .lang_btn01{
    position: absolute;
    right: 30px;
    top: 35px;
}
#pc_box .lang_btn01:hover{
    color: var(--color-main);
}
#pc_box .lang_btn01::before{
    background-image: url(../icon/icon_lang_white.svg);
}
#pc_box .lang_btn01:hover::before{
    background-image: url(../icon/icon_lang.svg);
}
.lang_list01{
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
    position: fixed;
    width: 100%;
    max-width: 112px;
    background-color: var(--color-bg01);
    top: 60px;
    display: block;
    right: 37px;
}
#pc_box .lang_list01{
    right: 0;
    top: 85px;
}
.lang_list01.active{
    opacity: 1;
    pointer-events: initial;
    z-index: 999;
}
.lang_list01 ul{
    width: 100%;
}
.lang_list01 li{
}
.lang_list01 li a{
    width: 100%;
    height: 46px;
    background-color: var(--color-bg01);
    border-bottom: 1px solid var(--color-gray);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: var(--transition);
    font-size: 14px;
}
.lang_list01 li.current a{
    background-color: var(--color-main);
    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: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}
.hamburger span{
    width: 22px;
    height: 1px;
    display: block;
    position: absolute;
    left: 14px;
    transition: all .4s;
    background-color: var(--color-main);
}
/* ナビ開いてる時のボタン */
.hamburger span:nth-child(1){
    top: 23px;
}
.hamburger span:nth-child(2){
    top: 27px;
}
.hamburger.active span:nth-child(1){
  top : 25px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2){
  top: 25px;
  -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: 400px;
  position: fixed;
  top: 0;
  height: 100vh;
  background-color: #fff;
  right: 0;
  z-index: 105;
  padding: 116px 50px 124px;
  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%;
}

nav.globalMenuSp ul.g_menu>li a {
  display: block;
  text-decoration :none;
  padding: 12px 0;
  transition: var(--transition);
  font-size: 16px;
  line-height: 1.75;
　font-weight: bold;
  position: relative;
  letter-spacing: 0.12em;
  border-bottom: 1px solid var(--color-gray);
}

nav.globalMenuSp ul.g_menu>li a:hover{
    padding-left: 10px;
    color: var(--color-main);
}
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;
}

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;
    background-color: var(--color-main);
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 50px 0 75px;
}
#footer p{
    color: #fff;
}
.f_logo{
    width: 187px;
    display: block;
    margin-bottom: 30px;
}
.f_ttl01{
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
}
.f_address{
    line-height: 1.3;
    margin-bottom: 5px;
}
.access_list01.flex{
    justify-content: flex-start;
    align-items: center;
}
.access_list01 dt,
.access_list01 dd{
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1;
    position: relative;
}
.access_list01 dt:first-of-type,
.access_list01 dd:first-of-type{
    margin-bottom: 6px;
}
.access_list01 dt{
    width: 50px;
}
.access_list01.list02{
    margin-top: 15px;
}
.access_list01.list02 dt,
.access_list01.list02 dd{
    font-size: 16px;
}
.access_list01.list02 dt:first-of-type,
.access_list01.list02 dd:first-of-type{
    margin-bottom: 0;
}
.access_list01.list02 dt{
    width: 80px;
}
.access_list01.list02 dd{
    width: calc(100% - 80px);
}
.access_list01.list02 .en{
    font-size: 18px;
}
.access_list01 dt::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #fff;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.access_list01 dd{
    width: calc(100% - 50px);
}
.ig_link{
    width: 20px;
    height: 20px;
    background-image: url(../icon/icon_ig.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    transition: all .4s;
    margin-top: 15px;
    margin-bottom: 25px;
}
.ig_link:hover{
    transform: scale(1.1);
}
.copyright{
    font-size: 10px;
    text-align: center;
}
.back-to-top-box{
    margin-top: 100px;
}
.back-to-top{
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    transition: var(--transition);
    cursor: pointer;
    z-index: 99;
    background-image: url(../img/common/backtotop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.back-to-top.active{
}
@media screen and (max-width: 1150px) {
#header{
    display: flex;
}
}
@media screen and (max-width: 768px) {


}
@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%;
}

#footer{
    max-width: 100%;
}

}