@charset "UTF-8";
/*===================================================================
    reset
===================================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td,
nav, article, section, header, footer, address, figure {
  margin: 0;
  padding: 0;
}

html,body{
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

body {
  width: 100%;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-transition: .3s;
	transition: .3s;
}
.noscroll {
	overflow: hidden;
}

main{
  display:block; /* for IE */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link,
a:visited,
a:before,
a:after,
a img{
  color: inherit;
  text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
  backface-visibility: hidden;
}

address {
  font-style: normal;
}

img {
  border: none;
  vertical-align: middle;
}

small {
  font-size: 11px;
}

li {
  list-style: none;
}

section{
  position: relative;
}

article{
  overflow-x: hidden;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.inner{
  width: 920px;
  margin: 0 auto;
}
 
/* header */
header{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #fff;
}
header h1{
  font-size: 14px;
  color: #666;
}
  
main{
}

#mv{
  position: relative;
  width: 100%;
  height: 700px;
  background: url("../images/mv_bg.jpg") no-repeat center;
  background-size: cover;
}
#mv .catch{
  position: absolute;
  left: 50%;
  top: 188px;
  margin-left: 44px;
}
#mv h1{
  position: absolute;
  left: 50%;
  top: 330px;
  margin-left: 76px;
}
#mv .teardrop{
  position: absolute;
  width: 107px;
  height: 179px;
  background: url("../images/mv_teardrop.png") no-repeat center;
  background-size: cover;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #00255b;
  padding-top: 70px;
  left: 50%;
  top: 18px;
  margin-left: 354px;
}
#mv .teardrop span{
  font-size: .7em;
  font-weight: normal;
}
#mv .note{
  width: 920px;
  text-align: right;
  font-size: 12px;
  color: #00255b;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -460px;
}

#product .inner{
  display: flex;
}
#product .img{
  width: 50%;
  text-align: center;
  margin-top: -45px;
}
#product .content{
  width: 50%;
  padding: 100px 0 90px;
}
#product .content h2{
  font-size: 20px;
  color: #00255b;
  margin-bottom: 1.2em;
}
#product .content h2 span{
  display: block;
  font-size: .75em;
  font-weight: normal;
}
#product .content .copy{
  font-size: .95em;
  line-height: 2;
}
#product .content .note{
  font-size: 12px;
  margin-top: 1.5em;
}

#intro{
  padding: 70px 0 100px;
  background: #e9f0fa;
}
#intro .features{
  width: 920px;
  margin: 0 auto 80px;
  display: flex;
}
#intro .features li{
  width: 50%;
  text-align: center;
}
#intro .features li h2{
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
#intro .features li .dtl{
  color: #00255b;
  font-size: 18px;
}
#intro h3{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 365px;
  height: 48px;
  margin: 0 auto 20px;
  color: #00255b;
  font-size: 20px;
  font-weight: normal;
  border-top: 2px solid #00255b;
  border-bottom: 2px solid #00255b;
}
#intro .allergy_note{
  text-align: center;
  color: #00255b;
  font-size: 20px;
  font-weight: normal;
}
#intro .vis{
  position: relative;
  margin: 70px 0 35px;
}
#intro .vis .note{
  width: 920px;
  position: absolute;
  left: 50%;
  bottom: 120px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: right;
  font-size: 12px;
  color: #fff;
}
#intro h4{
  text-align: center;
  margin-bottom: 60px;
}
#intro .barrier{
  display: flex;
  justify-content: center;
  align-items: center;
}
#intro .barrier li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 124px;
  background: url("../images/intro_circle_bg.png") no-repeat center;
  background-size: contain;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #00255b;
}

#howto{
  padding: 140px 0;
}
#howto h2{
  font-size: 30px;
  color: #00255b;
  text-align: center;
  margin-bottom: 45px;
}
#howto ul{
  display: flex;
  justify-content: center;
}
#howto ul li{
  margin: 0 30px;
}
#howto ul li .img{
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
}
#howto ul li .txt{
  position: relative;
  width: 250px;
  font-size: 17px;
  color: #00255b;
}
#howto ul li .txt span{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: .3em;
  left: -1.8em;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #00255b;
  color: #fff;
  font-size: .7em;
  font-weight: bold;
}

#qanda{
  padding: 135px 0 100px;
  background: #e9f0fa;
}
#qanda dl dt{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #00255b;
  border: 1px solid #00255b;
  padding: .5em 1em;
  margin-bottom: 30px;
}
#qanda dl dd{
  line-height: 1.8;
  margin-bottom: 60px;
}

footer{
  padding: 80px 0 40px;
}
footer .product_main{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 670px;
  margin: 0 auto 50px;
}
footer .product_main h3{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1em;
}
footer .product_main h2{
  font-size: 20px;
  margin-bottom: .8em;
}
footer .product_main h4.price{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: .8em;
}
footer .product_main h4.price span{
  font-size: .9em;
}
footer .product_main .amount{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2em;
}
footer .product_main .origin{
  display: table;
  font-size: 15px;
  font-weight: 700;
  padding: 0 .7em;
  border: #000 2px solid;
}
footer .purchase a{
  display: block;
  width: 360px;
  line-height: 88px;
  margin: 0 auto 70px;
  background: #00255b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 12px 15px -5px rgba(0,0,0,0.3);
  transition: .3s;
}
footer .purchase a:hover{
  box-shadow: none;
}
footer .maker{
  text-align: center;
  font-size: 15px;
  margin-bottom: 50px;
}
footer .inner{
  width: 670px;
  margin-bottom: 80px;
}
footer .ingredients{
  text-align: left;
  font-size: 15px;
  margin-bottom: 40px;
}
footer .notes li{
  display: flex;
  text-align: left;
  font-size: 12px;
  line-height: 1.8;
}
footer .notes li::before{
  content: "●";
}
footer .copyright{
  text-align: center;
  font-weight: 400;
  font-family: 'Times New Roman' , serif;
}

