@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    overflow: auto;
}
body {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 160%;
    width: 100%;
    height: 100%;
    color: #000;
}
li {
    list-style: none;
    list-style-image: url(data:0);
}
a {
    text-decoration: none;
    transition: ease all .4s;
    cursor: pointer;
}
a:hover {
    opacity: .4;
}
input {
    cursor: pointer;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.wf-notosansjapanese {
    font-family: "Noto Sans Japanese", sans-serif;
}
.wf-lato {
    font-family: 'Lato', sans-serif;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.back {
    display: inline-block;
    text-align: center;
    color: #808080;
    font-size: 1.8rem;
    font-size: 18px;
    margin: 100px auto;
    width: 100%;
    text-decoration: underline;
}
.back::before {
    content: "<<";
    padding: 0 1em 0 0;
    text-decoration: none;
    display: inline-block;
}
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 999;
}
#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 100px !important;
    color: #000;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
}
#wrap {
    overflow: hidden;
}
/* bigen shutto翻訳 */
.stt-lang-select {
    z-index: 99;
}


div[data-value]:before {
	content: '';
	display: inline-block;
	vertical-align: text-bottom;
	width: 18px;
	height: 18px;
	margin-right: 2px;
}
/* 日本語 */
div[data-value="ja"]:before {
	background-image: url(../image/icon_lang/jp.png);
	background-size: contain;
}
#lang_ja:before {
	content: '';
	background-image: url(../image/icon_lang/jp.png);
	background-size: contain;
	display: inline-block;
	vertical-align: text-bottom;
	width: 18px;
	height: 18px;
	margin-right: 2px;
}
/* 英語 */
div[data-value="en"]:before {
	background-image: url(../image/icon_lang/us.png);
	background-size: contain;
	margin-right: 2px;
}
#lang_en:before {
	content: '';
	background-image: url(../image/icon_lang/us.png);
	background-size: contain;
	display: inline-block;
	vertical-align: text-bottom;
	width: 18px;
	height: 18px;
	margin-right: 2px;
}
/* 中国（簡体） */
div[data-value="zh-CN"]:before {
	background-image: url(../image/icon_lang/cn.png);
	background-size: contain;
}
#lang_zh-CN:before {
	content: '';
	background-image: url(../image/icon_lang/cn.png);
	background-size: contain;
	display: inline-block;
	vertical-align: text-bottom;
	width: 18px;
	height: 18px;
	margin-right: 2px;
}
/* 中国（繁体） */
div[data-value="zh-TW"]:before {
	background-image: url(../image/icon_lang/tw.png);
	background-size: contain;
}
#lang_zh-TW:before {
	content: '';
	background-image: url(../image/icon_lang/tw.png);
	background-size: contain;
	display: inline-block;
	vertical-align: text-bottom;
	width: 18px;
	height: 18px;
	margin-right: 2px;
}
/* 韓国語 */
div[data-value="ko"]:before {
	background-image: url(../image/icon_lang/ko.png);
	background-size: contain;
}
#lang_ko:before {
	content: '';
	background-image: url(../image/icon_lang/ko.png);
	background-size: contain;
	display: inline-block;
	vertical-align: text-bottom;
	width: 18px;
	height: 18px;
	margin-right: 2px;
}

.stt-lang-select .text:after {
	top: 11px !important;
}

/*
div[class="active"][data-stt-active][data-value="ja"] {
  color: green;
  font-weight: bold;
}
*/
/* end shutto翻訳 */
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    cursor: pointer;
    z-index: 999;
}
#pageTop a {
    width: 100%;
    height: 100%;
    display: block;
}
#pageTop span {
    width: 20px;
    height: 20px;
    border-right: 4px #fff solid;
    border-top: 4px #fff solid;
    transform: rotate(-45deg);
    position: absolute;
    top: 42%;
    left: 35%;
}
.dummy {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}
header {
    /*position: absolute;
    top: 10px;
    height: 35px;
    width: 100%;
    z-index: 2;*/
	position: absolute;
    top: 10px;
    height: 35px;
    width: auto;
    z-index: 2;
}
header #com_logo {
    height: 35px;
    width: auto;
    /*
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    */
}
header > div {
	align-items: flex-end;
    padding: 0 1em;
    display: inline-flex;
    justify-content: space-between;
    width: auto;
	/*
    align-items: flex-end;
    padding: 0 1em;
    display: flex;
    justify-content: space-between;*/
}
header #com_logo a {
    display: block;
    height: 35px;
    width: 300px;
}

