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

@import url('https://fonts.googleapis.com/css2?family=Gloock&family=Instrument+Serif:ital@0;1&display=swap');

/*------------------------------
共通・既存調整修正
------------------------------*/

a:hover img, .item_list .side_arrow .list_arrow:hover {
    opacity: 1 !important;
}
#shipsany.shipsany__any {
    margin-top: 40px;
    padding-bottom: 1%;
}

.main-wrapper {
    color: #540102;
    background: #EDE7D7;;
    /* font-family: "shippori-mincho", sans-serif;
    font-weight: 400; */
    padding: 3% 0 0 0;
    opacity: 0;
}

.main-wrapper.loaded {
  animation-name: slideIn;
  animation-timing-function: cubic-bezier(0.425, 0.005, 0, 1);
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes slideIn {
  0% {
    opacity: 0;
  }  
  10% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


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

.look_nav {
	width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 1% 0;
}
.look_nav ul {
  width: 80%;
  margin: 0 auto;
}
.look_nav ul li {
  display: inline-block;
  width: 49%;
  text-align: left;
}
.look_nav ul li:last-child {
  text-align: right;
}
.look_nav ul li a {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
	text-decoration: none;
	font-size: 1.75vw;
	/* letter-spacing: 1px; */
}
.look_ttl {
	width: 90%;
	margin: 0 auto;
	display: flex;
	padding: 2% 0;	
}
.look_ttl .ttl_box_1 {
  width: 18%;
  height: 10%;
}
.look_ttl .ttl_box_2 {
  width: 65%;
  height: 10%;
}
.look_ttl .ttl_box_3 {
  width: 20%;
  height: 10%;
}
.look_ttl .ttl_box_1 p {
  color: #540102;
  font-optical-sizing: auto;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 3vw;
	text-align: center;
	margin: 28% auto 0 auto;
}
h2 {
  color: #540102;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
	font-size: 3.85vw;
	line-height: 1.2;
  text-align: center;
	margin: 3% 0 0 0;
	letter-spacing: 1px;
}
.maru {
	width: 48%;
	margin: 10% auto 0 auto;	
	animation: 5s linear infinite rotation;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.hr_1 {
	border: 0.5px solid #540102;
  width: 1080px;
  margin: 0 auto;
}
.hr_2 {
	border: 0.5px solid #540102;
  width: 1080px;
  margin: 0.5% auto 2% auto;
}


/*------------------------------
  ページ
------------------------------*/
/* main-visual
------------------------------*/
.main-visual {
  /*max-width: 1378px;*/
  margin: 20px auto 0 auto;
  /*position: -webkit-sticky;
  position: sticky;*/
  top: 0;
  z-index: 2;
}

.main-visual__inner {
  width: 100%;
  margin-bottom: 43px;
}

.main-visual__title {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.main-visual__image {
  display: inline-block;
  width: 100%;
  height: auto;
}

.main-visual__item-box {
  width: 1120px;
  margin: 0 auto;
}

/* .main-visual__item-box-inner {
  display: flex;
  flex-flow: row wrap;
} */

/* .main-visual__item {
  width: 33.33%;
  border-right: 1px solid #000000;
}
.main-visual__item:last-of-type {
  border-right: none;
} */

/* content
------------------------------*/
.content {
  margin: 0 auto;
}

.content__caption {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
	margin: 3% 0 2% 0;
}

.content__caption-title {
  color: #540102;
  display: block;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 45px;
}
/* card-list
------------------------------*/
.card-list {
  width: 100%;
  margin-bottom: 130px;
}

.card-list__inner {
  width: 1120px;
  padding: 27px 0 20px;
  margin: 0 auto;
}

.card-list__item-box {
  display: flex;
  flex-flow: row wrap;
}

.card-list__item {
  width: 33.33%;
  /*position: relative;*/
  display: inline-block;
  overflow: hidden;
}


.card-list__date {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
	/* border-bottom: 1px solid; */
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #540102;  
}
.card-list__date span {
  font-size: 10px;
  padding-left: 2.5%;
  vertical-align: bottom;
}
.card-list__link {
  display: block;
  text-decoration: none;
  padding: 0 18px;
}
.card-list__link.-nolink {
  cursor: default;
}
.card-list__link:hover {
  text-decoration: none;
}
.card-list__item:last-of-type .card-list__link::before {
  display: none;
}

.card-list__image-bdr {
	margin-bottom: 15px;
	border: 1px solid #540102;
}
.card-list__image-box {
	overflow: hidden;
  margin: 1%;
}

.card-list__image-box img {
	transition: transform 0.5s ease;
}
.card-list__image-box img:hover {
  transform: scale(1.1); 
  transition: transform 0.5s ease;
}

.card-list__image {
  width: 100%;
  height: auto;
}

.card-list__text-box, .card-list__text-box--coming-soon {
  min-height: 200px;
  box-sizing: border-box;
}

.card-list__text-box--coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .card-list__title {
  color: #FFCE00;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 57px;
  font-weight: 700;
  font-style: italic;
  line-height: 67px;
  text-align: center;
  margin-bottom: 19px;
} */

/* .card-list__title-small {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  font-style: normal;
  line-height: 30px;
  padding-bottom: 8px;
  margin-top: -8px;
} */

.card-list__text-image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-bottom: 16px;
  height: 121px;
}

.card-list__text-image-box.coming-soon {
  text-align: center;
}

.card-list__text-image-box.coming-soon .card-list__text-image {
  margin-top: 93px;
}

.card-list__text-image {
  display: inline-block;
}

/* .card-list__caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 17px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  text-align: center;
} */

/* .card-list__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
} */

/* .card-list__coming-soon {
  color: #9B9494;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  line-height: 43px;
  text-align: center;
} */

/* links
------------------------------*/
.links {
  width: 1120px;
  margin: 0 auto 140px;
}

.links__item-box {
  display: flex;
  flex-flow: row wrap;
}

.links__item {
  margin-right: 55px;
}
.links__item:last-child {
  margin-right: 0;
}

.links__link {
  display: inline-block;
  font-family: "Questrial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 59px;
  text-decoration: none;
}

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