@media screen and (min-width: 768px){
  .sp{
    display: none !important;
  }
  body,html{
    min-width: 1100px;
    margin: 0 auto;
  }
  img{
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px){
  .pc{
    display: none !important;
  }
  img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .inner{
    width: 90%;
    margin: 0 auto;
  }
  
  /* header */
  header{
    width: 100%;
    height: 35px;
  }
  header h1{
    font-size: 13px;
  }

  main{
  }

  #mv{
    position: relative;
    width: 100%;
    height: 600px;
    background: url("../images/mv_bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  #mv .catch{
    position: static;
    width: 300px;
    margin: 0 auto;
  }
  #mv h1{
    position: static;
    width: 240px;
    margin: 0 auto 40px;
    padding-top: 50px;
  }
  #mv .teardrop{
    left: auto;
    right: 5%;
    top: auto;
    bottom: 10%;
    margin-left: 0;
  }
  #mv .note{
    width: 90%;
    text-align: right;
    font-size: 11px;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }

  #product{
    padding: 60px 0;
  }
  #product .inner{
    display: block;
  }
  #product .img{
    width: 15%;
    margin: 0 auto;
  }
  #product .content{
    display: table;
    width: auto;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  #product .content h2{
    font-size: 14px;
    margin-bottom: 1.2em;
    text-align: center;
  }
  #product .content h2 span{
    font-size: .8em;
  }
  #product .content .copy{
    margin: 0 auto;
    font-size: 13px;
    line-height: 2;
  }
  #product .content .note{
    font-size: 12px;
    margin-top: 1.5em;
  }

  #intro{
    padding: 60px 0;
  }
  #intro .features{
    width: 100%;
    margin: 0 auto 60px;
    display: block;
  }
  #intro .features li{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  #intro .features li h2{
    height: auto;
    width: 60%;
    margin: 0 auto 10px;
  }
  #intro .features li .dtl{
    font-size: 14px;
  }
  #intro h3{
    width: 60%;
    height: 2em;
    margin: 0 auto 15px;
    font-size: 14px;
  }
  #intro .allergy_note{
    font-size: 11px;
    font-weight: normal;
  }
  #intro .vis{
    position: relative;
    margin: 70px 0 35px;
  }
  #intro .vis .note{
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 15%;
    font-size: 11px;
  }
  #intro h4{
    width: 50%;
    text-align: center;
    margin: 0 auto 40px;
  }
  #intro .barrier{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #intro .barrier li{
    width: 30%;
    height: 70px;
    background: url("../images/intro_circle_bg.png") no-repeat center;
    background-size: contain;
    font-size: 13px;
    margin: 0;
    white-space: nowrap;
  }

  #howto{
    padding: 60px 0 40px;
  }
  #howto h2{
    font-size: 18px;
    margin-bottom: 30px;
  }
  #howto ul{
    display: block;
  }
  #howto ul li{
    width: 70%;
    margin: 0 auto 40px;
  }
  #howto ul li .img{
    height: auto;
    width: 60%;
    margin: 0 auto 10px;
  }
  #howto ul li .txt{
    position: relative;
    width: 100%;
    font-size: 14px;
  }
  #howto ul li .txt span{
    position: static;
    display: flex;
    margin-bottom: 5px;
    font-size: .9em;
  }

  #qanda{
    padding: 60px 0 40px;
  }
  #qanda .inner{
    width: 80%;
  }
  #qanda dl dt{
    font-size: 15px;
    letter-spacing: normal;
    padding: .5em 1em;
    margin-bottom: 15px;
  }
  #qanda dl dd{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
  }

  footer{
    padding: 80px 0 30px;
  }
  footer .product_main{
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
  footer .product_main .img{
    width: 50%;
    margin: 0 auto 30px;
  }
  footer .product_main .info{
    text-align: center;
  }
  footer .product_main h3{
    font-size: 14px;
    margin-bottom: .8em;
  }
  footer .product_main h2{
    font-size: 18px;
    margin-bottom: .5em;
  }
  footer .product_main h4.price{
    font-size: 17px;
    margin-bottom: .8em;
  }
  footer .product_main h4.price span{
    font-size: .9em;
  }
  footer .product_main .amount{
    font-size: 14px;
    margin-bottom: 1.5em;
  }
  footer .product_main .origin{
    font-size: 13px;
    margin: 0 auto;
  }
  footer .purchase a{
    width: 75%;
    line-height: 4em;
    margin: 0 auto 50px;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0 12px 15px -5px rgba(0,0,0,0.3);
  }
  footer .maker{
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
  }
  footer .inner{
    width: 80%;
    margin: 0 auto 80px;
  }
  footer .ingredients{
    text-align: left;
    font-size: 12px;
    margin-bottom: 30px;
  }
  footer .notes li{
    font-size: 12px;
    line-height: 1.5;
  }
  footer .copyright small{
    font-size: 13px;
  }
}
