a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
 border: 0;
 font: inherit;
 font-size: 100%;
 margin: 0;
 padding: 0;
 vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
 display: block
}
body {
 line-height: 1
}
html *, html :after, html :before {
 box-sizing: border-box
}
ol, ul {
 list-style: none
}
blockquote, q {
 quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
 content: "";
 content: none
}
table {
 border-collapse: collapse;
 border-spacing: 0
}
img {
 height: auto;
 vertical-align: bottom;
 width: 100%;
}
html {
 font-size: 62.5%;
 overflow-x: hidden;
 /*scroll-behavior: smooth;*/
}
body {
 -webkit-font-smoothing: antialiased;
 -webkit-text-size-adjust: 100%;
 background-color: #efefef;
 color: #333;
 font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 font-size: 1.4rem;
 font-weight: 400;
 letter-spacing: .05em;
 line-height: 1.9;
}
@media screen and (max-width: 1024px) {
 body {
  font-size: 1.35rem;
 }
}
@media screen and (max-width: 767px) {
 body {
  font-size: 1.3rem;
 }
}
@media screen and (max-width: 375px) {
 body {
  font-size: 3.2vw;
 }
}
a {
 color: inherit;
 cursor: pointer;
 text-decoration: none;
}
.ff-en {
 font-family: 'Quicksand', sans-serif;
}
header * {
 transition: all 0.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
}
.header {
 width: 100%;
 padding: 35px 100px 0;
}
.header .inner {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: space-between;
 width: 100%;
 margin-top: 25px;
 margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
 .header .logo .logo-small {
  display: none;
 }
}
@media screen and (max-width: 767px) {
 .header .logo .logo-middle {
  display: none;
 }
}
.header .logo {
	position: relative;
}
.header .logo.active::after {
 transform: scale(1, 1);
}

.header .logo::after {
 content: "";
 position: absolute;
 bottom: -7px;
 left: 0;
 width: 100%;
 height: 2px;
 border-radius: 50px;
 background: #000;
 transition: all 1.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
 transform: scale(0, 1);
 transform-origin: center top;
}

.header .logo .logo-inner{
 position: relative;
 margin: 0 auto;
 width: 210px;
 height: 22px;
}

.header .logo a {
 display: block;
}
.header .logo a img {
 vertical-align: top;
}
@media screen and (max-width: 767px) {
	.header {
  padding: 20px 10px;
 }
	.header .logo .logo-inner{
  width: 180px;
  height: 19px;
}
.header .inner {
  margin-top: 25px;
  margin-bottom: 0;
 }
	
/* 
 .header .logo, .header .logo img {
  width: 180px;
  height: 19px;
 }
 .header .logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }
 */
}
@media screen and (min-width: 768px) {
 .footer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
 }
 .footer .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
 }
 /*
 .footer .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 200px;
 }
*/
 .footer li {
  line-height: 1;
 }
 .footer li:nth-child(n+2) {
  margin-top: 25px;
 }
 .footer li a {
  transition: all 0.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
 }
 .footer li a:hover {
  opacity: .7;
 }
 .footer li img {
  width: 14px;
  height: 14px;
 }
 .footer li:first-child {
  font-family: 'Quicksand', sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
 }
 .footer small {
  /*display: none;*/
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
 }
}
@media screen and (min-width: 768px) {
 .footer li:nth-child(2) {
  display: none;
 }
}
@media screen and (max-width: 767px) {
 .footer {
  padding: 40px 20px 0;
 }
 .footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .footer li {
  line-height: 1;
 }
 .footer li:nth-child(n+2) {
  margin-left: 25px;
 }
 .footer li img {
  width: 14px;
  height: 14px;
 }
 .footer li {
  font-family: 'Quicksand', sans-serif;
 }
 .footer small {
  display: none;
  text-align: center;
  margin-top: 20px;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
 }
}
.footer-b a {
 transition: all 0.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
}
.footer-b a:hover {
 opacity: .7;
}
.footer-b small, .footer-b p {
 font-family: 'Quicksand', sans-serif;
 font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
 .footer-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 100px;
 }
}
@media screen and (max-width: 767px) {
 .footer-b {
  padding: 20px;
  text-align: center;
 }
 .footer-b p {
  display: none;
 }
}
#scroolltop {
 display: block;
 position: fixed;
 right: 37px;
 bottom: 20px;
 font-family: 'Quicksand', sans-serif;
 font-weight: 400;
 font-size: 1.2rem;
 line-height: 1;
 text-decoration: none;
 opacity: 0;
 color: #515151;
 text-transform: uppercase;
 z-index: 2;
 transition: all 0.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
}
#scroolltop:hover {
 opacity: .7;
 text-decoration: none;
}
#scroolltop.show {
 opacity: 1;
}
#scroolltop::before, #scroolltop::after {
 content: "";
 position: absolute;
 background-color: #515151;
 -webkit-transition-duration: .6s;
 transition-duration: .6s;
 -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
 transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}
