@charset "utf-8";

.h_bar, 
#beltbnr {
	display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}


/*--SP--*/
@media only screen and (max-width: 767px) {
.sp {
  display: block;
}
.pc {
  display: none;
}

/* MAIN */
main {
  width: 100%;
  margin: 0 auto;
}

/* KV */
.kv {
  width: 100%;
  margin: 0 auto 30px;
}

/* LEAD */
.lead {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.lead p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  color: #000000;
  text-align: justify;
}
.lead p br {
  display: none;
}

/* BRAND */
.brand {
  margin: 60px auto 0;
}

/*-- ITEM 01 / ITEM 03 / ITEM 04 / ITEM 05 / ITEM 07 共通 --*/
.brand .item01 .title, 
.brand .item03 .title, 
.brand .item04 .title, 
.brand .item05 .title, 
.brand .item07 .title {
  text-align: center;
}
.brand .item01 .title div, 
.brand .item03 .title div, 
.brand .item04 .title div, 
.brand .item05 .title div, 
.brand .item07 .title div {
  display: block;
  position: relative;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
.brand .item01 .title div::after, 
.brand .item03 .title div::after, 
.brand .item04 .title div::after, 
.brand .item05 .title div::after, 
.brand .item07 .title div::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  margin: 10px auto 15px;
  background: #000000;
}
.brand .item01 .title h2, 
.brand .item03 .title h2, 
.brand .item04 .title h2, 
.brand .item05 .title h2, 
.brand .item07 .title h2 {
  margin: -0.4em 0;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.8;
  color: #000000;
}

.brand .item01 .content, 
.brand .item03 .content, 
.brand .item04 .content, 
.brand .item05 .content, 
.brand .item07 .content {
  width: 100%;
  margin: 45px auto 0;
}
.brand .item01 .content .image, 
.brand .item03 .content .image, 
.brand .item04 .content .image, 
.brand .item05 .content .image, 
.brand .item07 .content .image {
  position: relative;
}
.brand .item01 .content .icon, 
.brand .item03 .content .icon, 
.brand .item04 .content .icon, 
.brand .item05 .content .icon, 
.brand .item07 .content .icon {
  width: 17.33%;
  max-width: 130px;
  position: absolute;
}
.brand .item01 .content .icon, 
.brand .item03 .content .icon, 
.brand .item05 .content .icon, 
.brand .item07 .content .icon {
  bottom: 15px;
  right: 20px;
}
.brand .item04 .content .icon {
  top: 15px;
  left: 20px;
}

.brand .item01 .caption, 
.brand .item03 .caption, 
.brand .item04 .caption, 
.brand .item07 .caption {
  width: calc(100% - 40px);
  margin: 30px auto 0;
  text-align: left;
}
.brand .item05 .caption {
  width: calc(100% - 40px);
  margin: 60px auto 0;
  text-align: left;
}

/*-- ITEM 02 / ITEM 06 共通 --*/
.brand .item02 .content, 
.brand .item06 .content {
  width: 100%;
  margin: 60px auto 0;
}
.brand .item02 .content .image, 
.brand .item06 .content .image {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.brand .item02 .content .icon, 
.brand .item06 .content .icon {
  width: 17.33%;
  max-width: 130px;
}
.brand .item02 .content .slide-items, 
.brand .item06 .content .item {
  margin: 15px auto 0;
}

.brand .item02 .caption {
  width: calc(100% - 40px);
  margin: 60px auto 0;
  text-align: left;
}
.brand .item06 .caption {
  width: calc(100% - 40px);
  margin: 30px auto 0;
  text-align: left;
}

/*-- ITEM 02 / ITEM 05のみ --*/
.brand .item02 .credit .name a span, 
.brand .item05 .credit .name a span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}
.brand .item02 .credit.main, 
.brand .item05 .credit.main {
  margin: 30px auto 0 !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.brand .item02 .credit.sub, 
.brand .item05 .credit.sub {
  margin: 20px auto 0 !important;
}

/* 各ITEM共通 */
.caption h3 {
  margin-left: 20px;
  padding: 0 3%;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.caption h3::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #000000;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateX(-100%);
}
.caption h3.active::after {
  animation-name: box_slide;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateX(-100%);
}
.caption h3 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  opacity: 0;
}
.caption h3.active span {
  animation-name: text_fadein;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes box_slide {
  0% {
    transform: translate(-100%,0);
  }
  100% {
    transform: translate(0,0);
  }
}
@keyframes text_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.caption p {
  margin: 30px auto 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
  text-align: justify;
}

.credit {
  width: calc(100% - 80px);
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.credit .name {
  width: 70%;
  text-align: left;
}
.credit .btn {
  width: 30%;
  text-align: right;
}
.credit .name a {
  font-family: Roboto,'游ゴシック Medium', sans-serif !important;    
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
  text-decoration: none;
}
.credit .btn a {
  padding: 2% 6%;
  font-family: Roboto,'游ゴシック Medium', sans-serif !important;    
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #000000;
  background-color: #000000;
  transition: background 1s;
}
.credit .btn a:hover {
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
}

/* LINK */
.relatedLink {
  margin: 60px auto;
  text-align: center;
}
.relatedLink a {
  padding: 2% 6%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #000000;
  background-color: #000000;
  transition: background 1s;
}
.relatedLink a:hover {
  background-color: #ffffff;
  color: #000000;
}

}


/*--PC--*/
@media only screen and (min-width: 768px) {
.sp {
  display: none;
}
.pc {
  display: block;
}

/* MAIN */
main {
  width: 900px;
  margin: 0 auto;
}

/* KV */
.kv {
  width: 100%;
  margin: 0 auto 30px;
}

/* LEAD */
.lead {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 20px;
}
.lead p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  text-align: center;
}

/* BRAND */
.brand {
  margin: 120px auto 0;
}

/*-- ITEM 01 / ITEM 03 / ITEM 04 / ITEM 05 / ITEM 07 共通 --*/
.brand .item01, 
.brand .item03, 
.brand .item04, 
.brand .item05, 
.brand .item07 {
  width: 500px;
  margin: 0 auto;
}
.brand .item01 .title, 
.brand .item03 .title, 
.brand .item04 .title, 
.brand .item05 .title, 
.brand .item07 .title {
  text-align: center;
}
.brand .item01 .title div, 
.brand .item03 .title div, 
.brand .item04 .title div, 
.brand .item05 .title div, 
.brand .item07 .title div {
  display: block;
  position: relative;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
.brand .item01 .title div::after, 
.brand .item03 .title div::after, 
.brand .item04 .title div::after, 
.brand .item05 .title div::after, 
.brand .item07 .title div::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  margin: 10px auto 15px;
  background: #000000;
}
.brand .item01 .title h2, 
.brand .item03 .title h2, 
.brand .item04 .title h2, 
.brand .item05 .title h2, 
.brand .item07 .title h2 {
  margin: -0.4em 0;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.8;
  color: #000000;
}

.brand .item01 .content, 
.brand .item03 .content, 
.brand .item04 .content, 
.brand .item05 .content, 
.brand .item07 .content {
  width: 100%;
  margin: 45px auto 0;
}
.brand .item01 .content .image, 
.brand .item03 .content .image, 
.brand .item04 .content .image, 
.brand .item05 .content .image, 
.brand .item07 .content .image {
  width: 450px;
  margin: 0 auto;
  position: relative;
}
.brand .item01 .content .icon, 
.brand .item03 .content .icon, 
.brand .item04 .content .icon, 
.brand .item05 .content .icon, 
.brand .item07 .content .icon {
  width: 17.33%;
  max-width: 130px;
  position: absolute;
}
.brand .item01 .content .icon, 
.brand .item03 .content .icon, 
.brand .item05 .content .icon, 
.brand .item07 .content .icon {
  bottom: 15px;
  right: 20px;
}
.brand .item04 .content .icon {
  top: 15px;
  left: 20px;
}

.brand .item01 .caption, 
.brand .item03 .caption, 
.brand .item04 .caption, 
.brand .item07 .caption {
  width: calc(100% - 40px);
  margin: 30px auto 0;
  text-align: left;
}
.brand .item05 .caption {
  width: calc(100% - 40px);
  margin: 60px auto 0;
  text-align: left;
}

/*-- ITEM 02 / ITEM 06 共通 --*/
.brand .item02, 
.brand .item06 {
  width: 100%;
  margin: 100px auto 0;
}
.brand .item02 .content, 
.brand .item06 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand .item02 .content .image, 
.brand .item06 .content .image {
  width: 450px;
}
.brand .item02 .content .text, 
.brand .item06 .content .text {
  width: 400px;
}
.brand .item02 .content .icon, 
.brand .item06 .content .icon {
  width: 17.33%;
  max-width: 130px;
}
.brand .item02 .content .slide-items, 
.brand .item06 .content .item {
  margin: 15px auto 0;
}

.brand .item02 .caption {
  width: calc(100% - 40px);
  margin: 60px auto 0;
  text-align: left;
}
.brand .item06 .caption {
  width: calc(100% - 40px);
  margin: 30px auto 0;
  text-align: left;
}

/*-- ITEM 02 / ITEM 05のみ --*/
.brand .item02 .credit .name a span, 
.brand .item05 .credit .name a span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}
.brand .item02 .credit.main, 
.brand .item05 .credit.main {
  margin: 30px auto 0 !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.brand .item02 .credit.sub, 
.brand .item05 .credit.sub {
  margin: 20px auto 0 !important;
}

/* 各ITEM共通 */
.caption h3 {
  margin-left: 20px;
  padding: 0 3%;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.caption h3::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #000000;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateX(-100%);
}
.caption h3.active::after {
  animation-name: box_slide;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateX(-100%);
}
.caption h3 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  opacity: 0;
}
.caption h3.active span {
  animation-name: text_fadein;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes box_slide {
  0% {
    transform: translate(-100%,0);
  }
  100% {
    transform: translate(0,0);
  }
}
@keyframes text_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.caption p {
  margin: 30px auto 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
  text-align: justify;
}

.credit {
  width: calc(100% - 80px);
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.credit .name {
  width: 70%;
  text-align: left;
}
.credit .btn {
  width: 30%;
  text-align: right;
}
.credit .name a {
  font-family: Roboto,'游ゴシック Medium', sans-serif !important;    
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
  text-decoration: none;
}
.credit .btn a {
  padding: 2% 6%;
  font-family: Roboto,'游ゴシック Medium', sans-serif !important;    
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #000000;
  background-color: #000000;
  transition: background 1s;
}
.credit .btn a:hover {
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
}

/* LINK */
.relatedLink {
  margin: 120px auto;
  text-align: center;
}
.relatedLink a {
  padding: 2% 6%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #000000;
  background-color: #000000;
  transition: background 1s;
}
.relatedLink a:hover {
  background-color: #ffffff;
  color: #000000;
}

}


/*--SP/PC共通--*/
/* Dots */
.slick-dots li {
  margin: 0 2px !important;
}

/* フェードイン */
.fadeIn {
  opacity: 0;
  transform: translate(0, 30px);
  transition: 2s;
}
.fadeIn.active {
  opacity: 1;
  transform: translate(0, 0);
}