@charset "UTF-8";
/* CSS Document */
* {margin: 0;padding: 0;box-sizing: border-box;}
html { margin-top: 0 !important; }
html body {position: relative;margin-top: 0 !important;}
body {width: 100%;margin: 0;padding: 0;font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;color: #191B27;background-color: #fff;}
p,h1,h2,h3,h4,h5,h6,th,td,a,i {margin: 0 auto;padding: 0;font-size: 1.2vw;line-height: 120%;font-weight: 400;}
img,video,iframe{margin: 0;padding: 0;vertical-align: bottom;}
ul,ol { list-style: none;}
a {text-decoration: none;color: #191B27;-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;}
a:hover {opacity: 1;}
/*----- font -----*/
.font1 {font-family: "futura-pt", sans-serif;}
/*----- anim-box -----*/
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes slideIn {
0% {transform: translateX(80%);opacity: 0;}
50% {opacity: 0.5;transform: translateX(0);}
100% {opacity: 1;}
}
@keyframes slideIn1 {
0% {transform: translateX(-80%);opacity: 0;}
50% {opacity: 0.5;transform: translateX(0);}
100% {opacity: 1;}
}
@keyframes slideIn2 {
0% {transform: translateY(-80%);opacity: 0;}
50% {opacity: 0.5;transform: translateY(0);}
100% {opacity: 1;}
}
@keyframes slideIn3 {
0% {transform: translateY(80%);opacity: 0;}
50% {opacity: 0.5;transform: translateY(0);}
100% {opacity: 1;}
}
.anim-box.slidein.is-animated {animation: slideIn 1s cubic-bezier(0.8, 1, 0.8, 1) 1 forwards;}
.anim-box.slidein1.is-animated {animation: slideIn1 1s cubic-bezier(0.8, 1, 0.8, 1) 1 forwards;}
.anim-box.slidein2.is-animated {animation: slideIn2 1s cubic-bezier(0.8, 1, 0.2, 1) 1 forwards;}
.anim-box.slidein3.is-animated {animation: slideIn3 1s cubic-bezier(0.8, 1, 0.2, 1) 1 forwards;}
.anim-box.fadein.is-animated {animation: fadeIn 1s cubic-bezier(0.8, 0, 0.2, 1) 1 forwards;}
/*----- display -----*/
.pc {display: block;}
.tab {display: none;}
.sp {display: none;}
/*----- header -----*/
header {position: relative;width: 100%;overflow: hidden;}
/*nav*/
#nav {width: 100%;position: fixed;top: 0vw;left: 0%;z-index: 20;height: auto;padding: 1.5vw 1.5vw 1.5vw 2.5vw;overflow: hidden;transition: .4s;font-size: 0;background: #fff;box-shadow: 2px 2px 5px #cfcfcf;box-sizing: border-box;}
.nav_logo {display: inline-block;vertical-align: middle;width: 20%;}
.nav_logo:hover {transform: scale(0.95,0.95);}
.nav_logo_t1 {font-size: 2.3vw;font-weight: 700;}
#nav-content {display: inline-block;vertical-align: middle;width: 80%;text-align: right;}
.nav_t1 {display: none;}
.global-nav {width: 100%;margin: 0 auto;}
.global-nav__list {width: 100%;margin: 0;padding: 0;font-size: 0;}
.global-nav__item {display: inline-block;vertical-align: middle;list-style: none;padding: 0;font-size: 0;}
.item1 {margin: 0 1.4vw;}
.item1:last-child {margin: 0 0 0 1vw;}
.item1 a {font-size: 1.2vw;font-weight: 500;}
.item1 a:hover {text-decoration-line: underline;color: #05A1BF;}
.item2 {width: 13.5%;margin: 0 0 0 0.5vw;}
.item2:last-child {margin: 0 0 0 0.5vw;}
.item2 a {display: block;width: 100%;}
.item2 a:hover {transform: scale(0.95,0.95);}
.item2_img {width: 100%;}
/*----- footer -----*/
footer {width: 100%;padding: 6.5vw 0 1vw;text-align: center;background-color: #191B27;}
.footer {width: 95%;margin: 0 auto;}
/* footer_01 */
.footer_01 {width: 100%;color: #fff;}
.footer_01_t1 {font-size: 4.3vw;font-weight: 900;}
/* footer_02 */
.footer_02 {width: 100%;margin-top: 3vw;font-size: 0;}
.footer_02_a {display: inline-block;width: 13%;margin: 0 1.5vw 0 0;}
.footer_02_a:last-child {margin: 0 0 0 0;}
.footer_02_a:hover {transform: scale(0.95,0.95);}
.footer_02_img {width: 100%}
/* footer_03 */
.footer_03 {width: 100%;margin: 9vw 0 0;font-size: 0;text-align: left;}
.footer_03_a {font-size: 1.2vw;padding: 0 1vw; color: #fff;border-right: solid 1px #fff;}
.footer_03_a:last-child {border-right: solid 0 #fff;}
.footer_03_a:hover {text-decoration-line: underline;}


@media screen and (max-width:960px) {
/*----- display -----*/
.pc {display: block;}
.tab {display: block;}
.sp {display: none;}
/*----- header -----*/
/*nav*/
#nav {padding: 1.5vw 1vw 1.5vw 2vw;}
.nav_logo {width: 20%;}
.nav_logo_t1 {font-size: 2.9vw;}
#nav-content {width: 80%;}
.item1 {margin: 0 1vw;}
.item1:last-child {margin: 0 0 0 1vw;}
.item1 a {font-size: 1.6vw;}
.item2 {width: 15%;margin: 0 0 0 0.5vw;}
.item2:last-child {margin: 0 0 0 0.5vw;}
/*----- footer -----*/
footer {padding: 6.5vw 0 1vw;}
.footer {width: 95%;}
/* footer_01 */
.footer_01_t1 {font-size: 4.9vw;}
/* footer_02 */
.footer_02 {margin-top: 3vw;}
.footer_02_a {width: 16%;margin: 0 1.5vw 0 0;}
.footer_02_a:last-child {margin: 0 0 0 0;}
/* footer_03 */
.footer_03 {margin: 9vw 0 0;}
.footer_03_a {font-size: 1.8vw;padding: 0 1.5vw;}
}


@media screen and (max-width:500px) {
/*----- display -----*/
.pc {display: none;}
.tab {display: none;}
.sp {display: block;}
/*nav*/
#nav {width: 100%;position: fixed;top: 0;left: 0;z-index: 20;height: auto;padding: 2vw 5vw 2vw;overflow: hidden;transition: .4s;border-radius: 0;font-size: 0;background: #fff;box-shadow: 2px 2px 5px #cfcfcf;box-sizing: border-box;}
.nav_logo {display: inline-block;vertical-align: middle;width: 90%;box-sizing: border-box;}
.nav_logo_t1 {font-size: 4.3vw;}
#nav-content {display: inline-block;vertical-align: middle;width: 0%;text-align: right;box-sizing: border-box;}
.global-nav {position: fixed;right: -75%;top: 0vw;width: 70%;height: 100vh;padding-top: 1vw;padding-bottom: 10vw;background-color: rgba(0,0,0,0.85);transition: all .6s;z-index: 999;overflow-y: auto;text-align: left;box-sizing: border-box;}
.nav_t1 {display: inline-block;margin: 2.5vw 0 0vw 4vw;padding: 0;font-size: 6vw;box-sizing: border-box;color: #fff;letter-spacing: 0.6vw;}
.global-nav__item {display: block;width: 100%;box-sizing: border-box;}
.global-nav__item::after {vertical-align: middle;content: '';font-size: 0vw;}
.global-nav__list {width: 100%;margin: 0;padding: 0 2vw;box-sizing: border-box;display: -webkit-block;display: block;padding-top: 5vw;}
.item1 {margin: 0 1vw;}
.item1 a {display: block;width: 100%;font-size: 4vw;padding: 4vw 0;border-bottom: solid 2px;color: #fff;box-sizing: border-box;}
.item1 a:hover {color: #E03636;}
.item2 {width: 100%;margin: 4vw 0;}
.item2 a {display: inline-block;width: 70%;font-size: 0;margin: 0 3vw 0 1vw;padding: 0;border-bottom: solid 0;color: #fff;box-sizing: border-box;}
.item2_img {width: 100%;}
.hamburger {display: inline-block;vertical-align: middle;width: 10%;height: 8vw;margin: 0 0 0 auto;box-sizing: border-box;}
.hamburger__line {position: absolute;right: 5vw;width: 8vw;height: 1vw;background-color: #242424;transition: all .6s;}
.hamburger__line--1 {top: 3.5vw;}
.hamburger__line--2 {top: 5.9vw;}
.hamburger__line--3 {top: 8.3vw;}
.black-bg {position: fixed;left: -0vw;top: 0;width: 110vw;height: 100vh;z-index: 998;background-color: #fff;opacity: 0;visibility: hidden;transition: all .6s;cursor: pointer;}
.nav-open .global-nav {top: 0;right: 0;}
.nav-open .black-bg {opacity: .6;visibility: visible;}
.nav-open .hamburger__line--1 {transform: rotate(405deg);top: 7.5vw;right: 5vw;z-index: 999;background-color: #fff;}
.nav-open .hamburger__line--2 {width: 0;left:50%;}
.nav-open .hamburger__line--3 {transform: rotate(-405deg);top: 7.5vw;right: 5vw;z-index: 999;background-color: #fff;}
/*----- footer -----*/
footer {padding: 6.5vw 0 3vw;}
.footer {width: 95%;}
/* footer_01 */
.footer_01_t1 {font-size: 6.3vw;}
/* footer_02 */
.footer_02 {margin-top: 4vw;}
.footer_02_a {width: 31%;margin: 0 2% 0 0;}
/* footer_03 */
.footer_03 {margin: 9vw 0 0;text-align: center;}
.footer_03_a {font-size: 3.2vw;padding: 0 2.5vw;}
}
