@charset "UTF-8";

/*/▼帯バナー削除用CSS▼//*/
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
/*/▲帯バナー削除用CSS▲//*/

@font-face {
  font-family: "FoundryGridnikMedium";
  src: url('https://ships-50th-mv.s3.ap-northeast-1.amazonaws.com/kv/font.woff2') format('woff2');
}
.webf {
  font-family: "FoundryGridnikMedium";
  font-size: 60px;
}
#main {
    position: relative;
    width: 100%;
    z-index: 10; 
    justify-content: center;
    align-items: center;
    overflow: hidden; 
}
#main .bg_img {
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.1); 
  animation: bgFadeIn 1.5s ease-out forwards;
}
@keyframes bgFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#main .logo {
    position: absolute;
    width: 40%;
    top: 40%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
    animation: fadeIn 1.0s ease-in-out 1.0s forwards;
    z-index: 1;	
}
#main .logo img {
    width: 100%;
}
#main .bg_img {
    width: 100%;
    object-fit: cover;
}
#main h3 {
    font-family: "FoundryGridnikMedium";
    font-weight: 500;
    font-style: normal;	
    line-height: 3.5rem;
    font-size: 1.7vw;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    position: absolute;	
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);	
	opacity: 0;
    animation: fadeIn 1.3s ease-in-out 1.3s forwards;
    z-index: 1;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/*///*/
#contents {
	position: relative;
	padding-bottom: 7%;
    z-index: 1;
	overflow: hidden;
}
#contents::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: radial-gradient(circle, #000000 1px, transparent 1px);
    background-size: 61px 61px;
    pointer-events: none;
}
#contents {
    -webkit-mask-image: linear-gradient(#000 0 0); /* Safari用 */
    mask-image: linear-gradient(#000 0 0);
}

.about {
	position: relative;
	width: 45%;
	margin: 6% auto;
}
.about h4 {
    font-family: "FoundryGridnikMedium";
    font-weight: 500;
    font-style: normal;	
    line-height: 3rem;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-align: center;
    color: #0f0f0f;
	margin-bottom: 3%;
	padding-top: 13%;
}
.about p {
    /* font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 700; */
    font-family: "Midashi Go MB1", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.1rem;
    font-size: 0.85rem;
    letter-spacing: 0;	
    text-align: center;	
}
.about p span {
    font-family: "FoundryGridnikMedium";
    font-weight: 600;
    font-style: normal;
    font-size: 0.9rem;
}
.contents_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto 15% auto;
}
.look_main {
	width: 100%;
    margin: 10% auto 6% auto;	
}
.look_main .main_img {
    width: 100%;
    margin: 0 auto;	
}
.look_main .main_img img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.look_main .main_img p {
    font-family: "FoundryGridnikMedium";
    font-weight: 500;
    font-style: normal;		
    font-size: 1.5rem;
	letter-spacing: 1px;
	position: absolute;
    color: #fff;
    top: 1%;
    left: 1.5%;
	display: none;
}
.look_main .item_Text {
	width: 28%;
    margin: 1% 0 0 10%;
}
p.item_ttl {
    font-family: "FoundryGridnikMedium";
    font-weight: 500;
    font-style: normal;	
    line-height: 2.1rem;
    font-size: 1.1vw;
    letter-spacing: 0.5px;	
    text-align: left;		
	margin-bottom: 1%;	
}

.main_creditArea,
.main_creditArea_2 {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 40%;
  margin: 0 auto; 
}

.main_creditArea ul,
.main_creditArea_2 ul {
  margin-top: auto;
}

.main_creditArea ul li {
  display: grid;
  grid-template-columns: 100px 190px 87px 28px; 
  align-items: center;
  column-gap: 1em;
}

.main_creditArea_2 ul li {
  display: grid;
  grid-template-columns: 117px 230px 87px 28px; 
  align-items: center;
  column-gap: 1em;
}

.main_creditArea ul li span,
.main_creditArea ul li a,
.main_creditArea_2 ul li span,
.main_creditArea_2 ul li a {
  font-family: "FoundryGridnikMedium";
  font-weight: 500;
  font-style: normal;
  font-size: 0.9em;
  color: #161616;
  text-align: left;
  text-decoration: none;
  line-height: 2;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.main_creditArea ul li a,
.main_creditArea_2 ul li a {
  position: relative;
  color: #161616;
  text-decoration: none; 
}

.main_creditArea ul li a::after,
.main_creditArea_2 ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px; 
  width: 100%;  
  border-bottom: 1px solid #161616;
  transform: scaleX(1);          
  transform-origin: left center; 
  transition: transform 0.3s ease;
}