#scroolltop::before {
 bottom: 20px;
 right: 0;
 left: 0;
 margin-right: auto;
 margin-left: auto;
 width: 1px;
 height: 30px;
}
#scroolltop::after {
 top: -35px;
 right: 0;
 left: -6px;
 margin-right: auto;
 margin-left: auto;
 width: 10px;
 height: 1px;
 -moz-transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
}
#scroolltop:hover::before {
 height: 40px;
}
#scroolltop:hover::after {
 top: -45px;
}
@media screen and (max-width: 1024px) {
 #scroolltop {
  display: none;
 }
}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
 overflow: hidden;
}
.modaal-accessible-hide {
 position: absolute !important;
 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
 clip: rect(1px, 1px, 1px, 1px);
 padding: 0 !important;
 border: 0 !important;
 height: 1px !important;
 width: 1px !important;
 overflow: hidden;
}
.modaal-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 999;
 opacity: 0;
}
.modaal-wrapper {
 display: block;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 9999;
 overflow: auto;
 opacity: 1;
 box-sizing: border-box;
 -webkit-overflow-scrolling: touch;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
 box-sizing: border-box;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
 border: none;
 background: transparent;
 padding: 0;
 -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
 display: none;
 opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
 opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
 outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
 overflow: hidden;
}
.modaal-outer-wrapper {
 display: table;
 position: relative;
 width: 100%;
 height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
 display: block;
}
.modaal-inner-wrapper {
 display: table-cell;
 width: 100%;
 height: 100%;
 position: relative;
 vertical-align: middle;
 text-align: center;
 padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
 padding: 0;
 display: block;
 vertical-align: top;
}
.modaal-container {
 position: relative;
 display: inline-block;
 width: 100%;
 margin: auto;
 text-align: left;
 color: #000;
 max-width: 1000px;
 border-radius: 0px;
 cursor: auto;
}
.modaal-container.is_loading {
 height: 100px;
 width: 100px;
 overflow: hidden;
}
.modaal-fullscreen .modaal-container {
 max-width: none;
 height: 100%;
 overflow: auto;
}
.modaal-close {
 position: fixed;
 right: 20px;
 top: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 cursor: pointer;
 opacity: 1;
 width: 50px;
 height: 50px;
 background: rgba(0, 0, 0, 0);
 border-radius: 100%;
 -webkit-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
 outline: none;
 background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
 background: #515151;
}
.modaal-close span {
 position: absolute !important;
 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
 clip: rect(1px, 1px, 1px, 1px);
 padding: 0 !important;
 border: 0 !important;
 height: 1px !important;
 width: 1px !important;
 overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
 content: "";
 display: block;
 /*position: absolute;
 top: 14px;
 left: 23px;*/
 width: 1px;
 height: 22px;
 background: #fff;
 -webkit-transition: background 0.2s ease-in-out;
 transition: background 0.2s ease-in-out;
}
.modaal-close:before {
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.modaal-close:after {
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
 background: #afb7bc;
 right: 10px;
 top: 10px;
}
.modaal-content-container {
 padding: 30px;
}
.modaal-confirm-wrap {
 padding: 30px 0 0;
 text-align: center;
 font-size: 0;
}
.modaal-confirm-btn {
 font-size: 14px;
 display: inline-block;
 margin: 0 10px;
 vertical-align: middle;
 cursor: pointer;
 border: none;
 background: transparent;
}
.modaal-confirm-btn.modaal-ok {
 padding: 10px 15px;
 color: #fff;
 background: #555;
 border-radius: 3px;
 -webkit-transition: background 0.2s ease-in-out;
 transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
 background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
 text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
 text-decoration: none;
 color: #2f2f2f;
}
.modaal-instagram .modaal-container {
 width: auto;
 background: transparent;
 box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
 padding: 0;
 background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
 width: 1px !important;
 height: 1px !important;
 opacity: 0 !important;
}
.modaal-instagram iframe {
 opacity: 0;
 margin: -6px !important;
 border-radius: 0 !important;
 width: 1000px !important;
 max-width: 800px !important;
 box-shadow: none !important;
 -webkit-animation: instaReveal 1s linear forwards;
 animation: instaReveal 1s linear forwards;
}
.modaal-image .modaal-inner-wrapper {
 padding-left: 140px;
 padding-right: 140px;
}
.modaal-image .modaal-container {
 width: auto;
 max-width: 100%;
}
.modaal-gallery-wrap {
 position: relative;
 color: #fff;
}
.modaal-gallery-item {
 display: none;
}
.modaal-gallery-item img {
 display: block;
}
.modaal-gallery-item.is_active {
 display: block;
}
.modaal-gallery-label {
 position: absolute;
 left: 0;
 width: 100%;
 margin: 20px 0 0;
 font-size: 18px;
 text-align: center;
 color: #fff;
}
.modaal-gallery-label:focus {
 outline: none;
}
.modaal-gallery-control {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 1;
 cursor: pointer;
 color: #fff;
 width: 50px;
 height: 50px;
 background: rgba(0, 0, 0, 0);
 border: none;
 border-radius: 100%;
 -webkit-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
 opacity: 0;
 cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
 outline: none;
 background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
 background: #afb7bc;
}
.modaal-gallery-control span {
 position: absolute !important;
 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
 clip: rect(1px, 1px, 1px, 1px);
 padding: 0 !important;
 border: 0 !important;
 height: 1px !important;
 width: 1px !important;
 overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
 display: block;
 content: " ";
 position: absolute;
 top: 16px;
 left: 25px;
 width: 4px;
 height: 18px;
 border-radius: 4px;
 background: #fff;
 -webkit-transition: background 0.2s ease-in-out;
 transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
 margin: -5px 0 0;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.modaal-gallery-control:after {
 margin: 5px 0 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
.modaal-gallery-next-inner {
 left: 100%;
 margin-left: 40px;
}
.modaal-gallery-next-outer {
 right: 45px;
}
.modaal-gallery-prev:before, .modaal-gallery-prev:after {
 left: 22px;
}
.modaal-gallery-prev:before {
 margin: 5px 0 0;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
 margin: -5px 0 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
 right: 100%;
 margin-right: 40px;
}
.modaal-gallery-prev-outer {
 left: 45px;
}
.modaal-video-wrap {
 margin: auto 50px;
 position: relative;
}
.modaal-video-container {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 max-width: 100%;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 background: #000;
 max-width: 1300px;
 margin-left: auto;
 margin-right: auto;
}
.modaal-video-container iframe, .modaal-video-container object, .modaal-video-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.modaal-iframe .modaal-content {
 width: 100%;
 height: 100%;
}
.modaal-iframe-elem {
 width: 100%;
 height: 100%;
 display: block;
}
.modaal-loading-spinner {
 background: none;
 position: absolute;
 width: 200px;
 height: 200px;
 top: 50%;
 left: 50%;
 margin: -100px 0 0 -100px;
 -webkit-transform: scale(0.25);
 -ms-transform: scale(0.25);
 transform: scale(0.25);
}
.modaal-loading-spinner > div {
 width: 24px;
 height: 24px;
 margin-left: 4px;
 margin-top: 4px;
 position: absolute;
}
.modaal-loading-spinner > div > div {
 width: 100%;
 height: 100%;
 border-radius: 15px;
 background: #fff;
}
.modaal-loading-spinner > div:nth-of-type(1) > div {
 -webkit-animation: modaal-loading-spinner 1s linear infinite;
 animation: modaal-loading-spinner 1s linear infinite;
 -webkit-animation-delay: 0s;
 animation-delay: 0s;
}
.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
 -ms-animation: modaal-loading-spinner 1s linear infinite;
 -moz-animation: modaal-loading-spinner 1s linear infinite;
 -webkit-animation: modaal-loading-spinner 1s linear infinite;
 -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(1) {
 -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
 -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
 transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(2) > div {
 -webkit-animation: modaal-loading-spinner 1s linear infinite;
 animation: modaal-loading-spinner 1s linear infinite;
 -webkit-animation-delay: .12s;
 animation-delay: .12s;
}
.modaal-loading-spinner > div:nth-of-type(2) {
 -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
 -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
 transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(3) > div {
 -webkit-animation: modaal-loading-spinner 1s linear infinite;
 animation: modaal-loading-spinner 1s linear infinite;
 -webkit-animation-delay: .25s;
 animation-delay: .25s;
}
.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
 -ms-animation: modaal-loading-spinner 1s linear infinite;
 -moz-animation: modaal-loading-spinner 1s linear infinite;
 -webkit-animation: modaal-loading-spinner 1s linear infinite;
 -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(3) {
 -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
 -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
 transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(4) > div {
 -webkit-animation: modaal-loading-spinner 1s linear infinite;
 animation: modaal-loading-spinner 1s linear infinite;
 -webkit-animation-delay: .37s;
 animation-delay: .37s;
}
.modaal-loading-spinner > div:nth-of-type(4) {
 -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
 -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
 transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(5) > div {
 -webkit-animation: modaal-loading-spinner 1s linear infinite;
 animation: modaal-loading-spinner 1s linear infinite;
 -webkit-animation-delay: .5s;
 animation-delay: .5s;
}
.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
 -ms-animation: modaal-loading-spinner 1s linear infinite;
 -moz-animation: modaal-loading-spinner 1s linear infinite;
 -webkit-animation: modaal-loading-spinner 1s linear infinite;
 -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(5) {
 -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
 -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
 transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(6) > div {
 -webkit-animation: modaal-loading-spinner 1s linear infinite;
 animation: modaal-loading-spinner 1s linear infinite;
 -webkit-animation-delay: .62s;
 animation-delay: .62s;
}
.modaal-loading-spinner > div:nth-of-type(6) {
 -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
 -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
 transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(7) > div {
 -webkit-animation: modaal-loading-spinner 1s linear infinite;
 animation: modaal-loading-spinner 1s linear infinite;
 -webkit-animation-delay: .75s;
 animation-delay: .75s;
}
.modaal-loading-spinner > div:nth-of-type(7) {
 -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
 -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
 transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(8) > div {
 -webkit-animation: modaal-loading-spinner 1s linear infinite;
 animation: modaal-loading-spinner 1s linear infinite;
 -webkit-animation-delay: .87s;
 animation-delay: .87s;
}
.modaal-loading-spinner > div:nth-of-type(8) {
 -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
 -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
 transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
@media only screen and (min-width: 1400px) {
 .modaal-video-container {
  padding-bottom: 0;
  height: 731px;
 }
}
@media only screen and (max-width: 1140px) {
 .modaal-image .modaal-inner-wrapper {
  padding-left: 25px;
  padding-right: 25px;
 }
 .modaal-gallery-control {
  top: auto;
  bottom: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: rgba(0, 0, 0, 0.7);
 }
 .modaal-gallery-control:before, .modaal-gallery-control:after {
  background: #fff;
 }
 .modaal-gallery-next {
  left: auto;
  right: 20px;
 }
 .modaal-gallery-prev {
  left: 20px;
  right: auto;
 }
}
@media screen and (max-width: 900px) {
 .modaal-instagram iframe {
  width: 500px !important;
 }
}
@media only screen and (max-width: 600px) {
 .modaal-instagram iframe {
  width: 280px !important;
 }
}
@media screen and (max-height: 1100px) {
 .modaal-instagram iframe {
  width: 700px !important;
 }
}
@media screen and (max-height: 1000px) {
 .modaal-inner-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
 }
 .modaal-instagram iframe {
  width: 600px !important;
 }
}
@media screen and (max-height: 900px) {
 .modaal-instagram iframe {
  width: 500px !important;
 }
 .modaal-video-container {
  max-width: 900px;
  max-height: 510px;
 }
}
@media only screen and (max-height: 820px) {
 .modaal-gallery-label {
  display: none;
 }
}
@keyframes instaReveal {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@-webkit-keyframes instaReveal {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@-webkit-keyframes modaal-loading-spinner {
 0% {
  opacity: 1;
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
 }
 100% {
  opacity: .1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
 }
}
@keyframes modaal-loading-spinner {
 0% {
  opacity: 1;
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
 }
 100% {
  opacity: .1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
 }
}
main {
 position: relative;
}
@media screen and (min-width: 768px) {
 main {
  padding-right: 100px;
  padding-left: 100px;
 }
}
@media screen and (max-width: 767px) {
 main {
  padding-right: 10px;
  padding-left: 10px;
 }
}
.box {
 position: relative;
 max-width: 1180px;
 margin-right: auto;
 margin-left: auto;
}
.panel .box2 .card-doc p, .panel .box3 .card-doc p, .panel .box5 .card-doc p, .panel .box6 .card-doc p {
 display: none;
}
@media screen and (min-width: 1025px) {
 .panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 33.796vw;
  margin-bottom: 10px;
 }
 .panel > div {
  overflow: hidden;
  position: relative;
 }

	.panel .box1 {
  grid-area: 1 / 1 / 3 / 3;
 }
 .panel .box2 {
  grid-area: 1 / 3 / 2 / 4;
 }
 .panel .box3 {
  grid-area: 1 / 4 / 2 / 5;
 }
 .panel .box4 {
  grid-area: 2 / 3 / 4 / -1;
 }
 .panel .box5 {
  grid-area: 3 / 1 / 4 / -4;
 }
 .panel .box6 {
  grid-area: 3 / 2 / 4 / -3;
 }
	
/*	.panel .box1 {
  grid-area: 1 / 3 / -2 / 5;
 }
 .panel .box2 {
  grid-area: 1 / 1 / 2 / 2;
 }
 .panel .box3 {
  grid-area: 1 / 2 / 2 / 2;
 }
 .panel .box4 {
  grid-area: 2 / 1 / 4 / -3;
 }
 .panel .box5 {
  grid-area: 3 / 3 / 4 / -2;
 }
 .panel .box6 {
  grid-area: 3 / 4 / 4 / -1;
 }*/
}
@media screen and (max-width: 1024px) {
 /* .panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 10px;
  height: 240.53vw;
 }
 .panel .box1 {
  grid-area: 1 / 1 / 3 / 3;
 }
 .panel .box2 {
  grid-area: 1 / 3 / 2 / 4;
 }
 .panel .box3 {
  grid-area: 2 / 3 / 3 / 4;
 }
 .panel .box4 {
  grid-area: 3 / 2 / 5 / 4;
 }
 .panel .box5 {
  grid-area: 3 / 1 / 4 / 2;
 }
 .panel .box6 {
  grid-area: 4 / 1 / 5 / 2;
 }*/
 .panel > div {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
 }
}
@media screen and (min-width: 1025px) {
 .card {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
 }
 .card a {
  display: flex;
  justify-content: space-between;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
 }
 .card a:hover {
  opacity: .7;
 }
 .card-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  padding: 10px 20px;
  text-align: right;
  font-size: 1.2rem;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  line-height: 1;
 }
 .card-area p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
 }
 .card-ttl {
  width: 100%;
  padding-top: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
 }
 .card-sub-ttl {
  width: 100%;
  padding-top: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
		    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .card-doc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: calc(100% - 32px);
  margin-top: 32px;
  padding: 20px 30px;
 }
 .card-doc p {
  font-size: 1.3rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
 }
 .card-photo {
  display: block;
  position: relative;
  width: 50%;
  overflow: hidden;
 }
 .card-txt {
  position: relative;
  width: 50%;
 }
}
@media screen and (max-width: 1024px) {
 .card {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
 }
 .card-area {
  width: 100%;
  padding: 10px;
  text-align: right;
  font-size: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  line-height: 1;
 }
 .card-area p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
 }
 .card-ttl {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
 }
 .card-sub-ttl {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
		    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .card-doc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  padding: 10px 10px;
 }
 .card-doc p {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
 }
 .card-photo {
  display: block;
  position: relative;
  width: 100%;
  height: 50%;
  padding-top: 65.25%;
 }
 .card-txt {
  position: relative;
  width: 100%;
  height: 50%;
 }
}
@media screen and (max-width: 767px) {
 .card-txt {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 100%;
		color: #fff;
 }
	.card-area{
		position: absolute;
		top: 0;
		right: 0;
		background-color: transparent;
		border-bottom: none;
	}
	
	.card-doc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: inherit;
  padding: 10px 10px 5px 10px;
}
	
	 .card-doc p {
			display: none;
 }
	
}


.cover-image {
 height: 100%;
 width: 100%;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: 50% 50%;
 position: absolute;
 top: 0;
 left: 0;
 overflow: hidden;
 transition: all 0.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
}
.nav-category a, .nav-area a {
 transition: all 0.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
}
.nav-category a:hover, .nav-area a:hover {
 opacity: .7;
}
.nav-category ul {
 display: flex;
 align-items: center;
}
.nav-category li {
 font-size: 1.3rem;
 font-weight: 700;
 line-height: 1;
}
.nav-category li:nth-child(n+2) {
 margin-left: 35px;
}
.nav-category li.active {
 border-bottom: 1px solid #000;
}
.nav-area ul {
 display: flex;
 align-items: center;
}
.nav-area li {
 font-size: 1.3rem;
 font-weight: 700;
 line-height: 1;
}
.nav-area li:nth-child(n+2) {
 margin-left: 35px;
}
.nav-area li.active {
 border-bottom: 2px solid #000;
}
.nav-area img {
 width: 16px;
 height: 16px;
}
@media screen and (max-width: 767px) {
 .nav-category, .nav-area {
  display: none;
 }
}
.select-box {
 font-size: 1.1rem;
 font-weight: 700;
 line-height: 1;
 z-index: 3;
}
@media (min-width: 768px) {
 .select-box {
  display: none;
 }
}
@media (max-width: 767px) {
 .select-box {
  width: 45%;
 }
}
.select-box-current {
 position: relative;
 cursor: pointer;
 outline: none;
}
.select-box-current:focus + .select-box-list {
 opacity: 1;
 -webkit-animation-name: none;
 animation-name: none;
}
.select-box-current:focus + .select-box-list .select-box-option {
 cursor: pointer;
 width: 100%;
}
.select-box-current:focus .select-box__icon {
 transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
 position: absolute;
 top: 50%;
 right: 5px;
 transform: translateY(-50%);
 width: 10px;
 opacity: 0.3;
 transition: 0.2s ease;
}
.select-box-value {
 display: flex;
}
.select-box-input {
 display: none;
}
.select-box-input:checked + .select-box-input-text {
 display: block;
}
.select-box-input-text {
 display: none;
 width: 100%;
 margin: 0;
 padding: 5px;
 border-bottom: 1px solid #ccc;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.select-box-list {
 position: absolute;
 width: 45%;
 padding: 0;
 list-style: none;
 opacity: 0;
 -webkit-animation-name: HideList;
 animation-name: HideList;
 -webkit-animation-duration: 0.5s;
 animation-duration: 0.5s;
 -webkit-animation-delay: 0.5s;
 animation-delay: 0.5s;
 -webkit-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
 -webkit-animation-timing-function: step-start;
 animation-timing-function: step-start;
 box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box-list li {
 background-color: #fff;
 border-bottom: 1px solid #ddd;
}
.select-box-option {
 display: flex;
 align-items: center;
 padding: 5px;
 height: 30px;
}
.select-box-option:hover, .select-box-option:focus {
 background-color: #fff;
}
@-webkit-keyframes HideList {
 from {
  transform: scaleY(1);
 }
 to {
  transform: scaleY(0);
 }
}
@keyframes HideList {
 from {
  transform: scaleY(1);
 }
 to {
  transform: scaleY(0);
 }
}
.modal-box {
 color: #fff;
}
.modal-box.modal-japan dl {
 display: flex;
 flex-wrap: wrap;
 border-top: 1px solid rgba(255, 255, 255, .1);
 color: #fff;
}
.modal-box.modal-japan dt, .modal-box.modal-japan dd {
 padding-top: 30px;
 padding-bottom: 30px;
}
.modal-box.modal-japan dt {
 width: 250px;
 font-size: 1.6rem;
 font-weight: 700;
 letter-spacing: .1em;
}
.modal-box.modal-japan dd {
 flex: 1 0 0;
 font-size: 1.4rem;
}
.modal-box.modal-japan dd ul {
 display: flex;
 flex-wrap: wrap;
}
.modal-box.modal-japan dd li {
 margin-right: 25px;
}
.modal-box.modal-japan dd li a, .modal-box.modal-world li a {
 transition: all 0.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
}
.modal-box.modal-japan dd li a:hover, .modal-box.modal-world li a:hover {
 opacity: .7;
}
.modal-box.modal-world ul {
 border-top: 1px solid rgba(255, 255, 255, .3);
}
.modal-box.modal-world li {
 padding-top: 30px;
 padding-bottom: 30px;
 border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.modal-box.modal-world li {
 font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
 .modal-box.modal-japan dl {
  display: block;
 }
 .modal-box.modal-japan dt {
  width: auto;
  font-size: 1.4rem;
 }
 .modal-box.modal-japan dt, .modal-box.modal-japan dd, .modal-box.modal-world li {
  padding-top: 10px;
  padding-bottom: 10px;
 }
 .modal-box.modal-japan dd {
  padding-top: 0;
 }
 .modal-box.modal-japan dd, .modal-box.modal-world li {
  font-size: 1.3rem;
 }
}
.header li.nav-lang ul {
 position: absolute;
 display: block;
 height: 0;
 overflow: hidden;
 transition: all 0.4s ease;
 opacity: 0;
}
.header li.nav-lang ul, .header li.nav-lang li, .header li.nav-lang button {
 width: 100%;
}
.header li.nav-lang li {
 display: block;
 padding: 0;
 border-bottom: 1px solid #ddd;
 height: 30px;
}
.header li.nav-lang li a {
 display: flex;
 align-items: center;
 width: 100%;
 height: 30px;
 padding: 5px;
 font-size: 1.1rem;
 font-weight: 700;
}
.header li.nav-lang button {
 display: flex;
 align-items: center;
 font-family: 'Quicksand', sans-serif;
 font-size: 1.1rem;
 font-weight: 700;
 cursor: pointer;
 line-height: 1;
 letter-spacing: 0;
}
@media screen and (min-width:768px) {
 .header .lang {
  display: none;
 }
}
@media screen and (max-width:767px) {
 .header .lang {
  width: 45%;
  z-index: 3;
 }
 .header li.nav-lang button {
  border: none;
  outline: none;
  margin: 0;
  padding: 5px;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
 }
}
.header li.nav-lang button::after {
 position: absolute;
 top: 50%;
 right: 5px;
 transform: translateY(-50%);
 width: 10px;
 height: 10px;
 opacity: 0.3;
 transition: 0.2s ease;
 content: "";
 display: block;
 background: url("../img/common/img_arrow-black.svg") no-repeat 0 0 / contain;
}
.header li.nav-lang button.lang_on::after {
 transform: translateY(-50%) rotate(180deg);
}
.header li.nav-lang button.lang_on + ul {
 display: block;
 height: 90px;
 opacity: 1;
}
@media screen and (max-width:767px) {
 .header li.nav-lang ul {
  width: 45%;
  background-color: #fff;
 }
}
.dtl {
 max-width: 900px;
 margin: 0 auto 40px;
}
.dtl .inner {
 background-color: #fff;
}
.article {
 padding: 90px 100px;
 background-color: #fff;
}
.article strong {
	font-weight: 700;
}
.dtl .ttl {
 padding-bottom: 15px;
 font-size: 2.8rem;
 font-weight: 700;
 line-height: 1.45;
}
.dtl .sub-ttl {
 padding-bottom: 30px;
 font-size: 2rem;
 font-weight: 500;
 line-height: 1.45;
}
.dtl .area {
 padding-top: 20px;
 font-size: 1.4rem;
 text-align: right;
}
.dtl .date {
 padding-top: 50px;
 font-family: 'Quicksand', sans-serif;
 font-size: 1.4rem;
 color: #BCBCBC;
}
@media screen and (max-width: 767px) {
 .dtl {
  margin-bottom: 0;
 }
 .article {
  padding: 40px 20px;
 }
 .article p {
  font-size: 1.4rem;
 }
 .dtl .ttl {
  padding-bottom: 5px;
  font-size: 2rem;
 }
.dtl .sub-ttl {
 padding-bottom: 15px;
 font-size: 1.5rem;
}
 .dtl .area {
  padding-top: 20px;
  font-size: 1.2rem;
 }
 .dtl .date {
  padding-top: 20px;
  font-size: 1.3rem;
 }
}
.home {
 display: flex;
 align-items: center;
 font-family: 'Quicksand', sans-serif;
 font-size: 1.3rem;
 font-weight: 700;
 line-height: 1;
}
.home::before {
 content: "";
 width: 10px;
 height: 10px;
 margin-right: 5px;
 opacity: 0.3;
 transition: 0.2s ease;
 display: block;
 background: url(../img/common/img_arrow-black.svg) no-repeat 0 0 / contain;
 transform: rotate(90deg);
}
.home a {
 transition: all 0.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
}
.home a:hover {
 opacity: .7;
}
@media screen and (max-width: 767px) {
 .home {
  font-size: 1.1rem;
 }
}
.tohome {
 margin-top: 50px;
}
.tohome .home {
 justify-content: center;
}
.about {
 max-width: 960px;
 margin: 0 auto 40px;
}
.about p {
 padding-top: 30px;
 font-size: 1.45rem;
 line-height: 2.4;
}
.about p:first-child {
 padding-top: 0;
}
@media screen and (min-width: 768px) {
 .about {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto 40px;
 }
 .about .txt {
  flex: 1 0 0;
  padding-left: 60px;
 }
 .about .photo {
  width: 350px;
  background: url("../img/about/about.png") no-repeat 0 0 / contain;
 }
 .about .photo img {
  display: none;
 }
}
@media screen and (max-width: 767px) {
 .about {
  width: calc(100% - 30px);
 }
 /*	.about .photo {
		width: 100%;
		height: 45vh;
		background-size: cover;
		background-position: right 50%;
}*/
 .about .txt {
  padding-top: 30px;
 }
 .about p {
  padding-top: 20px;
  line-height: 2;
  font-size: 1.35rem;
 }
}
.privacy {
 max-width: 700px;
 margin: 0 auto 40px;
}
.privacy h4 {
 padding: 60px 0 20px;
 font-size: 1.5rem;
 font-weight: 600;
}
.privacy h4:first-of-type {
 padding-top: 0;
}
.privacy p {
 line-height: 1.8;
}
.privacy ul {
 margin-top: 10px;
}
.privacy ul li {
 padding-left: 1em;
 text-indent: -1em;
 line-height: 1.5;
}
.privacy ul li:nth-child(n+2) {
 margin-top: 5px;
}
@media screen and (max-width: 767px) {
 .privacy {
  width: calc(100% - 30px);
 }
 .privacy h4 {
  padding: 40px 0 10px;
  font-size: 1.4rem;
 }
}
.page-ttl {
 padding: 10px 0 35px;
 font-family: 'Quicksand', sans-serif;
 font-size: 3rem;
 text-align: center;
}
@media screen and (max-width: 767px) {
 .page-ttl {
  padding: 10px 0 35px;
  font-size: 2rem;
 }
}