@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');


#ships_header {
    display: none;
}
#page_all {
    padding-top: 0;
}
body {
	overflow: visible !important;
}
div.wrapper_ {
    overflow: visible !important;
}
#footer {
    display: none;
}

/*------------------------------
 共通・既存調整修正
------------------------------*/
#hnav_item + div {
  position: relative;
  z-index: 2;
}

.main-wrapper {
  color: #000000;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  overflow: visible;
  padding: 3% 0 0 0;	
}

.main-inner {
  position: relative;	
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}

#shipsany .shipsany__menu--footer .shipsany__menu--footer--left > ul > li a,
#shipsany .shipsany__menu--footer .shipsany__menu--footer--right .shipsany__top--link a {
  text-decoration: none;
}

.h_bar {
	display: none;
}
#shipsany .fixed__btn {
	display: none;
}

/*------------------------------
	main-visual
------------------------------*/

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.main_img {
  height: 100vh;
  overflow: hidden;
  position: relative;	
}
.box {
  height: 100%;
  position: relative;	
}
.box img {
	object-fit: contain;
	width: 100%;
	position: fixed;
    top: 0;
    z-index: -1;		
	animation: zoomOut 2s ease-out;	
}
#parallax-img {
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: transform 0.2s ease-out;
}


.main_text {
	width: 50%;
    margin: 0 auto;
    z-index: 1;
    color: #fff;
    top: 55%;
    left: 25%;	
	position: fixed;	
}
h2 {
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
	font-size: 9vw;
    text-align: center;	
	color: #fff;
}
h3 {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5vw;
    text-align: center;
	color: #fff;
	letter-spacing: 1px;
}
h4 {
    font-family: "Tangerine", cursive;
    font-weight: 200;
    font-style: normal;
	font-size: 2.5em;
    display: inline;	
	writing-mode: vertical-rl;
	letter-spacing: 1px;
    text-align: center;
    line-height: 7;	
}


.section {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10%;
	position: relative;
	overflow: visible;
	padding: 50px 0;
	min-height: 100vh;
}
.number {
	position: sticky;
    top: 85%;
    transform: translate(-50%);
    opacity: 0;
    transition: opacity 1s;
    z-index: 10;
    width: 10%;
    float: right;	
}
.fade-in {
	opacity: 1 !important;
}
.fade-out {
	opacity: 0 !important;
}
.black-text {
	color: #362416;
}
.white-text {
 	color: white;
}


.sticky-container {
  position: relative;	
}
.sticky_wrap {
  position: relative;
  overflow: visible;
}
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 3;
  left: 85%;
  display: inline;
  opacity: 0; 
  transition: opacity 1s; 	
}

.sticky_2 {
  position: fixed;
  top: 52%;
  left: 30%;
  transform: translate(-30%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 3;
  margin-left: 2%;
  width: 100%;	
  pointer-events: none;	
}
.fade-in {
	opacity: 1 !important;
}
.fade-out {
	opacity: 0 !important;
}


.img {
  overflow: hidden;
  position: relative;
}
.img img {
  display: block;
  width: 100%;
  transition: transform 0.2s ease-out; 
  will-change: transform;	
}
.js-rellax_2 {
  width: 100%; 
  position: relative; 
  /*top: 0;
  left: 0;*/
  transform: translateY(0); 
  will-change: transform;
}


.content .ttl {
	display: inline-block;
	margin-bottom: 40%;
}
.content .ttl img {
	width: 15%;
}
.main_creditArea table {
	width: 100%;
}
.main_creditArea table tr {
	padding-bottom: 5%;
}
.main_creditArea table td.txt {
	width: 55%;
    padding: 10px 0;	
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 1.1em;
	letter-spacing: 0.5px;
	color: #362416;
}
.main_creditArea table td.txt span {
	font-family: "shippori-mincho", sans-serif;
    font-size: 0.8em;	
}
.main_creditArea table td.btn {
	width: 30%;
	display: inline-block;
    padding: 10px 0;	
}
.main_creditArea table td.btn a {
	font-family: "shippori-mincho", sans-serif !important;
	font-weight: 400;
	font-style: normal;
    font-size: 1.1em;	
	letter-spacing: 0.5px;	
	color: #362416;	
    pointer-events: auto;	
}



/* content
------------------------------*/
.content {
    /*margin: -35% auto 0 auto;*/
    margin: 0 auto;	
	overflow: hidden;	
    position: relative;	
}
.content__inner > div {
  padding: 50px 0;
}

.content__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;	
}

.content__box {
	position: relative;
	max-width: 1250px;	
	margin: 0 auto;
    width: 100%;
	clear: both;
	overflow: visible;
	display: flex;
    flex-flow: row wrap;	
}
.content__box_2 {
	position: relative;
	max-width: 1250px;	
	margin: 0 auto;
    width: 100%;
	display: flex;
    flex-flow: row wrap;	
	clear: both;
	overflow: visible;	
}

