@charset "utf-8";
/* =============
  theme original
================ */
.h_bar,
#beltbnr_ {
  display: none;
}
/* =======
  common
========== */
html {
  font-size: 62.5%;
  scroll-padding-top: 100px;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
 main {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
  }
  main h2, main h3, main h4 {
    font-family: "ballinger-mono", sans-serif;
    font-size: 3.25vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #333;
  }

ul,li {
  list-style: none;
}

/* 不要箇所 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  object-fit: cover;
}

/* ==========
  contents
=========== */
.pc-img {
  display: block;
}
.sp-img {
  display: none;
}
/* 変更しない */
.wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.font-ja {
  color: #000;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt"; /* 句読点を詰める */
  letter-spacing: 2px;
  line-height: 1.75;
  text-align: justify; /* 両橋を揃える */
}


.l-content__header {
  width: 900px;
  margin-inline: auto;
  background-color: #fff;
}
.lead {
  margin-top: 75px;
  padding-bottom: 75px;
  text-align: center;
}
.p-article-vis__img {
  /* padding-top: 10px; */
}




.area{
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	/* padding-bottom: 100px; */
}
.girlarea{
	background-color: #FEDBF9;
	width: 900px;
	margin: 0 auto;
	padding: 0 0 60px;
}


.slide-items{
	border-radius: 32.5px;
	margin: 50px 0;
}

.slidenone-items{
	border-radius: 0 32.5px 0 0;
	margin: 20px;
}
.slidenone-guide2{
	border-radius: 0  0 0 32.5px;
	background-color: #fff;
	border: solid 1px #000;
	margin: 20px 0 30px;
}
.slidenone-items2{
	border-radius: 0 32.5px 0 0;
	margin: 20px;
}

/* sliderをカスタマイズするCSS */
.slick-dots {
	bottom: -30px!important;
}
.slick-dots li button:before{
	font-size: 8px!important;
}

.slick-dotted.slick-slider {
    margin-bottom: 20px!important;
}





/*--SP--*/
@media screen and (max-width: 767px) {
	html {
    scroll-padding-top: 0;
  }
  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
  }
  .column {
    display: block;
  }
  .l-content__header,
  .section-container {
    width: 100%;
  }
  .p-article__header,
  .l-col {
    width: 89.34%;
    margin-inline: auto;
  }
  .lead {
    text-align: left;
    margin-top: 10.45%;
    padding-bottom: 10.45%;
	  
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  main {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  }
 main h2, main h3, main h4 {
    font-family: "ballinger-mono", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #333333;
  }

  .lead {
    width: 90%;
    margin: 50px auto 0;
    text-align: justify;
  }
  .lead br {
    display: none;;
  }
	

	
	
.area{
	background-color: #fff;
	margin: 0 auto;
	width: auto;
	padding: 0 0 70px 0;
}

/* スライドボックス用CSS（既存スタイルと分離） */
.slide-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 20px; /* 適宜調整 */
  height: 17px;
  line-height: 17px;
}

.slide-box .box {
  background-color: #000;
  padding: 0;
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}

.slide-box.visible .box {
  transform: scaleX(1);
  opacity: 1;
}

.slide-box .text {
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transition: opacity 1s ease-out;
  transition-delay: 0.8s;
}

.slide-box.visible .text {
  opacity: 1;
  font-size: 16px;
  display: block;
  height: 18px;
  line-height: 18px;
}
/* スライドボックス用CSS（既存スタイルと分離） */

.subtitle p{
		text-align: center;
		font-weight: bold;
		font-size: 1.8rem;
		font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	}
	
/* ボックス全体を横並びに */
.box-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 画面が狭いとき折り返し */
  gap: 10px;        /* ボックス間のスペース */
  margin: 20px auto 50px;
  max-width: 1000px;
  padding: 0 20px;
}
.box-row2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 画面が狭いとき折り返し */
  gap: 10px;        /* ボックス間のスペース */
  margin: 40px auto 20px;
  max-width: 1000px;
  padding: 0 20px;
}

