@charset "UTF-8";
/* --- 印刷用CSS --- */
@import url("print.css") print;

/* --- 全体のスタイル --- */
h1, h2, h3, h4, p {
  margin: 0;
  font-weight: normal;
}

h3 {
  color: #866c39;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Regular';
  src: local("Noto Serif CJK JP"), url(../font/NotoSerifCJKjp-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Bold';
  src: local("Noto Serif CJK JP"), url(../font/NotoSerifCJKjp-Bold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Medium';
  src: local("Noto Serif CJK JP"), url(../font/NotoSerifCJKjp-Medium.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Light';
  src: local("Noto Serif CJK JP"), url(../font/NotoSerifCJKjp-Light.woff) format("woff");
  font-display: swap;
}

html {
  height: 100%;
}

body {
  font-family: 'Medium';
  position: relative;
  height: 100%;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  height: auto;
  width: 100%;
}

.wrapper .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* --- メールリンク --- */
.mail {
  display: block;
  height: 46px;
  width: 140px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mail div {
  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;
  height: 100%;
  width: 100%;
}

.mail div img {
  height: 12px;
  width: 19px;
  margin-right: 10px;
}

header .mail:hover {
  background-color: #000;
}

#contact .mail:hover {
  background-color: rgba(134, 108, 57, 0.8);
}

@media screen and (min-width: 1000px), print {
  .mail {
    height: 46px;
    width: 164px;
  }
  .mail div img {
    height: 12px;
    width: 19px;
    margin-right: 10px;
  }
}

/* ---トップに戻るボタン--- */
#arrow-wrapper {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  z-index: 90000;
}

#arrow-wrapper #arrow {
  height: 60px;
  width: 60px;
  background-color: #866c39;
  color: white;
  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;
  text-align: center;
  line-height: 100px;
}

#arrow-wrapper #arrow #arrow-top {
  height: 25px;
  width: 25px;
}

@media screen and (min-width: 1000px) {
  #arrow-wrapper {
    position: fixed;
    bottom: 110px;
    right: 5%;
  }
  #arrow-wrapper #arrow {
    height: 50px;
    width: 50px;
  }
  #arrow-wrapper #arrow #arrow-top {
    height: 20px;
    width: 20px;
  }
}

/* --- header --- */
header {
  position: relative;
  background: url(../img/top-image.png) no-repeat;
  background-position: top;
  background-size: cover;
}

header .header-top {
  height: 300px;
  background: rgba(0, 0, 0, 0.3) url(../img/black-dot.png) no-repeat;
}

header .header-bottom {
  height: 190px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(134, 108, 57, 0.8);
}

header #contents {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
  
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen {
  header #contents {
    width: 80%;
  }
}
header #contents .title {
  position: relative;
  z-index: 100;
  height: 290px;
  width: 80%;
  background-color: #fff;
  text-align: center;
}

header #contents .title .main-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 80px;
  width: 55%;
}

header #contents .title .sub-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  top: 220px;
}

header #contents .header-sub-text .title-text {
  display: none;
}

header #contents .header-sub-text p {
  width: 80px;
  font-size: 10px;
  color: #fff;
  margin-bottom: 10px;
}

header #contents .header-sub-text .title-text-sp {
  height: 240px;
  width: 51px;
}

header #contents .header-flex {
  width: 372px;
  max-width: 100%;
  margin-top: 15px;
}

header #contents .header-flex .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

header #contents .header-flex .contact .contact-number {
  width: 60%;
  font-size: 5vw;
  line-height: 30px;
}

header #contents .header-flex .contact .mail {
  width: 40%;
  color: #fff;
  margin-top: 6px;
}

header #contents .header-flex .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  width: 100%;
  margin-top: 15px;
}

header #contents .header-flex .link .recruit {
  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;
  width: 120px;
  background-color: #0d0c14;
  color: #fff;
}

