!important;!important;!important;!important!important!important@charset "utf-8";
/* =============
  theme original
================ */
.h_bar,
#beltbnr_ {
  display: none;
}

/* =======
  common
========== */
html {
  font-size: 62.5%;
  scroll-padding-top: 100px;
  font-family: "Hiragino Mincho ProN", YuMincho, 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;
  }
 
ul,li {
  list-style: none;
}

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

/* ========================================
  共通
========================================= */
.h_bar,
#beltbnr_ {
  display: none;
}

.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: "yu-gothic-pr6n, sans-serif";*/
  font-size: 13px;
  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{
	border: solid 1px #e23927;
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	/* padding-bottom: 100px; */
}

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


/* 円がテキストを囲むようにアニメーションするCSS */

 .ellipse-container {
  position: relative;
  width: 100px;
  height: 60px;
  margin: 0 auto;
  font-family: serif;
}

.ellipse-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.ellipse-path {
  fill: #e23927;
  fill-opacity: 0;
  stroke: #e23927;
  stroke-width: 1;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
}

.ellipse-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  white-space: nowrap;
  font-family: serif;
  color: #333;
}

.ellipse-container.animate .ellipse-path {
  animation:
    drawEllipse 1s linear forwards,
    fadeFill 0.5s ease-in forwards;
  animation-delay: 0s, 1s;
}

.ellipse-container.animate .ellipse-text {
  animation: changeTextColor 0.5s ease-in forwards;
  animation-delay: 1s;
}

