@charset "UTF-8";
@import url("https://use.typekit.net/tio3xhx.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-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
#mainArea div {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
#mainArea p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  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: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  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 4em;
  position: relative;
}
.lead p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;	
	padding: 1em 0 0 0;
	font-size: 1.35rem;
	line-height: 2.2;
  letter-spacing: 0.5px;
  color: #161616;		
}

/*///*/
.vertical_line {
	position: relative;
}
.scrolldown {
  position:absolute;
  left:50%;
  height:100px;
}
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 120px;
  background: #161616;
  animation: pathmove 1.6s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove {
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

/*///*/
.main_ttl {
  width: 50%;
  margin: 13% auto 8% auto;
  text-align: center;
  position: relative;
}
.main_ttl img {
  margin: 0 auto;
}
.main_ttl .ttl_txt {
  width: 80%;
  position: relative;
  margin: 5% auto 0 auto;
}
.main_ttl .ttl_txt h2 {
  position: relative;
  display: inline-block;
  font-family: "ten-mincho-text", serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(18px, 1.4vw, 18px);
  line-height: 1.3;
  margin: 0;
  color: #161616;
  letter-spacing: 1px;
  text-decoration: none;
}
.main_ttl .ttl_txt h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: #161616;
  transition: width .8s ease;
  transition-delay: .8s;
}
.main_ttl.active .ttl_txt h2::after {
  width: 100%;
}
.main_ttl .ttl_txt p {
  font-family: "ten-mincho-text", serif !important;
  font-weight: 400;
  font-style: normal;
  text-align: left;	
	font-size: 1.3rem;
	line-height: 1.9;
  margin: 5% 0 0 0;
}
.sub_ttl h3 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 1.5vw, 20px);
  line-height: 1.3;
  margin: 0;
  color: #267cb2;
  padding: 0;  
  letter-spacing: 1px;
  text-align: center;
}
.sub_ttl h3 b {
  font-family: "bodoni-moda-variable", sans-serif !important;
  font-variation-settings: "opsz" 11, "wght" 400;
  font-size: clamp(30px, 1.5vw, 30px);
  line-height: 1.3;
  color: #267cb2;
  letter-spacing: 1px;
  vertical-align: sub;
  font-style: italic;
  padding: 0 0.3%;
}
.sub_ttl h3.black {
  color: #161616;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
  text-decoration-color: #359ada;
}
.comment_ {
  font-size: 1.3rem;
  line-height: 2.0;
  margin: 2.5% auto 0 auto;
}
.text_wrap h4 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 16px);
  line-height: 1.3;
  color: #161616;
  letter-spacing: 1px;
  text-align: left;
}

/*///*/
.twelve_items {
  width: 100%;
  position: relative;
  background-color: #f4f0e0;
  margin: 0 auto;
  padding: 5% 0;
}

.img_ttl p {
  font-family: "bodoni-moda-variable", sans-serif !important;
  font-variation-settings: "opsz" 11, "wght" 400;
  font-size: clamp(50px, 3vw, 50px);
  line-height: 1.3;
  color: #267cb2;
  font-style: italic !important;
}
.img_ttl p.white {
  color: #fff;
}

.items {
  position: relative;
  width: 900px;
  margin: 5% auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.items .ld_img {
  position: relative;  
  width: 470px;
}
.items .text_wrap {
  width: 350px;
  margin-left: 4%;
}
.items .text_wrap.yoko {
  width: 350px;
  margin-left: 0;  
  margin-right: 6% !important;
}
.items:nth-of-type(even) {
  flex-direction: row-reverse;
}
.items:nth-of-type(even) .text_wrap {
  margin-left: 0;
  margin-right: 4%;
}
.items:nth-of-type(even) .ttl {
  left: auto;
  right: 0;  
}

.img_ttl {
  position: absolute;
  z-index: 10;
}
.img_ttl .num span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-15px);
  transition:
    opacity .4s ease,
    transform .4s ease;
}
.img_ttl .num {
  margin: -8px 0 0 -12px;
  letter-spacing: -3px;
}
.items.active .num span {
  opacity: 1;
  transform: translateX(0);
  font-family: "bodoni-moda-variable", sans-serif !important;
  font-variation-settings: "opsz" 11, "wght" 400;
  font-size: clamp(50px, 3vw, 50px);
  line-height: 1.3;
  color: #267cb2;
  font-style: italic !important;
  letter-spacing: 0.5px;
}
.items.active .num.white span {
  color: #fff;
}
.items.active .num.lett span {
  letter-spacing: -5px;
}

.img_ttl.item_1 {
  top: 14%;
  left: 55%;
}
.img_ttl.item_2 {
  top: 4%;
  left: 41%;
}
.img_ttl.item_3 {
  top: 4%;
  left: 89%;
}
.img_ttl.item_4 {
  top: 4%;
  left: 7%;
}
.img_ttl.item_5 {
  top: 4%;
  left: 93.5%;
}
.img_ttl.item_6 {
  top: 4%;
  left: 7%;
}
.img_ttl.item_7 {
  top: 53%;
  left: 89%;
}
.img_ttl.item_8 {
  top: 63%;
  left: 41%;
}
.img_ttl.item_9 {
  top: 67%;
  left: 51%;
}
.img_ttl.item_10 {
  top: 4%;
  left: 7.5%;
}
.img_ttl.item_11 {
  top: 4%;
  left: 90%;
}
.img_ttl.item_12 {
  top: 58%;
  left: 6%;
}