p.any_ttl {
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
	font-size: 2vw;
    display: inline;	
	mix-blend-mode: difference;	
	letter-spacing: 0.5px;
}
p.any_ttl_2 {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 0.8vw;
	mix-blend-mode: difference;	
	padding-top: 40%;
}


#item_1 {
	background: #EFEAE2;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10%;		
	position: relative;
	overflow: visible;
	padding: 50px 0;	
	min-height: 100vh;
}
#item_1 p.any_ttl,
#item_1 p.any_ttl_2,
#item_1 h4 {
	color: #362416;
}
#item_1 .content_1 {
	width: 39%;
    vertical-align: top;
    margin: 3% 0 0 15%;
	position: relative;	
}
#item_1 .content_1 img {
	width: 100%;
	height: auto;
}
#item_1 .content_2 {
	/*width: 10%; */
    /* vertical-align: top; */
    margin: 3% 0 0 5%;
    display: flex;
    flex-flow: row wrap;
    /* align-items: flex-end; */
    flex: 1 1 auto;
    flex-direction: column;
}
#item_1 .main_creditArea {
	width: 60%;
	margin-top: 20%;
}
#item_1 ul {
	width: 77%;
    margin: 10% auto 10% auto;
    position: relative;
    padding: 0 0 0 0;
    display: flex;
    flex-flow: row wrap;
}
#item_1 ul li {
	width: 31%;
	display: inline-block;
	margin: 0 1%;
}
#item_1 ul li img {
	margin: 0 2%;
	width: 100%;
	position: relative;	
}

#item_2 {
	background: #362416;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10%;
	position: relative;	
	overflow: visible;
	padding: 50px 0;	
	min-height: 100vh;	
}
#item_2 p.any_ttl,
#item_2 p.any_ttl_2,
#item_2 h4 {
	color: #fff;
}
#item_2 .content_1 .ttl img {
    width: 40%;
}
#item_2 .content_1 {
	width: 13%;
    vertical-align: top;
    margin: 5% 0 0 17%;
    float: left;	
}
#item_2 .content_2 {
	width: 40%;
    vertical-align: top;
    margin: 5% 0 0 0;
    /* position: absolute; */
    float: left;
}
#item_2 .content_2 img {
	width: 100%;
    height: auto;
    margin: 0 0 4% 0;
    position: relative;
}
#item_2 .content_3 {
	width: 100%;
    display: block;
    color: #fff;
    margin: 3% 0 0 30%;
    /* position: relative; */
}
#item_2 .content_3 .main_creditArea {
	width: 35%;
    /* height: 100vw; */
    z-index: 1000;
    position: relative;
}
#item_2 .content_3 .main_creditArea table td.txt {
    color: #fff;
}
#item_2 .content_3 a {
    color: #fff;
}
#item_2 .content_4 {
	width: 100%;
    margin: 5% auto 10% auto;
    height: 100vh;
    overflow: visible;
    position: relative;
    flex-flow: row wrap;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
#item_2 .content_4 img {
	width: 40%;
    height: auto;
    margin: 0 auto;
    display: block;
}

#item_3 {
	background: #EFEAE2;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10%;
	position: relative;	
	overflow: visible;
	padding: 0 0 120px 0;
	min-height: 100vh;	
}
#item_3 p.any_ttl,
#item_3 p.any_ttl_2,
#item_3 h4 {
	color: #362416;
}
#item_3 .content_1 {
	width: 100%;
    margin: -8% 0 0 0;
}
#item_3 .content_1 img {
	width: 100%;
	height: auto;
}
#item_3 .content_1 .ttl {
	width: 30%;
    position: absolute;
    z-index: 1;
    margin: 12% 0 0 70%;
}
#item_3 .content_1 .ttl img {
	width: 20%;
	height: auto;
}
#item_3 .content_3 {
	width: 30%;
    vertical-align: top;
    margin: 42% 0 0 17%;
    position: relative;
    display: flex;
}
#item_3 .content_3 img {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    display: block;
}
#item_3 .content_4 {
	width: 30%;
    vertical-align: top;
    margin: 7% 0 0 5%;
}
#item_3 .content_4 img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
}
#item_3 .main_creditArea {
	width: 100%;
	margin-top: 15%;	
}