header #contents .header-flex .link .ilnk-text {
  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;
  width: 252px;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  header #contents {
    max-width: 500px;
  }
  header #contents .title .main-title {
    max-width: 160px;
  }
  header #contents .title {
    max-width: 370px;
  }
  header #contents .header-sub-text {
    width: 51px;
  }
}
@media screen and (min-width: 500px), print {
  header #contents .header-flex .contact .contact-number {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  header #contents {
    width: 980px;
  }
}
@media screen and (min-width: 1000px), print {
  header {
    height: 610px;
    background-position: bottom;
  }
  header .header-top {
    height: 427px;
  }
  header .header-bottom {
    height: 184px;
  }
  header #contents {
    height: 616px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header #contents .title {
    height: 616px;
    width: 460px;
  }
  header #contents .title .main-title {
    top: 165px;
    width: 255px;
  }
  header #contents .title .sub-title {
    top: 451px;
    width: 240px;
  }
  header #contents .header-sub-text {
    margin-top: 120px;
  }
  header #contents .header-sub-text p {
    width: 100%;
    color: #fff;
    font-size: 25px;
    letter-spacing: 8px;
    margin-bottom: 50px;
  }
  header #contents .header-sub-text .title-text {
    display: block;
  }
  header #contents .header-sub-text .title-text-sp {
    display: none;
  }
  header #contents .header-flex {
    margin-bottom: 60px;
  }
  header #contents .header-flex .contact .contact-number {
    width: 50%;
  }
  header #contents .header-flex .contact .mail {
    width: 45%;
  }
}

/* --- main --- */
/*-- product -- */
#products {
  padding: 30px 15px 50px;
  background: url(../img/products-back2-8.png);
  background-size: contain;
  background-color: #f3f0eb;
}

#products h2 {
  text-align: center;
  font-size: 30px;
  color: #866c39;
}

#products .products-wrapper {
  margin-top: 30px;
}
#products .products-wrapper .product {
  position: relative;
  height: 720px;
  margin-top: 30px;
}
@media screen {
  #products .products-wrapper {
    width: 100%;
  }
  #products .products-wrapper .product {
    width: 100%;
  }
}
#products .products-wrapper #block {
  height: 760px;
}

#products .products-wrapper .product .product-text {
  position: absolute;
  top: 0;
  left: 6%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
  height: 40%;
  width: 40%;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #products .products-wrapper .product .product-text {
    height: 35%;
    width: 62%;
  }
}

#products .products-wrapper .product .product-text .product-name-wrapper .product-name {
  font-size: 24px;
  line-height: 1.4;
}

#products .products-wrapper .product .product-text .product-name-wrapper .product-name span {
  font-size: 15px;
}

#products .products-wrapper .product .product-text .product-name-wrapper .product-number {
  margin-top: 10px;
  font-size: 12px;
  color: #866c39;
}

#products .products-wrapper .product .product-text .more {
  position: absolute;
  bottom: 0;
  right: 7%;
  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;
  height: 28px;
  width: 28px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
}

#products .products-wrapper .product .product-p {
  width: 370px;
  position: absolute;
  left: -5%;
  top: 40%;
}
@media screen and (max-width: 1100px) {
  #products .products-wrapper .product .product-p {
    width: 322px;
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  #products .products-wrapper .product .product-p {
    width: 285px;
  }
}
@media screen and (max-width: 640px) {
  #products .products-wrapper .product .product-p {
    width: 80px;
  }
}
#products .products-wrapper .product .product-p .three-img {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
@media screen and (max-width: 640px) {
  #products .products-wrapper .product .product-p .three-img {
    display: block;
    margin: 10px 0 50px;
  }
}
#products .products-wrapper .product .product-p .three-img img {
  width: auto;
  height: 7rem;
}
@media screen and (max-width: 1100px) {
  #products .products-wrapper .product .product-p .three-img img {
    height: 6rem;
  }
}
@media screen and (max-width: 900px) {
  #products .products-wrapper .product .product-p .three-img img {
    height: 5rem;
  }
}
#products .products-wrapper .product .product-t p {
  line-height: 1.5;
  font-size: 18px;
  font-family: 'Regular';
}
@media screen and (max-width: 1100px) {
  #products .products-wrapper .product .product-t p {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  #products .products-wrapper .product .product-t p {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #products .products-wrapper .product .product-t p {
    width: 280px;
  }
}

