@charset "utf-8";

#main_v {
  background: url(../img/index/main_v_bg01.jpg?202410) no-repeat center;
  height: 58.9rem;
  text-align: center;
  padding-top: 2.3rem;
  background-size:cover;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
	#main_v {
    height: 50vw;
    padding-top: 1.99826238vw;
  }
	#main_v h1 img {
    max-width: 43.26672459vw;
  }
}
#banner ul {
  justify-content: center;
  padding: 7.5rem 0 6.3rem;
  flex-wrap: nowrap;
}
#banner ul li {
  margin: 0 2rem;
}
#banner ul li img {
  width: 42rem;
}

#banner .cp {
    margin:5rem auto 5rem auto;
				text-align:center;
  }
		
#banner .cp img{
width:712px;
	max-width:100%;
  }

#products {
  background: url(../img/index/products_bg01.jpg) no-repeat center;
  height: 92rem;
  padding-top: 3.1rem;
}
#products ul {
  max-width: 89.5rem;
  flex-wrap: nowrap;
  margin: 0 auto;
}
#products ul li {
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 39.6rem;
}
#products ul li img.pkg {
  width: 31.1rem;
}
a.btn {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 1rem 4.6rem;
  border-radius: 3rem;
  border-width: 0.2rem;
  border-style: solid;
  font-size: 1.5rem;
}
a.btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 2.3rem;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#products ul li a.btn {
  margin-top: 2.6rem;
}
#products ul li:first-of-type a.btn {
  color: #006835;
  border-color: #006835;
}
#products ul li:nth-of-type(2) a.btn {
  color: #5a2f01;
  border-color: #5a2f01;
}
#products ul li:first-of-type a.btn::after {
  border-top: 0.2rem solid #006835;
  border-right: 0.2rem solid #006835;
}
#products ul li:nth-of-type(2) a.btn::after {
  border-top: 0.2rem solid #5a2f01;
  border-right: 0.2rem solid #5a2f01;
}
#products .youtube {
  margin-top: 9.7rem;
  width: 100%;
}
#products .youtube p {
  color: #5b1700;
  font-size: 2.2rem;
  line-height: 1.4;
}
#products .youtube .movie {
  position: relative;
  width: 100%;
  height:0px;
  padding-top: 56.25%;
  margin-top: 1.7rem;
  border: 0.4rem solid #fff;
}
#products .youtube .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#history {
  text-align: center;
  background: url(../img/index/history_bg01.jpg) repeat left;
  padding-top: 4rem;
  padding-bottom: 8.5rem;
}
#history h2 img {
  width: 31rem;
}
#history p {
  font-size: 1.8rem;
  margin-top: 3rem;
  letter-spacing: 0.04em;
}
#history a.btn {
  color: #b60005;
  border-color: #b60005;
  margin-top: 2.8rem;
  padding: 0.9rem 5.3rem;
}
#history a.btn::after {
  border-top: 0.2rem solid #b60005;
  border-right: 0.2rem solid #b60005;
}
#history img.pkg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.4rem;
  max-width: 79rem;
  width: 100%;
}
#history img.pkg.sp_display {
  display: none;
}
#trivia {
  background: url(../img/index/trivia_bg01.jpg) top 24rem left 27rem;
  text-align: center;
  padding: 8.1rem 0;
}
#trivia h2 img {
  width: 35.5rem;
}
#trivia .box {
  background: url(../img/index/trivia_bg02.png) repeat-x;
  background-color: #fff;
  max-width: 96rem;
  margin: 0 auto;
  padding: 4.5rem 3rem 5rem;
  border-radius: 1.5rem;
}
#trivia .box p {
  font-size: 1.8rem;
  margin-top: 3rem;
  letter-spacing: 0.04em;
}
#trivia .box a.btn {
  color: #b60005;
  border-color: #b60005;
  margin-top: 2.8rem;
  padding: 0.9rem 8.3rem;
}
#trivia .box a.btn::after {
  border-top: 0.2rem solid #b60005;
  border-right: 0.2rem solid #b60005;
}
#trivia .box ul {
  margin-top: 2rem;
}
#trivia .box ul li {
  width: 33.111111111%;
}
#trivia .box ul li a img {
  width: 100%;
}
/*colorbox*/
#cboxOverlay {
  background: #000!important;
}
#cboxLoadedContent {
  border: 0;
  background: none!important;
}
#cboxContent {
  background: none!important;
}
#cboxClose {
  background-position: 0px 0px!important;
  right: 0!important;
  background-size: contain!important;
  width: 20px!important;
  height: 20px!important;
  top: -30px!important;
}

