@charset "UTF-8";
.home-heading {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 768px) {
  .home-heading {
    font-size: 36px;
  }
}

.home-summary {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.home-summary br {
  display: none;
}

@media (min-width: 768px) {
  .home-summary {
    font-size: 14px;
    line-height: 2.4;
  }
  .home-summary br {
    display: block;
  }
}
/*eng_link*/
.eng_link{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  margin:0 auto;
  padding-top:45px;
  text-align:center;
  tab-size:16px;
  line-height:26px;
}
.eng_link a:link,
.eng_link a:hover,
.eng_link a:visited{
  color:#fff;
  text-decoration:underline;
}
.eng_link a:hover{
  opacity:0.6;
  transition:0.3s;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/*faq_area*/
.faq_area{
	margin: 0;
	padding: 0;
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #d8d8d8;
}
.faq_area a{
	text-decoration: none;
	color:#000;
	text-align:center;
	transition: all 300ms ease;
}
.faq_area a:hover{
	text-decoration: none;
	color:#666;
}

.top_hp_logo{
	padding-top:0;
}
@media (min-width: 768px) {
	.top_hp_logo{
		/*padding-top:18px;*/
	}
}
@media (min-width: 768px) {
  .home-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .home-header .site-header {
    position: static;
  }
  .home-header .site-header .site-header__primary {
    display: none;
  }
  .home-header .site-header.is-scrolling {
    transform: translate(0, 0);
  }
  .home-header.is-scrolling .site-header {
    position: fixed;
  }
}

.hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  background: url("../../images/home/img_mv.jpg") no-repeat center;
  background-size: cover;
}

.hero__logo {
  width: 165px;
  margin: 0 auto 16px;
  opacity: .8;
}

.hero__text {
  margin-bottom: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding:0 10px;
}

.hero__scroll {
  display: block;
  position: relative;
  width: 60px;
  height: 30px;
  margin: 0 auto;
}

.hero__scroll::before, .hero__scroll::after {
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: block;
  width: 38px;
  height: 2px;
  background-color: #fff;
  content: "";
}

.hero__scroll::before {
  margin-left: 13px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hero__scroll::after {
  margin-left: -13px;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (min-width: 768px) {
  .hero {
    height: calc(100vh - 56px);
  }
  .hero__logo {
    width: 200px;
    margin-bottom: 35px;
  }
  .hero__text {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.8;
  }
  .eng_link{
    font-size: 16px;
    line-height: 1.8;
  }
}

.brand {
  position: relative;
  padding: 0 20px;
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.brand__image {
  display: block;
  max-width: 310px;
  margin: 0 auto;
}
.brand__image_logo {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 14px;
  width: 20%;
  max-width: 200px;
  mix-blend-mode: color-burn;
}

.brand .home-heading {
  padding-top: 22px;
}
.brand .home-summary {
  padding: 12px 0;
}

@media (min-width: 768px) {
  .brand__content {
    max-width: 960px;
    margin: 0 auto;
  }
  .brand__image {
    max-width: 632px;
  }
  .brand .home-heading {
	  padding-top:0;
    /*padding-top: 65px;*/
  }
  .brand .home-summary {
    padding: 10px 0;
  }
}

.reasons {
  padding: 0 20px;
}

.reasons .home-heading {
  padding-top: 22px;
}

.reasons .home-summary {
  padding: 12px 0 22px;
}

@media (min-width: 768px) {
  .reasons__content {
    max-width: 980px;
    margin: 0 auto;
  }
  .reasons__cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .reasons .home-heading {
    padding-top: 65px;
  }
  .reasons .home-summary {
    margin-bottom: 45px;
    padding: 10px 0;
  }
}

.reason-card {
  margin-bottom: 50px;
}

.reason-card__heading {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 24px;
}

.reason-card__heading br {
  display: none;
}

.reason-card__heading-sub {
  display: block;
  margin-bottom: 6px;
  padding-top: 15px;
  color: #0080FF;
  font-size: 16px;
  font-weight: bold;
}

.reason-card__text {
  padding: 12px 0 20px;
  font-size: 15px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .reason-card {
    -ms-flex-preferred-size: 290px;
        flex-basis: 290px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 10px 76px;
  }
  .reason-card__heading {
    font-size: 22px;
  }
  .reason-card__heading br {
    display: block;
  }
  .reason-card__heading-sub {
    font-size: 14px;
  }
  .reason-card__text {
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 2.2;
  }
}

.tips {
  position: relative;
  padding: 0 20px 64px;
  background: url("../../images/home/img_tips.jpg") no-repeat center;
  background-size: cover;
}

.tips .home-heading {
  padding-top: 42px;
  color: #fff;
}

.tips .home-summary {
  padding: 12px 0 30px;
  color: #fff;
}

.tips__image_logo {
  position: absolute;
  bottom: 20px;
  right: 14px;
  width: 20%;
  max-width: 200px;
}

@media (min-width: 768px) {
  .tips {
    padding-bottom: 35px;
  }
  .tips__content {
    max-width: 960px;
    margin: 0 auto;
  }
  .tips .home-heading {
    padding-top: 50px;
    font-size: 45px;
    text-align: left;
  }
  .tips .home-summary {
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: left;
    line-height: 2.57;
  }
}

.lineup__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.lineup .home-heading {
  padding: 60px 20px 0;
}

.lineup .home-summary {
  padding: 12px 20px 42px;
}

@media (min-width: 768px) {
  .lineup {
    padding: 0;
  }
  .lineup .home-heading {
    padding-top: 55px;
  }
  .lineup .home-summary {
    margin-bottom: 45px;
    padding: 10px 0;
  }
}

.lineup-item {
  display: block;
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 50vw;
  text-decoration: none;
}

.lineup-item__label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  padding: 2px 0;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  z-index: 1;
}
.lineup-item__label.label_wd{
  width:110px;
}

.lineup-item__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.5);
}

.lineup-item__content::before, .lineup-item__content::after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: block;
  width: 11px;
  height: 3px;
  margin-left: -5px;
  background-color: #fff;
  content: "";
}

