@charset "UTF-8";
/* --------------------------------------------------------------------------------------
 indexページ
--------------------------------------------------------------------------------------- */
/*----- index_contents ---------------*/
.index_contents {
  max-width: 1160px;
  margin: 0 auto;
}

.productList__link {
  display: block;
}

.productList__link:hover {
  opacity: 0.7;
}

.productList__body {
  padding: 12px 20px 18px;
}

.productList__txt01 {
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 17px;
  position: relative;
}

.productList__txt02 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productList__txt02::before, .productList__txt02::after {
  content: "";
  display: inline-block;
  background: #4c4c4c;
  width: 1px;
  height: 14px;
}

.productList__txt02::before {
  margin-right: 8px;
}

.productList__txt02::after {
  margin-left: 8px;
}

.productList__txt03 {
  margin-top: 20px;
  font-size: 13px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.LogoBox {
  position: relative;
}

.LogoBox__logo {
  position: absolute;
  width: 163px;
  top: 18.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* sec01 */
#contents .index_contents {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 0px;
}

#contents .index_contents .video {
  text-align: center;
}

#contents .index_contents .sec01 {
  padding: 0px 0px;
}

#contents .index_contents .sec01 h2 {
  margin-bottom: 39px;
  text-align: center;
  line-height: 0;
}

#contents .index_contents .sec01 {
  position: relative;
}

#contents .index_contents .sec01 .slide_logo {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 38%;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
  z-index: 52;
}

#contents .index_contents .sec01 .slide_arrow {
  display: block;
  position: absolute;
  top: 63.5%;
  left: 0;
  right: 0;
  width: 15.625%;
  margin: 0 auto;
  z-index: 52;
}

#contents .index_contents .sec01 .img {
  margin-bottom: 33px;
  text-align: center;
  line-height: 0;
}

#contents .index_contents .sec01 .txt {
  text-align: center;
  font-size: 1.08em;
}

/* JSが読み込まれるまで非表示 */
.slide_list {
  position: relative;
}

.slide_list li + li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* sec02 */
.sec02.pc_none {
  margin: 0;
}

.home .sec02 .txt04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .sec02 .txt04::before, .home .sec02 .txt04::after {
  content: "";
  display: inline-block;
  background: #4c4c4c;
  width: 1px;
  height: 18px;
}

.home .sec02 .txt04::before {
  margin-right: 8px;
}

.home .sec02 .txt04::after {
  margin-left: 8px;
}

#contents .index_contents .sec02 {
  width: 1160px;
  margin: 0 auto;
  padding: 66px 0 80px;
}

#contents .index_contents .sec02 h2 {
  margin-bottom: 38px;
  text-align: center;
  line-height: 0;
}

#contents .index_contents .sec02 .thumb_area {
  position: relative;
  padding: 0 1px;
  overflow: hidden;
}

#contents .index_contents .sec02 .thumb_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contents .index_contents .sec02 .thumb_list_act {
  display: block !important;
}

#contents .index_contents .sec02 .thumb_list li {
  width: 31%;
}

#contents .index_contents .sec02 .thumb_list li .img {
  margin-bottom: 9px;
  line-height: 0;
  cursor: pointer;
}

#contents .index_contents .sec02 .thumb_list li .txt01 {
  text-align: center;
  margin-top: 20px;
  color: #4c4c4c;
  font-size: 1.3em;
}

#contents .index_contents .sec02 .thumb_list li .txt02 {
  text-align: center;
  margin-top: 20px;
  color: #4c4c4c;
  font-size: 1.08em;
}

#contents .index_contents .sec02 .thumb_list li .txt03 {
  position: relative;
  text-align: left;
  margin-top: 35px;
  color: #4c4c4c;
  font-size: 1.6em;
  letter-spacing: 0.5px;
}

#contents .index_contents .sec02 .thumb_list li .txt04 {
  text-align: left;
  margin-top: 2px;
  color: #4c4c4c;
  font-size: 12px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

#contents .index_contents .sec02 .thumb_list li .txt05 {
  text-align: left;
  margin-top: 20px;
  color: #4c4c4c;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

#contents .index_contents .sec02 .thumb_list li .btn_box {
  position: absolute;
  bottom: 6px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contents .index_contents .sec02 .thumb_list li .btn_box span {
  display: block;
  border-left: 1px solid #b2b2b2;
}

#contents .index_contents .sec02 .thumb_list li .btn_box span:last-child {
  border-right: 1px solid #b2b2b2;
}

#contents .index_contents .sec02 .thumb_list li .btn_box span a {
  display: block;
  padding: 0 15px;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.08;
}

#contents .index_contents .sec02 .modal_box {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 540px;
  margin: -350px 0 0 -270px;
  padding: 28px 0 14px;
  background: #fff;
  z-index: 2;
}

#contents .index_contents .sec02 .modal_box .close_btn {
  position: absolute;
  right: 29px;
  top: 24px;
  width: 21px;
  line-height: 0;
  cursor: pointer;
}

#contents .index_contents .sec02 .modal_box .modal_img {
  margin: 0 0 19px 32px;
}

#contents .index_contents .sec02 .modal_box .modal_txt01 {
  line-height: 1.5;
  text-align: center;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 1.33em;
}

#contents .index_contents .sec02 .modal_box .modal_txt02 {
  line-height: 2;
  text-align: center;
  color: #1a1a1a;
}