/*
header #com_logo h1 {
    font-weight: 400;
    color: #fff;
    font-size: 1.2rem;
    font-size: 12px;
    display: inline-block;
    padding: 8px 0 0 0;
    flex-grow: 2;
}
header #com_logo img {
    margin: 0 1em 0 0;
    height: 100%;
    display: inline-block;
}
*/
header #com_logo h1 {
    font-weight: 400;
    color: #fff;
    font-size: 1.2rem;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 7px;
    /* padding: 8px 0 0 0; */
    /* flex-grow: 2; */
}
header #com_logo img {
    margin: 0px 1em 0 0;
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
}

header .stt-lang-select {
    margin: 0 1em 0 0;
    display: inline-block;
    width: 80px;
    position: fixed;
    background: #fff;
    border-radius: 6px;
    top: 10px;
    right: 0;
    box-shadow: 0 0 4px rgba(0,0,0,0.3) inset;
}
footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 116px;
    padding: 1em 0 0 0;
}
footer>a {
    width: 100%;
    display: block;
    height: 70px;
    position: absolute;
}
footer ul {
    width: 90%;
    margin: 0 auto 6vh;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer ul li {
    text-align: center;
    width: auto;
    list-style: none;
    border-right: 1px #000 solid;
    padding: 0 1em;
}
footer ul li a {
    font-size: 1.2rem;
    font-size: 12px;
    color: #000;
}
footer ul li:last-child {
    border-right: none;
}
footer small {
    width: 100%;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 0;
	color: #000;
}
.navToggle {
    display: none;
}
.globalMenuSp ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.globalMenuSp ul li {
    padding: 0;
    margin: 24px 0;
    border-right: 1px #000 solid;
    text-align: center;
    width: 100%;
}
.globalMenuSp.is-fixed ul li {
    margin: 14px 0;
}
.globalMenuSp ul li:last-child {
    border-right: none;
}
.globalMenuSp ul li a {
    color: #000;
}
.stt-lang-select.tr {
    top: 10px !important;
    right: 10px !important;
    border-radius: 5px !important;
}
.stt-lang-select .text {
    padding: 10px 26px 10px 16px !important;
}
/*
.stt-lang-select .text:after {
    top: 10px !important;
    right: 7px !important;
}
*/
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    padding: 53px 0 0 0;
    background: rgba(255,255,255,.8);
    transition: all ease .4s;
    animation: nav-fix .4s ease-in-out forwards;
}
@keyframes nav-fix {
 0% {
transform: translateY(-100%);
}
 100% {
transform: translateY(0);
}
}
main {
    padding-bottom: 116px;
}
#wrap {
    position: relative;
    min-height: 100vh;
    height: auto !important;
    height: 100%;
}
#main_img {
    position: relative;
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    max-height: 860px;
    min-height: 600px;
    height: 90vh;
}
.swiper-container {
    position: absolute !important;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0 !important;
}
.swiper-pagination-bullet {
    background: #fff;
}
.swiper-slide {
    background-color: #000;
    text-align: center;
    display: inline-block;
}
.swiper-slide img {
    height: auto;
    width: 100%;
    min-width: 1920px;
    opacity: .7;
    margin: 0 auto;/*transform: translate(0,-10%);*/
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 80vh;
    z-index: 999;
}
.swiper-pagination-bullet-active {
    background: #5ab4bd;
}
#main_img.second {
    position: relative;
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    max-height: 360px;
    min-height: inherit;
    height: 40vh;
}
#main_img.second::before {
    content: "";
    background: rgba(0,0,0,.4);
    width: 100%;
    max-height: 360px;
    height: 40vh;
    display: block;
}
.base_contents__inner {
    width: 95%;
    margin: 40px auto;
    max-width: 1040px;
}
.base_contents__inner h4 {
    font-size: 3rem;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    padding: 2em 0 1em;
}
.h4_square {
    display: flex;
    justify-content: center;
}
.h4_square span {
    width: 8px;
    height: 8px;
    background-color: #000;
    transform: rotate(45deg);
    margin: 0 0.4em;
    display: inline-block;
}
#main_img h2 {
    color: #fff;
    font-size: 1.8vw;
    text-align: center;
    margin: 0;
    padding: 1em 0;
    line-height: 150%;
}
#main_img h2 span {
    font-family: 'Lato', sans-serif;
    font-size: 4.6vw;
    display: block;
    margin: 40px 0 0 0;
}
#main_img h2 span small {
    font-family: "Noto Sans Japanese";
    font-size: 2rem;
    font-size: 20px;
    width: 100%;
    font-weight: 200;
    display: block;
    margin: 20px 0 0 0;
}
.fancybox-toolbar {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    right: initial !important;
    top: initial !important;
}

