@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv .slide_target {
  pointer-events: none;
}
#mv {
  position: relative;
}
.mv_copy {
  position: absolute;
  color: #fff;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 2s;
}
.mv_copy .mv_title {
}
.mv_copy p {
  text-align: center;
  line-height: 1.8em;
  text-shadow: 0 0 10px rgba(0,0,0,.75);
}
.slider li img {
  width: 100%;
}
.mv_label {
  position: absolute;
  z-index: 10;
}


.scrolldown {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 80px;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateX(-50%);
}
.scrolldown::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #fff;
}
.scrolldown::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


@media only screen and ( max-width : 991px ) {

}
@media only screen and ( max-width : 767px ) {
  .mv_copy .mv_title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .slider li img {
    max-height: 100vh;
  }
  .mv_label {
    max-width: 110px;
    left: 20px;
    bottom: 50px;
  }
  .scrolldown {
    padding: 10px 10px 200px;
  }
  .scrolldown::after {
    height: 190px;
  }
}
@media only screen and ( max-width : 767px ) and ( max-height: 1100px ) {
  .scrolldown {
    padding: 10px 10px 110px;
  }
  .scrolldown::after {
    height: 100px;
  }
}
@media only screen and ( max-width : 320px ) {
  .mv_label {
    bottom: 20px;
  }
}
@media only screen and ( max-width : 375px ) and ( max-height: 580px ) {
  .mv_copy .container {
    margin-top: -80px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .mv_copy .mv_title {
    font-size: 33px;
    margin-bottom: 30px;
  }
  .mv_label {
    left: 40px;
    bottom: 40px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #mv {
  }
  .slider li img {
    height: 100vh;
  }
}
/* ---------------------------------------------------------------------------------------------

　   STORY

--------------------------------------------------------------------------------------------- */
#story p {
  line-height: 2em;
  text-align: center;
  margin-bottom: 2em;
}
#story p.story_end_lead {
  position: relative;
  padding-top: 2em;
}
#story p.story_end_lead:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #2c1204;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
}
.story_ph figure {
  width: 50%;
}

@media only screen and ( max-width : 767px ) {
  #story {
    background: url(../images/story_bg_sp.jpg) no-repeat top left / cover;
    padding-bottom: 0;
  }
  .story_ph {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 50px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #story {
    background: url(../images/story_bg.jpg) no-repeat top left / cover;
  }
  .story_ph {
    max-width: 660px;
    margin: 80px auto 0;
  }
  #story p.smooth {
    transition: 2.5s cubic-bezier(0.37, 0, 0.63, 1);
  }
}

/* ---------------------------------------------------------------------------------------------

　   FUTAMI

--------------------------------------------------------------------------------------------- */
.line_block {
  position: relative;
  height: 10px;
}
.line_block .line_01,
.line_block .line_02 {
  position: absolute;
  left: 0;
  width: 100%;
  background: #2c1204;
}
.line_block_top .line_01 {
  top: 0;
  height: 3px;
}
.line_block_top .line_02 {
  bottom: 0;
  height: 1px;
}
.line_block_bottom .line_01 {
  bottom: 0;
  height: 3px;
}
.line_block_bottom .line_02 {
  top: 0;
  height: 1px;
}
.line_block_top {
}
#futami h2 {
  margin-bottom: 1em;
}
.futami_ph p,
.futami_txt p {
  line-height: 2em;
}
.futami_ph p {
  margin-top: 1em;
}
@media only screen and ( max-width : 767px ) {
  #futami h2 {
    font-size: 20px;
    text-align: center;
  }
  .futami_content {
    margin: 30px 0;
  }
  .futami_ph {
    width: 200px;
    margin: 0 auto 30px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .line_block_bottom {
    transition-delay: 1.2s;
  }
  .futami_content .smooth,
  .futami_content .fadein {
    transition-delay: .6s;
  }
  #futami h2 {
    font-size: 30px;
  }
  .futami_content {
    margin: 40px 0;
  }
  .futami_ph {
    width: 200px;
    margin-right: 40px;
  }
  .futami_txt {
    width: calc(100% - (200px + 40px));
  }
}
@media print, screen and ( min-width : 992px ) {
  .futami_ph {
    margin-right: 90px;
  }
  .futami_txt {
    width: calc(100% - (200px + 90px));
  }
}


/* ---------------------------------------------------------------------------------------------

　   CONCEPT

--------------------------------------------------------------------------------------------- */
#concept p {
  text-align: center;
  line-height: 2em;
}
@media only screen and ( max-width : 767px ) {
  #concept {
    background: url(../images/concept_bg_sp.jpg) no-repeat center / cover;
  }
}

@media print, screen and ( min-width : 768px ) {
  #concept {
    background: url(../images/concept_bg.jpg) no-repeat center / cover;
  }
  #concept p.smooth {
    transition: 2.5s cubic-bezier(0.37, 0, 0.63, 1);
  }
}