#contents .index_contents .sec02 .modal_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/index/bg_modal_wrap.png) repeat;
  margin-bottom: 40px;
  z-index: 1;
}

#contents .index_contents .sec02 .pager_area {
  padding-top: 4px;
}

#contents .index_contents .sec02 .pager_area ul {
  width: 180px;
  margin: 0 auto;
}

#contents .index_contents .sec02 .pager_area ul li {
  float: left;
  line-height: 0;
  cursor: pointer;
}

#contents .index_contents .sec02 .pager_area ul .prev {
  padding-right: 30px;
  border-right: solid 2px #1a1a1a;
}

#contents .index_contents .sec02 .pager_area ul .next {
  padding-left: 31px;
}

/* sec03 */
#contents .index_contents .sec03 {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 76px;
}

#contents .index_contents .sec03 h2 {
  margin-bottom: 61px;
  line-height: 0;
}

#contents .index_contents .sec03 dl {
  line-height: 1.92;
  font-size: 1.08em;
}

#contents .index_contents .sec03 dl dt {
  float: left;
  padding: 0 25px 0 6px;
  clear: both;
}

/* sec04*/
.top-index-title_box {
  position: relative;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin: 56px auto 0;
  padding: 0 0 0.25%;
  line-height: 1;
}

.top-index-title_box img {
  display: block;
  width: 100%;
  max-width: 1160px;
  height: auto;
  margin: 70px auto 0 auto;
}

.top-index-title_box span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 100px;
  margin: auto;
  z-index: 99;
}

.top-index-title_box span.txt01 {
  font-size: 19px;
  margin-top: 0px;
  text-align: center;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 1px;
}

/* movie*/
.movie {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.movie .txt01 {
  font-size: 19px;
  margin-top: 70px;
  text-align: center;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  text-align: center;
}

.movie .wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.1%;
  margin-top: 50px;
}

.movie .wrapper .thumbnail {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.movie .wrapper img {
  margin-top: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.movie .wrapper .play {
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}

.movie .modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10002;
}

.movie .modal.open {
  opacity: 1;
  visibility: visible;
}

.movie .modal .close {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../../common/img/ico_close_light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -42px;
  bottom: auto;
  right: 0;
  left: auto;
  cursor: pointer;
}

.movie .modal .embed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  max-width: 1080px;
  height: 80vh;
}

.movie .embed iframe {
  width: 100%;
  height: 100%;
}

.movie p {
  display: block;
  margin-top: 0px;
  font-size: 19px;
  margin-top: 20px;
  text-align: center;
  line-height: 1;
  font-weight: 300;
}

.movie p a {
  color: #999;
  text-decoration: underline;
  font-size: 13px;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.top-index-title_box.product {
  margin: 92px 0 -66px;
  padding-top: 6.732%;
}

#contents .index_contents .sec02.product {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 66px 0 85px;
}

.top-index-title_box.topics {
  margin: 92px auto 70px;
  padding-top: 1.637%;
}

.top-index-title_box.organic {
  padding-bottom: 0;
}

.top-index-title_box.oss {
  margin-top: 70px;
  padding-bottom: 0;
}

.top-index-title_box.about {
  margin: 70px auto 0;
  padding-top: 1.637%;
}

.top-index-title_box.about-img {
  margin-top: 50px;
}

.top-index-title_box.about-img img {
  margin-top: 0;
}

/*----- dt ---------------*/
/* --------------------------------------------------------------------------------------
 BLOG
--------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
 OSS
--------------------------------------------------------------------------------------- */
#contents.oss {
  padding: 140px 0 0;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

#contents .oss_contents .dnp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

#contents .oss_contents .kv {
  position: relative;
  max-width: 1160px;
  min-height: 580px;
  margin: 0 auto;
  background: url("../../common/img/oss/gauze_oss_img.jpg") no-repeat;
  background-size: contain;
}

#contents .oss_contents .kv2 {
  background: url("../../common/img/oss/organic_release_top.jpg") no-repeat;
  background-size: contain;
}

#contents .oss_contents .kv3 {
  background: url("../../common/img/oss/yukine_bits_top.jpg") no-repeat;
  background-size: contain;
}

#contents .oss_contents .kv4 {
  background: url("../../common/img/oss/go_nature_top.jpg") no-repeat;
  background-size: contain;
}

#contents .oss_contents .kv h1 {
  position: absolute;
  top: 358px;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "Hind Vadodara", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}

#contents .oss_contents .leadBox {
  max-width: 1160px;
  margin: 105px auto 0;
  text-align: center;
}

#contents .oss_contents .leadBox h2 {
  margin: 0 0 33px;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

#contents .oss_contents .leadBox p {
  margin: 0 0 25px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.2px;
}

#contents .oss_contents .leadBox ul {
  padding: 40px 10px 0;
  letter-spacing: -0.2em;
}

#contents .oss_contents .leadBox ul li {
  display: inline-block;
  width: 33.33%;
  letter-spacing: 0;
  vertical-align: top;
}

#contents .oss_contents .leadBox ul li a {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

#contents .oss_contents .start {
  max-width: 1160px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

#contents .oss_contents .start .inner {
  max-width: 700px;
  margin: 0 auto;
}

#contents .oss_contents .start h2 {
  margin: 0 0 45px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

#contents .oss_contents .start p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.2px;
  text-align: left;
}

#contents .oss_contents .start .right {
  text-align: right;
}

#contents .oss_contents .connect {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 40px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

