@charset "UTF-8";
@import url("https://use.typekit.net/puc7avi.css");
@import url("https://use.typekit.net/syu8fyc.css");

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

html {
  scroll-behavior: smooth;
}
#tops,
#onepiece {
  scroll-margin-top: 90px;
}
#onepiece{
  margin-top: 10%;
}

#mainArea {
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
}
#mainArea div {
  font-family: "source-han-sans-japanese", sans-serif;
}
#mainArea p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.pc { 
  display: block;
  width: 900px;
  margin: 0 auto;
}
.sp { 
  display: none;
}
section {
  margin: 7em auto 10em;	
	position: relative;	
}
.f-f {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6rem;
  font-size: 1.28rem;
  letter-spacing: 0.5px;	
  color: #161616;	
}

.under_ {
  margin: 2% auto 5% auto;
  clear: both;
}
.back-b {

}
.lead {
  width: 100%;
  margin: 2em auto 6em;
  position: relative;
}
.lead p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;	
	padding: 1em 0 0 0;
	font-size: 1.35rem;
	line-height: 1.9;
  color: #161616;		
}

/*///*/
#page_nav {
	width: 100%;
  margin: 0 auto;
	padding: 0 0 6% 0;	
  z-index: 1;	
}
#page_nav ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
#page_nav ul li {
  margin: 0;
  padding: 0;
}
#page_nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #161616;
}
#page_nav .txt {
  margin-top: 0;  
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: italic;  
  font-size: 1.7rem;
  letter-spacing: 0.5px;
  text-align: center;
  color: #161616;
  text-underline-offset: 6px;
  text-decoration: underline;
  text-decoration-thickness: 2.5px;
}

/*///*/
.main_ttl {
  width: 40%;
  margin: 0 auto 10% auto;
  text-align: center;
}
.main_ttl img {
  margin: 0 auto;
}
.main_ttl .ttl_txt {
  width: 80%;
  background: rgba(221, 237, 71, 0.3);
  padding: 9% 5% 5% 5%;
  margin: -3.5% auto 0 auto;
  z-index: 20;
  position: relative;
}
.main_ttl .ttl_txt h2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-size: clamp(18px, 1.4vw, 18px);
  line-height: 1.3;
  margin: 0;
  color: #161616;
  background: #dded47;
  display: inline;
  padding: 0.1% 1.5% 0.5% 1.5%;  
  letter-spacing: 1px;
}
.main_ttl .ttl_txt p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;	
	font-size: 1.3rem;
	line-height: 1.9;
  margin: 5% 0 0 0;
}
.text_wrap h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-size: clamp(17px, 1.3vw, 17px);
  line-height: 1.3;
  margin: 0;
  color: #161616;
  display: inline;
  padding: 0;  
  letter-spacing: 1px;
  background: linear-gradient(transparent 60%, #dded47 50%);
}
.comment_ {
  font-size: 1.3rem;
  line-height: 2.0;
  margin: 3.5% auto 0 auto;
}

.coordinate {
  position: relative;
  width: 900px;
  margin: 15% auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.coordinate .ld_img {
  position: relative;  
  width: 390px;
}
.ld_img img {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity .8s ease,
    transform .8s ease;
  transition-delay: 1.0s;  
}
.coordinate.active .ld_img img{
  opacity: 1;
  transform: translateY(0);
}
.coordinate .ld_img img {
  z-index: 1;
}
.coordinate .text_wrap {
  width: 400px;
  margin-left: 7%;

  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity .8s ease,
    transform .8s ease;
  transition-delay: 1.2s;  
}
.coordinate.active .text_wrap {
  opacity: 1;
  transform: translateY(0);
}
.coordinate:nth-of-type(even) {
  flex-direction: row-reverse;
}
.coordinate:nth-of-type(even) .text_wrap {
  margin-left: 0;
  margin-right: 7%;
}
.coordinate:nth-of-type(even) .ttl {
  left: auto;
  right: 0;  
}

.coord_ttl {
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}
.coord_ttl p {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coord_ttl .cat {
  position: relative;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: italic; 
  font-size: 1.7rem;
  letter-spacing: 0.5px;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity .5s ease,
    transform .5s ease;
  transition-delay: .4s;
}
.coord_ttl .cat::after {
  content: "";
  display: block;
  width: 0;
  height: 2.5px;
  margin: 4px auto 0 auto;
  background: #161616;
  transition: width .5s ease;
}
.coord_ttl .num span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-15px);
  transition:
    opacity .4s ease,
    transform .4s ease;
}
.coordinate.active .cat {
  opacity: 1;
  transform: translateY(0);
}
.coordinate.active .cat::after {
  width: 68px;
}
.coord_ttl .num {
  margin: -8px 0 0 -12px;
  letter-spacing: -3px;
}
.coordinate.active .num span {
  opacity: 1;
  transform: translateX(0);
  font-family: "annabelle-jf", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}

