@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url("https://use.typekit.net/rsj2ijv.css");

/*/▼帯バナー削除用CSS▼//*/

#beltbnr {
   display: none;
}
.h_bar{
   display: none;
}
/*/▲帯バナー削除用CSS▲//*/
#mainArea {
    letter-spacing: 0;
    line-height: 2;
    overflow: hidden;
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    z-index: -1;
}
#mainArea {
  position: relative;
  min-height: 100vh;
  background-image: url("https://www.shipsltd.co.jp/campaign/2025/shipsm_1105/sp/images/bg.jpg"); 
  background-size: cover;         
  background-position: center;
  background-attachment: fixed;    
  letter-spacing: 0;
  line-height: 2;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
#mainArea .content_wrap {
  position: relative;
  z-index: -1;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 4% 0;
}
#mainArea .content_wrap .content {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#mainArea div {
    font-family: "Noto Serif JP", serif;
}
#mainArea p {
    font-family: "Noto Serif JP", serif;
}
.bnr_ {
    /* width: 900px; */
    margin: 0 auto;
    display: block;
}
section {
    width: 860px;
    margin: 7em auto 10em;	
	position: relative;	
}
.f-f {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.1rem;
    font-size: 1.25rem;
    letter-spacing: 0.5px;		
}
.under_ {
    margin: 0 auto 4% auto;
	clear: both;
}
.back-b {
}
.lead {
    width: 100%;
    margin: 6em auto -2em;
    position: relative;
}
.lead p {
	padding: 2em 0 0 0;
    font-family: "Noto Serif JP", serif;
	font-size: 1.35rem;
	font-weight: 400;	
    font-style: normal;    
	line-height: 1.9;
    text-align: center;
    letter-spacing: 0.5px;
}

