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;
    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%;
    background-color: var(--color-bg);
    padding-bottom: env(safe-area-inset-bottom);
}
html[lang="ja"] body,
html[lang="en"] body {
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
}
/* =========================================
   Simplified Chinese
========================================= */
html[lang="zh-CN"] body {
  font-family: 'Noto Serif SC', 'Noto Sans SC', serif;
}


/* =========================================
   Traditional Chinese
========================================= */
html[lang="zh-TW"] body {
  font-family: 'Noto Serif TC', 'Noto Sans TC', serif;
}


/* =========================================
   Korean
========================================= */
html[lang="ko"] body {
  font-family: 'Noto Serif KR', 'Noto Sans KR', serif;
}


/* =========================================
   Thai
========================================= */
html[lang="th"] body {
  font-family: 'Noto Serif Thai', 'Noto Sans Thai', serif;
}


/* =========================================
   Latin languages
========================================= */
html[lang="en"],
html[lang="fr"],
html[lang="es"],
html[lang="it"],
html[lang="de"],
html[lang="id"] {
  font-family: 'Noto Serif', serif;
}

html[lang="en"] .sans,
html[lang="fr"] .sans,
html[lang="es"] .sans,
html[lang="it"] .sans,
html[lang="de"] .sans,
html[lang="id"] .sans {
  font-family: 'Noto Sans', sans-serif;
}
/* 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%;
  scroll-snap-type: y mandatory;
  scroll-padding-top: var(--header-h);

}
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: var(--color-logo);
}
::selection {
    background: rgba(197, 184, 142, .8);
    /* Safari */
   color: var(--color-logo);
}

::-moz-selection {
   background: rgba(197, 184, 142, .8);
   /* Firefox */
   color: var(--color-logo);
}
img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
:root {
  --color-main: #A86C1C;
  --color-txt01: #E8E5D7;
  --color-black: #121E14;
  --color-link: #E75E00;
  --color-gray: #7F7F7F;
  --color-hover: #D5C095;
  --color-survey: #280000;
  --color-bg: #121E14;
  --transition: all .4s;
  --txt18: 18px;
  --top: 118px;
  --header-h: 118px;
  --mv-h: calc(100dvh - var(--header-h));
}

/** ---------------- 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{
    position: relative;
    background-color: var(--color-bg);
    z-index: 0;
}

article{
    position: relative;
    z-index: 1;
}
#header{
    width: 100%;
    position: fixed;
    display: flex;
    height: var(--top);
    align-items: center;
    left: 0;
    top: 0;
    background-color: var(--color-main);
    transition: all .3s;
    z-index: 110;
    padding: 0 150px;
    justify-content: space-between;
    /*border-bottom: 1px solid var(--color-gold);*/
}
.logo{
    z-index: 125;
    transition: all .6s;
}
html[lang="ja"] .logo{
    width: 180px;
}
.logo a{
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-logo);
}
/*.bg::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/common/bg.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
}*/
.bg{
    background-image: url(../img/common/bg_pc.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
/*.bg::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.6);
}*/
.overlay{
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity .6s;
}
.overlay.active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.header_box01{
    display: flex;
    position: absolute;
    right: 20px;
    z-index: 150;
    align-items: center;
}
.hamburger {
    position: absolute;
    right: 150px;
  display : block;
  width : 45px;
  height: 45px;
  cursor: pointer;
  z-index: 150;
  transition: all .3s;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all .3s;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 45px;
  height  : 1px ;
  background : var(--color-black);
  -webkit-transition: var(--transition);
  -moz-transition   : var(--transition);
  transition        : var(--transition);
}
.hamburger span:nth-child(1) {
  top: 18px;
}
.hamburger span:nth-child(2) {
  top: 26.5px;
}

/*.hamburger:hover span:nth-child(1),
.hamburger:hover span:nth-child(2) {
  width: 40px;
  background-color: var(--color-hover);
}*/
/*.hamburger:hover span:nth-child(2){
    left: 2.5px;
}*/
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1){
  top : 22px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2){
  top: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
nav.globalMenuSp {
    -ms-overflow-style: none;
    scrollbar-width: none;
  width: 100%;
  position: fixed;
  top: var(--top);
  height: calc(100% - 118px);
  /*height: calc(100% - 119px);*/
  background-color: var(--color-bg);
  right: 0;
  z-index: 110;
  padding: 60px 0 40px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow-y: auto;
  /*overflow: auto;*/
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
}
nav.globalMenuSp::-webkit-scrollbar {
    display: none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.nav_box,
#header .f_box02{
  margin: 0 150px;    
  position: relative;
  z-index: 1;
}
nav.globalMenuSp ul.g_menu {
  width: 100%;
  z-index: 1;
  position: relative;
  width: 100%;
  margin-bottom: 135px;
}

nav.globalMenuSp ul.g_menu>li{
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin-bottom: 45px;
}
nav.globalMenuSp ul.g_menu>li:last-child{
    margin-bottom: 0;
}
nav.globalMenuSp ul.g_menu>li a {
  display: block;
  color: var(--color-txt01);
  transition: var(--transition);
  text-decoration :none;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
nav.globalMenuSp ul.g_menu>li a:hover {
    padding-left: 10px;
    color: var(--color-link);
}
.bnr_bunka01{
    width: 100%;
    max-width: 357px;
}
#header .copyright{
    position: absolute;
    right: 0;
    bottom: 0;    
}
/*open box*/
.open_box01{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: var(--top);
  z-index: 100;
  background-color: var(--color-bg);
  padding: 60px 0;
  overflow: auto;
  transition: var(--transition);
  opacity: 0;              /* ★追加 */
  visibility: hidden;      /* ★追加 */
  pointer-events: none;
  display: none!important;
}

/* welcome専用の表示クラス */
.open_box01.is-welcome-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#js-welcome.open_box01{
  top: 0 !important;
  left: 0 !important;
}

/* iPhoneのノッチ/セーフエリアが気になるなら */
#js-welcome.open_box01{
  padding-top: calc(60px + env(safe-area-inset-top)) !important;
  padding-bottom: calc(60px + env(safe-area-inset-bottom)) !important;
}
#js-welcome.is-welcome-open{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  display: block !important;
  z-index: 9999 !important;
}

