@charset "UTF-8";
/* CSS Document */

#contents{
  padding: 0;
}
.spOnly {
	display:none;
}
.pcOnly {
	display: block;
}
@media screen and (max-width: 750px) {
.spOnly {
	display: block;
}
.pcOnly {
	display:none;
}
}


.main{
  position: relative;
  padding: 0 40px;
}
.main::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("/img/yushin-ume-sake/bgi-main.jpg") no-repeat center / cover;
}
.main::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("/img/yushin-ume-sake/logo-main.svg") no-repeat center left / auto 100%;
}
.main .inner{
  position: relative;
  z-index: 3;
  max-width: 770px;
  height: 600px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.main h1{
  font-size: 66px;
  color: #bd242b;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
.main{
  padding: 0 20px;
}
.main .inner{
  height: 200px;
}
.main h1{
  font-size: 32px;
}
}


#beer{
  background: #ECF5F5;
  padding: 100px 40px 0;
}
#beer .inner{
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  padding-bottom: 150px;
}
#beer .box{
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#beer .box:not(:first-child){
  margin-top: 120px;
}
#beer .box:nth-child(odd){
  flex-direction: row-reverse;
}
#beer .box .img{
  width: calc(50% - 20px);
}
#beer .box .txt{
  width: calc(50% - 20px);
}
#beer .box .txt .logo img{
  display: block;
  margin: 0 auto 20px;
}
#beer .box .txt h2{
  font-size: 20px;
}
#beer .box .txt p{
  font-size: 16px;
  line-height: 2;
  margin-top: 5px;
}
#beer .box .txt .price{
  font-size: 20px;
  font-weight: bold;
}
#beer .box .txt table{
  border-bottom: 1px solid #000;
  margin-top: 30px;
  width: 100%;
} 
#beer .box .txt table th,
#beer .box .txt table td{
  text-align: left;
  border-top: 1px solid #000;
  font-size: 16px;
  padding: 5px 0;
}
#beer .box .txt table th{
  padding-left: 30px;
  white-space: nowrap;
}
#beer .box .txt table td{
  padding-left: 20px;
  width: 100%;
}
#beer .item{
  position: absolute;
  left: -80px;
  bottom: -50px;
}
#beer .item .txt{
  position: absolute;
  left: 0;
  bottom: 0;
}
/* fade */
#beer .item{
  transform: translateY(40px);
  opacity: 0;
  transition: transform .8s,opacity .8s;
}
#beer .item.fade{
  transform: translateY(0);
  opacity: 1;
}
#beer .item .txt{
  transform: translate(-10px,10px);
  opacity: 0;
  transition: transform .6s,opacity .6s;
  transition-delay: .8s;
}
#beer .item.fade .txt{
  transform: translate(0,0);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
#beer .inner{
  padding-bottom: 20px;
}
#beer .item{
  position: relative;
  left: 0;
  bottom: 0;
  margin: 30px auto -60px;
  text-align: center;
  width: 420px;
}
}
@media screen and (max-width: 750px) {
#beer{
  padding: 60px 20px 0;
}
#beer .inner{
  padding-bottom: 20px;
}
#beer .box{
  display: block;
}
#beer .box:not(:first-child){
  margin-top: 60px;
}
#beer .box .img{
  width: 280px;
  margin: 0 auto;
}
#beer .box .txt{
  width: 100%;
  margin-top: 20px;
}
#beer .box .txt .logo img{
  width: 220px;
  margin: 0 auto 10px;
}
#beer .box .txt h2{
  font-size: 16px;
}
#beer .box .txt p{
  font-size: 14px;
}
#beer .box .txt .price{
  font-size: 16px;
}
#beer .box .txt table{
  margin-top: 20px;
} 
#beer .box .txt table th,
#beer .box .txt table td{
  font-size: 14px;
}
#beer .box .txt table th{
  padding-left: 10px;
}
#beer .item{
  margin: 20px auto -40px;
  width: 280px;
}
}


#trial{
  position: relative;
  padding: 140px 20px;
}
#trial .inner{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#trial h2{
  font-size: 32px;
}
#trial h2 img{
  margin: 0 20px;
  width: 50px;
}
#trial .lead{
  display: inline-block;
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-size: 60px;
  color: #4099a1;
  border-bottom: 6px solid #faaf3b;
  line-height: 1;
  font-feature-settings: "palt";
}
#trial h2 + .lead{
  margin-top: 20px;
}
#trial .step + .lead{
  margin-top: 100px;
}
#trial h3{
  font-family: 'EB Garamond', serif;
  font-size: 38px;
  margin-top: 90px;
  font-weight: normal;
}
#trial .step{
  display: flex;
  justify-content: space-between;
}
#trial .step .col{
  padding: 0 20px;
}
#trial .step .col p{
  font-size: 20px;
  color: #4099a1;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}