/* 個別のボックス */
.box-item {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 0px 5px;
  min-width: 50px;
  /* flex: 1 1 calc(25% - 20px); */
  text-align: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.box-item .text {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

/*画像テキスト横並び*/
.t-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* ← 高さを揃える */
  gap: 12px;
  margin: -10px 0 0;
  flex-wrap: nowrap;
}

.t-flex img {
  width: 48%;
  height: auto;
  object-fit: cover; /* ← 必要なら画像トリミングして高さ揃える */
}

/* テキストを上下中央に配置 */
.t-flex p {
  margin: 0;
  padding: 0 15px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 1px;
}

  .t-flex img,
  .t-flex p {
    width: 48%;
    font-size: 12px;
  }

 
/*画像テキスト横並び*/

.imgleft{
		margin: 50px 0 0;
		width: 90%;
	}
	.comment1{
		padding: 10px 20px 20px;
		text-align: justify;
		font-size: 12px;
	}
	.comment2{
		padding: 10px 20px 20px;
		text-align: justify;
		font-size: 12px;
	}
	.price{
		font-size: 12px;
		text-align: center;
		margin: 30px 0;
	}
.button_lg {
    width: 100%;
    height: 19px;
    line-height: 19px;
    border: solid 1px #000;
    background: #000;
    text-align: center;
    transition: 1s;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: futura-pt, sans-serif !important;
    margin: 0 auto;
 }
.btn {
  text-decoration: none;
  width: 100%;
  padding: 20px 20px 70px;
}
.btn a:hover{
    background-color: #fff;
    color: #333;
	border: 1.2px solid #333;
  }
.btn4 {
  text-decoration: none;
  width: 100%;
  padding: 20px 20px 0px;
}
.btn4 a:hover{
    background-color: #fff;
    color: #333;
	border: 1.2px solid #333;
  }
	
  section {
    margin: 60px auto;
  }
h2 img{
		width: 25%;
		margin: 0 0 0 25px;
		padding: 78px 0 25px 0;
	}
	
.content01{
		margin: 0 auto;
		text-align: center;
	}
  /*--section01,03,05,07--*/
  .section01 h2, 
  .section02 h2, 
  .section03 h2, 
  .section04 h2, 
  .section05 h2,
  .section06 h2, 
  .section07 h2 {
    text-align: center;
  }
  
  .section01 .slide-area, 
  .section03 .slide-area, 
  .section05 .slide-area, 
  .section07 .slide-area {
    position: relative;
  }
 
  .section01 .caption-area, 
  .section02 .caption-area, 
  .section03 .caption-area, 
  .section04 .caption-area, 
  .section05 .caption-area, 
  .section06 .caption-area, 
  .section07 .caption-area {
    width: 100%;
    margin: 40px auto 30px;
  }
  .section01 .caption-area h3, 
  .section02 .caption-area h3, 
  .section03 .caption-area h3, 
  .section04 .caption-area h3, 
  .section05 .caption-area h3, 
  .section06 .caption-area h3, 
  .section07 .caption-area h3 {
    font-size: 1.56rem;
    font-weight: 400;
    line-height: 1.4;
    color: #012f51;
    text-align: left;
    padding-bottom: 10px;
    background: linear-gradient(transparent 87%, #50ABE0 30%);
    display: inline-block;
  }
  .section01 .caption-area p, 
  .section02 .caption-area p, 
  .section03 .caption-area p, 
  .section04 .caption-area p, 
  .section05 .caption-area p, 
  .section06 .caption-area p, 
  .section07 .caption-area p {
    margin: 10px 20px 0px;
    text-align: justify;
    font-size: 12px;
  }
  .section01 .credit-all, 
  .section02 .credit-all, 
  .section03 .credit-all, 
  .section04 .credit-all, 
  .section05 .credit-all, 
  .section06 .credit-all, 
  .section07 .credit-all {
    width: 100%;
  }
  
  .credit {
        width: calc(100% - 60px);
        margin: 10px auto 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
.credit .text p{
    font-family: futura-pt, sans-serif !important;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #012f51;
    letter-spacing: 1px;
  }
  .credit .name {
        width: 70%;
        text-align: left;
    }
.credit .name a {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
    }
	
	
	
	.credit .btn2 a {
        font-family: futura-pt, sans-serif !important;
        font-size: 2.2rem;
        display: block;
        height: 20px;
        line-height: 20px;
        font-weight: normal;
        color: #ffffff;
        text-decoration: none;
        border: 1px solid #000000;
        background-color: #000000;
        transition: background 1s;
 }
	
.btn2 {
  text-decoration: none;
}

.btn2 a:hover{
    background-color: #fff;
    color: #333;
	border: 1.2px solid #333;
  }

	.styling_inner .slide-box .text{
		font-size: 2.2rem;
		display: block;
		height: 20px;
		line-height: 20px;
	}
	.fs-en01{
		font-size: 14px;
	}
	
 
.btn3 a {
        font-family: futura-pt, sans-serif !important;
        font-size: 16px;
        display: block;
        height: 18px;
        line-height: 18px;
        font-weight: normal;
        color: #ffffff;
        text-decoration: none;
        border: 1px solid #000000;
        background-color: #000000;
        transition: background 1s;
 }
	
.btn3 {
  margin: 0 auto;
  text-decoration: none;
  width: fit-content;
}

.btn3 a:hover{
    background-color: #fff;
    color: #333;
	border: 1.2px solid #333;
  }
	.section06{
		padding: 0 0 30px 0;
	}
	
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 2em;
  padding: 0px 2px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #000;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

	.airshade{
		margin: 0 20px;
	}	
	
	

  /*--related link--*/
  .related-link {
    margin: 90px auto;
  }
  .related-link a {
    padding: 1% 30%;
    font-size: 3.25vw;
    font-weight: 400;
    letter-spacing: 1px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition: background 1s;
  }
  .related-link a:hover {
    background-color: #fff;
    color: #000;
  }
}

/*--PC--*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }

  .bgcolor {
    background-color: #207baf;
  }


  main {
    width: 900px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  }
 main h2, main h3, main h4 {
    font-family: "ballinger-mono", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #000;
  }

  .lead {
    width: 900px;
    margin: 45px auto 0;
    text-align: center;
  }

h2 img {
      width: 17%;
      margin: 0 0 0 0;
      padding: 85px 0 0px 0;
}	

	.t-main{
		width: 750px;
		margin: 0 auto;
	}
	.t-main img{
	/* vertical-align: bottom; */
	}
	
/* スライドボックス用CSS（既存スタイルと分離） */
.slide-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 30px; /* 適宜調整 */
  height: 17px;
  line-height: 17px;
}

