@charset "utf-8";
img, object, embed, video {
width: 100%;
margin: auto;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes img-opacity {
100% {
opacity: 1;
}
}
@keyframes img-animation {
100% {
transform: translateX(100%);
}
}
@keyframes slideTextX100 {
from {
transform: translateX(-100%); /*要素を左の枠外に移動*/
opacity: 0;
}
to {
transform: translateX(0); /*要素を元の位置に移動*/
opacity: 1;
}
}
.slideAnimeRightLeft {
animation-name: slideTextX-100;
animation-duration: 0.8s;
animation-fill-mode: forwards;
opacity: 0;
}
@keyframes slideTextX-100 {
from {
transform: translateX(100%); /*要素を右の枠外に移動*/
opacity: 0;
}
to {
transform: translateX(0); /*要素を元の位置に移動*/
opacity: 1;
}
}
@keyframes slideTextX100 {
from {
transform: translateX(-100%); /*要素を左の枠外に移動*/
opacity: 0;
}
to {
transform: translateX(0); /*要素を元の位置に移動*/
opacity: 1;
}
}
@keyframes img-wrap {
100% {
transform: translateX(100%);
}
}
.slideAnimeRightLeft {
animation-name: slideTextX-100;
animation-duration: 0.8s;
animation-fill-mode: forwards;
opacity: 0;
}
.en_min {
font-family: 'Cinzel', serif;
}
.en {
font-family: "Bebas Neue", sans-serif;
font-style: normal;
}
.jp_min {
font-family: 'Noto Serif JP', serif;
}
/*PC*/
@media print, screen and (min-width: 768px) {
body {
min-width: 1200px;
}
/*--スクロールトップ---------*/
#totop {
bottom: 50px;
display: block;
position: fixed;
right: 20px;
z-index: 50;
}
#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url("../images/com/btn_scroll_top.png") 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}
/* hed*/
/*----------------------------*/
#hed {
min-width: 1400px;
}
#hed .hed_bg {
background: url("../images/index/about_img01.jpg") center no-repeat;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
}
#hed .hed_bg::after {
content: "";
background: rgba(0, 0, 0, .7);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}
#hed .hed_bg .page_tit {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
color: #fff;
z-index: 3;
}
#hed .hed_bg .page_tit {
font-size: 2.2rem;
text-align: center;
}
#hed .hed_bg .page_tit span {
display: block;
font-size: 1.3rem;
font-family: "Bebas Neue", sans-serif;
font-style: normal;
}
#hed .bc {
color: #fff;
display: block;
float: left;
font-size: 12px;
height: auto;
letter-spacing: 0.05em;
line-height: 20px;
margin-bottom: 10px;
margin-top: 10px;
box-sizing: border-box;
text-align: left;
position: absolute;
top: 23%;
left: 3%;
z-index: 3;
font-family: "Bebas Neue", sans-serif;
font-style: normal;
}
.bc.wht {
color: #FFF;
}
.bc.wht a {
color: #FFF;
}
#hed a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
outline: none;
}
/*com*/
/*----------------------------*/
.pcBr {
display: inline-block;
}
.spBr {
display: none;
}
.pc {
display: block;
}
.sp {
display: none !important;
}
.w1000 {
width: 1000px;
margin: 0 auto;
}
/* btn*/
a.btn_04 {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
width: 120px;
margin: auto;
padding: 1rem 4rem;
font-weight: bold;
border: 2px solid #27acd9;
background: #27acd9;
color: #fff;
border-radius: 100vh;
transition: 0.5s;
}
a.btn_04:hover {
color: #27acd9;
background: #fff;
}
.hed_wrap {
position: relative;
width: 100%;
padding: 200px 8rem 160px;
box-sizing: border-box;
border-bottom: 1px solid #D9D9D9;
}
.hed_wrap h1 {
font-size: 6rem;
font-weight: 400;
font-family: 'Inter', sans-serif;
line-height: 1;
letter-spacing: -.08em;
white-space: nowrap;
}
.hed_wrap h2 {
font-size: 1rem;
color: #5E6165;
font-weight: 100;
letter-spacing: 0.1em;
position: relative;
padding-left: 50px;
margin-top: 10px;
letter-spacing: 0;
}
.hed_wrap h2::before {
content: "";
position: absolute;
top: 15px;
left: 0;
width: 40px;
height: 1px;
background: #0b2e74;
}
/* header
--------------------------------------------*/
header {
position: relative;
width: 100%;
z-index: 10;
}
#header {
width: 100%;
position: fixed;
padding: 0 0 0 30px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
transition: 0.5s;
z-index: 2;
align-items: center;
min-width: 1400px;
}
#header .logo_wrap_W {
display: block;
width: 210px;
transition: 0.5s;
}
#header .logo_wrap_B {
display: none;
}
#header.logo_wrap a {
display: block;
}
#header .hed_navi {
display: flex;
justify-content: flex-end;
margin: 0 0 0 auto;
color: #fff;
}
#header .menu_btn {
transition: 0.5s;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#header .menu_btn li {
display: flex;
align-items: center;
background: #01a6da;
justify-content: center;
height: 100%;
width: 130px;
}
#header .menu_btn li a {
display: block;
color: rgba(255, 255, 255, .7);
font-size: .75rem;
text-align: center;
}
#header .menu_btn li a span {
font-size: .6rem;
font-weight: 300;
display: block;
}
#header .menu_wrap {
position: relative;
transition: 0.5s;
padding: 15px 25px;
box-sizing: border-box;
}
.menu_list {
display: flex;
justify-content: end;
margin: 10px 0 0 0;
}
.menu_list li {
font-size: 1rem;
margin: 0 0 0 35px;
text-align: center;
}
.menu_list li span {
display: block;
font-size: .8rem;
}
.menu_list li:first-child {
margin-left: 0;
}
.menu_list li a {
color: rgba(255, 255, 255, .8);
transition: 0.5s;
position: relative;
}
.menu_list li a::before {
content: "";
position: absolute;
bottom: 0px;
left: 0;
width: 0%;
height: 1px;
background: #FFF;
transition: all 0.6s ease;
}
.menu_list li a:hover {
color: #FFF;
text-shadow: none;
}
.menu_list li a:hover::before {
width: 100%;
}
.burger-btn {
display: none;
}
.siteNav {
box-sizing: border-box;
display: flex;
justify-content: flex-end;
align-items: stretch;
flex-direction: row;
}
.siteNav .siteNav_dl {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}
.siteNav .siteNav_dl .siteNav_dt {
display: flex;
justify-content: center;
align-items: center;
padding: 0 16px 0;
height: 70px;
background: #0b2e74;
color: #FFF;
font-size: 0.8rem;
font-weight: 300;
line-height: 1.5;
}
.siteNav .siteNav_ul {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}
.siteNav .siteNav_ul .siteNav_content .siteNav_a {
display: flex;
justify-content: center;
align-items: center;
position: relative;
font-size: 0.7rem;
font-weight: 300;
line-height: 1.4;
margin-left: 15px;
color: rgba(255, 255, 255, .8);
font-family: 'Lato', sans-serif;
}
.siteNav .siteNav_ul .siteNav_content .siteNav_a .siteNav_aLine {
background: linear-gradient(#FFF, #FFF) 100% 100% / 0 1px no-repeat;
transition: background-size .4s cubic-bezier(.23, 1, .32, 1) 0s;
}
body:not(.-is-touchDevice) .siteNav .siteNav_ul .siteNav_content .siteNav_a:hover .siteNav_aLine {
background-position: 0 100%;
background-size: 100% 1px;
}
#header.scroll-nav {
padding: 0 0 10px 60px;
transition: 0.5s;
min-width: 1400px;
}
/* 「scroll-navクラス」がヘッダーについたとき */
#header.scroll-nav .logo_wrap_B {
width: 180px;
transition: 1s;
display: block;
}
#header.scroll-nav .logo_wrap_W {
display: none;
}
#header.scroll-nav .logo_wrap a {
width: auto;
transition: 0.5s;
}
#header.scroll-nav {}
#header.scroll-nav .menu_wrap {
position: relative;
transition: 0.5s;
padding: 10px 15px;
box-sizing: border-box;
}
#header.scroll-nav .hed_navi {
display: flex;
justify-content: flex-end;
margin: 0 0 0 auto;
color: #fff;
background-color: #121212;
}
#header.scroll-nav .siteNav {
display: flex;
justify-content: flex-end;
align-items: stretch;
flex-direction: row;
}
#header.scroll-nav .siteNav .siteNav_dl {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}
#header.scroll-nav .siteNav .siteNav_dl .siteNav_dt {
display: flex;
justify-content: center;
align-items: center;
padding: 0 10px;
font-size: 0.7rem;
font-weight: 600;
line-height: 1.5;
}
#header.scroll-nav .siteNav .siteNav_ul {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}
#header.scroll-nav .siteNav .siteNav_ul .siteNav_content .siteNav_a {
display: flex;
justify-content: center;
align-items: center;
position: relative;
font-size: 0.7rem;
font-weight: 600;
line-height: 1;
margin-left: 15px;
}
#header.scroll-nav .siteNav .siteNav_ul .siteNav_content .siteNav_a .siteNav_aLine {
background: linear-gradient(#FFF, #FFF) 100% 100% / 0 1px no-repeat;
transition: background-size .4s cubic-bezier(.23, 1, .32, 1) 0s;
}
#header.scroll-nav .menu_list {
display: flex;
justify-content: end;
margin: 10px 0 0 0;
}
#header.scroll-nav .menu_list li {
font-size: .8rem;
font-weight: 500;
margin: 0 0 0 30px;
}
#header.scroll-nav .menu_list li:first-child {
margin-left: 0;
}
#header.scroll-nav .menu_list li a {
color: rgba(255, 255, 255, .8);
transition: 0.5s;
position: relative;
}
#header.scroll-nav .menu_list li a::before {
content: "";
position: absolute;
bottom: 0px;
left: 0;
width: 0%;
height: 1px;
background: #FFF;
transition: all 0.6s ease;
}
#header.scroll-nav .menu_list li a:hover {
color: #FFF;
text-shadow: none;
}
#header.scroll-nav .menu_list li a:hover::before {
width: 100%;
}
#header.scroll-nav .menu_wrap {
position: relative;
transition: 0.5s;
}
#header.scroll-nav .menu_btn {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
transition: 0.5s;
}
#header.scroll-nav .menu_btn li {
display: flex;
align-items: center;
background: #01a6da;
justify-content: center;
}
#header.scroll-nav .menu_btn li a {
display: block;
color: rgba(255, 255, 255, .7);
font-size: .75rem;
text-align: center;
}
#header.scroll-nav .menu_btn li a span {
font-size: .6rem;
font-weight: 300;
display: block;
}
.menuWrap, .gnav {
display: none;
}
/* footer
--------------------------------------------*/
footer {
position: relative;
}
#footer {
width: 100%;
padding: 60px 30px 40px;
box-sizing: border-box;
background: #121212;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row-reverse;
min-width: 1400px;
}
#footer .f_logo_wrap {
width: 22%;
position: relative;
}
#footer .f_logo {
width: 260px;
margin: 0 0 10px;
}
#footer .address {
font-size: 0.7rem;
line-height: 1.8;
margin: 0 auto;
color: rgba(255, 255, 255, .8);
}
#footer .fot_list_wrap {
width: 70%;
position: relative;
}
#footer .fot_list_wrap .fot_list_inner {
padding: 15px 0 0;
box-sizing: border-box;
margin: 0 0 30px;
position: relative;
}
#footer .fot_list_wrap .fot_list_inner::before {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 1px;
background: rgba(255, 255, 255, .3);
}
#footer .fot_list_wrap h3 {
font-size: 0.7rem;
font-weight: 300;
letter-spacing: 0.08em;
margin: 0 0 10px;
color: rgba(255, 255, 255, .8)
}
#footer .fot_list_wrap h4 {
font-size: 0.8rem;
font-weight: 500;
margin: 0 0 10px;
}
#footer .fot_list_wrap h4 a {
color: rgba(255, 255, 255, .8);
}
#footer .fot_list_wrap .fot_list {
display: flex;
flex-wrap: wrap;
margin: 0 0 20px;
}
#footer .fot_list_wrap .fot_list li {
width: 25%;
padding: 5px 0;
box-sizing: border-box;
font-size: 0.7rem;
}
#footer .fot_list_wrap .fot_list li a {
display: block;
color: rgba(255, 255, 255, .8);
}
#footer .fot_list_wrap .fot_list2 {
display: flex;
flex-wrap: wrap;
margin: 0 0 20px;
}
#footer .fot_list_wrap .fot_list2 li {
width: 25%;
padding: 5px 0;
box-sizing: border-box;
font-size: 0.8rem;
}
#footer .fot_list_wrap .fot_list2 li a {
display: block;
color: rgba(255, 255, 255, .8);
}
footer .copy {
background:rgba(0,0,0,.9);
color: rgba(255, 255, 255, .8);
font-size: 0.7rem;
font-weight: 300;
text-align: right;
padding: 10px;
box-sizing: border-box;
min-width: 1400px;
}
/*com_tit
--------------------------------------------*/
.com_tit {
font-size: 3.5rem;
line-height: 1;
position: relative;
z-index: 2;
padding-top: 15px;
padding-bottom: 40px;
}
.sb_tit {
font-size: 2rem;
line-height: 1;
position: relative;
z-index: 2;
display: block;
}
.sub_tit::before {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 40px;
height: 1px;
background: #0b2e74;
}
/*========= 流れる画像 ===============*/
.img-wrap {
opacity: 0;
}
.img-animation {
animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
overflow: hidden;
position: relative;
}
.img-animation::before {
animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
background: #000;
content: '';
inset: 0;
pointer-events: none;
position: absolute;
z-index: 1;
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
overflow: hidden;
display: inline-block;
}
.slide-in_inner {
display: inline-block;
}
/*左右のアニメーション*/
.rightAnime {
opacity: 0; /*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
animation-name: slideTextX100;
animation-duration: 0.8s;
animation-fill-mode: forwards;
opacity: 0;
}
/*左右のアニメーション*/
.leftAnime {
opacity: 0; /*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
animation-name: slideTextX100;
animation-duration: 0.8s;
animation-fill-mode: forwards;
opacity: 0;
}
}
/*----------------------------------------------------------------------*/
/*sp*/
@media only screen and (max-width: 767px) {
/*--スクロールトップ---------*/
#totop {
bottom: 20px;
display: block;
position: fixed;
right: 15px;
z-index: 50;
width: 45px;
}
#totop a {
display: block;
width: 50px;
height: 50px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}
/* btn*/
a.btn_04 {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
width: 120px;
margin: auto;
padding: 1rem 4rem;
font-weight: bold;
border: 2px solid #27acd9;
background: #27acd9;
color: #fff;
border-radius: 100vh;
transition: 0.5s;
}
a.btn_04:hover {
color: #27acd9;
background: #fff;
}
/* hed*/
/*----------------------------*/
#hed .hed_bg {
background: url("../images/index/about_img01.jpg") center no-repeat;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
}
#hed .hed_bg::after {
content: "";
background: rgba(0, 0, 0, .7);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}
#hed .hed_bg .page_tit {
position: absolute;
top: 48%;
left: 3%;
color: #fff;
z-index: 3;
}
#hed .hed_bg .page_tit {
font-size: 1.4rem;
}
#hed .hed_bg .page_tit span {
display: block;
font-size: 1.3rem;
font-family: "Bebas Neue", sans-serif;
font-style: normal;
}
#hed .bc {
color: #fff;
display: block;
float: left;
font-size: 12px;
height: auto;
letter-spacing: 0.05em;
line-height: 20px;
margin-bottom: 10px;
margin-top: 10px;
box-sizing: border-box;
text-align: left;
position: absolute;
top: 23%;
left: 3%;
z-index: 3;
font-family: "Bebas Neue", sans-serif;
font-style: normal;
}
.bc.wht {
color: #FFF;
}
.bc.wht a {
color: #FFF;
}
#hed a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
outline: none;
}
/* com
--------------------------------------------*/
.pcBr {
display: none;
}
.spBr {
display: inline-block;
}
.pc {
display: none !important;
}
.sp {
display: block;
}
.w1000 {
width: 90%;
margin: 0 auto;
}
/* solid009 */
.button_solid009 {
margin: 30px auto 0;
}
.button_solid009 a {
background: #FFF;
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
max-width: 200px;
padding: 10px 25px;
color: #313131;
transition: 0.3s ease-in-out;
font-weight: 600;
box-shadow: 5px 5px 0 #121212;
border: 1px solid #121212;
}
.button_solid009 a:hover {
background-color: #121212;
color: #FFF;
box-shadow: 0 0 0;
}
.hed_wrap {
position: relative;
width: 100%;
padding: 110px 5% 70px;
box-sizing: border-box;
border-bottom: 1px solid #D9D9D9;
}
.hed_wrap h1 {
font-size: 2.8rem;
font-weight: 400;
font-family: 'Inter', sans-serif;
line-height: 1;
letter-spacing: -.05em;
}
.hed_wrap h2 {
display: block;
font-size: .7rem;
color: #5E6165;
font-weight: 100;
letter-spacing: 0.1em;
position: relative;
padding-left: 30px;
}
.hed_wrap h2::before {
content: "";
position: absolute;
top: 9px;
left: 0;
width: 20px;
height: 1px;
background: #0b2e74;
}
/* header
--------------------------------------------*/
header {
position: relative;
}
#header {
width: 100%;
z-index: 60;
position: fixed;
padding: 10px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
background: #fff;
}
.logo_wrap {
display: block;
width: 120px;
transition: 0.5s;
margin-left: 15px;
}
.logo_wrap a {
display: block;
}
#header .logo_wrap_B {
width: 170px;
margin-left: 10px;
}
/* デフォルトのbuttonスタイルをリセット */
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: 0;
border-radius: 0;
color: inherit;
cursor: pointer;
font: inherit;
margin: 0;
outline: none;
padding: 0;
vertical-align: middle;
}
/* 以下、ハンバーガーボタン */
.burger-btn {
display: block;
width: 50px;
height: 39px;
position: relative;
z-index: 3;
border: none;
}
.bar {
width: 20px;
height: 1px;
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: #000;
}
.bar_top {
top: 10px;
}
.bar_mid {
top: 50%;
transform: translate(-50%, -50%);
}
.bar_bottom {
bottom: 10px;
}
.burger-btn.close .bar_top {
transform: translate(-50%, 10px) rotate(45deg);
transition: transform .3s;
}
.burger-btn.close .bar_mid {
opacity: 0;
transition: opacity .3s;
}
.burger-btn.close .bar_bottom {
transform: translate(-50%, -8px) rotate(-45deg);
transition: transform .3s;
}
.menu_list {
display: none;
}
.noscroll {
overflow: hidden;
}
#header.scroll-nav {
padding: 10px 0 10px 0;
background: #FFF;
transition: 0.5s;
}
#header.scroll-nav .logo_wrap a {}
.siteNav {
display: none;
}
/*menu*/
.menuWrap {
width: 40px;
height: 40px;
position: fixed;
right: 5px;
top: 5px;
z-index: 20000;
cursor: pointer;
}
.menu {
display: block;
position: absolute;
width: 30px;
height: 18px;
top: 10px;
right: 5px;
}
.menu__line {
background: #4d4d4d;
display: block;
height: 2px;
position: absolute;
transition: transform .3s;
width: 30px;
}
.menu__line--center {
top: 8px;
}
.menu__line--bottom {
bottom: 0;
}
.menu__line--top.active {
top: 7px;
transform: rotate(45deg);
width: 100%;
}
.menu__line--center.active {
transform: scaleX(0);
}
.menu__line--bottom.active {
bottom: 9px;
transform: rotate(135deg);
}
.menuWrap p {
width: 100px;
display: block;
position: fixed;
font-size: 10px;
font-weight: bold;
line-height: 1em;
margin-top: 28px;
margin-left: -100px;
}
/*gnav*/
.gnav {
background: #fff;
display: none;
height: 100%;
position: fixed;
width: 100%;
top: 0;
z-index: 1000;
}
.gnav__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
height: 100%;
position: absolute;
width: 100%;
background-size: cover;
}
.gnav_bg_img {
display: none;
}
.gnav_contents {
width: 100%;
background: #000;
background-size: 180px 224px, cover;
height: 100%;
display: flex;
align-items: center;
background-position: bottom right, center center;
background-repeat: no-repeat, repeat;
}
.gnav_contents_box {
width: 90%;
align-items: center;
overflow-y: auto;
height: 60vh;
margin: auto;
}
.gnav__menu {
height: 100%;
padding: 0 2%;
margin-top: 30px;
}
.gnav .logo {
width: 240px;
}
.gnav__menu__item {
padding: 10px 0;
box-sizing: border-box;
}
.gnav__menu__item a {
color: #fff;
font-size: 0.8rem;
line-height: 1;
letter-spacing: 0.03em;
font-weight: 500;
text-decoration: none;
transition: .5s;
}
.gnav__menu__item a span {
font-size: 1.8em;
display: block;
font-family: 'Roboto', sans-serif;
color: #fb80b0;
}
.gnav__menu__item a:hover {
color: #666;
}
.gnav__menu__item ul {
margin-left: 10px;
}
.gnav__menu__item ul li {
margin: 10px 0;
}
.gnav__menu__item ul li a {
font-size: 0.8rem;
}
.gnav_logo {
width: 220px;
margin: 0 0 30px;
}
.gnav_logo img {
width: 100%;
height: auto;
}
.gnav_menu_sub {
box-sizing: border-box;
margin: 0 auto;
margin: 20px 0 0 5px;
}
.gnav_menu_sub li:nth-child(n+2) {
margin-top: 10px;
}
.gnav_menu_sub li a {
color: #666;
display: block;
font-size: 12px;
}
.g_menu_wrap {
display: none;
}
#header .menu_btn {
display: none;
}
#header .logo_wrap_W {
display: none;
}
#header.scroll-nav .logo_wrap a {
width: auto;
transition: 0.5s;
}
/* footer
--------------------------------------------*/
footer {
position: relative;
}
#footer {
width: 100%;
padding: 40px 0 0;
box-sizing: border-box;
background: #121212;
}
#footer .f_logo_wrap {
width: 90%;
position: relative;
margin: 0 auto;
}
#footer .f_logo {
width: 220px;
margin: 0 auto 10px;
}
#footer .address {
font-size: 0.7rem;
line-height: 1.8;
margin: 0 auto;
color: rgba(255, 255, 255, 0.8);
text-align: center;
}
#footer .fot_list_wrap .fot_list_inner {
display: none;
}
footer .copy {
background:rgba(0,0,0,.9);
font-size: 0.6rem;
font-weight: 300;
color: rgba(255, 255, 255, .8);
text-align: center;
padding: 10px 10px 80px;
box-sizing: border-box;
}
.com_title {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.com_title .en {
font-size: 1.4rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.01em;
order: -1;
display: flex;
flex-wrap: wrap;
align-items: center
}
.com_title .en::after {
width: 20px;
height: 1px;
content: '';
display: block;
margin: 0 14px 1px;
background-color: rgba(0, 0, 0, 0.2)
}
.com_title .jp {
font-size: .7rem;
letter-spacing: 0.05em;
margin-top: 3px;
opacity: 0.6;
}
.sub_tit {
font-size: 1rem;
margin: 0 0 30px;
position: relative;
}
.sub_tit::before {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 40px;
height: 1px;
background: #0b2e74;
}
/*com_tit
--------------------------------------------*/
.com_tit {
font-size: 2.3rem;
line-height: 1;
position: relative;
z-index: 2;
padding-top: 10px;
padding-bottom: 40px;
}
.sb_tit {
font-size: 1.8rem;
line-height: 1;
position: relative;
z-index: 2;
display: block;
}
.sub_tit::before {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 40px;
height: 1px;
background: #0b2e74;
}
/*========= 流れる画像 ===============*/
.img-wrap {
opacity: 0;
}
.img-animation {
animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
overflow: hidden;
position: relative;
}
.img-animation::before {
animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
background: #000;
content: '';
inset: 0;
pointer-events: none;
position: absolute;
z-index: 1;
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
overflow: hidden;
display: inline-block;
}
.slide-in_inner {
display: inline-block;
}
/*左右のアニメーション*/
.rightAnime {
opacity: 0; /*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
animation-name: slideTextX100;
animation-duration: 0.8s;
animation-fill-mode: forwards;
opacity: 0;
}
/*左右のアニメーション*/
.leftAnime {
opacity: 0; /*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
animation-name: slideTextX100;
animation-duration: 0.8s;
animation-fill-mode: forwards;
opacity: 0;
}

/*--------スマホメニュー-------*/
.sp_list {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: fixed;
bottom: 0;
height: 60px;
background:rgba(255,255,255,1);
z-index: 10;
border-top:1px solid rgba(255,255,255,.3);
}
.sp_list li {
background:#000;
background-size: 100% auto;
width:49.9%;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
.sp_list li a {
display: block;
color: #fff;
text-align: center;
font-size:.7rem;
}
.sp_list li a span.tit {
display: block;
line-height:1;
}
.sp_list li a i {
font-size: 16px;
margin: 0 0 10px;
}
.sp_list .end {
display: none;
}


}