@charset "UTF-8";

/*---------------
セレクト用　矢印
---------------*/
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
 
/*IE用*/
select::-ms-expand {
    display: block;
}

/*---------------
全体
---------------*/
html {
  font-size: 100%;
}

body {
  font-family: 'Shippori Mincho B1', serif;
  background-color: #F3F1F2;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

p,
h2,
h3,
dd,
dt {
  color: #5F5F5F;
}

/*---------------
共通項目
---------------*/

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.title {
  font-size: 2.3rem;
  text-shadow: 0 2px 2px #CACACA;
}

.sub-title {
  margin-top: 10px;
  display: flex;
  align-items: center;
  text-shadow: 0 2px 2px #CACACA;
}

.sub-title::before {
  display: inline-block;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #5F5F5F;
  margin-right: 20px;
  text-shadow: 0 2px 2px #CACACA;
}

.btn {
  margin-top: 100px;
  transform: translate(0, 50%);
  opacity: 0;
  transition: 2s;
}

.btn.show {
  transform: translate(0, 0%);
  opacity: 1;
}

.btn a {
  display: inline-block;
  color: white;
  background-color: #BEB8A8;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 0.8rem;
  width: 180px;
  box-shadow: 0 2px 2px #CACACA;
}

.title.center {
  display: inline-block;
  position: relative;
}

.title.center::after {
  display: inline-block;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #BEB8A8;
  margin-right: 20px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}

.title-text {
  margin-top: 30px;
}

.sp {
  display: none;
}

.pc  {
  display: inline;
}

/*---------------
main
---------------*/

.mainvisual img {
  width: 100%;
  object-fit: contain;
  object-position: left top;
}

.mainvisual {
  position: relative;
}

.mainvisual .mainvisual-title {
  position: absolute;
  bottom: 5%;
  right: 5%;
  transform: translate(0, 50%);
  opacity: 0;
  transition: 2s;
}

.mainvisual .mainvisual-title.show {
  transform: translate(0, 0);
  opacity: 1;
}

.mainvisual .title {
  font-size: 1.6rem; /* h2 タイトルサイズ*/
  text-align: left;
}

.mainvisual .sub-title {
  text-align: left;
}

.mainvisual .title span{
  font-family: "Roboto";
}

/*---------------
product
---------------*/

.product {
  margin-top: 150px;
}

.origin,
.features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translate(0, 50%);
  opacity: 0;
  transition: 2s;
}

.origin.show,
.features.show {
  transform: translate(0, 0);
  opacity: 1;
}

.features {
  margin-top: 150px;
}

.origin-text,
.features-text {
  max-width: 50%;
  text-align: left;
}

.origin-img,
.features-img {
  max-width: 50%;
  text-align: left;
}

.origin-img img,
.features-img img {
  width: 450px;
}

.product-detail {
  margin-top: 10px;
  font-size: 0.9rem;
  line-height: 2rem;
}

/*---------------
color
---------------*/

.color {
  margin-top: 150px;
}

.color ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
}

.color li img {
  width: 100px;
  height: 100px;
}

.color-name-en {
  margin-top: 10px;
}

.color-name-jp {
  font-size: 0.8rem;
}

/*---------------
towel
---------------*/

.towel {
  margin-top: 150px;
}

.towel-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.towel-text,
.towel-img {
  max-width: 50%;
}

.towel-text p {
  line-height: 2rem;
}

.towel-img {
  position: relative;
}

.towel-img img {
  width: 400px;
  height: 250px;
  object-fit: cover;
  position: relative;
  z-index: 10;
}

.back-img {
  display: inline-block;
  width: 400px;
  height: 250px;
  background-color: #D9D9D9;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 5;
}

/*---------------
comparison
---------------*/

.comparison {
  margin-top: 150px;
  position: relative;
}

