@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: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#main .logo {
    position: absolute;
    width: 40%;
    top: 40%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
    animation: fadeIn 1.5s ease-in-out 0.5s forwards;	
}
#main .logo img {
    width: 100%;
}
#main .bg_img {
    width: 100%;
	height: 100vh;
    object-fit: cover;
}
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: #0f0f0f;
    position: absolute;	
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);	
	opacity: 0;
    animation: fadeIn 1.5s ease-in-out 1s forwards;	
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    bottom: 80px;

	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);	
	opacity: 0;
    animation: fadeIn 1.5s ease-in-out 1.5s forwards;	    
  }
  
  .arrows path {
    stroke: #0f0f0f;
    fill: transparent;
    stroke-width: 1px;  
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite; 
  }
  
  @keyframes arrow
  {
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
  }
  
  @-webkit-keyframes arrow /*Safari and Chrome*/
  {
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
  }
  
  .arrows path.a1 {
    animation-delay:-1s;
    -webkit-animation-delay:-1s; /* Safari 和 Chrome */
  }
  
  .arrows path.a2 {
    animation-delay:-0.5s;
    -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
  }
  
  .arrows path.a3 { 
    animation-delay:0s;
    -webkit-animation-delay:0s; /* Safari 和 Chrome */
  }

/*///*/
#contents {
	position: relative;
	padding-bottom: 7%;
    margin-top: 100vh; 
    z-index: 1;
    background-color: #fff;	
	overflow: hidden;

    background-image: radial-gradient(circle, #000000 1px, transparent 1px);
    background-position: 0 0;
    background-size: 62px 62px;	
}
.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 {
	display: flex;
    gap: 30px;
	margin-bottom: 3%;
	justify-content: space-between;	
}
.credit_box {
    display: flex;
	justify-content: space-between;
    align-items: center; 
    gap: 25px; 
    padding: 0;
    white-space: nowrap; 
}
.credit_box .txt {
    display: flex;
    align-items: center;
}
.credit_box .btn {
    display: flex;
    align-items: center;
}
.credit_box p.txt span {
    font-family: "FoundryGridnikMedium";
    font-weight: 500;
    font-style: normal;		
	font-size: 0.85vw;		
}
.credit_box p.txt b {
	font-size: 0.85vw;	
	font-weight: normal;
	padding-right: 5%;
}

.look_sub {
	position: relative;
	width: 100%;
	margin: 0 auto;
	clear: both;
	overflow: hidden; 
}
.slide-items {
	display: flex;
    align-items: center;
}
.slide-items .sub {
    height: auto;
    flex-shrink: 0;
	margin-right: 10px;	
}
.slide-items img {
    width: 100%;
	height: auto;
    object-fit: cover;
}
.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
.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: 12px;
    top: 6px;
}

.slick-next {
    right: -25px;
    z-index: 100;
    width: 65px;
}
.slick-prev {
    left: 15px;
    width: 60px;
    z-index: 100;
}
.slick-next:before,
.slick-prev:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/*////*/
.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 -7% 0;
    font-family: "FoundryGridnikMedium";
    font-weight: 500;
    font-style: normal;
    font-size: 1.1rem;
    vertical-align: middle;	
}
.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
    }
}