#products .products-wrapper .product .product-image {
  position: absolute;
  bottom: 0;
  right: 7%;
  height: 65vh;
  width: 55%;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #products .products-wrapper .product .product-image {
    width: 65%;
    height: 53vh;
  }
}

#products .products-wrapper .product .product-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#products .products-wrapper .product .product-image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.6;
}

#products .products-wrapper .product .product-image .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  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;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 1000px) {
  #products .products-wrapper {
    width: 980px;
  }
  #products .products-wrapper .product {
    width: 460px;
  }
}
@media screen and (min-width: 1000px), print {
  #products {
    height: 2250px;
    padding: 104px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #products h2 {
    font-size: 30px;
  }
  #products .products-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    -webkit-box-align: space-around;
        -ms-flex-align: space-around;
            align-items: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 400px;
    margin: 30px auto 0;
  }
  #products .products-wrapper .product {
    width: 100%;
    height: 900px;
    margin-top: 0;
  }
  #products .products-wrapper .product .product-text {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    height: 340px;
    width: 370px;
    left: 7%;
  }
  #products .products-wrapper .product .product-text .product-name-wrapper {
    margin-left: 25px;
  }
  #products .products-wrapper .product .product-text .product-name-wrapper .product-name {
    font-size: 38px;
    line-height: 1.7;
  }
  #products .products-wrapper .product .product-text .product-name-wrapper .product-name span {
    font-size: 25px;
  }
  #products .products-wrapper .product .product-text .product-name-wrapper .product-number {
    margin-top: 10px;
    font-size: 15px;
  }
  #products .products-wrapper .product .product-text .more {
    height: 40px;
    width: 40px;
  }
  #products .products-wrapper .product .product-image {
    height: 90vh;
    width: 57%;
  }
  #products .products-wrapper .product .product-image .play {
    height: 60px;
    width: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #products .products-wrapper .product {
    height: 500px;
  }
  #products .products-wrapper #block {
    height: 380px;
  }
}
#products .products-wrapper #block {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #products .products-wrapper #block {
    margin-top: 130px;
  }
}
#products .products-wrapper .product .block-img {
  margin: 30px 0;
}
#products .products-wrapper .product .block-img img{
  width: 100%;
}

/* --- products-modal --- */
#products-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#products-modal #absolute {
  position: relative;
  height: 100%;
  width: 100%;
}

#products-modal #absolute #closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#products-modal #absolute #closeBtn span {
  display: block;
  position: absolute;
  top: 24px;
  left: 10px;
  width: 30px;
  border-bottom: 2px solid #fff;
}

#products-modal #absolute #closeBtn span:nth-child(1) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#products-modal #absolute #closeBtn span:nth-child(2) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#products-modal #absolute #closeBtn:hover {
  opacity: 0.5;
}

#products-modal #absolute #prevBtn, #products-modal #absolute #nextBtn {
  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;
  height: 40px;
  width: 40px;
  background-color: #866c39;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#products-modal #absolute #prevBtn img, #products-modal #absolute #nextBtn img {
  height: 18px;
  width: 18px;
}

#products-modal #absolute #prevBtn:hover, #products-modal #absolute #nextBtn:hover {
  background-color: #3e321b;
}

#products-modal #absolute #prevBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#products-modal #absolute #nextBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#products-modal #absolute .inner-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-x: hidden;
}

#products-modal #absolute .inner-wrap #carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  height: 100%;
  width: 9000px;
}