.color_scheme {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 6% 0 5% 0;
}
.color_scheme_ttl {
  text-align: center;
  margin: 5% auto 0 auto;
}
.color_scheme_ttl p.num {
  font-family: "bodoni-moda-variable", sans-serif !important;
  font-variation-settings: "opsz" 11, "wght" 400;
  font-size: clamp(25px, 2vw, 25px);  
  color: #161616;
  border: #161616 1px solid;
  padding: 0px 4px;
  display: inline-block;
  line-height: 1.3;
}
.coord {
  position: relative;
  width: 900px;
  margin: 2% auto 0;
  display: flex;
  align-items: center;
}
.coord .ld_img {
  width: 400px;
  position: relative;
}
.coord .text_wrap {
  width: 350px;
  margin-left: 6%;
}
.coord.reverse {
  flex-direction: row-reverse;
}
.coord.reverse .text_wrap {
  margin-left: 0;
  margin-right: 6%;
}

.color_ttl {
  position: absolute;
  z-index: 10;
  width: 22%;
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  transition:
    opacity .5s ease,
    transform .5s cubic-bezier(.68,-0.55,.27,1.55);
  transition-delay: .7s;  
}
.coord.active .color_ttl {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.color_ttl.color_1 {
  top: 3%;
  left: 3%;
}
.color_ttl.color_2 {
  top: 53%;
  left: 11%;
}
.color_ttl.color_3 {
  top: 40%;
  left: 8%;
}
.color_ttl.color_4 {
  top: 61%;
  left: 7%;
}


/* slide */
.slider {
  width: 100%;
  margin: 0 auto;
}
.slider img {
  width: 100%;
  height: auto;
}
.slick-dots {
  display: none !important;
}
.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_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;
  line-height: 1.5;
  vertical-align: middle;  
}
.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: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  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: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  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: 5px auto 0 auto;
	display: block;
  width: 30%;	
}
.related-link a {
  padding: 0 3%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  border: 1px solid #267cb2;
  background-color: #267cb2;
  color: #fff;
  text-decoration: none;
  transition: background 1s;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 15px;  	  
}
.related-link a:hover {
  background: none;
  border: 1px solid #267cb2;   
  color: #267cb2;
}

/*////*/
.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;
}
.lead {
  width: 90%;
  margin: 1em auto 2em;
  position: relative;
}
.lead p {
  font-size: 1.33rem;
  line-height: 2;
  text-align: left;  
}
.lead p br {
  display: none;
}
.f-f {
  line-height: 1.3rem;
}

.main_ttl {
  width: 100%;
  margin: 30% auto 12% auto;
  text-align: center;
}
.main_ttl .ttl_txt {
  width: 95%;
  padding: 11% 5% 5% 5%;
  margin: -2.5% auto 0 auto;
}
.main_ttl .ttl_txt h2 {
  font-size: clamp(16px, 1.3vw, 16px);
}
.main_ttl .ttl_txt p {
  margin: 7% 0 0 0;
}
.sub_ttl h3 {
  font-size: clamp(17px, 1.3vw, 17px);
}
.sub_ttl h3 b {
  font-size: clamp(27px, 1.3vw, 27px);
  padding: 0 0.7% 0 0.3%;
}
.items.active .num span {
  font-size: clamp(45px, 2.5vw, 45px);
}
.img_ttl.item_1 {
  top: 7%;
  left: 14%;
}
.img_ttl.item_2 {
  top: 4%;
  left: 78%;
}
.img_ttl.item_3 {
  top: 4%;
  left: 78%;
}
.img_ttl.item_4 {
  top: 4%;
  left: 14%;
}
.img_ttl.item_5 {
  top: 1%;
  left: 86.5%;
}
.img_ttl.item_6 {
  top: 2%;
  left: 13.5%;
}
.img_ttl.item_7 {
  top: 31%;
  left: 78%;
}
.img_ttl.item_8 {
  top: 37.5%;
  left: 78%;
}
.img_ttl.item_9 {
  top: 31%;
  left: 7%;
}
.img_ttl.item_10 {
  top: 1%;
  left: 14.5%;
}
.img_ttl.item_11 {
  top: 4%;
  left: 81%;
}
.img_ttl.item_12 {
  top: 33%;
  left: 14%;
}

.twelve_items {
  padding: 9% 0 1% 0;
}
.items {
  flex-direction: column;
  display: block;
  width: 100%;
  margin: 9% auto 20% auto;
}
.items .ld_img {
  width: 100%;
  margin: 0 auto;
}
.items .text_wrap {
  margin: 7% auto 10% auto;
  width: 90%; 
}
.items:nth-of-type(even) .text_wrap {
  margin: 7% auto 10% auto;
  width: 90%; 
}

.color_scheme {
 padding: 13% 0 0 0;
}
.color_scheme_ttl {
  margin: 7% auto 0 auto;
}
.color_scheme_ttl p.num {
  font-size: clamp(21px, 1.5vw, 21px);
  margin: 5% 0 0 0;
}
.coord {
  flex-direction: column;
  display: block;
  width: 100%;
  margin: 6% auto 20% auto;
}
.coord .ld_img {
  width: 90%;
  margin: 0 auto;
}
.coord .text_wrap {
  margin: 7% auto 10% auto;
  width: 90%; 
}
.coord.reverse .text_wrap {
  margin: 7% auto 10% auto;
  width: 90%; 
}
.coord.reverse:nth-of-type(even) .text_wrap {
  margin: 7% auto 10% auto;
  width: 90%; 
}

.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%;
}

}

