/* =========================================================
共通
========================================================= */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-container {
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
  font-feature-settings: 'palt';
  box-sizing: border-box;
}
.l-footer{
	margin-top:0;
}
#feature {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  overflow: hidden;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#content {
  width: 100%;
}
.sp_only {
  display: none !important;
}
/* =========================================================
common
========================================================= */
.c_block {
  width: 1000px;
  margin: 0 auto;
}
.c_flex {
  width: 1000px;
  display: flex;
  margin: 0 auto;
}
.c_caption {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.c_caption02 {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.c_txt_bold {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
.c_h2_catch {
  font-size: 34px;
  line-height: 57px;
  font-weight: 700;
  text-align: left;
}
.c_h2_catch em {
  color: #47478F;
}
.c_h2_catch strong {
  font-size: 40px;
}
.c_point {}
.c_point {
  background: #292828;
  color: #FFF;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  width: 136px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_h2_title {
  font-size: 38px;
  line-height: 57px;
  font-weight: 700;
  text-align: center;
}
.c_h3_title {
  font-size: 38px;
  line-height: 57px;
  font-weight: 700;
  text-align: center;
}
.c_btn {
  display: inline-block;
}
.c_btn a {
  background: #000;
  color: #FFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  width: 232px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* =========================================================
kv
========================================================= */
.kv {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
/* =========================================================
sec01
========================================================= */
.sec01 {
  margin-top: 65px;
  padding-bottom: 80px;
}
.sec01_flex {
  justify-content: space-between;
  column-gap: 40px;
}
.sec01_column {
  flex: 1;
}
.sec01_movie {
  width: 372px;
  margin: 0 auto;
  position: relative;
}
.sec01_movie video {
  width: 372px;
  height: auto;
  aspect-ratio: 16/9;
  z-index: 0;
  position: relative;
  z-index: 0;
}
#movie-button {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer; /*カーソルを指に変更*/
  z-index: 1;
}
.movie-button {
  display: flex;
  justify-content: center;
  align-items: center; /*#video-buttonの中央に配置*/
}
.movie-button span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #CF000F;
  font-size: 1.2rem;
}
.movie-button span i {
  font-size: 2.6vw; /*アイコンの大きさを指定*/
}
.sec01_caption {}
.sec01_column_txt {
  margin-top: 25px;
  text-align: left;
}
.sec01_column_bnr {
  margin-top: 30px;
}
/* =========================================================
sec02
========================================================= */
.sec02 {
  margin-top: 65px;
  padding: 80px 0 120px;
  background-image: url("../img/bg_sec02.jpg");
  background-repeat: repeat-y;
}
.sec02_title01_flex {
  column-gap: 20px;
  align-items: center;
}
.sec02_title01_h2 {
  margin-top: 25px;
}
.sec02_title01_txt {
  margin: 30px 40px 0 0;
}
.sec02_title01_photo {
  width: 480px;
}
.sec02_contents01_flex {
  flex-wrap: wrap;
}
.sec02_contents01_photo01 {
  margin-top: 40px;
  padding-left: 10px;
}
.sec02_contents01_photo02 {
  margin-top: 50px;
  padding-left: 10px;
}
.sec02_title02 {
  margin-top: 145px;
}
.sec02_title02_flex {}
.sec02_title02_column {
  flex: 1;
}
.sec02_title02_h2 {
  margin-top: 25px;
}
.sec02_title02_txt {
  margin-top: 30px;
}
.b_secret {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 25px;
  background: #FFF;
  border: 1px solid #B4B4B4;
  padding: 30px;
  position: relative;
}
.b_secret::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: rotate(-45deg) translate(0, -50%);
  width: 35px;
  height: 1px;
  background: #B4B4B4;
}
.b_secret_photo {
	flex-basis: 121px;
  flex-shrink: 0;
}
.b_secret_headline {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
.b_secret_txt {
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
}
.sec02_contents02_flex {
  margin-top: 90px;
}
.sec02_contents02_column {
  flex: 1;
}
.b_compare {
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #FFF 50%, #FFF 100%);
  padding-bottom: 50px;
  position: relative;
}
.b_compare_icatch {
  position: absolute;
  top: -30px;
  left: 0;
  height: 38px;
  z-index: 1;
}
.b_compare_icatch01 {
  margin-left: 10px;
}
.b_compare_photo {
  position: relative;
  margin: 0 auto;
  width: 378px;
  z-index: 0;
}
.b_compare_txt {
  font-weight: 500;
  margin-top: 25px;
}
.sec02_contents03_flex .sec02_contents03_column .b_compare_txt {
  width: 272px;
  margin-left: auto;
  margin-right: auto;
}
.sec02_title03_block {
  margin-top: 144px;
}
.sec02_title03_h2 {
  margin-top: 25px;
}
.sec02_title03_txt {
  margin-top: 30px;
}
.sec02_contents03_flex {
  margin-top: 90px;
}
.sec02_contents03_column {
  flex: 1;
}
.sec02_title04 {
  margin-top: 144px;
}
.sec02_title04_title {
  font-size: 38px;
  line-height: 57px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.sec02_title04_title::before, .sec02_title04_title::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #B4B4B4;
}
.sec02_title04_title::before {
  margin-right: 1em;
}
.sec02_title04_title::after {
  margin-left: 1em;
}
.sec02_contents04 {
  margin-top: 65px;
}
.sec02_contents04_flex {
  flex-wrap: wrap;
}
.sec02_contents04_column {
  flex: 1;
}
.sec02_contents04_column:nth-child(n+3) {
  margin-top: 48px;
}
.b_other {
  width: 378px;
  margin: 0 auto;
}
.b_other_title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}
.b_other_txt {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin: 15px auto 0;
  width: 272px;
}
/* =========================================================
sec03
========================================================= */
.sec03 {
  padding: 120px 0;
}
.b_item {
  column-gap: 40px;
  flex-wrap: wrap;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #D4D4D4;
}
.sec03 .b_item:nth-child(2) {
  margin-top: 80px;
  padding-top: 0;
  border-top: none;
}
.b_item_column {
  flex: 480px;
}
.b_item_slider {
  width: 480px;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
}
.b_item_catch {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
.b_item_name {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.b_item_txt {
  font-weight: 700;
  margin-top: 10px;
}
.b_item_hash {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  margin-top: 25px;
  color: #757591;
}
.b_item_color {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin-top: 25px;
}
.b_item_detail {
  margin-top: 30px;
}
.b_item_price {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin: 25px 0 0 auto;
  text-align: right;
}
.b_item_price strong {
  font: 500 40px/60px "Prompt", sans-serif;
  margin-right: .1em;
}
.b_item_price small {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  margin-left: .5em;
}
.b_item_btn {
  margin-top: 20px;
  text-align: right;
}
/* =========================================================
sec04
========================================================= */
.sec04 {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 80px 0;
}
.sec04_flex {
  column-gap: 40px;
  justify-content: center;
  margin-top: 65px;
}
.b_card {
  width: 378px;
  height: 100%;
  text-align: center;
  background: #FFF;
  padding-bottom: 30px;
}
.b_card_name {
  margin-top: 30px;
}
.b_card_en {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #47478F;
}
.b_card_jp {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 5px;
}
.b_card_catch {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin-top: 15px;
}
.b_card_category {
  margin-top: 17px;
}
.b_card_category ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.b_card_category ul li {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  border: 1px solid #C7C7C7;
  padding: 5px 20px;
  margin: 0 3.5px;
  display: inline-block;
  border-radius: 2em;
  margin-top: 8px;
  color: #757591;
}
/* =========================================================
bxSlider
========================================================= */
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.prev-arrow {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  color: #000;
  z-index: 1;
  transform: translate(0, -50%);
  cursor: pointer;
}
.next-arrow {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  color: #000;
  z-index: 1;
  transform: translate(0, -50%)rotate(180deg);
  cursor: pointer;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
  margin: 0 auto;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb_column {
  width: 40px !important;
  height: 40px;
}
.thumb .slick-slide {
  cursor: pointer;
  width: 40px;
}
.thumb .slick-slide:first-of-type {
  margin-left: 0px;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.thumb .slick-list {
  width: 184px;
}