#products-modal #absolute .inner-wrap #carousel .modal {
  height: 100%;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  overflow: auto;
}

#products-modal #absolute .inner-wrap #carousel .modal .name-wrapper {
  text-align: center;
}

#products-modal #absolute .inner-wrap #carousel .modal .name-wrapper p {
  font-size: 15px;
}

#products-modal #absolute .inner-wrap #carousel .modal .name-wrapper .name {
  font-size: 23px;
  margin: 5px 0;
}

#products-modal #absolute .inner-wrap #carousel .modal .name-wrapper .number {
  color: #866c39;
}

#products-modal #absolute .inner-wrap #carousel .modal iframe,
#products-modal #absolute .inner-wrap #carousel .modal video {
  display: block;
  height: 200px;
  width: 100%;
  margin: 20px 0;
}

#products-modal #absolute .inner-wrap #carousel .modal .title {
  color: #866c39;
}

#products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
  height: auto;
}

#products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-top: 10px;
}

#products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper > div .name {
  font-size: 15px;
  text-align: center;
}

#products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper > div .text {
  margin-left: 20px;
  font-size: 13px;
  height: 100%;
}

#products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper .product1-1 .text div:nth-of-type(1) {
  margin-bottom: 10px;
}

#products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper .product1-2 {
  margin-top: 20px;
}

#products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper .product1-2 .text div {
  margin-bottom: 10px;
}

#products-modal #absolute .inner-wrap #carousel #product2 .name {
  font-size: 23px;
  text-align: center;
}

#products-modal #absolute .inner-wrap #carousel #product1 .images,
#products-modal #absolute .inner-wrap #carousel #product2 .images {
  width: 100%;
  margin-top: 20px;
  display: grid;
  display: -ms-grid;
  grid-template-rows: 400px 250px 290px;
  -ms-grid-rows: 400px 10px 250px 10px 290px;
  grid-gap: 10px;
}

#products-modal #absolute .inner-wrap #carousel #product1 .images img,
#products-modal #absolute .inner-wrap #carousel #product2 .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#products-modal #absolute .inner-wrap #carousel #product2 .images #product2-1 {
  grid-row: 1 / 2;
  -ms-grid-row: 1;
  grid-column: 1 / 2;
  -ms-grid-column: 1;
}

#products-modal #absolute .inner-wrap #carousel #product2 .images #product2-2 {
  grid-row: 2 / 3;
  -ms-grid-row: 3;
  grid-column: 1 / 2;
  -ms-grid-column: 1;
}

#products-modal #absolute .inner-wrap #carousel #product2 .images #product2-3 {
  grid-row: 3 / 4;
  -ms-grid-row: 5;
  grid-column: 1 / 2;
  -ms-grid-column: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

#products-modal #absolute .inner-wrap #carousel #product6 .text {
  width: 100%;
  overflow: auto;
}

#products-modal #absolute .inner-wrap #carousel #product6 .text div {
  margin-bottom: 10px;
}

#products-modal #absolute .inner-wrap #carousel #product6 .text div .title {
  margin-bottom: 5px;
}

#products-modal #absolute .inner-wrap #carousel #product6 .text div:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px), print {
  #products-modal #absolute .inner-wrap #carousel #product2 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 600px), print {
  #products-modal #absolute .inner-wrap #carousel .modal .name-wrapper p {
    font-size: 20px;
  }
  #products-modal #absolute .inner-wrap #carousel .modal .name-wrapper .name,#products-modal #absolute .inner-wrap #carousel #product2 .name {
    font-size: 30px;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 iframe,
  #products-modal #absolute .inner-wrap #carousel #product1 video {
    height: 300px;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper > div .name {
    font-size: 20px;
  }
