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


/* =======
  common
========== */

html {
  font-size: 62.5%;
  scroll-padding-top: 100px;
}
*,
*::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;
  }
body{
}
ul,li {
  list-style: none;
}

/* 不要箇所 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  object-fit: cover;
}
svg {
    overflow: visible;
    width: 100%
}
.en{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-orientation: upright;
}

/* ==========
  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;
}


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



.area{
	width: 900px;
	margin: 0 auto;
	/* border: solid 1px; */
	/* padding-bottom: 100px; */
}

.slide-items{
	border-radius: 32.5px;
	margin: 20px 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: -20px!important;
	width: initial;
	left: auto;
	right: 0;
}
.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;
  }
  .font-ja {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00367a;
  font-size: 13.5px;
  font-feature-settings: "palt"; /* 句読点を詰める */
  letter-spacing: 2px;
  line-height: 1.75;
  text-align: justify; /* 両橋を揃える */
}

  .column {
    display: block;
  }
  .l-content__header,
  .section-container {
    width: 100%;
  }
.p-article__vis{
  position: relative;
  width: 100%;
  display: inline-block;
 }
  .p-article__header,
  .l-col {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin: 40px 0 0px;
  }
  .lead {
    text-align: left;
    margin-top: 10.45%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
	
  main {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    background-color: #a9d4ec;
  }

 main h2, main h3, main h4 {
    width: 100%;
    margin: 0 auto;
    font-size: 3.25vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #333;
  }
  .lead {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
    text-align: justify;
  }
  .lead br {
    display: none;;
  }
	

	
	
.area{
	border: none;
	margin: 0 auto;
	width: auto;
	padding: 0 0 0px 0;
}
	

	.subtitle{
		border-top: solid 1px #000;
		align-items: anchor-center;
		margin-top: -3px;
	}	
	.subtitle p{
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 500;
	font-style: normal;
	}
	.subtitle_p{
		font-size: 17px;
		margin: -3px auto;
	}

/* SVG を画像の上に重ねて中央配置 */

.fv_title2_1 {
  position: absolute;
  top: 50%;               /* ← 画像の真ん中あたりに配置（調整可能） */
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 143%;
  pointer-events: none;   /* クリックをブロックしない */
}
.fv_title2 {
  position: absolute;
  top: 50%;               /* ← 画像の真ん中あたりに配置（調整可能） */
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 143%;
  pointer-events: none;   /* クリックをブロックしない */
}


/* SVGフェードインアニメーション */
.fv_title2_1 span svg {
  width: 70%;             /* SVGの大きさ（調整OK） */
  opacity: 0;
  animation: fadeIn 2.2s ease-in-out forwards;
}
.fv_title2 span svg {
  width: 70%;             /* SVGの大きさ（調整OK） */
  opacity: 0;
  animation: fadein 0.8s ease-in-out forwards;
}

/* アニメーション定義 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);  /* 下からふわっと */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(0px);  /* 下からふわっと */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

	
	
	.subtitle{
		border-top: solid 1px #000;
		align-items: anchor-center;
	}	
	.subtitle p{
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 500;
	font-style: normal;
	}
	.subtitle_p{
		font-size: 24px;
		margin-top: -4px;
	}



	
/*-------------------------商品ランキングレイアウト--------------------*/	
	
.rankingCard {
    position: relative;
    overflow: hidden;
}

.rankingCard__header {
    position: relative;
    height: 120px;
}

.rankingCard__tag {
    position: absolute;
    top: 50px;
    left: 20px;
    transform-origin: top center;
    animation: tagSwing 3.8s ease-in-out infinite;
    z-index: 2;
}

.rankingCard__tag img {
    width: 115px;
    display: block;
}

.rankingCard__ranking {
    top: 50px;
    right: 20px;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    align-items: end;
    z-index: 999;
}

.rankingCard__ranking .small {
    line-height: 1.2;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: end;
    font-size: 20px;
    letter-spacing: 1px;
}

.rankingCard__ranking .num {
    line-height: .9;
    transform: scale(.2);
    opacity: 0;
    font-size: 68px;
    font-family: the-seasons, sans-serif;
    font-weight: lighter;
    font-style: normal;
    letter-spacing: -3px;
}

.rankingCard__ranking .num.show{
    animation: rankPop .9s cubic-bezier(.2,1.4,.3,1) forwards;
}

.rankingCard__image {
    position: relative;
    overflow: hidden;
}
.rankingCard__image2 {
    position: relative;
    overflow: hidden;
}
.rankingCard__image3 {
    position: relative;
    overflow: hidden;
}
.rankingCard__image img {
    width: 100%;
    display: block;
}
.rankingCard__image2 img {
    width: 83%;
    display: block;
}
.rankingCard__image3 img {
    width: 93%;
    display: block;
    margin: 0 auto;
}
.rankingCard__title {
    position: absolute;
    top: 227px;
    left: 44px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .12em;
    font-size: 18px;
    color: #003d8f;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: bold;
    font-style: normal;
}
.rankingCard__title2 {
    position: absolute;
    top: 460px;
    left: 170px;
    text-orientation: upright;
    letter-spacing: .12em;
    font-size: 18px;
    color: #003d8f;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    margin: 10px;
    line-height: 25px;
}
	.rankingCard__title3 {
    position: absolute;
    top: 156px;
    right: 22px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .12em;
    font-size: 18px;
    color: #003d8f;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: bold;
    font-style: normal;
}
.rankingCard__title4 {
    position: absolute;
    top: 60%;
    left: 22%;
    text-orientation: upright;
    letter-spacing: .12em;
    font-size: 18px;
    color: #003d8f;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: bold;
    font-style: normal;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    transform: translateY(-60%);
}
.rankingCard__title4 img{
	width: 35px;
	padding: 0px 0 6px;
	}
.rankingCard__body {
    padding: 27px 24px;
}
.rankingCard__body2 {
    padding: 0px 24px;
}
.rankingCard__text {
    color: #00367a;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 15px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: justify;
}

.rankingCard__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
}
.rankingCard__bottom2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.rankingCard__price {
    color: #003d8f;
    font-size: 13px;
    margin: 0;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.rankingCard__buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 25px;
    background: #00367a;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
    font-size: 12px;
}