#contents .oss_contents .connect .inner {
  max-width: 700px;
  margin: 0 auto;
}

#contents .oss_contents .connect h2 {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

#contents .oss_contents .connect .lead {
  margin: 0 0 56px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.2px;
}

#contents .oss_contents .connect .lead a {
  text-decoration: underline;
}

#contents .oss_contents .connect .ctBox h3 {
  margin: 0 0 32px;
  padding: 30px 0;
  font-family: "Hind Vadodara", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  border-top: 3px solid #4c4c4c;
  border-bottom: 1px solid #515151;
}

#contents .oss_contents .connect .ctBox h3 .sp_none {
  display: inline;
}

#contents .oss_contents .connect p {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.2px;
}

#contents .oss_contents .connect .ctBox {
  padding: 0 0 20px;
}

#contents .oss_contents .connect .ctBox .size {
  margin: 0 87px 60px 139px;
}

#contents .oss_contents .connect .ctBox + .ctBox .size {
  margin: 0 131px 60px 188px;
}

#contents .oss_contents .connect .ctBox .img {
  margin: 0;
}

#contents .oss_contents .connect .ctBox .color01 {
  margin: 16px 0 30px;
  letter-spacing: -0.5em;
}

#contents .oss_contents .connect .ctBox .color01 li {
  display: inline-block;
  width: 25%;
  font-family: "Hind Vadodara", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: top;
}

#contents .oss_contents .connect .ctBox .color02 {
  margin: 16px 0 30px;
  letter-spacing: -0.5em;
}

#contents .oss_contents .connect .ctBox .color02 li {
  display: inline-block;
  width: 33.33%;
  font-family: "Hind Vadodara", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: top;
}

#contents .oss_contents .connect .border {
  margin: -8px 0 35px;
  padding: 22px 0 28px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.2px;
  border: 1px dashed #666;
}

#contents .oss_contents .connect .border span {
  display: block;
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

#contents .oss_contents .contact {
  max-width: 700px;
  margin: 0 auto;
  padding: 94px 0 100px;
  text-align: center;
}

#contents .oss_contents .contact .inner {
  max-width: 700px;
  margin: 0 auto;
}

#contents .oss_contents .contact h2 {
  margin: 0 0 38px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

#contents .oss_contents .contact .lead {
  font-size: 15px;
}

#contents .oss_contents .contact .link {
  margin: 8px 0 35px;
}

#contents .oss_contents .contact .link a {
  color: #3a5893;
  font-size: 18px;
  letter-spacing: 0.2px;
}

#contents .oss_contents .contact p {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.2px;
}

#contents .oss_contents .contact p span {
  font-weight: bold;
}

/* --------------------------------------------------------------------------------------
 aboutページ
--------------------------------------------------------------------------------------- */
#contents.about {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  overflow-x: hidden;
  padding-top: 54px;
}

#contents.about h1,
#contents.about .story h2 {
  margin: 0 0 30px;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 2px;
}

#contents.about .leadBox h2,
#contents.about h3 {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

#contents.about .img {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

#contents.about p {
  line-height: 2;
}

#contents.about .align_left {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}

#contents.about .leadBox {
  width: 100%;
  max-width: 1160px;
  margin: 74px auto 0;
  text-align: center;
}

#contents.about .leadBox::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 90px;
  background-color: #ddd;
}

#contents.about .leadBox h1 > span {
  display: block;
  font-size: 24px;
  margin: 0.6em 0 0;
}

#contents.about .leadBox h1 > span > span {
  display: block;
  font-size: 26px;
  margin: 2em 0 0;
}

#contents.about .leadBox h2 {
  margin: 0 0 25px;
}

#contents.about .leadBox p {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.2px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

#contents.about .leadBox ul {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.2px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  text-align: left;
  padding: 14px 0 0;
  max-width: 700px;
  margin: 0 auto;
}

	#contents.about .leadBox li {
  text-indent: -0.5em;
  padding: 0 0 10px;
  margin: 0 0 0 10px;
}

#contents.about .leadBox li::before {
  content: "・";
  display: inline-block;
}

#contents.about .leadBox hr {
  margin: 20px;
}

#contents.about .leadBox .img {
  margin: 95px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contents.about .leadBox .img > img {
  display: inline-block;
  width: 48.958%;
}

#contents.about .leadBox .img + h3 {
  margin-bottom: 45px;
}

#contents.about .story {
  max-width: 1160px;
  margin: 105px auto 0;
  text-align: center;
}

#contents.about .story p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

#contents.about .story h2 + p {
  letter-spacing: 1px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
  width: 360px;
  margin: 0 auto;
  position: relative;
}

#contents.about .story h2 + p::before,
#contents.about .story h2 + p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  border: 1px solid #4c4c4c;
}

#contents.about .story h2 + p::before {
  border-right: none;
  left: 0;
}

#contents.about .story h2 + p::after {
  border-left: none;
  right: 0;
}

#contents.about .story hr {
  border: none;
  height: 1px;
  width: 18px;
  margin: 16px auto 24px;
  background-color: #4c4c4c;
}

#contents.about .story .lead {
  letter-spacing: 0.5px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 58px;
  line-height: 1;
}

#contents.about .story .lead > span {
  letter-spacing: 4px;
  font-size: 20px;
  display: block;
  margin-top: 16px;
  line-height: 1;
}

#contents.about .story .embed {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding-top: 56.25%;
  cursor: pointer;
}