.open_box01 .inner02{
    z-index: 101;
}
.open_box01 .txt01{
    line-height: 2;
    margin-bottom: 60px;
}
/*language*/
.lang_btn01{
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: var(--transition);
    text-decoration: underline;
    padding-bottom: 1px;
    color: var(--color-txt01);
    font-family: "Noto Sans JP", sans-serif;
}
#header .lang_btn01{
    margin-bottom: 50px;
}
.lang_btn01:hover{
    color: var(--color-link);
}
/*.lang_btn01::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 2px;
    width: calc(100% - 27px);
    background-color: var(--color-main);
    height: 1px;
    transition: var(--transition);
}
.lang_btn01:hover::after{
    background-color: var(--color-gold);
}*/
.lang_btn01 span{
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(../icon/icon_lang.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 2px;
    transition: var(--transition);
}
.lang_btn01:hover span{
    background-image: url(../icon/icon_lang_hover.svg);
}

.lang_box{
    opacity: 0;
    padding: 60px 0;
    pointer-events: none;
    transition: all .6s;
    width: 100%;
    position: fixed;
    left: 0;
    top: 118px;
    z-index: 100;
    overflow-y: auto;
    height: calc(100% - 118px);
    background-color: #fff;
}
.lang_box.active{
    opacity: 1;
    z-index: 9999;
    pointer-events: initial;
}
.lang_txt01,
.lang_list01{
    z-index: 1;
    position: relative;
}
.lang_txt01{
    font-size: 22px;
    margin-bottom: 70px;
    display: block;
    font-weight: 500;
}
.lang_txt01 span{
    font-size: 18px;
    margin-top: 15px;
    display: block;
}
.lang_list01.flex{
    margin-bottom: 10px;
}
.lang_list01 li{
    width: 50%;
    margin-bottom: 25px;
}
.lang_list01 li:first-child{
    width: 100%;
}
.lang_list01 li a{
    width: 100%;
    transition: var(--transition );
    position: relative;
    display: block;
}
.lang_list01 li a::after,
.lang_list01 li a::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    transition: var(--transition);
}
.lang_list01 li a::after{
    top: 5px;
}
.lang_list01 li a::before{
    bottom: 5px;
}
.lang_list01 li a.current::after,
.lang_list01 li a.current::before,
.lang_list01 li a:hover::after,
.lang_list01 li a:hover::before{
    background-color: var(--color-txt01);
}
.lang_list01 li a span{
    height: 75px;
    font-weight: 600;
    padding: 0 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.lang_list01 li a.current span{
}
.lang_list01 li a span::after,
.lang_list01 li a span::before{
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: transparent;
    transition: var(--transition);
}
.lang_list01 li a span::after{
    left: 5px;
}
.lang_list01 li a span::before{
    right: 5px;
}
.lang_list01 li a.current span::after,
.lang_list01 li a.current span::before,
.lang_list01 li a:hover span::after,
.lang_list01 li a:hover span::before{
    background-color: var(--color-txt01);
}
.close_btn{
    width: 35px;
    height: 35px;
    display: block;
    background-image: url(../icon/icon_close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
}
/*footer*/
.footer{
    position: relative;
    padding: 80px 100px 50px;
    z-index: 1;
    border-top: 1px solid var(--color-gray02);
}
#contents_detail .footer{
    display: none;
}
.footer .lang_btn01{
    margin-bottom: 50px;
}
.f_box01{
    border-bottom: 1px solid var(--color-gray);
    margin-bottom: 20px;
}
.f_ttl01.txt02{
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.f_txt01{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 150%;
    width: 100%;
    max-width: 812px;
    margin-bottom: 20px;
}
html[lang="ja"] .f_txt01{
    letter-spacing: 0.1em;
    text-align: justify;
}
.back-to-top{
    position: absolute;
    right: 100px;
    top: 80px;
    width: 35px;
    height: 40px;
    transition: var(--transition);
    cursor: pointer;
    z-index: 99;
    opacity: 0;
    background-image: url(../icon/backtotop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.back-to-top.active{
    opacity: 1;
}
.f_menu01{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.f_menu01 li{
    margin-right: 10px;
}
.f_menu01 li a{
    color: var(--color-main);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.1em;
    position: relative;
    transition: var(--transition);
    text-decoration: underline;
}
.f_menu01 li a:hover{
    color: var(--color-txt01);
}
/*.f_menu01 li a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    background-color: var(--color-link);
    width: 100%;
    height: 1px;
    transition: var(--transition);
}
.f_menu01 li a:hover::after{
    opacity: 0;
}*/
.f_logo{
    width: 100%;
    margin-bottom: 60px;
    font-size: 40px;
    font-weight: 500;
    color: var(--color-logo);
}
html[lang="ja"] .f_logo{
    max-width: 400px;
}
.footer .bnr_bunka01{
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 15px;
}
.copyright{
    font-size: 11px;
    font-weight: 600;
}
/*.copyright.pc{
    display: block;
}
.copyright.sp{
    display: none;
}*/
.footer .copyright{
}
@media screen and (max-width: 1024px) {
:root{
  --top: 90px;
  --header-h: 90px;
  --mv-h: calc(100dvh - var(--header-h));    
}
.nav_box{
    margin: 0 50px;
}
#header{
    padding: 40px 25px 30px;
    height: 90px;
}
.hamburger{
    right: 25px;
    top: 25px;
    transform: translateX(0);
}
html[lang="ja"] .logo{
    width: 130px;
}
nav.globalMenuSp{
    top: 90px;
    height: calc(100% - 90px);
}
nav.globalMenuSp ul.g_menu>li{
    margin-bottom: 35px;
}
nav.globalMenuSp ul.g_menu>li a{
    font-size: 20px;
}
.lang_box{
    padding: 40px 0;
    top: 90px;
}
.lang_txt01{
    font-size: 18px;
}
.lang_txt01 span{
    font-size: 15p;
}
.lang_list01 li{
    margin-bottom: 20px;
}
.lang_list01 li a{
    height: 75px;
}
.open_box01{
    top: 90px;
    padding: 40px 0;
}
.open_box01 .txt01{
    font-size: 17px;
    margin-bottom: 40px;
}
.footer{
    padding: 50px 10px;
}
.lang_btn01{
    font-size: 15px;
}
.lang_btn01 span{
    width: 20px;
    height: 20px;
}
.f_txt01{
    font-size: 13px;
    padding-right: 30px;
}
/*.copyright.pc{
    display: none;
}
.copyright.sp{
    display: block;
    margin-bottom: 15px;
}*/
.bnr_bunka01{
    margin: 0 0 15px;
}
.f_box02{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 25px;
    bottom: 20px;
}
.copyright{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    right: auto;
    bottom: auto;
}
.bnr_bunka01{
    position: relative;
    right: auto;
    bottom: auto;
}
nav.globalMenuSp{
    overflow-y: auto;
}
nav.globalMenuSp ul.g_menu{
    margin-bottom: 0;
    padding-bottom: 200px;
}
.back-to-top{
    width: 28px;
    height: 31px;
    top: 50px;
    right: 20px;
}
.footer .f_box02{
    position: relative;
    left: auto;
    bottom: auto;
}
.footer .bnr_bunka01{
    margin: 0;
}
#header .f_box02{
    margin: 0;
}
.f_menu01 li{
    margin-bottom: 10px;
}
.f_menu01 li:nth-last-child(1),
.f_menu01 li:nth-last-child(2),
.f_menu01 li:nth-last-child(3),
.f_menu01 li:nth-last-child(4){
    margin-bottom: 0;
}
.footer .copyright{
    position: relative;
    right: auto;
    bottom: auto;
    color: var(--color-black);
    text-align: left;
}
}
@media screen and (max-width: 768px) {

/*.bg{
    background-image: url(../img/common/bg_sp.jpg);
}*/
.bg{
    z-index: -1;
}
.bg::after{
    background-image: url(../img/common/bg_sp.jpg);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}
.nav_box{
    margin: 0 25px;
}
.f_box02{
    position: relative;
    left: auto;
    padding: 0 25px 20px;
    bottom: auto;
}
.footer .f_box02{
    padding: 0;
}
nav.globalMenuSp ul.g_menu{
    margin-bottom: 100px;
    padding-bottom: 0;
}


}
@media screen and (max-width: 599px) {
.footer .bnr_bunka01,
html[lang="ja"] .f_logo{
    max-width: 100%;
}
html[lang="ja"] .f_logo img{
    width: 100%;
}
}