#products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper > div .text {
  margin-left: 20px;
  font-size: 18px;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper img {
    height: 200px;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper .product1-2 {
    margin-top: 90px;
  }
  #products-modal #absolute .inner-wrap #carousel .modal iframe,
  #products-modal #absolute .inner-wrap #carousel .modal video {
    height: 450px;
  }
  #products-modal #absolute #prevBtn, #products-modal #absolute #nextBtn,#products-modal #absolute #closeBtn {
    height: 60px;
    width: 60px;
  }
  #products-modal #absolute #closeBtn span {
    top: 30px;
    left: 15px;
    width: 30px;
}
}

@media screen and (min-width: 1000px), print {
  #products-modal #absolute {
    top: 60px;
    height: 360px;
    width: 1000px;
    margin: 0 auto;
  }
  #products-modal #absolute #prevBtn, #products-modal #absolute #nextBtn {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 22px;
  }
  #products-modal #absolute #prevBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
  #products-modal #absolute #nextBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
  }
  #products-modal #absolute .inner-wrap {
    height: 650px;
    width: 100%;
  }
  #products-modal #absolute .inner-wrap #carousel .modal {
    width: 1000px;
    padding: 40px 40px;
  }
  #products-modal #absolute .inner-wrap #carousel .modal .name-wrapper {
    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;
  }
  #products-modal #absolute .inner-wrap #carousel .modal .name-wrapper p {
    font-size: 14px;
  }
  #products-modal #absolute .inner-wrap #carousel .modal .name-wrapper .name {
    font-size: 30px;
    margin: 0 15px 0 10px;
  }
  #products-modal #absolute .inner-wrap #carousel .modal .name-wrapper .number {
    line-height: 30px;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 iframe,
  #products-modal #absolute .inner-wrap #carousel #product1 video {
    height: 450px;
  }
  #products-modal #absolute .inner-wrap #carousel .modal iframe,
  #products-modal #absolute .inner-wrap #carousel .modal video {
    width: 80%;
    margin: 50px auto 30px;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper img {
    height: 150px;
    width: 150px;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper > div > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper > div .name {
    font-size: 18px;
    text-align: left;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper > div .text {
    font-size: 14px;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper .product1-1 .text div:nth-of-type(1) {
    margin-bottom: 15px;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper .product1-1 {
    width: 50%;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper .product1-2 {
    width: 47%;
    margin-top: 0;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper .product1-2 .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .flex-wrapper .product1-2 .text div {
    margin-bottom: 0;
  }
  #products-modal #absolute .inner-wrap #carousel #product2 {
    padding-bottom: 70px;
  }
  #products-modal #absolute .inner-wrap #carousel #product2 .name {
    font-size: 30px;
  }
  #products-modal #absolute .inner-wrap #carousel #product1 .images {
    height: 500px;
    width: 700px;
    margin: 40px auto;
    grid-template-rows: 40% 60%;
    -ms-grid-rows: 40% 10px 60%;
    grid-template-columns: 50% 1fr;
    -ms-grid-columns: 50% 10px 1fr;
    grid-gap: 10px;
  }
  #products-modal #absolute .inner-wrap #carousel #product2 .images {
    height: 500px;
    width: 700px;
    margin: 40px auto 0;
    grid-template-rows: 40% 60%;
    -ms-grid-rows: 40% 10px 60%;
    grid-template-columns: 50% 1fr;
    -ms-grid-columns: 50% 10px 1fr;
    grid-gap: 10px;
  }
  #products-modal #absolute .inner-wrap #carousel #product2 .images #product2-1 {
    grid-row: 1 / 3;
    -ms-grid-row: 1;
    grid-column: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-row-span: 3;
  }
  #products-modal #absolute .inner-wrap #carousel #product2 .images #product2-2 {
    grid-row: 1 / 2;
    -ms-grid-row: 1;
    grid-column: 2 / 3;
    -ms-grid-column: 4;
  }
  #products-modal #absolute .inner-wrap #carousel #product2 .images #product2-3 {
    grid-row: 2 / 3;
    -ms-grid-row: 3;
    grid-column: 2 / 3;
    -ms-grid-column: 4;
  }
  #products-modal #absolute .inner-wrap #carousel #product6 .text {
    width: 80%;
    margin: 0 auto;
  }
  #products-modal #absolute .inner-wrap #carousel #product6 .text div {
    margin-bottom: 15px;
  }
}