#contents.about .story .embed img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#contents.about .story .embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#contents.about .story h3 {
  margin-bottom: 45px;
}

#contents.about .story h3:first-of-type {
  margin-top: 105px;
}

#contents.about .story .img {
  display: block;
  margin: 105px auto;
}

#contents.about .story .img:last-of-type {
  margin-bottom: 144px;
}

/* --------------------------------------------------------------------------------------
 movieページ
--------------------------------------------------------------------------------------- */
#contents.movie {
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

#contents.movie h1 {
  margin: 70px 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}

#contents.movie hr {
  display: block;
  border: none;
  height: 1px;
  width: 100%;
  background-color: #999;
  margin: 0;
}

#contents.movie .movie_list {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}

#contents.movie .movie_list_box:last-of-type p {
  margin-bottom: 0;
}

#contents.movie .movie_list .thumbnail {
  display: block;
  width: 740px;
  margin: 0 auto 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  padding-top: 56.25%;
}

#contents.movie .movie_list .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contents.movie .movie_list .thumbnail::after {
  content: "";
  display: block;
  width: 72px;
  height: 100px;
  background-image: url("../../common/img/ico_play_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

#contents.movie .movie_list .inner {
  width: 100%;
  padding: 0 20px 40px;
}

#contents.movie .movie_list h2 {
  color: #aaa;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 16px;
}

#contents.movie .movie_list h2 span {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 6px;
  color: #4c4c4c;
}

#contents.movie .movie_list h2 > span > span {
  font-size: 14px;
}

#contents.movie .movie_list h2 + p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

#contents.movie .movie_list h3,
#contents.movie .movie_list ul {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

#contents.movie .movie_list h3 {
  margin-bottom: 8px;
}

#contents.movie .movie_list li {
  text-indent: -0.5em;
  padding-left: 1em;
  font-weight: 400;
}

#contents.movie .movie_list li::before {
  content: "・";
  display: inline-block;
}

#contents.movie .movie_list .modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10002;
}

#contents.movie .movie_list .modal.open {
  opacity: 1;
  visibility: visible;
}

#contents.movie .movie_list .modal span,
#contents.movie .modal span {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../../common/img/ico_close_light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -42px;
  right: 0;
  cursor: pointer;
}

#contents.movie .movie_list .modal .embed,
#contents.movie .modal .embed {
  position: absolute;
  top: 42px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  max-width: 1080px;
  height: 80vh;
}

#contents.movie .movie_list .embed iframe {
  width: 100%;
  height: 100%;
}

#contents.movie .product_movie h2 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

#contents.movie .product_movie ul {
  max-width: 1080px;
  margin: 40px auto;
  text-align: center;
}

#contents.movie .product_movie ul li {
  margin: 0 10px;
}

#contents.movie .product_movie ul li img.img_over {
  cursor: pointer;
}

#contents.movie .product_movie ul li a {
  display: block;
  width: 100%;
  height: 200px;
}

#contents.movie .product_movie h3 {
  color: #aaa;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 20px 0 8px;
}

#contents.movie .product_movie p {
  font-size: 13px;
  line-height: 1.4;
}

/* --------------------------------------------------------------------------------------
 indexページ
--------------------------------------------------------------------------------------- */
/*----- index_contents ---------------*/
.index_contents {
  max-width: 1160px;
  margin: 0 auto;
}

#contents .index_contents .sec01 .img {
  text-align: center;
  line-height: 0;
}

/* --------------------------------------------------------------------------------------
 productページ
--------------------------------------------------------------------------------------- */
#contents.product {
  padding: 54px 0 0;
}

#contents.product .play {
  max-width: 46px;
}

#contents .index_contents.product .img {
  position: relative;
  margin: 0;
}

#contents .index_contents.product .img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contents .index_contents.product .img a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  z-index: 999;
}

#contents .index_contents.product .img p {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 38px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

#contents .index_contents.product .img span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 44px;
  margin: auto;
  z-index: 99;
  letter-spacing: 2px;
}

#contents .detail_contents.product .ct_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 311px;
  margin: -60px auto 71px;
}

#contents .detail_contents.product .ct_nav a {
  display: inline-block;
  padding: 0 0 6px;
  color: #999;
  font-size: 15px;
  letter-spacing: 0.5px;
}

#contents .detail_contents.product .ct_nav a.act {
  border-bottom: 1px solid #999;
}

#contents .detail_contents.product {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  font-size: 100%;
}

#contents .detail_contents.product .left_box {
  float: left;
  background: #fff;
}

#contents .detail_contents.product .right_box {
  float: right;
  width: 100%;
  margin: 8px 0 0 0;
}

#contents .detail_contents.product .right_box .img_box {
  margin: 0 0 30px;
}

#contents .detail_contents.product img {
  height: auto;
  font-size: 0;
}

#contents .detail_contents.product h2 {
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.63;
  font-size: 1.4em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.04em;
}

#contents .detail_contents.product .txt_product_box {
  line-height: 2;
}

#contents .detail_contents.product .txt_product_box.fix {
  position: fixed;
  top: 120px;
  bottom: auto;
  left: 20px;
  right: 0;
  width: 1160px;
  margin: 0 auto;
  z-index: 2;
}

#contents .detail_contents.product .txt_product_box.fix.abs {
  position: absolute;
  top: auto;
  bottom: 12px;
}

#contents .detail_contents.product .txt_box01 {
  padding: 0 0 30px;
}