#item_4 {
	background: #362416;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10%;
	position: relative;	
	overflow: visible;
	padding: 50px 0;	
	min-height: 100vh;	
}
#item_4 p.any_ttl,
#item_4 p.any_ttl_2,
#item_4 h4 {
	color: #fff;
}
#item_4 .content_1 {
	width: 10%;
    vertical-align: top;
    margin: 5% 0 0 19%;
	position: relative;	
	float: left;	
}
#item_4 .content_1 .ttl img {
    width: 50%;
}
#item_4 .content_2 {
    width: 40%;
    vertical-align: top;
    margin: 5% 0 0 0;
    /* position: absolute; */
    left: 0;
    position: relative;
    float: left;	
}
#item_4 .content_2 img {
	    width: 100%;
    height: auto;
    margin: 0 0 5% 0;
    /* height: 100vw; */
    position: relative;
}
#item_4 .content_3 {
	width: 25%;
    color: #fff;
    margin: 2% 0 5% 28%;
	position: relative;
	float: left;
}
#item_4 .content_3 .main_creditArea table td.txt,
#item_4 .content_4 .main_creditArea table td.txt {
	color: #FFFFFF;
    width: 65%;	
}
#item_4 .content_3 a,
#item_4 .content_4 a {
    color: #fff;
}
#item_4 .content_4 {
	width: 25%;
    color: #fff;
    margin: 2% 0 5% 0;	
	position: relative;
	float: left;
}
#item_4 .content_4 img {
	width: 40%;
    height: auto;
    margin: 0 0 0 33%;
    display: block;
}
#item_4 ul {
	width: 65%;
    margin: 5% auto 7% auto;
}
#item_4 ul li {
	width: 46%;
    display: inline-block;
    margin: 0 1%;
}
#item_4 ul li img {
	margin: 0 2%;
    width: 100%;
    display: block;	
	position: relative;
}

#item_5 {
	background: #EFEAE2;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10%;
	position: relative;	
	overflow: visible;
	padding: 50px 0 100px 0;	
	min-height: 100vh;	
}
#item_5 p.any_ttl,
#item_5 p.any_ttl_2,
#item_5 h4 {
	color: #362416;
}
#item_5 .content_1 {
	width: 28%;
    vertical-align: top;
    margin: 0 0 0 20%;
    /* float: left; */
    position: relative;	
}
#item_5 .content_1 img {
    width: 100%;
    height: auto;
    margin: 45% 0 0 0;
    display: block;
}
#item_5 .content_1 .ttl {
	width: 30%;
	margin: 0;
}
#item_5 .content_1 .ttl img {
    width: 70%;
}
#item_5 .content_2 {
	width: 30%;
    vertical-align: top;
    margin: -77% 0 0 56%;
    /* position: absolute; */
    /* float: left; */
}
#item_5 .content_2 img {
    width: 100%;
    height: auto;
    margin: 5% 0 0 0;
    /* display: block; */
    position: relative;
}
#item_5 .content_3 {
	width: 90%;
    margin: 10% auto 5% auto;
}
#item_5 .content_3 img {
        width: 100%;
    height: auto;
    margin: 0 0 0 0;
    display: block;
    position: relative;
}
#item_5 .main_creditArea {
	width: 100%;
    margin-top: 15%;	
}

#item_6 {
	background: #362416;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10%;	
	position: relative;	
	overflow: visible;	
	padding: 50px 0 150px 0;	
	min-height: 100vh;	
}
#item_6 p.any_ttl,
#item_6 p.any_ttl_2,
#item_6 h4 {
	color: #fff;
}
#item_6 .content_1 {
	width: 40%;
    vertical-align: top;
    margin: 3% 0 0 30%;
    float: left;
}
#item_6 .content_1 img {
    width: 90%;
    height: auto;
    margin: 0 0 0 0;
    display: block;
    position: relative;
}
#item_6 .content_2 {
	width: 20%;
    vertical-align: top;
    margin: 4% 0 0 0;
    float: left;	
}
#item_6 .content_2 .ttl img {
	width: 40%;
}
#item_6 .content_3 {
	width: 28%;
    display: block;
    color: #fff;
    margin: 5% 0 0 30%;
    position: relative;
}
#item_6 .content_3 a {
    color: #fff;
}
#item_6 .content_3 .main_creditArea table td.txt {
	color: #fff;
	width: 55%;	
}
#item_6 .content_4 {
	width: 100%;
    margin: 5% auto 0 auto;	
}
#item_6 .content_4 img {
	width: 100%;
    height: auto;
    position: relative;	
}
#item_6 .content_5 {
	width: 60%;
    display: block;
    color: #fff;
    margin: 5% auto 0 auto;	
}
#item_6 .content_5 img {
	width: 100%;
    height: auto;
    display: block;
    position: relative;		
}
#item_6 .content_6 {
	width: 45%;
    display: block;
    color: #fff;
    margin: 3% auto 0 auto;	
}
#item_6 .content_6 img {
	width: 100%;
    height: auto;
    display: block;
    position: relative;	
}



/* 
--------------------*/
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 2s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}
.fade-out{
    opacity:0;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
}
.fade-in{
    opacity:1;
}