#trial #movie{
  position: absolute;
  right: 60px;
  bottom: -100px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
}
#trial #movie video{
  display: block;
  width: 100%;
  height: 100%;
}
#trial #movie #playBtn{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("/img/yushin-ume-sake/icon-play.svg") no-repeat rgba(0,0,0,0.2) center / 100%;
  cursor: pointer;
}
/* fade */
#trial .step .col{
  transform: translateY(30px);
  opacity: 0;
  transition: transform .8s,opacity .8s;
}
#trial .step .col:nth-child(2){
  transition-delay: .4s;
}
#trial .step .col:nth-child(3){
  transition-delay: .8s;
}
#trial .step.fade .col{
  transform: translateY(0);
  opacity: 1;
}
#trial #movie{
  transform: translateY(40px);
  opacity: 0;
  transition: transform .8s,opacity .8s;
}
#trial #movie.fade{
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1400px) {
#trial #movie{
  right: -20px;
  bottom: -60px;
  width: 260px;
  height: 260px;
}
}
@media screen and (max-width: 1023px) {
#trial #movie{
  position: relative;
  right: 0;
  bottom: 0;
  width: 260px;
  height: 260px;
  margin: 60px auto 0;
}
}
@media screen and (max-width: 750px) {
#trial{
  padding: 60px 20px;
}
#trial h2{
  font-size: 20px;
}
#trial h2 img{
  margin: 0 auto;
  width: 30px;
  display: block;
}
#trial .lead{
  font-size: 30px;
  border-bottom: 4px solid #faaf3b;
}
#trial h3{
  font-size: 20px;
  margin-top: 40px;
}
#trial .step{
  display: block;
}
#trial .step .col{
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 0;
}
#trial .step .col img{
  width: 120px;
}
#trial .step .col p{
  font-size: 16px;
  margin-top: 0;
  text-align: left;
  padding-left: 15px;
}
#trial .step + .lead{
  margin-top: 40px;
}
#trial #movie{
  width: 220px;
  height: 220px;
  margin: 40px auto 0;
}
}


#product{
  background: #ECF5F5;
  padding: 140px 40px;
}
#product .inner{
  max-width: 1160px;
  margin: 0 auto;
}
#product .box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
}
#product .box .col p{
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}
#product .box .col p strong{
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
#product .box .col p strong span{
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
#product{
  padding: 60px 20px;
}
#product .box{
  display: block;
}
#product .box .col:not(:first-child){
  margin-top: 20px;
}
#product .box .col p{
  font-size: 14px;
  margin-top: 15px;
}
#product .box .col p strong{
  font-size: 22px;
}
#product .box .col p strong span{
  font-size: 14px;
}
}


#contact{
  padding: 100px 40px;
}
#contact .inner{
  max-width: 880px;
  margin: 0 auto;
}
#contact .box{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#contact .box .txt{
  width: calc(100% - 220px);
  padding-left: 80px;
}
#contact .box .txt h3{
  font-size: 20px;
  line-height: 1.3;
}
#contact .box .txt p{
  font-weight: bold;
}
#contact .box .txt p.company{
  font-size: 30px;
  line-height: 1.3;
  margin-top: 8px;
}
#contact .box .txt p.tantou{
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
}
#contact .box .txt p.teikei{
  font-size: 20px;
  margin-top: 40px;
  line-height: 1.5;
}
#contact .box .txt p a{
  word-break: break-all;
  color: #333;
}
#contact .box .img{
  width: 220px;
}
@media screen and (max-width: 750px) {
#contact{
  padding: 60px 20px;
}
#contact .box{
  display: block;
}
#contact .box .txt{
  width: 100%;
  padding-left: 0;
}
#contact .box .txt h3{
  font-size: 14px;
}
#contact .box .txt p.company{
  font-size: 16px;
  line-height: 1.5;
}
#contact .box .txt p.tantou{
  font-size: 14px;
}
#contact .box .txt p.teikei{
  font-size: 14px;
  margin-top: 20px;
}
#contact .box .img{
  width: 130px;
  margin: 20px auto 0;
}
}