.lineup-item__content::before {
  margin-bottom: -3px;
  transform: rotate(135deg);
}

.lineup-item__content::after {
  margin-bottom: 3px;
  transform: rotate(-135deg);
}

.lineup-item__heading {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}

.lineup-item__titles {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.lineup-item__titles li {
  padding: 3px 2px;
  line-height: 1.2;
}

.lineup-item__titles--2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

.lineup-item__titles--2col li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lineup-item__titles a {
  color: #fff;
  text-decoration: none;
}

.lineup-item--1 {
  background: url("../../images/home/img_lineup_01.jpg") no-repeat center;
  background-size: cover;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.lineup-item--2 {
  background: url("../../images/home/img_lineup_02.jpg") no-repeat center;
  background-size: cover;
}

.lineup-item--3 {
  background: url("../../images/home/img_lineup_03.jpg") no-repeat center;
  background-size: cover;
}

.lineup-item--4 {
  background: url("../../images/home/img_lineup_04.jpg") no-repeat center;
  background-size: cover;
}

.lineup-item--5 {
  background: url("../../images/home/img_lineup_05.jpg") no-repeat center;
  background-size: cover;
}

.lineup-item--6 {
  background: url("../../images/home/img_lineup_06.jpg") no-repeat center;
  background-size: cover;
}

.lineup-item--7 {
  background: url("../../images/home/img_lineup_07.jpg") no-repeat center;
  background-size: cover;
}

.lineup-item--8 {
  background: url("../../images/home/img_lineup_08.jpg?v0626") no-repeat center;
  background-size: cover;
  /* background-position: 0% 50%; */
}

@media screen and (max-width: 767px) {
  .lineup-item--1 .lineup-item__titles--2col li {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
@media (min-width: 768px) {
  .lineup-item {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 25vw;
  }
  .lineup-item:nth-child(n+4) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .lineup-item__label {
    width: 80px;
    padding: 3px 0;
    font-size: 14px;
  }
  .lineup-item__label.label_wd{
    width:125px;
  }
  .lineup-item__content {
    opacity: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5) url("../../images/home/icon_arrow.png") no-repeat right 20px center;
    transition: all 300ms ease;
  }
  .lineup-item__content::before, .lineup-item__content::after {
    display: none;
  }
  .lineup-item__heading {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .lineup-item__titles {
    font-size: 13px;
  }
  .lineup-item__titles li {
    line-height: 1.4;
  }
  .lineup-item__titles--2col li {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
  }
  .lineup-item__titles a:hover {
    text-decoration: underline;
  }
  .lineup-item:hover .lineup-item__content {
    opacity: 1;
  }
}



/* 2023.08.20 re-added */
.topics {
  margin: 0 auto 20px;
  width: 270px;
}
.topics a {
  display: block;
  text-decoration: none;
  transition: opacity .3s ease;
}
.topics a:hover {
  opacity: .75;
}
.topics__list {
  position: relative;
  margin: 0;
  border: 1px solid #BC2E2C;
  background-color: #BC2E2C;
  color: #fff;
}
.topics__list::after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 76px;
  height: 84px;
  background: center center / contain no-repeat url(../../images/topics/product.png);
}
.topics__ttl.ttl_1 {
  background-color: #fff;
  color: #BC2E2C;
}
.topics__ttl span {
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: bold;
  font-size: 29px;
  line-height: 1.1;
  font-feature-settings: "palt";
}
.topics__ttl small {display: block;}
.topics__ttl span {
  display: inline-block;
}
.topics__txt {
  margin: 0;
}
@media (max-width: 767px) {
  .topics__ttl small {
    font-size: 10px;
    transform: scaleX(.9);
    transform-origin: left;
    font-feature-settings: "palt";
  }
  .topics__ttl.ttl_1 {
    padding: 5px 10px 4px;
  }
  .topics__txt {
    margin: 0;
    padding: 8px 105px 8px 14px;
  }
  .topics__txt-list {
    margin: 0;
    line-height: 1.2;
    font-feature-settings: "palt";
  }
  .topics__txt-list li {
    font-size: 14px;
  }
  .topics__txt-list li + li {margin-top: 3px;}
  .topics__txt-list li span {display: block;font-size: 11px;text-align: right;}
}
@media (min-width: 768px) {
  .topics {
    margin: -40px auto 100px;
    width: 680px;
  }
  .topics__list::after {
    right: 20px;
    width: 130px;
    height: 151px;
  }
  .topics__ttl.ttl_1 {
    padding: 4px 30px 10px;
  }
  .topics__ttl span {
    padding: 2px 0 0;
    font-size: 34px;
    transform: scaleX(.95);
    transform-origin: left;
    line-height: 1.5;
  }
  .topics__ttl span br {display: none;}
  .topics__ttl small {font-size: 16px;line-height: 1;}
  .topics__ttl.ttl_2 {
    padding-top: 14px;
    font-size: 41px;
    font-feature-settings: "palt";
  }
  .topics__txt {
    padding: 13px 30px 12px;
    font-size: 22px;
    font-feature-settings: "palt";
    line-height: 1.3;
  }
  .ttl_2 + .topics__txt {
    margin-top: 2px;
  }
}