.comparison-table {
  margin-top: 50px;
  border: solid 1px #414040;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}

.table-left {
  width: 50%;
  padding-right: 70px;
  background-color: #E9E9E9;
  border-right: solid 1px #5F5F5F;
}

.table-left span {
  display: inline-block;
  height: 20px;
}

.table-right {
  width: 50%;
  padding-left: 70px;
}

.table-title {
  display: inline-block;
  border-bottom: solid 1px #5F5F5F;
  margin-top: 30px;
}

.comparison img {
  width: 200px;
  height: 150px;
  margin-top: 30px;
}

.table-left .table-text {
  margin-top: 40px;
}

.table-left .table-text.left-bottom {
  padding-bottom: 70px;
}

.table-right .table-text {
  margin-top: 30px;
}

.small {
  font-size: 0.7rem;
}

.yen {
  font-size: 1.8rem;
}

.table-right .table-text {
  font-size: 1.2rem;
  font-weight: bold;
}

.table-left .table-text,
.table-right .table-text {
  padding-bottom: 50px;
}

.table-right .table-text.big {
  margin-top: 10px;
}

.table-list1 {
  display: inline-block;
  width: 200px;
  line-height: 30px;
  background-color: #686666;
  padding: 20px 10px;
  position: absolute;
  top: 375px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  text-align: center;
}

.table-list2 {
  display: inline-block;
  width: 200px;
  line-height: 17px;
  background-color: #686666;
  padding: 5px 10px;
  position: absolute;
  top: 500px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  text-align: center;
}

.table-list3 {
  display: inline-block;
  width: 200px;
  line-height: 17px;
  background-color: #686666;
  padding: 5px 10px;
  position: absolute;
  top: 645px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  text-align: center;
}


.table-list1 p,
.table-list2 p,
.table-list3 p {
  color: white;
}

.comparison-text {
  margin-top: 80px;
}

/*---------------
quality
---------------*/

.quality {
  margin-top: 150px;
  text-align: center;
}

.quality-detail {
  margin: 50px auto 0 auto;
  background-image: url(../img/quality.jpg);
  background-size: cover;
  background-position: center top;
  height: 580px;
  width: 100%;
  padding: 60px 0;
  position: relative;
  z-index: -10;
}

.quality-mask {
  display: inline-block;
  width: 100%;
  height: 580px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -5;
  background-color: #8D8D8D;
  opacity: 0.6
}

.quality-title {
  font-size: 1.3rem;
  color: white;
  border-bottom: solid 1px white;
  display: inline-block;
}

.quality-body {
  margin-top: 30px;
  color: white;
  line-height: 1.6rem;
}

/*---------------
shopping
---------------*/

.shopping {
  margin-top: 150px;
}

.shopping-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopping .btn {
  margin: 50px 60px 0 60px;
}

/*---------------
location
---------------*/

.location {
  margin: 150px auto 80px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.location-left {
  width: 50%;
  text-align: left;
}

.location-left .btn a{
  margin-top: 30px;
  text-align:left;
}

.location-left .btn a{
  display: inline-block;
  color: white;
  background-color: #BEB8A8;
  border-radius: 5px;
  font-size: 0.8rem;
  width: auto; /* ボタンの幅をテキストに合わせて変形させる */
  box-shadow: 0 2px 2px #CACACA;
}


.company {
  margin-top: 30px;
}

.location .company {
  border-bottom: solid 1px #BEB8A8;
  width: 70%;
  padding-bottom: 10px;
}

.location dl {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.location dt {
  width: 20%;
  margin-top: 10px;
}

.location dd {
  width: 80%;
  margin-top: 10px;
}

.location-right {
  width: 50%;
}

.location-right iframe {
  width: 500px;
  height: 300px;
  margin-top: 30px;
}

.location .title-text {
  text-align: left;
}

/*---------------
footer
---------------*/

#footer {
  width: 100%;
  padding: 10px 0;
  background-color: #686666;
  text-align: center;
}

#footer p {
  color: white;
  font-size: 0.6rem;
}

/*---------------
SP
---------------*/
@media screen and (max-width: 1019px){
  /*---------------
  共通項目
  ---------------*/
  .sp {
    display: inline;
  }
  .pc  {
    display: none;
  }
  .title {
    font-size: 1.7rem;
  }
  .container {
    max-width: 530px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
  }
  .btn {
    margin-top: 30px;
  }
  /*---------------
  main
  ---------------*/
  .mainvisual img {
    width: 100%;
    object-fit: contain;
    object-position: left top;
  }
  .mainvisual .mainvisual-title {
    position: static;
    text-align: left;
  }
  .mainvisual .title {
    font-size: 1.6rem;
  }
  .mainvisual .sub-title {
    font-size: 0.9rem;
  }
  /*---------------
  product
  ---------------*/
  .product {
    margin-top: 50px;
  }
  .features {
    flex-direction: column;
    margin-top: 50px;
  }
  .origin {
    flex-direction: column-reverse;
  }
  .origin-text,
  .features-text {
    max-width: 100%;
    margin-top: 20px;
  }
  .origin-img,
  .features-img {
    max-width: 100%;
  }
  .origin-img img,
  .features-img img {
    max-width: 100%;
  }
  /*---------------
  color
  ---------------*/
  .color {
    margin-top: 80px;
  }
  .color ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
  }
  .color li {
    width: 30%;
    margin: 20px;
  }
  /*---------------
  towel
  ---------------*/
  .towel {
    margin-top: 30px;
  }
  .towel-detail {
    flex-direction: column;
  }
  .towel-text,
  .towel-img {
    max-width: 100%;
  }
  .towel-text p {
    line-height: 1.8rem;
    font-size: 0.8rem;
  }
  .towel-img {
    margin-top: 50px;
  }
  .towel-img img {
    width: 300px;
    height: 190px;
    object-fit: cover;
    position: relative;
    z-index: 10;
  }
  .back-img {
    display: inline-block;
    width: 300px;
    height: 190px;
    background-color: #D9D9D9;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 5;
  }
  /*---------------
  comparison
  ---------------*/
  .comparison {
    margin-top: 80px;
  }
  .table-left {
    width: 50%;
    padding-right: 0;
    border-right: solid 1px #5F5F5F;
  }
  .table-right {
    width: 50%;
    padding-left: 0;
  }
  .table-title {
    display: inline-block;
    border-bottom: solid 1px #5F5F5F;
    margin-top: 30px;
  }
  .table-title.right {
    margin-top: 10px;
  }
  .comparison img {
    width: 150px;
    height: 80px;
    margin-top: 30px;
  }
  .table-left img {
    margin-top: 45px;
  }
  .table-left .table-text {
    margin-top: 90px;
  }
  .table-left .table-text.left-bottom {
    margin-top: 105px;
    padding-bottom: 28%;
  }
  .table-right .table-text {
    margin-top: 85px;
  }
  .small {
    font-size: 0.7rem;
  }

  .yen {
    font-size: 1.3rem;
  }

  .table-right .table-text {
    font-size: 1rem;
    font-weight: bold;
  }

  .table-left .table-text,
  .table-right .table-text {
    padding-bottom: 50px;
  }

  .table-right .table-text.big {
    padding-bottom: 30px;
    margin-top: 80px;
  }

  .table-list1 {
    display: inline-block;
    width: 200px;
    line-height: 30px;
    background-color: #686666;
    padding: 5px 10px;
    position: absolute;
    top: 310px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    text-align: center;
  }

  .table-list2 {
    display: inline-block;
    width: 200px;
    line-height: 17px;
    background-color: #686666;
    padding: 5px 10px;
    position: absolute;
    top: 475px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    text-align: center;
  }

  .table-list3 {
    display: inline-block;
    width: 200px;
    line-height: 17px;
    background-color: #686666;
    padding: 5px 10px;
    position: absolute;
    top: 675px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    text-align: center;
  }

  .table-list1 p,
  .table-list2 p,
  .table-list3 p {
    color: white;
  }

  .comparison-text {
    margin-top: 80px;
  }

  /*---------------
  quality
  ---------------*/
  .quality {
    margin-top: 80px;
  }
  .quality-detail {
    margin: 50px auto 0 auto;
    background-image: url(../img/quality.jpg);
    background-size: cover;
    background-position: center top;
    height: 900px;
    width: 100%;
    padding: 60px 0;
    position: relative;
    z-index: -10;
  }
  .quality-mask {
    display: inline-block;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -5;
    background-color: #8D8D8D;
    opacity: 0.6
  }
  .quality-body {
    margin-top: 30px;
  }
  /*---------------
  shopping
  ---------------*/
  .shopping {
    margin-top: 80px;
  }
  .shopping-btn {
    flex-direction: column;
  }
  /*---------------
  location
  ---------------*/
  .location {
    flex-direction: column;
    margin: 80px auto 30px auto;
  }
  .location-left {
    width: 100%;
    text-align: center;
  }
  .location .company {
    border-bottom: solid 1px #BEB8A8;
    width: 70%;
    padding-bottom: 10px;
    margin: 50px auto 0 auto;
  }
  .location dl {
    width: 70%;
    margin: 0 auto;
  }
  .location dt {
    text-align: left;
  }
  .location dd {
    text-align: left;
  }
  .location-right {
    width: 100%;
    margin-top: 30px;
  }
  .location-right .title-text {
    text-align: center;
  }
  .location-right iframe {
    width: 100%;
    margin-top: 30px;
  }
}

/*---------------
iPad用に一部加工
---------------*/
@media screen and (max-width: 1019px) and (min-width: 450px){
  /*---------------
  comparison
  ---------------*/
  .table-right .table-text {
    margin-top: 95px;
  }
}