/* --- guide --- */
/* -- middle-back -- */
#guide #middle-back-wrapper {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
}

#guide #middle-back-wrapper #middle-back-image {
  position: absolute;
  top: -100px;
  height: 150%;
  width: 100%;
  background: url(../img/middle-back.png) repeat center;
  background-size: cover;
}

#guide #middle-back-wrapper .black-back {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 79%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3) url(../img/black-dot.png) no-repeat;
}

#guide #middle-back-wrapper .yellow-back {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: rgba(134, 108, 57, 0.8);
  height: 21%;
  width: 100%;
}

#guide #middle-back-wrapper .title {
  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;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 20;
  height: 45%;
  width: 70%;
  background-color: #fff;
}

#guide #middle-back-wrapper .title h2 {
  font-size: 30px;
}

#guide #greeting h3 {
  font-size: 23px;
  margin: 25px 0;
  text-align: center;
}

#guide #greeting .text-wrapper {
  width: 85%;
  margin: 0 auto;
}

#guide #greeting .text-wrapper p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
  font-family: 'Regular';
}

#guide #greeting .text-wrapper p:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px), print {
  #guide #middle-back-wrapper {
    height: 330px;
  }
  #guide #middle-back-wrapper .title {
    height: 154px;
    width: 980px;
  }
  #guide #middle-back-wrapper .title h2 {
    font-size: 40px;
  }
  #guide #greeting h3 {
    font-size: 31px;
    margin: 61px 0;
  }
  #guide #greeting .text-wrapper {
    width: 891px;
  }
  #guide #greeting .text-wrapper p {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 3;
  }
}
#guide #greeting {
  margin-bottom: 40px;
}

/*-- flow --*/
@media screen and (min-width: 1000px), print {
  .flow {
    width: 891px;
    margin: 0 auto;
  }
}

.flow img {
  width: 100%;
}

/* -- about -- */
#about {
  margin-top: 40px;
}

#about h3 {
  margin-bottom: 20px;
  font-size: 25px;
  text-align: center;
}

#about table {
  border-collapse: collapse;
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
}

#about table tr th {
  width: 25%;
  padding: 20px 0;
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#about table tr:nth-last-of-type(1) th {
  border-bottom: none;
}

#about table tr td {
  padding-left: 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 1000px), print {
  #about {
    margin-top: 128px;
  }
  #about h3 {
    margin-bottom: 74px;
    font-size: 33px;
  }
  #about table {
    width: 980px;
    font-size: 16px;
  }
  #about table tr th {
    height: 59px;
    width: 202px;
    padding: 0;
  }
  #about table tr td {
    padding-left: 31px;
  }
}

/* -- main-machine -- */
#main-machine {
  width: 90%;
  margin: 30px auto 0;
  padding: 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.5px solid #ccc;
}

#main-machine .wrap {
  height: 100%;
}

#main-machine .wrap .title {
  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;
  height: 100%;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

#main-machine .wrap .title h3 {
  font-size: 23px;
  font-family: 'Bold';
}

#main-machine .wrap .list ul li {
  margin-bottom: 10px;
  font-family: 'Regular';
  padding-left: 1em;
  text-indent: -1em;
}

#main-machine .wrap .list .list-right li:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px), print {
  #main-machine {
    height: 260px;
    width: 980px;
    margin: 57px auto 0;
    padding: 34px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #main-machine .wrap {
    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;
  }
  #main-machine .wrap .title {
    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;
    border-right: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: 0;
    padding-right: 55px;
    padding-bottom: 0;
  }
  #main-machine .wrap .title h3 {
    font-size: 22px;
  }
  #main-machine .wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-machine .wrap .list ul {
    padding-left: 40px;
  }
  #main-machine .wrap .list ul li {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #main-machine .wrap .list ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