#contents .detail_contents.product .txt_box01 p {
  font-size: 13px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

#contents .detail_contents.product .txt_box02 {
  position: relative;
  min-height: 650px;
}

#contents .detail_contents.product .txt_box02 .txt06 {
  font-size: 18px;
}

#contents .detail_contents.product .txt_box02 .txt07 {
  font-size: 1.3em;
  font-weight: 300;
}

#contents .detail_contents.product .txt_box02 img {
  height: auto;
  margin-bottom: 80px;
}

#contents .detail_contents.product .txt_box02 .table {
  background: #fff;
  width: 450px;
  padding: 11px 0 40px;
}

#contents .detail_contents.product .txt_box03 {
  position: relative;
  margin: -280px 110px 0 0;
}

#contents .detail_contents.product .txt_box03 .table {
  padding: 22px 0 30px;
}

#contents .detail_contents.product .txt_box03 p {
  font-size: 13px;
}

#contents .detail_contents.product .txt_box03 .txt06 {
  font-size: 16px;
}

#contents .detail_contents.product .txt_box03 img {
  height: auto;
  margin-bottom: 680px;
}

#contents .detail_contents.product .btn_area {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  z-index: 3;
}

#contents .detail_contents.product .btn_area ul {
  letter-spacing: -0.5em;
}

#contents .detail_contents.product .btn_area ul li {
  display: inline-block;
  width: 146px;
  margin: 0 1px;
  letter-spacing: 0;
  vertical-align: bottom;
}

#contents .detail_contents.product .btn_area a {
  display: block;
  background: #c1c1c1;
  font-size: 13px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 42px;
  letter-spacing: 0.5px;
}

#contents .detail_contents.product .btn_area.btn_area02 {
  position: relative;
  width: 173px;
  top: 650px;
}

#contents .detail_contents.product .btn_area.btn_area03 {
  position: relative;
  width: 173px;
  top: 650px;
}

#contents .detail_contents.product .btn_area li {
  margin: 0 0 7px;
}

#footer2 {
  position: relative;
  background: #fff;
  z-index: 3;
}

@media screen and (min-width: 64em) {
  .productList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productList__item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .productList__item:nth-child(3n) {
    margin-right: 0;
  }
  .productList__body {
    padding: 0;
  }
  .productList__txt01 {
    font-size: 1.6em;
    margin-top: 35px;
  }
  .productList__txt02 {
    font-size: 14px;
    margin-top: 2px;
  }
  .productList__txt02::before, .productList__txt02::after {
    height: 12px;
  }
  .productList__txt03 {
    font-size: 14px;
  }
  .LogoBox__logo {
    display: none;
  }
  #contents .index_contents .sec01 .slide_logo {
    max-width: 150px !important;
    top: inherit !important;
    left: 20px;
    bottom: 40px;
    right: inherit;
  }
  .movie .wrapper {
    padding-top: 39.365%;
  }
  #contents.about {
    padding-top: 140px;
  }
  #contents.movie .product_movie ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #contents.product {
    padding: 140px 0 0;
  }
  #contents .detail_contents.product {
    padding: 100px 0 35px;
    width: 100% !important;
  }
  #contents .detail_contents.product .left_box {
    width: calc(450 / 1160 * 100%);
    padding-left: 20px;
  }
  #contents .detail_contents.product .right_box {
    width: calc(620 / 1160 * 100%);
    padding: 8px 20px 0 0;
  }
  #contents .detail_contents.product .right_box .img_box {
    width: auto;
  }
}

@media screen and (min-width: 48em) {
  .LogoBox__logo {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #contents .index_contents .sec01 .slide_logo {
    top: 30%;
    max-width: 230px;
  }
  #contents .index_contents .sec01 .slide_arrow {
    display: none;
  }
  #contents .detail_contents.product {
    width: 70%;
  }
}