/* slide */
.slider {
    width: 100%;
    margin: 0 auto;
}
.slider img {
    width: 100%;
    height: auto;
}
.slick-dots {
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li {
  width: 40px;
  height: 4px;
  margin: 20px 5px 0;
  background: #9e9e9e;
  cursor: pointer;
}

.slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slick-dots li button:before {
    font-size: 12px;
    top: 6px;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
  background: #161616;
}

.of_img {
    z-index: 3;	
}
.of_img img {
	width: 100%;
	height: auto;	
}

.four_img {
	position: relative;
	width: 70%;
	margin: 0 auto;
	clear: both;
}
.four_img ul {
    display: flex;
    justify-content: center;
}
.four_img ul li {
    list-style: none;
	margin-right: 2%;
	margin-bottom: 2%;
	opacity: 0;
}
.four_img ul li:last-child {
	margin-right: 0;
}
.four_img ul li img {
	width: 100%;
}
.four_img ul li.four_1,
.four_img ul li.four_2,
.four_img ul li.four_3,
.four_img ul li.four_4 {
	opacity: 0;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*///*/
.comment_ {
	font-size: 1.3rem;
	font-weight: 400;	
	line-height: 2.0;
    margin: 1.3em auto 2em auto;
}

.caption_box {
    margin: 0;
}
.caption_box h3 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;	
    line-height: 27px;
    color: #161616;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    text-align: left;
    padding-bottom: 1%;
}
.caption_box p {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;	
    line-height: 24px;
    transition: 1s;
    color: #161616;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    text-align: left;
}

/*///*/
.credit {
    margin: 13% auto 0 auto;
}
.credit p {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;	
    display: block;
    width: 100%;
    line-height: 32px;
    text-align: center;
}

/*////*/
.btn {
    clear: both;
    text-align: center;
    padding: 5% 0;
}
.btn a {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;	
    display: block;
    width: 100%;
    line-height: 34px;
    text-align: center;
    transition: 1s;
    color: #161616;
    font-size: 1.45rem;
    letter-spacing: 0.5px;
	margin: 0 auto;
    text-decoration: underline;
    text-underline-offset:6px;
    display: inline;
}
.btn a:hover {
    color: #9e9e9e !important;
    transition: .3s;
}

.credit_box {
    text-align: left;
    padding: 4% 0 0 0;
}
.credit_box p a {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;	
    display: block;
    width: 100%;
    line-height: 27px;
    transition: 1s;
    color: #161616;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
	margin: 0 auto;
    text-decoration: underline;
    text-underline-offset:3px;
    display: inline;
}
.credit_box p a:hover {
    color: #9e9e9e !important;
    transition: .3s;
}
.item_4 .credit_box,
.item_9 .credit_box {
    text-align: left;
    padding: 1% 0 0 0;
}

/*////*/
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}
.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.on {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-50px); 
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-left.on {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(50px); 
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-right.on {
  opacity: 1;
  transform: translateX(0);
}

/*////*/
.item_1 {
	position: relative;
	width: 100%;
    margin: 16% auto 0 auto;
}
.item_1 .img_1 {
    width: 40%;
    float: left;
}
.item_1 .caption_box {
    margin: 10% 0 0 0;
}
.item_1 .img_2 {
    float: right;
    width: 50%;
    margin: 15% 0 0 0;    
}

.item_2,
.item_3,
.item_4,
.item_5,
.item_6,
.item_7,
.item_8,
.item_9,
.item_10 {
    clear: both;
	position: relative;
	width: 100%;
    margin: 0 auto;
    padding-top: 20%;;
}
.item_2 .of_img {
    width: 55%;
    margin: 0 auto;
}
.item_2 .text_wrap {
    display: flex;
}
.item_2 .text_wrap .credit_box {
    width: 60%;
}
.item_2 .text_wrap .caption_box {
    width: 45%;
    padding: 4% 0 0 0;
}

.item_3 .of_img {
    width: 55%;
    margin: 0 auto;
}
.item_3 .text_wrap {
    display: flex;
}
.item_3 .text_wrap .credit_box {
    width: 52%;
}
.item_3 .text_wrap .caption_box {
    width: 48%;
    padding: 4% 0 0 0;
}

.item_4 .text_wrap {
    display: flex;
}
.item_4 .text_wrap .credit_box {
    width: 60%;
}
.item_4 .text_wrap .caption_box {
    width: 45%;
    padding: 1% 0 0 0;
}

.item_5 .img_1 {
    width: 40%;
    float: left;
}
.item_5 .img_2 {
    float: right;
    width: 50%;
    margin: 15% 0 0 0;    
}
.item_5 .caption_box {
    margin: 10% 0 0 0;
}

.item_6 .of_img {
    width: 55%;
    margin: 0 auto;
}
.item_6 .text_wrap {
    display: flex;
}
.item_6 .text_wrap .credit_box {
    width: 60%;
}
.item_6 .text_wrap .caption_box {
    width: 45%;
    padding: 4% 0 0 0;
}

.item_7 .of_img {
    width: 55%;
    margin: 0 auto;
}
.item_7 .text_wrap {
    display: flex;
}
.item_7 .text_wrap .credit_box {
    width: 47%;
}
.item_7 .text_wrap .caption_box {
    width: 55%;
    padding: 4% 0 0 0;
}

.item_8 .img_1 {
    width: 75%;
    margin: 0 auto;
}

.item_9 .text_wrap {
    display: flex;
}
.item_9 .text_wrap .credit_box {
    width: 65%;
}
.item_9 .text_wrap .caption_box {
    width: 40%;
    padding: 1% 0 0 0;
}

.item_10 .of_img {
    width: 55%;
    margin: 0 auto;
}
.item_10 .text_wrap {
    display: flex;
}
.item_10 .text_wrap .credit_box {
    width: 60%;
    padding: 4% 0 0 0;    
}
.item_10 .text_wrap .caption_box {
    width: 45%;
    padding: 4% 0 0 0;
}