@charset "UTF-8";
.sp-only {
  display: none;
}

@media (max-width: 812px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 812px) {
  .pc-only {
    display: none;
  }
}

.wide-only {
  display: none;
}

@media (min-width: 1100px) {
  .wide-only {
    display: block;
  }
}

.less-than-wide {
  display: block;
}

@media (min-width: 1100px) {
  .less-than-wide {
    display: none;
  }
}

@media (max-width: 812px) {
  .less-than-wide {
    display: none;
  }
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
#siteMain{ padding:0;}

@media screen and (min-width: 992px){
.main__content {
    width: 100% ;
    -webkit-flex-basis: 100% ;
    flex-basis:100% ;
    margin-left: 0;
    flex: auto;
}
}

.site__main {
  /*font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;*/
  font-family: Noto Sans CJK JP,sans-serif;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: .06em;
  color: #595757;
  background-color: #E4EAD0;
  word-break: break-all;
  position: relative;
  z-index: 1;
 
}

.site__main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

@media (max-width: 812px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.hidden {
  overflow: hidden;
}

.site__main a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  /*display: block;*/
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.site__main img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}

.site__main th {
  font-weight: inherit;
}

.site__main input,.site__main textarea {
  font-size: 1.8rem;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}

.site__main input[type="text"] {
  display: block;
}

.st0 {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.uppercase {
  text-transform: uppercase;
}

.inline {
  display: inline;
}

.main {
  display: block;
}

.dinosaur {
  font-family: dinosaur, sans-serif;
  font-weight: normal;
}

.scroll {
  font-size: 1.2rem;
  position: relative;
  color: #627927;
  display: inline-block;
}

.scroll::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #627927;
  border-right: solid 2px #627927;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 105%;
  left: 50%;
  margin-top: -4px;
}

.common-h3 {
  color: #627927;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: 150px 0 80px;
}

@media (max-width: 812px) {
  .common-h3 {
    font-size: 2.5rem;
    margin: 50px 0 30px;
  }
}

.common-h3--en {
  display: inline;
  font-size: 1.8rem;
  color: #fff;
  background-color: #627927;
  border-radius: 21px;
  padding: 8px 40px;
  letter-spacing: .2em;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 812px) {
  .common-h3--en {
    font-size: 1.4rem;
  }
}

.common-h3--ja {
  margin-top: 24px;
}

.green {
  color: #627927;
  border-bottom: 2px dashed #627927;
}

.triangle {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 36px 21px;
  border-color: transparent transparent #fff transparent;
  position: relative;
}


.top-kv {
  width: 100%;
  height: auto;
  min-height: 800px;
  background-image: url(/html/user_data/assets/img/motteru_goods/kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  position: relative;
}

@media (max-width: 1100px) {
  .top-kv {
    min-height: auto;
    padding-top: 56.25%;
  }
}

.top-kv__catch {
  position: absolute;
  top: 42%;
  left: 11.5%;
  color: #fff;
  font-size: 2.5rem;
  text-shadow: 0px 0px 8px black;
}

@media (max-width: 812px) {
  .top-kv__catch {
    font-size: 1.6rem;
    top: 35%;
    left: 4.5%;
  }
}

.top-kv__catch__p1 {
  font-size: 5.2rem;
  letter-spacing: 14px;
  margin-bottom: 30px;
}

@media (max-width: 812px) {
  .top-kv__catch__p1 {
    font-size: 3rem;
    margin-bottom: 0;
  }
}

.top-kv__catch__p2 {
  letter-spacing: 7px;
}

.top-kv__catch__p3 {
  letter-spacing: 7px;
}


.slick-track {
   margin-left: auto;
   margin-right: auto;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-arrow {
  background-color: #627927;
  z-index: 2;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 812px) {
  .slick-arrow {
    width: 35px;
    height: 35px;
  }
}

.slick-next {
  right: 10%;
}

.slick-next::before {
  content: '';
  width: 22px;
  height: 22px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 30px;
  margin-top: -4px;
}

@media (max-width: 812px) {
  .slick-next::before {
    width: 10px;
    height: 10px;
    top: 45%;
    right: 15px;
  }
}

.slick-next:hover {
  opacity: .7;
  background-color: #627927;
}

.slick-next:focus {
  opacity: .7;
  background-color: #627927;
}

.slick-prev {
  left: 10%;
}

.slick-prev::before {
  content: '';
  width: 22px;
  height: 22px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 40%;
  left: 30px;
  margin-top: -4px;
}

@media (max-width: 812px) {
  .slick-prev::before {
    width: 10px;
    height: 10px;
    top: 45%;
    left: 15px;
  }
}

.slick-prev:hover {
  opacity: .7;
  background-color: #627927;
}

.slick-prev:focus {
  opacity: .7;
  background-color: #627927;
}

.slider__item {
  position: relative;
  padding: 0 10px;
}

.slider__item--p {
  width: 80%;
  margin: 0 auto;
  padding-top: 10px;
  line-height: 1.5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size:1.2rem;
  text-align:center;
}

.slider__item--img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slider__item--img-wrap {
  position: relative;
  padding-bottom: 26%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slider__item--img-bg {
  position: absolute;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 143%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slider__item--img-bg .more {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 20px;
  font-size: 1.2rem;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.slider__item-1--img-bg {
  background-image: url(/html/user_data/assets/img/motteru_goods/hover_img/01.png);
}

.slider__item-2--img-bg {
  background-image: url(/html/user_data/assets/img/motteru_goods/hover_img/02.png);
}

.slider__item-3--img-bg {
  background-image: url(/html/user_data/assets/img/motteru_goods/hover_img/03.png);
}

.slider__item-4--img-bg {
  background-image: url(/html/user_data/assets/img/motteru_goods/hover_img/04.png);
}
.slider__item-5--img-bg {
  background-image: url(/html/user_data/assets/img/motteru_goods/hover_img/05.png);
}

.slider__item-6--img-bg {
  background-image: url(/html/user_data/assets/img/motteru_goods/hover_img/06.png);
}



.hvr .slider__item--img-bg {
  opacity: 1;
}

.hvr .slider__item--img {
  opacity: 0;
}

.hvr .slider__item--p {
  opacity: 0;
}

.scene-1__box {
  position: relative;
  width: 660px;
  font-size: 2.6rem;
  margin: 90px auto 0;
}

@media (max-width: 812px) {
  .scene-1__box {
    width: 100%;
    padding: 0 20px;
    font-size: 1.6rem;
    margin: 40px auto 0;
  }
}

.scene-1__box--text {
  line-height: 60px;
}

@media (max-width: 812px) {
  .scene-1__box--text {
    line-height: 2;
	
  }
}

.scene-1__box--img {
  position: absolute;
  top: 0;
  right: -55px;
  width: 30%;
}



@media (max-width: 812px) {
  .scene-1__box--img {
    position: relative;
    right: 0;
	 width: 100%;
	max-width:150px;
	margin:0 auto;
  }
  
}
.scene-1--scroll {
  text-align: center;
  padding: 30px 0;
}


.scene-2__explanation {
  background-color: #fff;
  color: #627927;
  font-weight:normal;
}

.scene-2__explanation__wrap {
  width: 1080px;
  margin: 0 auto;
  padding: 120px 0;
}

@media (max-width: 1100px) {
  .scene-2__explanation__wrap {
    width: 100%;
    padding: 80px 20px;
  }
}

.scene-2__explanation__heading {
  font-size: 3.4rem;
  color: #627927;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 812px) {
  .scene-2__explanation__heading {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}


.scene-2__contents {
  background-color: #fff;
  position: relative;
}

@media (max-width: 812px) {
  .scene-2__contents {
    padding: 20px 0;
  }
}

.scene-2__contents-1 {
  background-image: url(/html/user_data/assets/img/motteru_goods/thermo_bottle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0 center;
  min-height: 500px;
}
@media (max-width: 1600px) {
  .scene-2__contents-1 {
    background-position: right -200px center;
  }
}

@media (max-width: 1100px) {
  .scene-2__contents-1 {
    background-position: center center;
    min-height: auto;
    padding-top: 56.25%;
  }
}

@media (max-width: 812px) {
  .scene-2__contents-1 {
    padding-top: 20px;
  }
}

.scene-2__box-1 {
  left: 32%;
}

@media (max-width: 1600px) {
  .scene-2__box-1 {
    left: 25%;
  }
}

@media (max-width: 1100px) {
  .scene-2__box-1 {
    left: 50%;
  }
}

.scene-2__contents-2 {
  background-image: url(/html/user_data/assets/img/motteru_goods/shoulder_thermo_stainless_bottle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 0 center;
  min-height: 500px;
}
@media (max-width: 1600px) {
  .scene-2__contents-2 {
    background-position: left -360px center;
  }
}

@media (max-width: 1100px) {
  .scene-2__contents-2 {
    background-position: left center;
    min-height: auto;
    padding-top: 56.25%;
  }
}

@media (max-width: 812px) {
  .scene-2__contents-2 {
    padding-top: 20px;
  }
}

.scene-2__box-2 {
  left: 75%;
}

@media (max-width: 1100px) {
  .scene-2__box-2 {
    right: 50%;
    left: 50%;
  }
}



.scene-2__box {
  width: 500px;
  min-height: 366px;
  max-height: 366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 1100px) {
  .scene-2__box {
    width: 85%;
    min-height: auto;
    max-height: none;
  }
}

@media (max-width: 812px) {
  .scene-2__box {
    padding: 10px;
    display: block;
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: 0;
    margin: 0 auto;
  }
}

.scene-2__box--title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 812px) {
  .scene-2__box--title {
    font-size: 1.4em;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.scene-2__box--title-en {
  display: block;
  font-size: 1.6rem;
  position: relative;
  padding-left: 40px;
  margin-bottom:10px;
  letter-spacing: .2em;
  font-family: 'Poppins', sans-serif;
}

.scene-2__box--title-en::before {
  content: "";
  width: 32px;
  height: 1px;
  border-bottom: 1px solid #3C3935;
  position: absolute;
  top: 48%;
  left: 0;
}

.scene-2__box--text {
	line-height:1.9;
  font-size: 1.4rem;
  font-weight: 500;
}

.scene-3 {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto;
}

.scene-3__contents-wrap {
  width: 840px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .scene-3__contents-wrap {
    width: 100%;
  }
}

.scene-3__contents {
  background-color: #fff;
  border-radius: 40px;
  padding: 120px 0;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 1100px) {
  .scene-3__contents {
    padding: 50px 20px;
  }
}

.scene-3__contents__title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 95px;
  line-height:1.7
  
}

@media (max-width: 1100px) {
  .scene-3__contents__title {
    font-size: 1.6rem;
  }
}

@media (max-width: 812px) {
  .scene-3__contents__title {
    margin-bottom: 50px;
  }
}

.scene-3__contents__title--num {
  font-size: 3rem;
  color: #627927;
  background-color: #fff;
  border: 1px solid #627927;
  border-radius: 50%;
  padding: 20px;
  z-index: 2;
  position: relative;
  display: inline-block;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  line-height:1
}

@media (max-width: 812px) {
  .scene-3__contents__title--num {
    padding: 5px 15px;
  }
}

.scene-3__contents__title--num::before {
  content: "";
  width: 6px;
  height: 11px;
  position: absolute;
  top: 5px;
  right: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.scene-3__contents__title--num::after {
  content: "";
  width: 6px;
  height: 11px;
  position: absolute;
  bottom: 5px;
  left: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.scene-3__contents__title--p {
  border: 1px solid #627927;
  border-radius: 79px;
  padding: 20px 10px;
  text-align: center;
  position: relative;
}

.scene-3__contents__title--p::before {
  content: "";
  width: 18%;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.scene-3__contents__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 150px;
}

@media (max-width: 1100px) {
  .scene-3__contents__box-wrap {
    display: block;
  }
}

@media (max-width: 812px) {
  .scene-3__contents__box-wrap {
    margin-bottom: 50px;
  }
}

.scene-3__contents__box {
  width: 367px;
}

@media (max-width: 1100px) {
  .scene-3__contents__box {
    width: 100%;
  }
}

.scene-3__contents__box--title {
  font-size: 1.4rem;
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
  color:#000;
}

.scene-3__contents__box--title::before {
  content: "";
  width: 32px;
  height: 1px;
  border-bottom: 1px solid #3C3935;
  position: absolute;
  top: 48%;
  left: 0;
}

.scene-3__contents__box--text {
  font-size: 1.8rem;
}

@media (max-width: 812px) {
  .scene-3__contents__box--text {
    font-size: 1.4rem;
  }
}

.scene-3__contents__box--2 {
  padding-top: 135px;
}

@media (max-width: 812px) {
  .scene-3__contents__box--2 {
    padding-top: 30px;
  }
}

.scene-3__h5 {
  color: #627927;
  font-size: 2.6rem;
  width: 840px;
  margin: 0 auto 100px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .scene-3__h5 {
    width: 100%;
  }
}

@media (max-width: 812px) {
  .scene-3__h5 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.scene-3__h5--ja {
  display: inline-block;
  position: relative;
}

.scene-3__h5--ja::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 34px;
  background-image: url(/html/user_data/assets/img/motteru/left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18px;
  left: -33px;
}

.scene-3__h5--ja::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 34px;
  background-image: url(/html/user_data/assets/img/motteru/right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18px;
  right: -33px;
}

.scene-3__h5--en {
  font-size: 1.8rem;
  display: block;
  color: #3C3935;
  font-weight: bold;
  letter-spacing: .2em;
    font-family: 'Poppins', sans-serif;
	margin-top:10px;
}

.scene-4__contets {
  width: 720px;
  margin: 0 auto 120px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .scene-4__contets {
    width: 100%;
  }
}

.scene-4__contets__card {
  width: 210px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  text-align:center;
}

@media (max-width: 812px) {
  .scene-4__contets__card {
    width: 48%;
  }
}

.scene-4__contets__card--hidden {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.scene-4__contets__card .slider__item {
  padding: 0;
}

.scene-4__contets__card .slider__item--img-wrap {
  padding:10% 0 11%;
}



