@charset "UTF-8";
/* CSS Document */
a:hover {
  opacity: .6;
}
/*fade in animation*/
.vertical-fadein {
  opacity: 0;
  transition: all 3s;
  transform: translateY(20px);
}
.normal-fadein {
  opacity: 0;
  transition: all 3s linear;
  transform: translateY(0);
}
/* main visual */
#mv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-image: url("../images/overlay0.png"), url("../images/mv01.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
#mv .content {
  width: 960px;
}
#mv .content h1 img {
  padding-bottom: 60px;
  width: 322px;
}
#mv .phw {
  width: 178px;
  height: 340px;
}
/*sroll-down*/
a.scroll-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  padding-top: 68px;
  color: #fff;
  text-decoration: none;
  letter-spacing: .1em;
  font-size: .8em;
  transform: translateX(-50%);
}
a.scroll-btn:hover {
  opacity: .8;
}
.arrow {
  position: absolute;
  top: 0;
  left: 50%;
  box-sizing: border-box;
  margin-left: -12px;
  width: 25px;
  height: 25px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  animation-name: scrlbtn;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
@keyframes scrlbtn {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
}
/*concept*/
#concept {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-image: url("../images/overlay2.png"), url("../images/hwconcept.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
#concept .inner {
  width: 640px;
}
#concept h2 img {
  width: 640px;
}
#concept h2 {
  color: #fff;
}
#concept p {
  display: block;
  margin: 3em auto;
  width: 640px;
  color: #fff;
  font-size: 16px;
  line-height: 2em;
}
.spbr {
  display: none;
}
/*arrow2*/
a.arrow2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  padding-top: 60px;
  text-decoration: none;
          transform: translate(0, -50%);

  -webkit-transform: translate(0, -50%);
}
a.arrow2 span {
  position: absolute;
  top: 0;
  left: 50%;
  box-sizing: border-box;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
          transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);
}
/* factories */
#factories {
  /*  display: flex;*/
  /*  justify-content: center;*/
  width: 100%;
  /*  height: 1080px;*/
}
.factory-inner h2 {
  margin: 0 0 2em;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2em;
}

.nimitz-factory {
      flex: 0 0 50%;
  padding: 140px 0;
  background-color: #fff;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
}
.nimitz-bg {
  background-image: url("../images/factory-nimitz-bg.png");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
.factory-inner {
  position: relative;
  /*
  display: flex;
  flex-direction: column;
*/
  /*  height: 100%;*/
  margin: 0 auto;
  max-width: 800px;
}

#factories p {
  margin: 1em auto;
  line-height: 2em;
}
.btl-line {
  margin: 40px auto;
  text-align: center;
}


/* design and quality */
#design {
  padding: 160px 120px;
  background-image: url("../images/design_bg.jpg");
  background-position: left 20% bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#design img {
  width: 88%;
}
#design .sp {
  display: none;
}
#design h2 {
  /*padding-bottom: 2rem;*/
}
#design h2 img {
}
#design p.lead {
  padding-top: 1em;
  padding-bottom: 2rem;
  color: #fff;
  line-height: 2em;
}
#design div.inner {
  margin: auto 0 0 50%;
}
.w-ptn {
  background-image: url("../images/quality_background.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#quality {
  padding: 100px 40px;
}
#quality div.container {
  display: flex;
  align-items: center；;
  justify-content: space-between;;
}
.ro01 {
  flex-basis: 50%;
}
.ro01 img {
  width: 100%;
}
#quality h3 {
  padding-bottom: 1em;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.8em;
}
.ro02 {
  flex-basis: 40%;
  margin-right: 4%;
  line-height: 2em;
}
#qualiity p.rofilter {
  line-height: 1.8rem;
}
#bottle {
  padding: 10px 100px;
}
#bottle div.container {
  display: flex;
  justify-content: space-between;
}
.prodimg {
  flex-basis: 50%;
  padding-right: 70px;
  width: 200px;
  text-align: right;
}
.prodimg img {
  width: 150px;
  height: 468px;
}
#bottle .text {
  flex-basis: 50%;
  padding-left: 70px;
  width: 400px;
}
#bottle .title {
  margin-bottom: 1em;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
}
#bottle .text02 {
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
}
.sp_only {
  display: none;
}
#bottle .info {
  margin-bottom: 1em;
  line-height: 2em;
}
#bottle .bottle-type-list {
  display: flex;
  max-width: 1000px;
  min-width: 800px;
  margin: 40px auto 60px;
  justify-content: space-between;
  align-items: flex-end;
}
#bottle .bottle-type-list li {
  width: 200px;
  text-align: center;
  list-style: none;
}
#bottle .bottle-type320 {
  width: 104px;
}
#bottle .bottle-type500 {
  width: 123px;
}
#bottle .bottle-type1000 {
  width: 156px;
}
#bottle .bottle-type-name {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
#bottle .bottle-type-price {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
#bottle .amazon-link {
  font-size: 0.9rem;
  color: #fff;
  background-color: #f98100;
  padding: 5px 10px;
  text-decoration: none;
  transition: .3s;
  border-radius: 3px;
}
#bottle .amazon-link:hover {
  opacity: .7;
}
#bottle .amazonbtn {
  display: block;
  width: 200px;
  margin-top: 2em;
  margin: 0 auto;
}
#ws {
  padding: 100px 20px 50px;
  text-align: center;
}
#ws p {
  margin-bottom: 1em;
}
.ws-list {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.ws-list-item {
  max-width: 390px;
}

footer#footer {
  /*border-top: 1px solid #000;*/
  padding: 30px 0;
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 930px;
  color: #000;
}
.toelllogo {
  margin-bottom: 0;
  padding-bottom: 0;
}
.toelllogo img {
  width: 86px;
  height: 66px;
}
div.inquiry {
  letter-spacing: .2rem;
  font-weight: 700;
  font-size: 40px;
}
div.inquiry p {
  letter-spacing: .1px;
  font-size: 18px;
}
div.openhours p {
  font-size: 16px;
  line-height: 2em;
}
div.brands p {
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
}
.f-link-item {
  display: flex;
  justify-content: space-between;
  width: 210px;
}
.f-link-item a img {
  height: 66px;
}
@media screen and (min-width:1025px) {
  #quality {
    padding: 100px 200px;
  }
  #quality div.container {
    align-items: center;
  }
  #design {
    padding: 200px;
  }
}