.attention_txt {
    font-size: 1.4rem;
    position: absolute;
    top: 1.4em;
    right: 1em;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  #products .youtube p {
    font-size: 2.24489796vw;
  }
  #products ul li {
    width: 39vw;
    margin: 1.7rem auto;
  }
}

@media screen and (max-width: 767px) {
  #main_v {
    background: url(../img/index/main_v_bg01_sp.jpg?202410) no-repeat center;
    background-size: cover;
    height: 92.4vw;
    padding-top: 4.5vw;
  }
  #main_v h1 img {
    width: 74.8vw;
    margin: 0 auto;
    position: relative;
    left: 2vw;
  }
  #banner ul {
    display: block;
    padding: 11vw 0;
  }
  #banner ul li:nth-of-type(2) {
    margin-top: 6.5vw;
  }
  #banner ul li img {
    width: 100%;
  }
		
		#banner .cp {
    margin:5vw auto 5vw auto;
  }
		
		
  #products {
    background: none;
    height: auto;
    padding-top: 0;
  }
  #products ul {
    display: block;
    width: auto;
  }
  #products ul li {
    padding: 10.5vw 0;
    width: 100%;
  }
  #products ul li:first-of-type {
    background-image: url(../img/index/products_bg01_sp.png), url(../img/index/products_bg02_sp.jpg);
    background-repeat: no-repeat, repeat;
    background-position: left 22vw, left center;
    background-size: contain, 13.333333333%;
  }
  #products ul li:nth-of-type(2) {
    background-image: url(../img/index/products_bg03_sp.png), url(../img/index/products_bg04_sp.jpg);
    background-repeat: no-repeat, repeat;
    background-position: left 17vw, left center;
    background-size: contain, cover;
  }
  #products ul li img.pkg {
    width: 59.333333333vw;
  }
  a.btn {
    font-size: 3.733333333vw;
    padding: 2.3vw 10.5vw;
    border-width: 0.266666667vw;
  }
  a.btn::after {
    right: 2.2rem;
  }
  #products ul li a.btn {
    margin-top: 5.5vw;
  }
  #products .youtube {
    margin-top: 19.5vw;
    width: 100%;
    padding: 0 5%;
  }
  #products .youtube p {
    font-size: 4.266666667vw;
  }
  #products .youtube .movie {
    width: 100%;
    padding-top: 56.25%;
  }
  #history img.pkg.pc_display {
    display: none;
  }
  #history {
    background-size: 13.333333333%;
    padding-bottom: 11vw;
  }
  #history h2 img {
    width: 63.866666667vw;
  }
  #history p {
    font-size: 3.733333333vw;
  }
  #history a.btn {
    padding: 2.3vw 14.5vw;
    margin-top: 8.5vw;
  }
  #history img.pkg.sp_display {
    width: 72vw;
    display: block;
    margin-top: 10.5vw;
  }
  #trivia .box {
    width: auto;
    padding: 11vw 3vw 7vw;
    background-size: 4.444444444%;
    border-radius: 2vw;
  }
  #trivia {
    padding: 13vw 5% 13.5vw;
    background-size: 48.933333333%;
    background-position: 13vw 13vw;
  }
  #trivia .box p {
    font-size: 3.733333333vw;
    line-height: 1.7;
    margin-top: 6.5vw;
  }
  #trivia h2 img {
    width: 73.6vw;
  }
  #trivia .box ul li {
    width: 49%;
  }
  #trivia .box ul li:nth-of-type(3) {
    margin-left: 21vw;
    margin-top: 1vw;
  }
  #trivia .box a.btn {
    padding: 2.3vw 20vw;
    margin-top: 8vw;
  }
  #trivia .box ul {
    margin-top: 8vw;
  }
  
  .attention_txt {
        z-index: 100000;
        font-size: 2.2vw;
        top: 1.9em;
    }
}