.rankingCard__buy:hover {
    background: #002b67;
}

/* タグの揺れ */

@keyframes tagSwing {
    0% {
        transform: rotate(-6deg);
    }
    25% {
        transform: rotate(4deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(-6deg);
    }
}

/* ランキング数字 */

@keyframes rankPop {
    0% {
        transform: scale(.2);
        opacity: 0;
    }
    55% {
        transform: scale(1.18);
        opacity: 1;
    }
    78% {
        transform: scale(.94);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
	
	.border{
		border-bottom: solid 1px #fff;
		padding-top: 50px;
	}
	.rankingCard__favorite{
    position:absolute;
    right: 27px;
    bottom: 322px;
    display:flex;
    align-items: center;
    gap: 2px;
    color:#003d8f;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    z-index: 9;
}

.favoriteHeart{
    font-size: 36px;
    color:#ff7b98;
    line-height:1;
    font-weight: lighter;
    scale: 1.15 1;
}

.favoritePlus{
    font-size:34px;
    font-weight:500;
    line-height:1;
}

.favoriteCount{
    font-size: 33px;
    font-weight:700;
    line-height:.9;
    letter-spacing:.02em;
}
@keyframes heartBeat{

    0%,100%{
        transform:scale(1);
    }

    20%{
        transform:scale(1.18);
    }

    40%{
        transform:scale(.95);
    }

    60%{
        transform:scale(1.12);
    }

}

.favoriteHeart{
    animation:heartBeat 1.5s infinite;
}
	
	/*-------------------------商品ランキングレイアウト　終わり--------------------*/
	
.button_lg {
    width: 89%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: 0.3s;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 auto;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 50px;
    background-color: #fff;
 }



  section {
    margin: 10px 0px 0px;
    display: flex;
    justify-content: center;
  }
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;
    width: 95%;
    order: 0;
    margin-left: auto;
  }
 
  


	.fs-en01{
		font-size: 14px;
	}
	

	
	

  /*--related link--*/
 

.btn2 {
  text-decoration: none;
  margin: 0 auto;
  padding: 50px 30px 80px;
}
.btn2 a:hover{
    color: #fff;
	background-color: #ABABAB;
	opacity: 0.5;
    transition: all 0.5s ease;
  }

}

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

 
 ul, li {
    list-style: none;
    font-size: 1.2rem;
    text-align: left;
    padding-left: 0px;
}
.font-ja {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00367a;
  background-color: #fff;
  font-size: 14px;
  font-feature-settings: "palt"; /* 句読点を詰める */
  letter-spacing: 2px;
  line-height: 1.75;
  text-align: justify; /* 両橋を揃える */
}
.slide-items{
	border-radius: 32.5px;
	margin: 30px 0;
}
  main {
    width: 900px;
    overflow: hidden;
    margin: 30px auto;
    text-align: center;
    background-color: #a9d4ec;
    font-weight: 500;
    font-style: normal;
    border-radius: 10px;
  }

  .lead {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    width: 95%;
    margin: 30px auto 0;
    padding: 30px;
    text-align: center;
    background-color: #a9d4ec;
  }

h3 img {
      width: 17%;
      margin: 0 0 0 0;
      padding: 85px 0 0px 0;
}	
	.p-article__vis{
  position: relative;
  width: 100%;
  display: inline-block;
 }
	
	
/* SVG を画像の上に重ねて中央配置 */
.fv_title_1 {
  position: absolute;
  top: 50%;               /* ← 画像の真ん中あたりに配置（調整可能） */
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 142%;
  pointer-events: none;   /* クリックをブロックしない */
}
.fv_title {
  position: absolute;
  top: 50%;               /* ← 画像の真ん中あたりに配置（調整可能） */
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 142%;
  pointer-events: none;   /* クリックをブロックしない */
}


/* SVGフェードインアニメーション */
.fv_title_1 span svg {
  width: 70%;             /* SVGの大きさ（調整OK） */
  opacity: 0;
  animation: fadeIn 2.2s ease-in-out forwards;
}
.fv_title span svg {
  width: 70%;             /* SVGの大きさ（調整OK） */
  opacity: 0;
  animation: fadein 0.8s ease-in-out forwards;
}

/* アニメーション定義 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);  /* 下からふわっと */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(0px);  /* 下からふわっと */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

	
	
	.subtitle{
		border-top: solid 1px #000;
		align-items: anchor-center;
	}	
	.subtitle p{
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 500;
	font-style: normal;
	}
	.subtitle_p{
		font-size: 24px;
		margin-top: -4px;
	}



	
/*-------------------------商品ランキングレイアウト--------------------*/	
	
.rankingCard {
    position: relative;
    /* overflow: hidden; */
    width: 50%;
}

.rankingCard__header {
    position: relative;
    height: 120px;
}

.rankingCard__tag {
    position: absolute;
    top: 50px;
    left: -14px;
    transform-origin: top center;
    animation: tagSwing 3.8s ease-in-out infinite;
    z-index: 999;
}

.rankingCard__tag img {
    width: 135px;
    display: block;
}

.rankingCard__ranking {
    top: 40px;
    right: 0px;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    align-items: end;
    z-index: 999;
}

.rankingCard__ranking .small {
    line-height: 1.2;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: end;
    font-size: 20px;
    letter-spacing: 1px;
}

.rankingCard__ranking .num {
    line-height: .9;
    transform: scale(.2);
    opacity: 0;
    font-size: 77px;
    font-family: the-seasons, sans-serif;
    font-weight: lighter;
    font-style: normal;
    letter-spacing: -3px;
}

.rankingCard__ranking .num.show{
    animation: rankPop .9s cubic-bezier(.2,1.4,.3,1) forwards;
}

.rankingCard__image {
    position: relative;
    overflow: hidden;
}
.rankingCard__image2 {
    position: relative;
    overflow: hidden;
}
.rankingCard__image3 {
    position: relative;
    overflow: hidden;
}
.rankingCard__image img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.rankingCard__image2 img {
    width: 90%;
    display: block;
}
.rankingCard__image3 img {
    width: 93%;
    display: block;
    margin: 0 auto;
}
.rankingCard__title {
    position: absolute;
    top: 265px;
    left: 44px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .12em;
    font-size: 20px;
    color: #003d8f;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: bold;
    font-style: normal;
}
.rankingCard__title2 {
    position: absolute;
    top: 562px;
    left: 225px;
    text-orientation: upright;
    letter-spacing: .12em;
    font-size: 20px;
    color: #003d8f;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    line-height: 28px;
}
	.rankingCard__title3 {
    position: absolute;
    top: 185px;
    left: 394px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .12em;
    font-size: 20px;
    color: #003d8f;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: bold;
    font-style: normal;
}
.rankingCard__title4 {
    position: absolute;
    top: 618px;
    left: 108px;
    text-orientation: upright;
    letter-spacing: .12em;
    font-size: 20px;
    color: #003d8f;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: bold;
    font-style: normal;
    display: flex;
    z-index: 999;
    align-items: flex-end;
    gap: 5px;
}
.rankingCard__title4 img{
	width: 35px;
	padding: 0px 0 6px;
	}
.rankingCard__body {
    padding: 27px 0px;
}
.rankingCard__body2 {
    padding: 0px 24px;
}
.rankingCard__text {
    color: #00367a;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 15px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: justify;
}

.rankingCard__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
}
.rankingCard__bottom2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.rankingCard__price {
    color: #003d8f;
    font-size: 13px;
    margin: 0;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.rankingCard__buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 25px;
    background: #00367a;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
    font-size: 12px;
}

