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

/*fade in animation*/
.vertical-fadein {
  opacity: 0;
          transition: all 3s;
  transform: translateY(20px);

  -webkit-transition: all 3s;
       -o-transition: all 3s;
}
.normal-fadein {
  opacity: 0;
  transition: all 3s;
  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 .phw {
  width: 178px;
  height: 340px;
}
#mv .content h1 img {
  padding-bottom: 60px;
  width: 322px;
}
/*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 {
  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;
  font-size: 1rem;
  line-height: 1.7rem;
}
#concept .inner {
  width: 70%;
}
#concept h2 img {
  width: 100%;
}
#concept p {
  display: block;
  margin-top: 3em;
  color: #fff;
  line-height: 2em;
}
/* factories */
#factories {
  /*
  display: -webkit-flex;
  display: flex;
*/
}
#factories h2 {
  letter-spacing: .1rem;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5em;
}
.moanalua-factory {
  position: relative;
      flex: 0 0 50%;
  padding: 50px 40px 50px;
  color: #fff;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
}
.moanalua-bg {
  background-image: url("../images/factory-bg01.jpg");
  background-size: cover;
}
.nimitz-factory {
  position: relative;
      flex: 0 0 50%;
  padding: 60px;
  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;
}

#factories p {
  font-size: .9rem;
  line-height: 1.9em;
}

#factories img {
  margin: 20px 0;
  width: 100%;
}
/* design and quality */

#design {
  padding: 100px 50px;
  background-image: url("../images/design_bg.jpg");
  background-position: left 15%  bottom 5%;
  background-size: cover;
  background-repeat: no-repeat;
}
#design img {
  width: 88%;
}
#design .sp {
  display: none;
}
#design h2 {
  margin-bottom: 1em;
}
#design p.lead {
  padding-bottom: 2rem;
  color: #fff;
}
#design div.inner {
  /* width: 960px;*/
  margin: auto 0 0 50%;
  line-height: 1.7rem;
}
.w-ptn {
  background-image: url("../images/quality_background.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#quality {
  padding: 60px 50px;
}
#quality div.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.7em;
}
.ro01 {
  flex-basis: 50%;
}
.ro01 img {
  width: 100%;
}
#quality h3 {
  padding-bottom: 1em;
  letter-spacing: .2rem;
  font-weight: 600;
  font-size: 1.1rem;
}
.ro02 {
  flex-basis: 48%;
  padding-right: 2%;
}
.rofilter {
  font-size: .9rem;
  line-height: 1.7rem;
}
#bottle {
  padding: 10px 50px;
}
#bottle div.container {
  display: flex;
  justify-content: space-between;
}
.prodimg {
  flex-basis: 50%;
  /*width: 200px;*/
  padding-right: 50px;
  text-align: right;
}
.prodimg img {
  width: 150px;
  height: 468px;
}
#bottle .text {
  flex-basis: 50%;
  /* width: 400px;*/
  padding-left: 40px;
}
#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;
}
#bottle .info {
  margin-bottom: 1em;
  margin-left: .5em;
  line-height: 2em;
}
#bottle .bottle-type-list {
  display: flex;
  margin: 40px auto 60px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
#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;
  border-radius: 3px;
}
#bottle .amazonbtn {
  display: block;
  width: 200px;
  margin-top: 2em;
  margin: 0 auto;
}
#ws {
  padding: 100px 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: 40px 20px;
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  color: #000;
}
.toelllogo {
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
}
.toelllogo img {
  height: 48px;
}
div.inquiry {
  margin: 10px;
  min-width: 230px;
  letter-spacing: .2rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: .9em;
}
div.inquiry p {
  letter-spacing: .1px;
  font-size: 15px;
}
div.openhours p {
  font-size: 13px;
  line-height: 2em;
}
div.f-link-item {
  display: flex;
  justify-content: space-between;
}
div.brands {
  max-width: 200px;
}
div.brands p {
  margin-bottom: 4px;
  text-align: center;
  font-size: 12px;;
}
.f-link-item a img {
  height: 54px;
}
/*-------------------------------------
 スマホlandscape対応
 --------------------------------------*/
@media all and (orientation: landscape) {
  #mv .content {
    width: 300px;
  }
  #mv .content h1 img {
    padding-bottom: 1em;
    width: 50%;
  }
  #mv .phw {
    width: 90px;
    height: 170px;
  }
  a.scroll-btn {
    display: none;
  }
  #concept {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    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;
    font-size: 1rem;
    line-height: 1.7rem;
  }
  #concept .inner {
    width: 50%;
  }
  #concept h2 img {
    margin-top: 3em;
    width: 100%;
  }
  #concept p {
    margin: 3em auto;
    line-height: 2em;
  }
}