/* ---------------------------------------------------------------------------------------------

　   POINT

--------------------------------------------------------------------------------------------- */
#point .point__box {
  margin-bottom: 40px;
}
#point .point__box:last-child {
  margin-bottom: 0;
}
.point_line_block {
  display: block;
  position: relative;
  height: 6px;
  width: 100%;
  margin-top: 40px;
}
.point_line_block:before,
.point_line_block:after {
  content: "";
  background: #2c1204;
  position: absolute;
  left: 0;
  width: 100%;
  height: .5px;
}
.point_line_block:before {
  top: 0;
}
.point_line_block:after {
  bottom: 0;
}
#point .point_num {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#point .point_num:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #2c1204;
  position: absolute;
  left: 0;
  bottom: 0;
}
#point .point_txt h3 {
  margin-bottom: .5em;
}
#point .point_txt p {
  line-height: 2em;
}
@media only screen and ( max-width : 767px ) {
  #point h2 {
    margin-bottom: 60px;
  }
  #point .point_num img {
    width: auto;
    height: 25px;
  }
  #point .point_ph {
    margin-top: 30px;
  }
  #point .point_txt h3 {
    font-size: 16px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #point h2 {
    margin-bottom: 80px;
  }
  #point .point_ph {
    width: 40%;
  }
  #point .point_txt {
    width: 56%;
  }
  #point .point_txt h3 {
    font-size: 20px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PRODUCTS

--------------------------------------------------------------------------------------------- */
#products {
  background: #2c1204;
  color: #fff;
}
#products .sec_tit .sec_tit_line {
  background: #fff;
}
.products_lead {
  text-align: center;
}
.item__box {
  position: relative;
}
.item__box:last-child {
  margin-bottom: 0;
}
.item_bg {
  position: absolute;
  z-index: 1;
}
.item_ph {
  text-align: center;
  z-index: 10;
  position: relative;
}
.item_txt {
  position: relative;
  z-index: 10;
}
.buy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-radius: 50%;
}
.buy_btn span {
  line-height: 1;
  text-align: center;
  margin-top: .3em;
}
.item_num span {
  display: inline-block;
  padding: 0 1em;
}
.item_num_color01 span {
  background: #9e7750;
}
.item_num_color02 span {
  background: #66815f;
}
.item_num_color03 span {
  background: #7a382f;
}
.item_comment {
  position: relative;
  text-align: justify;
}
.item_comment:after {
  content: "";
  background: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.products_line_block {
  display: block;
  position: relative;
  height: 6px;
  width: 100%;
  z-index: 10;
}
.products_line_block:before,
.products_line_block:after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: .5px;
}
.products_line_block:before {
  top: 0;
}
.products_line_block:after {
  bottom: 0;
}
@media only screen and ( max-width : 767px ) {
  .products_lead {
    margin-bottom: 50px;
  }
  .item_bg {
    top: -20px;
  }
  #unshumikan .item_bg {
    left: -25px;
  }
  #unshumikan .item_bg img {
    width: 330px;
    height: 259px;
  }
  #kanpei .item_bg {
    right: -155px;
  }
  #kanpei .item_bg img {
    width: 496px;
    height: 259px;
  }
  #shiranui .item_bg {
    left: -65px;
  }
  #shiranui .item_bg img {
    width: 390px;
    height: 259px;
  }
  .item__box {
    margin-bottom: 40px;
  }
  .item_ph {
    margin-bottom: 60px;
  }
  .item_ph img {
    max-width: 60%;
  }
  .buy_btn {
    width: 65px;
    height: 65px;
    margin: 40px auto 0;
  }
  .item_num {
    text-align: center;
    margin-bottom: 10px;
  }
  .item_tit {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .item_tit span {
    font-size: 9px;
    display: block;
  }
  .item_info_txt {
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
  }
  .item_comment {
    padding-top: 20px;
  }
  .item_comment:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .buy_btn i {
    font-size: 22px;
  }
  .buy_btn span {
    font-size: 12px;
  }
  .products_line_block {
    margin-top: 40px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .products_lead {
    margin-bottom: 80px;
  }
  .item_bg {
    top: -20px;
  }
  #unshumikan .item_bg {
    left: -190px;
  }
  #kanpei .item_bg {
    right: -500px;
  }
  #shiranui .item_bg {
    left: -380px;
  }
  .item__box {
    margin-bottom: 100px;
  }
  .item_ph {
    width: 36%;
  }
  .item_txt {
    display: flex;
    flex-direction: column;
    width: 58%;
  }
  .item_num {
    margin-bottom: 30px;
  }
  .item_num span {
    font-size: 14px;
  }
  .item_tit {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .item_tit span {
    font-size: 14px;
    margin-left: 1em;
  }
  .item_info_txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
  /*.item_txt .smooth {
    transition-delay: .6s;
  }*/
  .item_comment {
    margin-bottom: 50px;
    padding-top: 30px;
  }
  .buy_btn {
    width: 55px;
    height: 55px;
    margin-top: auto;
  }
  /*.buy_btn.fadein__active:hover {
    transition-delay: 0s;
  }
  .buy_btn.fadein__active {
    transition-delay: 1.2s;
  }*/
  .buy_btn i {
    font-size: 20px;
  }
  .buy_btn span {
    font-size: 10px;
  }
  .products_line_block {
    margin-top: 100px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {

}

@media print, screen and ( min-width : 768px ) {

}