/* -- customer -- */
#customer {
  width: 90%;
  margin: 30px auto 0;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #000;
}

#customer h3 {
  font-size: 25px;
  text-align: center;
}

#customer h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: 'Bold';
  color: #866c39;
}

#customer .sub-text {
  font-size: 18px;
  margin: 25px 0 30px;
}

#customer ul li {
  margin-bottom: 10px;
}

#customer ul li:before {
  content: '■';
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  padding-bottom: 5px;
  font-size: 10px;
}

#customer > div ul:nth-last-of-type(1) li:nth-last-of-type(1) {
  margin-bottom: 0;
}

#customer hr {
  margin: 20px 0 25px;
  border-top: 1px solid #ccc;
}

#customer #other .list-wrap div:nth-of-type(2) {
  margin: 15px 0 10px;
  padding: 10px 0 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 1000px), print {
  #customer {
    width: 980px;
    margin: 57px auto 0;
    padding: 73px 57px 57px;
  }
  #customer h3 {
    font-size: 33px;
  }
  #customer h4 {
    margin-bottom: 21px;
    font-size: 22px;
  }
  #customer .sub-text {
    margin: 55px 0 68px;
    text-align: center;
    font-size: 21px;
  }
  #customer ul li {
    margin-bottom: 10px;
  }
  #customer hr {
    margin: 50px 0 65px;
  }
  #customer .list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
  }
  #customer #sweets {
    width: 756px;
  }
  #customer #meal {
    width: 716px;
  }
  #customer #other {
    width: 835px;
  }
  #customer #other .list-wrap div:nth-of-type(2) {
    margin: 0;
    padding: 0 50px 0 58px;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}

/* -- access -- */
#access {
  margin-top: 50px;
}

#access h3 {
  margin-bottom: 25px;
  font-size: 25px;
  text-align: center;
}

#access #map {
  height: 250px;
}
@media screen {
  #access #map {
    width: 100%;
  }
}
@media screen and (min-width: 1000px), print {
  #access {
    margin-top: 88px;
  }
  #access h3 {
    margin-bottom: 37px;
    font-size: 33px;
  }
  #access #map {
    height: 500px;
  }
}

/* -- contact -- */
#contact {
  width: 90%;
  margin: 50px auto 30px;
  text-align: center;
}

#contact h3 {
  font-size: 25px;
}

#contact .sub-text {
  margin: 20px 0 30px;
  font-size: 3.3vw;
}

#contact .number {
  font-size: 26px;
}

#contact .mail {
  border: 1px solid #000;
  margin: 30px auto 0;
}

@media screen and (min-width: 1000px), print {
  #contact {
    width: 661px;
    margin: 108px auto 101px;
  }
  #contact h3 {
    font-size: 33px;
  }
  #contact .sub-text {
    margin: 38px 0 51px;
    font-size: 18px;
  }
  #contact .mail {
    margin: 64px auto 0;
  }
  #contact .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    width: 100%;
    font-size: 35px;
  }
}

/* -- footer -- */
footer {
  padding: 30px 0 40px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

footer .title {
  font-size: 25px;
}

footer .address {
  margin: 15px 0 15px;
  font-size: 12px;
}

footer .address p:nth-of-type(2) {
  margin: 5px 0;
}

footer .copy-right {
  font-size: 11px;
}

@media screen and (min-width: 1000px), print {
  footer {
    padding: 53px 0 64px;
  }
  footer .title {
    font-size: 34px;
  }
  footer .address {
    margin: 20px 0 30px;
    font-size: 14px;
    font-family: 'Light';
  }
  footer .address p {
    display: inline-block;
  }
  footer .address p:nth-of-type(1) {
    margin-right: 15px;
  }
  footer .copy-right {
    font-size: 13px;
    font-family: 'Light';
  }
}