@keyframes drawEllipse {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeFill {
  to {
    fill-opacity: 1;
  }
}

@keyframes changeTextColor {
  to {
    color: #fff;
  }
}

/* 円がテキストを囲むようにアニメーションするCSS　終わり */


/* 画像が跳ねるアニメーション　CSS　 */
.bounce-img {
  opacity: 0;
  transform: translateY(50px);
  will-change: opacity, transform;
}

.bounce-img.animate {
  animation: bounceIn 0.8s ease-out forwards;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  40% {
    opacity: 1;
    transform: translateY(-30px);  /* 高く跳ねる */
  }
  60% {
    transform: translateY(10px);   /* 下に戻りすぎる動き */
  }
  75% {
    transform: translateY(-5px);   /* 小さく跳ね返る */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 画像が跳ねるアニメーションするCSS　終わり */

/* 赤いボックスがスライドアニメーションするCSS */
.box {
      padding: 0px 0px;
      transform-origin: left center;
      transform: scaleX(0);
      opacity: 0;
      transition: transform 0.7s ease-out, opacity 0.7s ease-out;
    }

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

    .text {
      opacity: 0;
      transition: opacity 1s ease-out;
      transition-delay: 0.8s;
    }

    .box.visible .text {
      opacity: 1;
    }
	.mark{
      opacity: 0;
      transition: opacity 1s ease-out;
      transition-delay: 0.8s;
    }

    .box.visible .mark {
      opacity: 1;
    }



.red-box {
  background-color: #e23927; /* 赤 */
  color: white;              /* 文字色は白 */
  width: 100%;
  height: 60px;
  margin: 20px 0;
  padding: 50px 90px;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
         /* 角を少し丸く */
  user-select: none;
}
.red-box2 {
  margin: 10px auto 20px;
  background-color: #e23927;
  color: #fff;
  width: 33%;
  height: 40px;
  display: flex;
  align-items: center; /* 縦中央揃え */
  justify-content: center; /* 横中央揃え */
  gap: 0px;
  padding: 0px;
}

.red-box2 .mark {
  font-size: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-family: 'yu-mincho-pr6n';
  font-weight: lighter;
}

.red-box2 .text {
  font-size: 18px;
  line-height: 1.2;
  font-family: serif;
}

/* 赤いボックスがスライドアニメーションするCSS　終わり */


.name a{
	font-family: "Hiragino Mincho ProN", YuMincho, serif;
}

/* ========================================
  共通終わり
========================================= */



/*--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;
	
  }
main h2, main h3, main h4 {
    font-family: serif!important;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #e23927;
    transform: scale(0.8, 1);
    
  }
	
  .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;
	border-left: none;
	border-right: none;
}

.t-main {
		padding: 0px 0 10px;
		margin: 0 auto;
	}
.red-box {
  background-color: #e23927; /* 赤 */
  color: white;              /* 文字色は白 */
  width: 100%;
  height: 60px;
  margin: 20px 0 50px;
  padding: 70px 20px;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
         /* 角を少し丸く */
  user-select: none;
}
.red-box2 {
  margin: 10px auto 10px;
  background-color: #e23927;
  color: #fff;
  width: 70%;
  height: 40px;
  display: flex;
  align-items: center; /* 縦中央揃え */
  justify-content: center; /* 横中央揃え */
  gap: 0px;
  padding: 0px;
}

.red-box2 .mark {
  font-size: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-family: 'yu-mincho-pr6n';
  font-weight: lighter;
}

.red-box2 .text {
  font-size: 16px;
  line-height: 1.2;
  font-family: serif;
}
.white-box{
		border-top: solid 1px #e23927;
		padding: 10px 20px 0;
		text-align: justify;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.2rem;
	}


	
.coord_ttl {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0px 0 20px;
}	
.coord_ttl img {
    width: 14%;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 20.5%;
}
	.coord_ttl h4 {
    font-size: 2.2rem;
    font-family: "Hiragino Mincho ProN", YuMincho, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 3%;
    position: relative;
    width: fit-content;
    padding: 0px 0px;
    border-bottom: solid 2px #e23927;
    background-color: #ffffff;
}
	.coord_ttl h4::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 56%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
	.coord_ttl h4::after {
  content: "";
  position: absolute;
  top: calc(100% + 11px);
  left: calc(51% - 1px);
  z-index: -1;
  width: 30px;
  height: 2px;
  transform: rotate(130deg);
  box-sizing: border-box;
  background-color: #e23927;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
}
	.coord_ttl h4 span {
    font-family: "Hiragino Mincho ProN", YuMincho, serif;
    font-weight: normal;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

/*画像テキスト横並び*/
.t-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* ← 高さを揃える */
  gap: 0px;
  margin: -40px 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 {
    position: relative;
  }
 
	
  
	
.caption-area{
    width: 100%;
    margin: 0px auto;
    padding: 50px 0;
  }
.caption-area2{
    width: 100%;
    padding-bottom: 50px;
    margin: 40px auto;
  }
  
  .caption-area h3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding: 5px 20px;
    background-color: #e23927;
    border-radius: 60%;
    display: inline-block;
  }
.caption-area2 h3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding: 5px 20px;
    background-color: #e23927;
    border-radius: 60%;
    display: inline-block;
  }
	
  .caption-area p {
    margin: 10px 0 10px;
    text-align: justify;
    font-family: serif;
  }
.caption-area2 p {
    margin: 10px 0 10px;
    text-align: justify;
    font-family: serif;
  }
  .credit-all {
    width: 60%;
    padding: 0px;
    margin: 20px auto;
  }
.credit-all2 {
    width: 70%;
    margin: 20px auto;
  }
  
  .credit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 5px 0; */
  }
  .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;
  }
  .credit .text span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.79vw;
  }
  
	
	
	

 .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: 14px;
        letter-spacing: 1px;
        line-height: 1;
        font-weight: normal;
        color: #e23927;
        text-decoration: none;
    }
	
	
.credit .btn2 a {
        font-family: serif;
        font-size: 1.5rem;
        display: block;
        padding: 0px 7px;
        font-weight: normal;
        color: #e23927;
        text-decoration: none;
        border: 1px solid #000000;
        transition: background 1s;
 }
	
.btn2 {
  text-decoration: none;
}

.btn2 a:hover{
    background-color: #e23927;
    color: #fff;
	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;
    font-family: serif;
  }
  .related-link a {
    padding: 1% 30%;
    font-size: 3.25vw;
    font-weight: 400;
    letter-spacing: 1px;
    border: 1px solid #e23927;
    background-color: #fff;
    color: #e23927;
    text-decoration: none;
    transition: background 1s;
  }
  .related-link a:hover {
    background-color: #3c3c3c;
    color: #fff;
  }
}