.rankingCard__buy:hover {
    background: #002b67;
}

/* タグの揺れ */

@keyframes tagSwing {
    0% {
        transform: rotate(-6deg);
    }
    25% {
        transform: rotate(4deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(-6deg);
    }
}

/* ランキング数字 */

@keyframes rankPop {
    0% {
        transform: scale(.2);
        opacity: 0;
    }
    55% {
        transform: scale(1.18);
        opacity: 1;
    }
    78% {
        transform: scale(.94);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
	
	.border{
		border-bottom: solid 1px #fff;
		padding-top: 50px;
	}
	.rankingCard__favorite{
    position:absolute;
    right: 29px;
    bottom: 304px;
    display:flex;
    align-items: center;
    gap: 2px;
    color:#003d8f;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    z-index: 999;
}

.favoriteHeart{
    font-size: 36px;
    color:#ff7b98;
    line-height:1;
    font-weight: lighter;
    scale: 1.15 1;
}

.favoritePlus{
    font-size:34px;
    font-weight:500;
    line-height:1;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: bold;
    font-style: normal;
}

.favoriteCount{
    font-size: 33px;
    font-weight:700;
    line-height:.9;
    letter-spacing:.02em;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: bold;
    font-style: normal;
}
@keyframes heartBeat{

    0%,100%{
        transform:scale(1);
    }

    20%{
        transform:scale(1.18);
    }

    40%{
        transform:scale(.95);
    }

    60%{
        transform:scale(1.12);
    }

}

.favoriteHeart{
    animation:heartBeat 1.5s infinite;
}
	
	/*-------------------------商品ランキングレイアウト　終わり--------------------*/


	
	
	
.button_lg {
    width: 40%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: 0.3s;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 auto;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 50px;
    background-color: #fff;
 }



  section {
    margin: 0px auto 15px;
    padding-top: 0px;
    display: flex;
    justify-content: center;
  }

  /*--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 {
    padding: 0 0 0px;
  }
  .section01 .slide-area, 
  .section02 .slide-area,
  .section04 .slide-area,
  .section05 .slide-area,
  .section06 .slide-area {
    width: 50%;
    order: 0;
    position: relative;
 }
  
  
  
  
 
	
  /*--section02,04,06--*/
  .section02, 
  .section04, 
  .section06 {
  }
  
  .section03 .slide-area, 
  .section04 .slide-area, 
  .section06 .slide-area {
    width: 50%;
    order: 1;
  }
 

	

	
	.fs-en01{
		font-size: 14px;
		font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	}
	
 


  /*--related link--*/

.btn2 {
  text-decoration: none;
  margin: 0 auto;
  padding: 20px 30px 80px;
}
.btn2 a:hover{
    color: #fff;
	background-color: #ABABAB;
	opacity: 0.5;
    transition: all 0.5s ease;
  }

}





/*--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: #cccccc;
}


/*--スクロール　アニメーション--*/
.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);
}

.fade-left {
  opacity: 0;
  transform: translateX(-50px); 
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-left.on {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(50px); 
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-right.on {
  opacity: 1;
  transform: translateX(0);
}