@media (min-width: 50.76em) and (max-width:75em) {
footer ul {
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
footer ul li {
    width: calc(100% / 4);
    margin-bottom: 10px;
}
footer ul li:nth-child(4) {
    border-right: none;
}
}

@media (max-width: 50.75em) {
.sp {
    display: block !important;
}
.pc {
    display: none !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 62vh;
}
.swiper-slide img {
    min-width: inherit;
    height: inherit;
    opacity: .65;
    margin: auto;
    width: auto;
    display: inline-block;
    transform: none;
}
#container {
    margin-top: 0;
}
/*-- ---- nav ---- --*/
header {
    top: 0;
}
header >div {
    padding: 0;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.6s;
    height: 0;
}
.globalMenuSp.is-fixed {
    padding: 0;
}
.globalMenuSp.is-fixed ul li {
    margin: 0;
    border-right: none;
}
.globalMenuSp.is-fixed::before, .globalMenuSp.active::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #fff;
    margin: -10px 0;
    padding: 12px;
    z-index: 1;
    transition: transform 0.6s;
}
.globalMenuSp.is-fixed::before {
    transform: translateY(0%) !important;
}
.globalMenuSp.active::before {
    transform: translateY(-100%);
}
nav.globalMenuSp ul {
    transform: translateY(-100%);
    visibility: hidden;
    background: #e3e5e4;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    color: #000;
    text-align: center;
    transition: all 0.6s;
    border-bottom: 1px #000 solid;
	position: initial;
	display: none;
}
nav.globalMenuSp ul li {
    font-size: 1.4rem;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
    transition: all 0.6s;
}
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
nav.globalMenuSp.active ul {
    transform: translateY(0%);
    visibility: visible;
	z-index: 999;
}
nav.globalMenuSp.is-fixed.active ul {
    padding-top: 51px;
}
nav.globalMenuSp.active ul li {
}
nav.globalMenuSp>a {
    height: 53px !important;
    z-index: 0;
}
.navToggle {
    display: block;
    position: fixed;
    right: 9px;
    top: 8px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle.active span {
    border-bottom: solid 3px #000;
}
.is-fixed + .navToggle.active span {
    border-bottom: solid 3px #fff;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
    line-height: normal;
}
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.globalMenuSp ul {
    flex-direction: column;
}
.globalMenuSp ul li {
    padding: 0;
    margin: 0;
    border-right: none;
}
header #com_logo {
    display: inline-block;
    height: 54px;
}
header #com_logo img {
    height: 92%;
    margin: 14px 10px;
}
header #com_logo h1 {
    display: none;
}
.stt-lang-select.tr {
    bottom: 0 !important;
    left: 0 !important;
    border-radius: 0 5px 0 0 !important;
    top: inherit !important;
    right: inherit !important;
}
footer {
    position: static;
    height: auto;
    padding: 0 0 170px 0;
    background-image: url(../image/logo_b.png);
    background-position: bottom 110px center;
    background-size: 180px;
}
main {
    padding-bottom: 0;
}
footer ul {
    width: 100%;
    margin: 0;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
footer ul li {
    padding: 0.5em;
    width: 50%;
    border-bottom: 1px #000 solid;
    margin-bottom: 0;
}
footer ul li:nth-child(even) {
    border-right: none;
}
footer ul li a {
    font-size: 1.1rem;
}
footer small {
    margin: 0px 0 50px 0;
    padding: 0 1em;
}
#pageTop {
    transform: scale(.5);
    bottom: -9px;
    right: -5px;
}
#main_img {
    min-height: inherit;
    height: 80vh;
}
#main_img.second {
    height: 38vh;
}
#main_img.second::before {
    height: 37vh;
}
#main_img h2 {
    font-size: 4vw !important;
}
#main_img h2 span {
    font-size: 12vw;
    margin: 20px 0 0 0;
}
#main_img.second h2 span small {
    margin: 10px 0 0 0;
    font-size: 4vw;
}
#main_img.second h2 span {
    font-size: 9vw;
    margin: 40px 0 0 0;
}
.base_contents__inner {
    width: 95%;
    margin: 20px auto;
}
}

@media (max-width: 50.750em) and (orientation: landscape) {
#main_img {
    height: 100vh;
}
#main_img h2 {
    font-size: 2vw !important;
}
#main_img h2 span {
    font-size: 6vw;
    margin: 20px 0 0 0;
}
#main_img.second {
    height: 68vh;
}
#main_img.second::before {
    height: 68vh;
}
#main_img.second h2 span small {
    margin: 40px 0 0 0;
    font-size: 1.4rem;
}
#main_img.second h2 span {
    font-size: 4rem;
    margin: 50px 0 0 0;
}
#main_img.second h2 span small {
    margin: 20px 0 0 0;
    font-size: 1.4rem;
}
}

@media screen and (min-width: 769px) and (max-height: 800px) {
/* ノートPCなど */
#main_img {
    height: 90vh;
}
.swiper-slide img {
    min-width: inherit;
    transform: translate(0, -7%);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 76vh;
}
}