/*--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;
    
  }
 main h2, main h3, main h4 {
    font-family: serif!important;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #e23927;
    transform: scale(0.8, 1);
    border-bottom: solid 1px;
  }

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

h2 img {
      width: 17%;
      margin: 0 0 0 0;
      padding: 85px 0 0px 0;
}	
.ttl02{
		display: flex;
	}
	.t-main{
		width: 450px;
		padding: 30px 0;
		margin: 0 auto;
	}
	
	.t-main2{
		padding: 10px 0;
		margin: 0 auto;
	}
	
	.t-main3{
		padding: 10px 0;
		margin: 0 auto;
		order: 1;
	}
	
	

.white-box {
  color: #000;
  width: 100%;
  height: 60px;
  margin: 0px 0 20px;
  padding: 50px 90px 0;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
         /* 角を少し丸く */
  user-select: none;
  letter-spacing: 1px;
  line-height: 2.2rem;
  font-family: 'ballinger-mono';
}
	
.coord_ttl {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0px 0 20px;
}	
.coord_ttl img {
    width: 7%;
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 36.5%;
}
	.coord_ttl h4 {
    font-size: 2.2rem;
    font-family: "Hiragino Mincho ProN", YuMincho, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 3%;
    position: relative;
    width: fit-content;
    padding: 0px 0px;
    border-bottom: solid 2px #e23927;
    background-color: #ffffff;
}
	.coord_ttl h4::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 56%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
	.coord_ttl h4::after {
  content: "";
  position: absolute;
  top: calc(100% + 11px);
  left: calc(51% - 1px);
  z-index: -1;
  width: 30px;
  height: 2px;
  transform: rotate(130deg);
  box-sizing: border-box;
  background-color: #e23927;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
}
	.coord_ttl h4 span {
    font-family: "Hiragino Mincho ProN", YuMincho, serif;
    font-weight: normal;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

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

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

/* テキストを上下中央に配置 */
.t-flex p {
  font-size: 12px;
  /* padding: 0 15px 0 0; */
  display: flex;
  line-height: 1.9;
  text-align: justify;
  letter-spacing: 1px;
  
}

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

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

.imgleft{
		margin: 0 auto;
		width: 50%;
		padding: 0 90px 0 0;
	}
.imgleft2{
		margin: 0 auto;
		width: 50%;
		padding: 0 0 0 90px;
	}
	
.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--*/
  h2{
    text-align: center;
  }
 
  .content01 {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    padding: 0 0 50px;
  }
  .slide-area {
    width: 50%;
    order: 0;
    position: relative;
 }
  
  .caption-area{
    width: 100%;
    margin: 0px auto;
    padding: 70px 0;
  }
.caption-area2{
    width: 100%;
    margin: 0px auto;
  }
  
  .caption-area h3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding: 5px 20px;
    background-color: #e23927;
    border-radius: 60%;
    display: inline-block;
  }
 .caption-area2 h3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding: 5px 20px;
    background-color: #e23927;
    border-radius: 60%;
    display: inline-block;
  }
	
   .caption-area p {
    margin: 10px 0 10px;
    text-align: justify;
    font-family: serif;
  }
 .caption-area2 p {
    margin: 10px 0 10px;
    text-align: justify;
    font-family: serif;
  }
  .credit-all {
    width: 40%;
    padding: 0px;
    margin: 20px auto;
    font-family: serif;
  }
.credit-all2 {
    width: 100%;
    margin: 20px auto;
  }
  
  .credit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
  }
  .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;
  }
  .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;
  }
 
  .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: 14px;
        letter-spacing: 1px;
        line-height: 1;
        font-weight: normal;
        color: #e23927;
        text-decoration: none;
    }
	
	
	
.credit .btn2 a {
        font-family: serif;
        font-size: 1.5rem;
        display: block;
        padding: 0px 7px;
        font-weight: normal;
        color: #e23927;
        text-decoration: none;
        border: 1px solid #000000;
        transition: background 1s;
 }
	
.btn2 {
  text-decoration: none;
}

.btn2 a:hover{
    background-color: #e23927;
    color: #fff;
	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;
	}
	



  /*--related link--*/
  .related-link {
    margin: 90px auto;
    font-family: serif;
  }
  .related-link a {
    padding: 0.5% 20%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    border: 1px solid #e23927;
    background-color: #fff;
    color: #e23927;
    text-decoration: none;
    transition: background 1s;
  }
  .related-link a:hover {
    background-color: #3c3c3c;
    color: #fff;
  }
}





/*--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 2s;
}
.fade-up {
  transform: translate(0, 30px);
}
.fade-in.scroll-in {
  opacity: 1;
  transform: translate(0,0);
}