.slide-box .box {
  background-color: #000;
  padding: 0;
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}

.slide-box.visible .box {
  transform: scaleX(1);
  opacity: 1;
}

.slide-box .text {
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transition: opacity 1s ease-out;
  transition-delay: 0.8s;
}

.slide-box.visible .text {
  opacity: 1;
  font-size: 16px;
  display: block;
  height: 18px;
  line-height: 18px;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}
/* スライドボックス用CSS（既存スタイルと分離） */

.subtitle p{
		text-align: center;
		font-weight: bold;
		font-size: 2rem;
		font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	}
	
/* ボックス全体を横並びに */
.box-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 画面が狭いとき折り返し */
  gap: 10px;        /* ボックス間のスペース */
  margin: 30px auto 50px;
  max-width: 1000px;
  padding: 0 20px;
}
.box-row2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 画面が狭いとき折り返し */
  gap: 10px;        /* ボックス間のスペース */
  margin: 40px auto 20px;
  max-width: 1000px;
  padding: 0 20px;
}

/* 個別のボックス */
.box-item {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 0px 5px;
  min-width: 50px;
  /* flex: 1 1 calc(25% - 20px); */
  text-align: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.box-item .text {
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}

/*画像テキスト横並び*/
.t-flex {
  /* width: 750px; */
  margin: -88px auto -20px;
  display: flex;
  justify-content: center;
  align-items: center; /* ← 高さを揃える */
  gap: 20px;
  padding: 20px 0;
  flex-wrap: nowrap;
}

.t-flex img {
  height: auto;
  object-fit: cover; /* ← 必要なら画像トリミングして高さ揃える */
}

/* テキストを上下中央に配置 */
.t-flex p {
  width: 40%;
  font-size: 12px;
  margin: 0;
  /* padding: 0 15px 0 0; */
  display: flex;
  line-height: 1.9;
  text-align: justify;
  letter-spacing: 1px;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}

	.t-flex img{
    width: 30%;
    font-size: 12px;
  }

 
/*画像テキスト横並び*/

.imgleft{
		margin: 0 auto;
		width: 50%;
	}
	.comment1{
		width: 50%;
		margin: 20px auto 30px;
		text-align: justify;
		font-size: 12px;
		font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	}
	.comment2{
		width: 100%;
		margin: 20px auto 30px;
		text-align: justify;
		font-size: 12px;
		font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	}
	.price{
		font-size: 12px;
		text-align: center;
		margin: 30px auto;
		font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	}
.button_lg {
    width: 100%;
    height: 20px;
    line-height: 20px;
    border: solid 1px #000;
    background: #000;
    text-align: center;
    transition: 1s;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: futura-pt, sans-serif !important;
    margin: 0 auto;
 }
.btn {
  text-decoration: none;
  width: 50%;
  margin: 0 auto;
  padding: 20px 0px 70px;
}
.btn a:hover{
    background-color: #fff;
    color: #333;
	border: 1.2px solid #333;
  }
.btn4 {
  text-decoration: none;
  width: 100%;
  padding: 20px 0px 0px;
}
.btn4 a:hover{
    background-color: #fff;
    color: #333;
	border: 1.2px solid #333;
  }
	

  section {
    width: 900px;
    margin: 80px auto;
    padding-top: 0px;
  }

  /*--section01,03,05,07--*/
  .section01 h2, 
  .section03 h2,
  .section04 h2,
  .section06 h2, 
  .section07 h2 {
    text-align: center;
  }
  .section02 h2,   
  .section05 h2,
  .section08 h2 {
    text-align: center;
  }
  .section01 .content01, 
  .section02 .content01,
  .section03 .content01, 
  .section04 .content01, 
  .section05 .content01,
  .section06 .content01 {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    padding: 0 0 50px;
  }
  .section01 .slide-area, 
  .section02 .slide-area,
  .section04 .slide-area,
  .section05 .slide-area,
  .section06 .slide-area {
    width: 50%;
    order: 0;
    position: relative;
 }
  
  .section01 .caption-area,
  .section03 .caption-area,
  .section05 .caption-area, 
  .section07 .caption-area {
    width: 100%;
    margin: 50px auto 0;
    text-align: left;
  }
  
  .section01 .caption-area h3, 
  .section02 .caption-area h3, 
  .section03 .caption-area h3, 
  .section04 .caption-area h3, 
  .section05 .caption-area h3, 
  .section06 .caption-area h3, 
  .section07 .caption-area h3 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    color: #012f51;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: linear-gradient(transparent 87%, #50ABE0 30%);
    display: inline-block;
  }
	
  .section01 .caption-area p, 
  .section02 .caption-area p, 
  .section03 .caption-area p, 
  .section04 .caption-area p, 
  .section05 .caption-area p, 
  .section06 .caption-area p, 
  .section07 .caption-area p {
    margin: 10px 0 10px;
    text-align: justify;
    font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  }
  .section01 .credit-all, 
  .section02 .credit-all, 
  .section03 .credit-all, 
  .section04 .credit-all, 
  .section05 .credit-all, 
  .section06 .credit-all, 
  .section07 .credit-all {
    width: 100%;
    margin-top: 20px;
  }
  
  .section01 .credit, 
  .section02 .credit, 
  .section03 .credit, 
  .section04 .credit, 
  .section05 .credit, 
  .section06 .credit, 
  .section07 .credit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
  }
  .section01 .credit .text p, 
  .section02 .credit .text p, 
  .section03 .credit .text p, 
  .section04 .credit .text p, 
  .section05 .credit .text p, 
  .section06 .credit .text p, 
  .section07 .credit .text p {
    font-family: futura-pt, sans-serif !important;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.1;
    text-align: left;
    color: #012f51;
    letter-spacing: 0.5px;
  }
  .section01 .credit .text span, 
  .section02 .credit .text span, 
  .section03 .credit .text span, 
  .section04 .credit .text span, 
  .section05 .credit .text span, 
  .section06 .credit .text span, 
  .section07 .credit .text span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.79vw;
  }
  
	
 
	
  /*--section02,04,06--*/
  .section02, 
  .section04, 
  .section06 {
    /* width: 900px; */
  }
  
  .section03 .slide-area, 
  .section04 .slide-area, 
  .section06 .slide-area {
    width: 50%;
    order: 1;
  }
  .section02 .caption-area, 
  .section04 .caption-area, 
  .section06 .caption-area {
    width: 100%;
    margin: 50px auto 0;
    text-align: left;
  }
  
  .section06{
		padding: 0 0 50px 0;
	}
	
	
	

	.credit {
        /* width: calc(100% - 60px); */
        margin: 10px auto 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
.credit .text p{
    font-family: futura-pt, sans-serif !important;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #012f51;
    letter-spacing: 1px;
  }
  .credit .name {
        width: 70%;
        text-align: left;
    }
.credit .name a {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
    }
	
	
	
	.credit .btn2 a {
        font-family: futura-pt, sans-serif !important;
        font-size: 2.2rem;
        display: block;
        height: 20px;
        line-height: 20px;
        font-weight: normal;
        color: #ffffff;
        text-decoration: none;
        border: 1px solid #000000;
        background-color: #000000;
        transition: background 1s;
 }
	
.btn2 {
  text-decoration: none;
}

.btn2 a:hover{
    background-color: #fff;
    color: #333;
	border: 1.2px solid #333;
  }

	.styling_inner .slide-box .text{
		font-size: 2.2rem;
		display: block;
		height: 20px;
		line-height: 20px;
	}
	.fs-en01{
		font-size: 14px;
		font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	}
	
 
.btn3 a {
        font-family: futura-pt, sans-serif !important;
        font-size: 16px;
        display: block;
        height: 18px;
        line-height: 18px;
        font-weight: normal;
        color: #ffffff;
        text-decoration: none;
        border: 1px solid #000000;
        background-color: #000000;
        transition: background 1s;
 }
	
.btn3 {
  margin: 0 auto;
  text-decoration: none;
  width: fit-content;
}

.btn3 a:hover{
    background-color: #fff;
    color: #333;
	border: 1.2px solid #333;
  }
	.section06{
		padding: 0 0 30px 0;
	}
	
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 2em;
  padding: 0px 2px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #000;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
}

.balloon1 p {
  margin: 0;
  padding: 0;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}

	.airshade{
		margin: 0 auto;
		width: 50%;
		
	}	
	.airshade a:hover{
		opacity: 0.5;
		transition: 0.5s;
	}	

  /*--related link--*/
  .related-link {
    margin: 90px auto;
    font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  }
  .related-link a {
    padding: 0.5% 20%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition: background 1s;
  }
  .related-link a:hover {
    background-color: #fff;
    color: #000;
  }
}





/*--slick カスタマイズ--*/
.content01 .slick-dots li {
  margin: 0;
}
.content01 .slick-dots li button:before {
  opacity: 1;
  color: #333;
}
.content01 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #848484;
}
.content02 .slick-dots li {
  margin: 0;
}
.content02 .slick-dots li button:before {
  opacity: 1;
  color: #333;
}
.content02 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #207baf;
}


/*--スクロール　アニメーション--*/
.fade-in {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
}
.fade-up {
  transform: translate(0, 30px);
}
.fade-in.scroll-in {
  opacity: 1;
  transform: translate(0,0);
}