.main_creditArea ul li a:hover::after,
.main_creditArea_2 ul li a:hover::after {
  transform: scaleX(0);          
  transform-origin: right center;
  transition: transform 0.15s ease; 
}

.main_creditArea ul li a:hover::after,
.main_creditArea_2 ul li a:hover::after {
  animation: underline-slide 0.3s forwards;
}

@keyframes underline-slide {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}



.look_sub {
	position: relative;
	width: 100%;
	margin: 0 auto;
	clear: both;
	overflow: hidden; 
}

/* slide */
.slider {
    width: 100%;
    margin: 0 auto;
}
.slider img {
    width: 100%;
    height: auto;
}
.slick-dots {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 2px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}
.slick-dots li button:before {
    font-size: 10px;
    top: 6px;
}
.ld_img {
    width: 40%;
    margin: 5% auto 0 auto;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;    
}
.ld_img.visible {
    opacity: 1;
    transform: translateY(0);
}
.ld_img img {
	width: 100%;
	height: auto;	
}


/*////*/
.button_bl {
    display: inline-block;
    width: 75px;
    height: 26px;
    line-height: 2;
    border: 1.2px solid #b7ce4a;
    background: #b7ce4a;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    color: #0f0f0f;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-decoration: none;
	border-radius: 5px;
    font-family: "FoundryGridnikMedium";
    font-weight: 500;
    font-style: normal;		
}
.button_bl:hover {
    background: #fff;
    border: 1.2px solid #b7ce4a;
    color: #0f0f0f !important;
    transition: .3s;
}
.button_bl_none {
	pointer-events: none;
    display: inline-block;
    width: 75px;
    height: 26px;
    line-height: 2;
    border: 1.2px solid #bebebe;
    background: #fff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    color: #bebebe;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-decoration: none;
	border-radius: 5px;
    font-family: "FoundryGridnikMedium";
    font-weight: 500;
    font-style: normal;		
}

/*////*/
.all {
    position: relative;
    width: 100%;
    margin: 10% auto 0 auto;	
}
.button_all {
    width: 600px;
    height: 48px;
    border: solid 1.2px #b7ce4a;
    background: #b7ce4a;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    color: #0f0f0f;
    line-height: 48px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 0 auto;
	border-radius: 5px;	
    font-family: "FoundryGridnikMedium";
    font-weight: 500;
    font-style: normal;		
}
.button_all:hover {
    background: #fff;
    border: solid 1.2px #b7ce4a;
    color: #0f0f0f !important;
    transition: .3s;
}

.insta_cap {
	text-align: center;
    margin: 0 0 -5% 0;
    vertical-align: middle;	
}
.insta_cap a {
    font-size: 13px;
    font-family: "FoundryGridnikMedium";
    font-weight: 500;
    font-style: normal;   
    text-decoration: none;
}
.insta_cap a:hover {
    color: #b7ce4a;
    transition: .3s;
}
.insta_cap img {
    width: 1.5%;
    margin-right: 1%;
}
	
/*////*/
.lp_footer {
    position: relative;
    width: 100%;
    margin: 0 auto -5% auto;	
}
.lp_footer img {
    width: 6%;
    margin: 8% auto 0 auto;	
	display: block;
}
.lp_footer p {
    font-family: "FoundryGridnikMedium";
    font-style: normal;	
    color: #0f0f0f;
	text-align: center;
	font-size: 10px;
	margin: 1.5% 0 0 0;
	padding: 0;
}

.ships_footer_brand {
    margin-top: 100px;
    margin-right: -8px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 138px)
}

.ships_footer_brand a:hover {
    opacity: 1
}

.ships_footer_brand svg {
    width: 100%;
    margin-left: 1px
}

@media only screen and (max-width: 1023px) {
    .ships_footer_brand {
        margin-top:45px;
        margin-right: -2px;
        display: grid;
        grid-template-columns: repeat(3, 118px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@-webkit-keyframes fadeTab {
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeTab {
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}







