/* Variables
****************************************************************************/
/* Media Queries
****************************************************************************/
/* Utilities
****************************************************************************/
/*clearfix*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily noto 700*/
/*set fontfamily*/
/*
	#index.css
*/
/* Layout
****************************************************************************/
.main-container {
  padding-top: 0;
}

.sec-tit {
  font-size: 3.0rem;
  background: url(../img/ptn_kawara.svg) no-repeat center bottom;
  background-size: 423px auto;
  padding: 90px 0 30px 0;
  margin: 0 0 60px 0;
  text-align: center;
}

.sec-tit span {
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1em;
}

.sec-tit.white span {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .sec-tit {
    font-size: 2.0rem;
    background-size: 270px auto;
    padding: 40px 0 15px;
    margin: 0 0 50px 0;
  }
}

.sec-tit-sub {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1em;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.sec-tit-sub.white span {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .sec-tit-sub {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

section .wrapper {
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  section .wrapper {
    padding-bottom: 60px;
  }
}

/* MV
****************************************************************************/
.sec-mv {
  position: relative;
  height: 130vw;
}

@media print, screen and (min-width: 769px) {
  .sec-mv {
    height: 100vh;
  }
}

.mv-list {
  overflow: hidden;
  height: 130vw;
}

.mv-list img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-list > li {
  width: 100%;
  height: 130vw;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}

.mv-list > li.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.mv-list > li.is-active img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
  -webkit-transition-duration: 15s;
          transition-duration: 15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.mv-list > li.is-leave {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.mv-list > li.is-static {
  visibility: hidden;
  opacity: 0;
}

@media print, screen and (min-width: 769px) {
  .mv-list {
    height: 100vh;
  }
  .mv-list > li {
    width: 100%;
    height: 100vh;
  }
}

.mv-list-cap {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
}

.mv-list-cap > li {
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  opacity: 0;
  font-weight: bold;
  /*background-color: rgba(255,255,255,.6);*/
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 5px;
}

.mv-list-cap > li.is-active {
  opacity: 1;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mv-list-cap {
    bottom: 10px;
    left: 10px;
  }
  .mv-list-cap > li {
    font-size: 1rem;
  }
}

/* Section - Stream
****************************************************************************/
#insta-container {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  height: 362px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #insta-container {
    height: 180px;
  }
}

#insta-container #insta {
  position: absolute;
  width: 10000px;
  overflow: hidden;
  zoom: 1;
}

#insta-container #insta:before, #insta-container #insta:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

#insta-container #insta:after {
  clear: both;
}

#insta-container #insta li {
  width: 362px;
  height: 362px;
  margin-right: 3px;
  float: left;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #insta-container #insta li {
    width: 180px;
    height: 180px;
  }
  #insta-container #insta li img {
    width: 100%;
    height: auto;
  }
}

/* Section - Product
****************************************************************************/
.sec-product .wrapper {
  background-color: #fff !important;
}

/* Section - Gallery
****************************************************************************/
.sec-gallery .wrapper {
  background: url(../../img/sec_gallery_bg.jpg) no-repeat center top #000;
  background-size: cover;
}

.sec-gallery .sec-tit {
  background-image: url(../img/ptn_kawara_beige.svg);
}

.sec-gallery .tit-tsuchiza {
  width: 332px;
  margin: 0 auto 60px;
}

.sec-gallery .tit-tsuchiza img {
  width: 100%;
}

.sec-gallery .vis {
  width: 918px;
  margin: 0 auto 60px;
}

.sec-gallery .lead {
  color: #fff;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .sec-gallery .tit-tsuchiza {
    width: 240px;
    margin: 0 auto 40px;
  }
  .sec-gallery .vis {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
  .sec-gallery .lead {
    margin: auto 15px;
  }
}

/* Section - Profile
****************************************************************************/
.sec-profile .profile-container {
  position: relative;
  background: url(../../img/sec_profile_bg.jpg) no-repeat center top #000;
  background-size: cover;
  min-height: 630px;
}

.sec-profile .text-box {
  position: absolute;
  width: 50%;
  min-height: 630px;
  margin-left: 40px;
  padding: 55px 95px 55px 115px;
  top: 0;
  background: #fff;
}

.sec-profile .text-box::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 0;
  width: 10px;
  height: 2px;
  background: #222;
}

.sec-profile .text-box .name {
  font-size: 2.8rem;
  line-height: 1em;
  margin-bottom: 30px;
}

.sec-profile .text-box .name span {
  margin: 12px 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1em;
}

.sec-profile .text-box p {
  font-size: 1.4rem;
  margin-bottom: 1.5em;
  line-height: 1.7em;
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
  .sec-profile .text-box {
    padding: 40px 60px;
  }
}

.sec-profile .btn-blog {
  margin-top: 20px;
}

.sec-profile .sp-photo {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sec-profile .profile-container {
    position: relative;
    background: none;
    min-height: inherit;
  }
  .sec-profile .sp-photo {
    display: block;
  }
  .sec-profile .text-box {
    position: relative;
    background: none;
    width: auto;
    min-height: inherit;
    padding: 0;
    margin: 40px 15px;
  }
  .sec-profile .text-box::before {
    display: none;
  }
  .sec-profile .text-box .name {
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .sec-profile .text-box .name span {
    font-size: 1.2rem;
  }
  .sec-profile .text-box p {
    font-size: 1.3rem;
  }
  .sec-profile .btn-blog {
    display: block;
    width: 160px;
    margin: 30px auto;
  }
}

/* Section - Company
****************************************************************************/
.sec-company {
  position: relative;
}

.sec-company .wrapper {
  min-height: 680px;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 680px;
}

.sec-company .bg {
  position: relative;
  border: 1px solid #ffff00;
  z-index: 0;
  background: url(../../img/sec_company_bg.jpg) no-repeat center bottom #000;
  background-size: cover;
  width: 100%;
  height: 680px;
}

.sec-company .sec-tit {
  background-image: url(../img/ptn_kawara_blue.svg);
}

.sec-company .company-container {
  width: 980px;
  margin: 0 auto;
}

.sec-company .company-container:after {
  content: "";
  clear: both;
  display: block;
}

.sec-company .company-box {
  width: calc(50% - 20px);
  float: left;
  margin-right: 40px;
}

.sec-company .company-box:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .sec-company .wrapper {
    min-height: inherit;
    height: 620px;
  }
  .sec-company .bg {
    height: 620px;
  }
  .sec-company .company-container {
    width: auto;
    margin: 0 15px;
    padding-bottom: 100px;
  }
  .sec-company .company-box {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
}

/* Section - Contact
****************************************************************************/
.sec-contact {
  padding-bottom: 0;
}

.sec-contact .wrapper {
  padding-bottom: 0;
}

.sec-contact #gm {
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
  height: 500px;
}

.sec-contact .info-list {
  width: 480px;
  margin: 60px auto;
}

.sec-contact .info-list:after {
  content: "";
  clear: both;
  display: block;
}

.sec-contact .info-list dt, .sec-contact .info-list dd {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.sec-contact .info-list dt {
  float: left;
  width: 100px;
}

.sec-contact .info-list dd {
  padding-left: 100px;
}

.sec-contact .info-list dd a:link {
  text-decoration: none;
}

.sec-contact .info-list dd a:visited {
  text-decoration: none;
}

.sec-contact .info-list dd a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .sec-contact #gm {
    width: auto;
    height: 240px;
  }
  .sec-contact .info-list {
    width: auto;
    margin: 40px 20px;
  }
  .sec-contact .info-list dt, .sec-contact .info-list dd {
    font-size: 1.3rem;
  }
}