@media screen and (max-width: 1023px) {
  /* SP ------ */
  #contents .index_contents {
    width: 100%;
  }
  .sec02 .thumb_list hr {
    margin: 40px 3.78%;
  }
  .sec02 .thumb_list .txt03 {
    position: relative;
    margin: 15px 3.78% 0 3.78%;
    font-size: 17px;
  }
  .sec02 .thumb_list .txt04 {
    margin: 0 3% 0 3.78%;
  }
  .sec02 .thumb_list .txt05 {
    margin: 5% 3% 5% 3.78%;
    font-family: "Hiragino Kaku Gothic ProN";
  }
  .sec02 .thumb_list .txt06 {
    padding: 36px 0;
    font-size: 19px;
    text-align: center;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .sec02 .thumb_list li:last-child .txt06 {
    margin: -4px 0 0;
    padding: 0 0 36px;
  }
  .sec02 .thumb_list .about_link {
    display: block;
    position: relative;
    margin: 0 0 20px;
  }
  .sec02 .thumb_list .about_logo {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 43.6%;
    margin: 0 auto;
    z-index: 52;
  }
  .sec02 .thumb_list li .btn_box {
    position: absolute;
    bottom: 2px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec02 .thumb_list li .btn_box span {
    display: block;
    border-left: 1px solid #b2b2b2;
  }
  .sec02 .thumb_list li .btn_box span:last-child {
    border-right: 1px solid #b2b2b2;
  }
  .sec02 .thumb_list li .btn_box span a {
    display: block;
    padding: 0 15px;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 1.08;
  }
  a {
    -webkit-tap-highlight-color: transparent;
  }
  /* SP ------ */
  #contents.oss {
    padding: 50px 0 0;
  }
  #contents .oss_contents .kv {
    max-width: inherit;
    min-height: inherit;
    padding-top: 100%;
    background: url("../../common/img/oss/gauze_oss_img_sp.jpg") no-repeat;
    background-size: 100% auto;
  }
  #contents .oss_contents .kv2 {
    background: url("../../common/img/oss/organic_release_top_sp.jpg") no-repeat;
    background-size: 100% auto;
	}
  #contents .oss_contents .kv3 {
    background: url("../../common/img/oss/yukine_bits_top_sp.jpg") no-repeat;
    background-size: 100% auto;
	}
  #contents .oss_contents .kv4 {
    background: url("../../common/img/oss/go_nature_top_sp.jpg") no-repeat;
    background-size: 100% auto;
  }
  #contents .oss_contents .kv h1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 41% 0 0;
    font-size: 31px;
    line-height: 1.35;
    letter-spacing: 2px;
  }
  #contents .oss_contents .leadBox {
    max-width: inherit;
    margin: 18% auto 0;
    text-align: center;
  }
  #contents .oss_contents .leadBox h2 {
    margin: 0 0 2.5%;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.5px;
  }
  #contents .oss_contents .leadBox p {
    margin: 0 0 3%;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.2px;
  }
  #contents .oss_contents .leadBox p + p {
    margin: 0 0 17%;
    font-size: 13px;
  }
  #contents .oss_contents .start {
    max-width: inherit;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
  }
  #contents .oss_contents .start .inner {
    max-width: inherit;
    width: 86.667%;
    margin: 0 auto;
    padding: 9% 0 11.5%;
  }
  #contents .oss_contents .start h2 {
    margin: 0 0 12%;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.5px;
  }
  #contents .oss_contents .start p {
    margin: 0 0 5%;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.2px;
    text-align: left;
  }
  #contents .oss_contents .connect {
    max-width: inherit;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
  }
  #contents .oss_contents .connect .inner {
    max-width: inherit;
    width: 86.667%;
    margin: 0 auto;
    padding: 5% 0;
  }
  #contents .oss_contents .connect h2 {
    margin: 0 0 9%;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.5px;
  }
  #contents .oss_contents .connect .lead {
    margin: 0 0 18%;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.2px;
  }
  #contents .oss_contents .connect .ctBox h3 {
    margin: 0 0 7%;
    padding: 5% 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.3px;
  }
  #contents .oss_contents .connect p {
    margin: 0 0 3%;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.2px;
  }
  #contents .oss_contents .connect .ctBox {
    padding: 0 0 0;
	}
#contents .oss_contents .connect .ctBox .txt{
    text-align: left;
  }
  #contents .oss_contents .connect .ctBox .size {
    padding: 2.5% 0 0;
    margin: 0 8% 12% 21.24%;
  }
  #contents .oss_contents .connect .ctBox + .ctBox .size {
    margin: 0 14% 12% 28.24%;
  }
  #contents .oss_contents .connect .ctBox .img {
    margin: 0;
  }
  #contents .oss_contents .connect .ctBox .color01 {
    letter-spacing: -0.5em;
  }
  #contents .oss_contents .connect .ctBox .color01 li {
    width: 47%;
    margin: 0 6% 6% 0;
    font-size: 13px;
    line-height: 1.5;
  }
  #contents .oss_contents .connect .ctBox .color01 li:nth-child(even) {
    margin: 0 0 3%;
  }
  #contents .oss_contents .connect .ctBox .color01 li span {
    display: block;
    margin: 1% 0 0;
  }
  #contents .oss_contents .connect .ctBox .color02 {
    margin: 8% 0 9.5%;
  }
  #contents .oss_contents .connect .ctBox .color02 li {
    display: block;
    width: 58.46%;
    margin: 0 auto 3%;
    font-size: 13px;
    line-height: 1.5;
  }
  #contents .oss_contents .connect .ctBox .color02 li span {
    display: block;
    margin: 1% 0 0;
  }
  #contents .oss_contents .connect .border {
    margin: 0 0 11%;
    padding: 6% 0;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.2px;
  }
  #contents .oss_contents .connect .border span {
    margin: 4.5% 0 0;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
  #contents .oss_contents .contact {
    max-width: inherit;
    width: 86.667%;
    margin: 0 auto;
    padding: 0 0 10%;
  }
  #contents .oss_contents .contact h2 {
    margin: 0;
    padding: 14% 0 8.5%;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.5px;
  }
  #contents .oss_contents .contact .lead {
    font-size: 14px;
  }
  #contents .oss_contents .contact .link {
    margin: 2% 0 6.5%;
  }
  #contents .oss_contents .contact .link a {
    color: #3a5893;
    font-size: 18px;
    letter-spacing: 0.2px;
  }
  #contents .oss_contents .contact p {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.2px;
  }
  /* SP ------ */
  #contents.about {
    width: auto;
  }
  #contents.about h1 {
    font-size: 28px;
    margin-bottom: 6%;
  }
  #contents.about .leadBox h2,
  #contents.about h3 {
    font-size: 15px;
    line-height: 1.5;
	padding: 0 20px 0;
  }
  #contents.about h3,
  #contents.about p {
    padding-right: 20px;
    padding-left: 20px;
  }
  #contents.about p {
    max-width: inherit;
  }
  #contents.about .leadBox {
    margin-top: 18%;
    width: auto;
  }
  #contents.about .leadBox::after {
    width: 86.667%;
    margin: 18% auto 0;
  }
  #contents.about .leadBox h1 > span {
    font-size: 18px;
    margin-top: 0.8em;
  }
  #contents.about .leadBox p {
    font-size: 14px;
    max-width: 700px;
    margin: 0 auto;
}
#contents.about .leadBox ul {
    font-size: 14px;
	padding: 20px 20px 0;
  }