/* slide */
.slider {
  width: 100%;
  margin: 0 auto;
}
.slider img {
  width: 100%;
  height: auto;
}
.slick-dots {
  left: 50%;
  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;
  color: #161616;  
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #161616;
}
.slide_img {
  z-index: 3;	
}
.slide_img img {
	width: 100%;
	height: auto;	
}


/*///*/
.creditArea {
  margin: 6% 0 0 0;
}
.creditArea .f-f {
  text-align: center;
}
.main_item .comment_ {
  margin: 5% auto 5% auto;
}
.main_creditArea {
	padding: 0;
	margin-top: 5%;
}
.main_creditArea table {
	width: 100%;
}
.main_creditArea table tr {
	padding-bottom: 5%;
}
.main_creditArea table td.txt {
  width: 100%;
  padding: 0;
	height: 35px;
}
.main_item .main_creditArea table td.txt {
  width: 18%;
  padding: 0;
  height: 40px;
}
.main_creditArea table td.txt b {
	font-weight: normal;
	font-size: 1.2rem;	
}
.main_creditArea table td.btn {
  vertical-align: middle;
}

/*////*/
.button_main {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  width: 100%;
  height: 27px;
  line-height: 23px;
  border: 1.2px solid #0f0f0f;
  background: #0f0f0f;
  text-align: center;
  transition: 1s;
  vertical-align: middle;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 5% auto 0 auto;
  border-radius: 15px;   
}
.button_main:hover {
  background: none;
  border: solid 1px #161616;
  color: #161616 !important;
  transition: .3s;
}
.button_bl {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 60px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #161616;
  border: solid 1px #161616;	
  text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
  border-radius: 15px;  
}
.button_bl:hover {
  background: none;
  border: solid 1px #161616;
  color: #161616 !important;
  transition: .3s;
}

/*////*/
.related-link {
  margin: 85px auto 0 auto;
	display: block;
  width: 30%;	
}
.related-link a {
  padding: 0 3%;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  border: 1px solid #161616;
  background-color: none;
  color: #161616;
  text-decoration: none;
  transition: background 1s;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 15px;  	  
}
.related-link a:hover {
  background: #161616;
  border: 1px solid #161616;   
  color: #fff;
}

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


/* SP */
@media screen and (max-width: 767px) {
.pc { 
  display: none;
}
.sp { 
  display: block;
  width: 100%;
  margin: 0 auto;
}
#tops,
#onepiece {
  scroll-margin-top: 70px;
}
.lead {
  width: 90%;
  margin: 1em auto 3em;
  position: relative;
}
.lead p {
  font-size: 1.33rem;
  text-align: left;  
}
.lead p br {
  display: none;
}
.f-f {
  line-height: 1.3rem;
}
#page_nav {
  width: 90%;
  padding: 0 0 15% 0;
}
#page_nav ul {
  gap: 30px;
}
#page_nav .txt {
  font-size: 1.7rem;
  letter-spacing: 0;
}
.main_ttl {
  width: 100%;
  margin: 0 auto 25% auto;
  text-align: center;
}
.main_ttl .ttl_txt {
  width: 91%;
  padding: 11% 5% 5% 5%;
  margin: -4.5% auto 0 auto;
}
#onepiece {
  margin-top: 30%;
}
.coordinate {
  flex-direction: column;
  display: block;
  width: 100%;
  margin: 9% auto 20% auto;
}
.coordinate .ld_img {
  width: 100%;
  margin: 0 auto;
}
.coordinate .text_wrap {
  margin: 7% auto 10% auto;
  width: 90%; 
}
.coordinate:nth-of-type(even) .text_wrap {
  margin: 7% auto 10% auto;
  width: 90%; 
}
.coordinate .text_wrap.ma {
  margin: 15% auto 10% auto;
  width: 90%; 
}
.coordinate:nth-of-type(even) .text_wrap.ma {
  margin: 15% auto 10% auto;
  width: 90%; 
}
.coordinate .coord_ttl {
  top: 0;
  left: 0;
  position: relative;
  margin: 0 auto;
  width: 100%;
  transform: none;
}
.coord_ttl .cat {
  letter-spacing: 0;
}
.creditArea {
  margin: 7% 0 0 0;
}

.styling-link {
  margin: 0 auto 80px auto;
  display: block;
  width: 90%;
}
.related-link {
  margin: -30px auto 0 auto;
  display: block;
  width: 90%;
}

}