#contents.about .leadBox .img {
    margin: 12% auto;
  }
  #contents.about .leadBox .img > img {
    width: 100%;
  }
  #contents.about .leadBox .img + h3 {
    margin-bottom: 9%;
  }
  #contents.about .leadBox img + img {
    margin-top: 50px;
  }
  #contents.about .story {
    margin-top: 18%;
    width: auto;
  }
  #contents.about .story h2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  #contents.about .story h2 + p {
    font-size: 19px;
    line-height: 47px;
    height: 47px;
    width: 316px;
    padding: 0;
  }
  #contents.about .story hr {
    margin: 14px auto 20px;
  }
  #contents.about .story .lead {
    font-size: 13px;
    margin-bottom: 12%;
  }
  #contents.about .story .lead > span {
    font-size: 17px;
    margin-top: 14px;
  }
  #contents.about .story .embed {
    padding-top: 56.25%;
  }
  #contents.about .story h3:first-of-type {
    margin-top: 18%;
  }
  #contents.about .story h3 {
    margin-top: 12%;
    margin-bottom: 9%;
  }
  #contents.about .story .img {
    margin: 12% auto;
  }
  #contents.about .story .img:first-of-type {
    margin: 12% auto;
    width: 325px;
    height: 325px;
  }
  #contents.about .story .img:first-of-type > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #contents.about .story .img:last-of-type {
    margin-bottom: 12%;
  }
  /* SP ------ */
  #contents.movie {
    width: auto;
    padding-top: 54px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #contents.movie h1 {
    font-size: 28px;
  }
  #contents.movie hr {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #contents.movie .movie_list {
    width: auto;
    padding-bottom: 40px;
  }
  #contents.movie .movie_list .thumbnail {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  #contents.movie .movie_list h2 {
    font-size: 17px;
  }
  #contents.movie .movie_list h2 + p {
    font-size: 13px;
    text-align: left;
    line-height: 1.7;
  }
  #contents.movie .movie_list .modal {
    z-index: 1;
  }
  #contents.movie .movie_list .modal span,
  #contents.movie .modal span {
    width: 28px;
    height: 28px;
    top: -48px;
    right: 10px;
  }
  #contents.movie .movie_list .modal .embed,
  #contents.movie .modal .embed {
    width: 100%;
    height: 0;
    padding-top: 55.428%;
  }
  #contents.movie .movie_list .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
  #contents.movie .product_movie h2 {
    font-size: 16px;
    padding: 0 20px;
  }
  #contents.movie .product_movie ul {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  #contents.movie .product_movie ul li {
    margin: 0 20px 30px;
  }
  #contents.movie .product_movie ul li a {
    height: 196px;
  }
  /* SP ------ */
  #contents .index_contents.product .img {
    position: relative;
    padding: 0 0 0;
  }
  #contents .index_contents.product .img img.play {
    width: 46px;
    height: auto;
    margin: 20px 0 0;
  }
  #contents .index_contents.product .img span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 46px;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
  }
  #contents .detail_contents.product img {
    width: 100%;
    height: auto;
    font-size: 0;
  }
  #contents .detail_contents.product .ct_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 294px;
    margin: 38px auto 65px;
  }
  #contents .detail_contents.product .ct_nav a {
    display: inline-block;
    padding: 0 0 4px;
    color: #999;
    font-size: 14px;
  }
  #contents .detail_contents.product h2 {
    margin-bottom: 14px;
    line-height: 1.8;
    font-size: 14px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  }
  #contents .detail_contents.product .txt06 {
    font-size: 17px;
  }
  #contents .detail_contents.product .txt07 {
    font-size: 12px;
  }
  #contents .detail_contents.product .txt_product_box {
    display: block;
    width: 100%;
    min-height: inherit !important;
    padding: 0 5%;
    line-height: 1.95;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 11px;
  }
  #contents .detail_contents.product .left_box {
    float: none;
    width: 100%;
  }
  #contents .detail_contents.product .right_box {
    float: none;
    display: block;
    width: 100%;
    margin: 8px 0 0;
    padding: 0 0 22px;
  }
  #contents .detail_contents.product .left_box .img_box,
  #contents .detail_contents.product .right_box .img_box {
    margin: 0 0 10px;
  }
  #contents .detail_contents.product .txt_box01 {
    margin: 33px 0 35px;
  }
  #contents .detail_contents.product .txt_box05 {
    font-size: 13px;
    margin: 0 0 0 0;
  }
  #contents .detail_contents.product .img_box01 {
    display: block;
    width: 100%;
    margin: 35px 0 10px 0;
    vertical-align: top;
  }
  #contents .detail_contents.product .img_box02 {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    vertical-align: top;
  }
  #contents .detail_contents.product .txt_box02 {
    position: relative;
    margin: 33px 0 0 0;
  }
  #contents .detail_contents.product .txt_box02 .table {
    width: 100%;
  }
  #contents .detail_contents.product .txt_box02 img {
    width: 290px;
    height: auto;
    margin: 0px 0 33px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
  #contents .detail_contents.product .txt_box02 img.yukine_img {
    width: 30%;
  }
  #contents .detail_contents.product .txt_box03 {
    position: relative;
    margin: 33px 0 0 0;
  }
  #contents .detail_contents.product .txt_box03 img {
    width: 100%;
    height: auto;
    margin: 0px 0 33px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
  #contents .detail_contents.product .img_box03 {
    display: block;
    width: 100%;
    margin: 0 0 35px 0;
    vertical-align: top;
  }
  #contents .detail_contents.product .img_box03 p {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    vertical-align: top;
  }
  #contents .detail_contents.product .img_box04 {
    display: block;
    width: 100%;
    margin: 35px 0 0 0;
    vertical-align: top;
  }
  #contents .detail_contents.product .img_box05 {
    display: block;
    width: 100%;
    margin: 0 0 35px 0;
    vertical-align: top;
  }
  #contents .detail_contents.product .img_box03 p:nth-child(1) {
    margin: 0 0 10px 0;
  }
  #contents .detail_contents.product .img_box03 p:nth-child(2) {
    margin: 0 0 10px 0;
  }
  #contents .detail_contents.product .img_box03 p:nth-child(3) {
    margin: 0 0 10px 0;
  }
  #contents .detail_contents.product .btn_area {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 0;
  }
  #contents .detail_contents.product .btn_area.btn_area02,
  #contents .detail_contents.product .btn_area.btn_area03 {
    position: relative;
    width: 100%;
    top: 0;
  }
  #contents .detail_contents.product .btn_area ul li {
    display: block;
    width: 100%;
    margin: 3px 0 0;
  }
  #contents .detail_contents.product .btn_area li a {
    display: block;
    width: 100%;
    padding: 0 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    letter-spacing: 0.5px;
    background: #999;
  }
  #contents .detail_contents.product .btn_area li img {
    height: auto;
    margin: 0 auto;
  }
  #contents .detail_contents.product .btn_area li:nth-child(1) img {
    width: 60.937%;
  }
  #contents .detail_contents.product .btn_area li:nth-child(2) img {
    width: 20.625%;
  }
  #contents .detail_contents.product .btn_area li:nth-child(3) img {
    width: 52.187%;
  }
  #contents .detail_contents.product .txt_box02 .txt07 {
    font-size: 1.5em;
    font-weight: 300;
  }
  #contents .detail_contents.product .detail th {
    padding: 5px 0 0 0;
    font-size: 13px;
  }
  #contents .detail_contents.product .detail td {
    padding: 5px 10px 0 0;
    font-size: 13px;
  }
  #contents .detail_contents.product .detail td:last-child {
    padding-right: 0;
  }
  table.detail {
    border-collapse: separate;
    text-align: left;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
}

@media screen and (max-width: 640px) {
  /* SP ------ */
  #contents .index_contents .sec02 {
    width: 100%;
    margin: 0 auto;
    padding: 66px 0 0px;
  }
  #contents .index_contents .sec02 .thumb_list {
    width: 100%;
    margin-right: -26px;
  }
  /* SP ------ */
  .top-index-title_box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    background-size: auto 100%;
    line-height: 1;
  }
  .top-index-title_box img {
    display: block;
    min-width: 14.375%;
    width: 45px;
    margin: 20px auto 0 auto;
  }
  .top-index-title_box span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 87px;
    margin: auto;
    font-size: 24px !important;
    text-align: center;
    color: #fff;
  }
  .top-index-title_box.bg02 {
    background-size: auto 100%;
  }
  .top-index-title_box.bg03 {
    background-size: auto 100%;
  }
  .top-index-title_box a em {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
  }
  /* SP ------ */
  .movie {
    width: 100%;
  }
  .movie .wrapper {
    padding-top: 36%;
    margin-bottom: 104px;
    margin-top: 36px;
  }
  .movie .wrapper .play {
    top: auto;
    bottom: -94px;
    width: 80px;
    height: 80px;
  }
  .movie p {
    margin-bottom: 40px;
  }
  .movie .modal {
    z-index: 52;
  }
  .movie .modal span {
    width: 28px;
    height: 28px;
    top: -48px;
    right: 10px;
  }
  .movie .modal .embed {
    width: 100%;
    height: 0;
    padding-top: 55.428%;
  }
  .movie .modal .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec02 .thumb_list hr.mt36 {
    margin-top: 36px;
    margin-bottom: 0;
  }
  .sec02 .thumb_list hr.mb36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .thumb_list li.mt36 {
    margin-top: 36px;
  }
  .sec02 .thumb_list li.mt36 + li .about_link {
    margin-bottom: 17px;
  }
  /* SP ------ */
  #contents .index_contents {
    width: 100%;
  }
  #contents .index_contents .sec01 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #contents.movie {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1023px) {
  #contents .detail_contents.product .right_box .img_box__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #contents .detail_contents.product .right_box .img_box__flex .img_box {
    width: calc(50% - 15px);
  }
}

@media screen and (min-width: 1160px) {
  #contents .detail_contents.product .txt_product_box.fix {
    left: 40px;
  }
}

@media screen and (max-width: 374px) {
  #contents .detail_contents.product .detail th {
    padding-right: 0;
  }
  #contents .detail_contents.product .detail td {
    padding: 5px 2px;
  }
}

/*# sourceMappingURL=common_jp.css.map */
