@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  background-color: rgb(255, 255, 255);
}

body {
  letter-spacing: 0.05rem;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.breadcrumbs,
.breadcrumbs2 {
  color: #ffffff;
  position: fixed;
  top: 80px;
  padding: 0 60px;
  width: 100%;
  /* max-width: 1320px; */
  font-size: 12px;
  margin: 0 auto;
}

.breadcrumbs2 {
  display: none;
}

#design-style {
  width: 100%;
  background-image: url("../img/hwc/bg.png");
  background-image: -webkit-image-set(url("../img/hwc/bg.png") 1x, url("../img/hwc/bg.png") 2x);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-color: #fff;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(14px, 2vw, 15px);
  padding-top: 10vh;
  padding-bottom: 0;
  /*JSを使いfixedクラスが付与された際の設定*/
}
#design-style .category_title {
  font-size: 34px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #6D7C70;
  font-weight: 300;
  margin: 60px 0 40px;
}
#design-style .menu_box {
  width: 98%;
  max-width: 1070px;
  position: fixed;
  top: 70px;
  background-color: #fff;
  padding-bottom: 30px;
  z-index: 990;
  padding: -10px 0 0 0;
}
#design-style .menu_box .category_title {
  font-size: 34px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #6D7C70;
  font-weight: 300;
  margin: 60px 0 40px;
}
#design-style .menu_box .next_text {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #4E4E4E;
  letter-spacing: 0.05em;
  width: 16em;
  margin: 0 auto;
}
#design-style .menu_box .next_text a {
  color: #4E4E4E;
}
#design-style .menu_box .next_text a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
#design-style .menu_box .next_text .arrow_btn {
  position: absolute;
  right: -20px;
  top: 33%;
  transform: rotate(-90deg);
  transition: 0.5s;
}
#design-style .menu_box .next_text .arrow_btn01 {
  position: absolute;
  right: -20px;
  top: 33%;
  transform: rotate(-90deg);
  transition: 0.5s;
}
#design-style .menu_box .btn_box {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 1.5em 0;
  display: flex;
}
#design-style .menu_box .btn_box li {
  width: 25%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  border: 1px solid #6D7C70;
  border-radius: 5px;
  text-align: center;
  margin: 0 1%;
  padding: 0;
}
#design-style .menu_box .btn_box li .arrow_btn01,
#design-style .menu_box .btn_box li .arrow_btn02,
#design-style .menu_box .btn_box li .arrow_btn03,
#design-style .menu_box .btn_box li .arrow_btn04 {
  margin: 0;
  padding: 0;
}
#design-style .menu_box .btn_box li span {
  font-size: 10px;
  padding: 5px 0 7px;
  display: block;
}
#design-style .menu_box .btn_box li a {
  color: #4E4E4E;
}
#design-style .menu_box .btn_box li .erea {
  padding: 0.75em 0;
}
#design-style .menu_box .btn_box li:hover {
  background: #6D7C70;
  transition: 0.3s;
}
#design-style .menu_box .btn_box li a:hover {
  color: #fff;
  transition: 0.3s;
}
#design-style #menu.fixed {
  position: fixed;
  /*fixedを設定して固定*/
  z-index: 2;
  /*最前面へ*/
  top: -55px;
  /*位置指定*/
  /*位置指定*/
}
#design-style #style01 {
  height: 0;
}

.contents {
  overflow: hidden;
  clear: both;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding-top: 300px;
}
.contents img {
  width: 100%;
}
.contents .style_box {
  width: 98%;
  max-width: 1070px;
  margin: 0 auto 100px;
}
.contents .style_box .title {
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
  color: #4E4E4E;
  font-weight: 300;
  margin-bottom: 30px;
}
.contents .style_box .title span {
  padding-top: 6px;
  display: block;
  font-size: 15px;
  font-weight: 300;
}
.contents .style_box .photo_main {
  width: 100%;
  margin: 0 0 10px 0;
}
.contents .style_box .photo_main img {
  width: 100%;
}
.contents .style_box .sub_box {
  position: relative;
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}
.contents .style_box .sub_box .movie {
  display: flex;
  text-align: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  float: left;
  width: 42.5%;
}
.contents .style_box .sub_box .movie video {
  width: 100%;
  padding: 0;
  margin: 0;
}
.contents .style_box .sub_box .sub_photo {
  width: 48%;
  max-width: 510px;
  float: right;
}
.contents .style_box .product_list {
  width: 100%;
  max-width: 1070px;
  overflow: hidden;
  clear: both;
  padding: 110px 0 0 0;
  margin: 0 auto;
}
.contents .style_box .product_list ul {
  padding: 0;
  margin: 0;
}
.contents .style_box .product_list ul li {
  float: left;
  list-style: none;
  width: 32%;
  max-width: 320px;
  margin-right: 4.2%;
}
.contents .style_box .product_list ul li img {
  width: 100%;
}
.contents .style_box .product_list ul li .spec_box .photo {
  padding: 0;
  margin: 0 0 10px 0;
  width: 100%;
}
.contents .style_box .product_list ul li .spec_box .photo img {
  width: 100%;
}
.contents .style_box .product_list ul li .spec_box .kinds {
  color: #A0A0A0;
  font-size: 18px;
  text-align: left;
  padding: 0;
  margin: 0;
}
.contents .style_box .product_list ul li .spec_box .kinds .mark {
  width: 30px;
  float: right;
}
.contents .style_box .product_list ul li .spec_box .name_box {
  text-align: left;
}
.contents .style_box .product_list ul li .spec_box .name_box .name {
  font-size: 22px;
  font-weight: 500;
  color: #4E4E4E;
}
.contents .style_box .product_list ul li .spec_box .name_box .btn {
  float: right;
  color: #6D7C70;
  width: 118px;
}
.contents .style_box .product_list ul li .spec_box .name_box .button-01 {
  position: relative;
  padding: 0.5em 0;
  color: #6D7C70;
  border-radius: 50vh;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #6D7C70;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
}
.contents .style_box .product_list ul li .spec_box .name_box .button-01::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6D7C70;
  border-right: 1px solid #6D7C70;
  transform: translate(0, -50%) rotate(45deg);
}
.contents .style_box .product_list ul li .spec_box .name_box .button-01:hover {
  transition: 0.5s;
  position: relative;
  padding: 0.5em 0;
  color: #fff;
  border-radius: 50vh;
  background-color: #6D7C70;
  text-decoration: none;
  border: 1px solid #fff;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
}
.contents .style_box .product_list ul li .spec_box .name_box .button-01:hover::after {
  transition: 0.5s;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}
.contents .style_box .product_list ul li .spec_box .kindsBox {
  position: relative;
}
.contents .style_box .product_list ul li:last-child {
  margin-right: 0;
}
.contents #style04 {
  margin: 0 auto;
}

/*お気に入り*/
.like-btn1.show,
.like-btn2.show,
.like-btn3.show,
.like-btn4.show,
.like-btn5.show,
.like-btn6.show,
.like-btn7.show,
.like-btn8.show,
.like-btn9.show {
  display: block;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
}

.unlike-btn1.show,
.unlike-btn2.show,
.unlike-btn3.show,
.unlike-btn4.show,
.unlike-btn5.show,
.unlike-btn6.show,
.unlike-btn7.show,
.unlike-btn8.show,
.unlike-btn9.show {
  display: block;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
}

.like-btn1,
.unlike-btn1,
.like-btn2,
.unlike-btn2,
.like-btn3,
.unlike-btn3,
.like-btn4,
.unlike-btn4,
.like-btn5,
.unlike-btn5,
.like-btn6,
.unlike-btn6,
.like-btn7,
.unlike-btn7,
.like-btn8,
.unlike-btn8,
.like-btn9,
.unlike-btn9 {
  display: none;
}

.like-btn1 img:hover,
.unlike-btn1 img:hover,
.like-btn2 img:hover,
.unlike-btn2 img:hover,
.like-btn3 img:hover,
.unlike-btn3 img:hover,
.like-btn4 img:hover,
.unlike-btn4 img:hover,
.like-btn5 img:hover,
.unlike-btn5 img:hover,
.like-btn6 img:hover,
.unlike-btn6 img:hover,
.like-btn7 img:hover,
.unlike-btn7 img:hover,
.like-btn8 img:hover,
.unlike-btn8 img:hover,
.like-btn9 img:hover,
.unlike-btn9 img:hover {
  cursor: pointer;
}

/* タブレットの記述
========================================================= */
@media screen and (min-width: 600px) and (max-width: 1240px) {
  /*　画面サイズが600pxから1240pxまではここを読み込む　*/
  .contents #big_window .case .spec_box {
    width: 90%;
    margin: 10px auto;
    overflow: hidden;
    padding: 0;
  }
  .contents #big_window .case .spec_box .spec dd {
    padding-left: 0;
  }
  .contents #big_window .case .spec_box .spec li {
    font-size: 0.9em;
  }
  .contents #big_window .case .spec_box .spec .mark_spec01,
  .contents #big_window .case .spec_box .spec .mark_spec02 {
    max-width: 60px;
    margin: 10px 0 30px;
  }
  .contents #big_window .case .good_point_box {
    padding: 30px;
    margin: 40px auto 0;
  }
  .contents #big_window .case .good_point_box .text_box {
    width: 50%;
  }
  .contents #big_window .case .good_point_box .text_box .title {
    margin: 0;
    padding: 30px 0;
  }
  .contents #big_window .case .good_point_box .photo {
    float: right;
    width: 40%;
    max-width: 550px;
  }
  .contents #beach .case .collabo_title01 {
    margin: 0 0 0 15px;
    padding: 10px 0 100px;
    width: 527px;
  }
  .contents #beach .case .collabo_title02 {
    margin: 0 0 0 15px;
    padding: 10px 0 100px;
    width: 354px;
  }
  .contents #beach .case .collabo_title03 {
    margin: 0 0 0 15px;
    padding: 10px 0 100px;
    width: 426px;
  }
  .contents #beach .case .collabo_title06 {
    margin: 0 0 0 15px;
    padding: 10px 0 100px;
    width: 354px;
  }
  .contents #beach .case .spec_box {
    width: 90%;
    display: block;
    margin: 0 auto 100px;
  }
  .contents #beach .case .product_list {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .brand_story_contents {
    width: 80%;
    margin-left: 2%;
    text-align: center;
  }
  .photo_box {
    width: 96%;
    margin: 170px auto 0;
    padding: 0;
  }
  .photo_box img {
    width: 100%;
  }
  .photo_box .photo01 {
    max-width: 71.22%;
    float: right;
    margin-bottom: 100px;
  }
  .photo_box .photo02 {
    max-width: 73.555%;
    float: left;
    margin-bottom: 120px;
  }
  .photo_box .photo03 {
    max-width: 60.22%;
    float: right;
    margin-bottom: 120px;
  }
  .photo_box .photo04 {
    max-width: 79.55%;
    float: left;
    margin-bottom: 120px;
  }
}
/* スマホ用）の記述
========================================================= */
@media screen and (max-width: 599px) {
  /* 599px以下用（スマートフォン用）の記述 */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #design-style {
    background-color: none;
    text-align: center;
    font-size: clamp(14px, 2vw, 15px);
    padding-top: 18vh;
    padding-bottom: 0;
    /*JSを使いfixedクラスが付与された際の設定*/
  }
  #design-style .category_title {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    margin: 40px 0;
  }
  #design-style .menu_box {
    width: 100%;
    position: fixed;
    padding: 0;
    padding: 0;
    display: block;
  }
  #design-style .menu_box .category_title {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    margin: 40px 0;
  }
  #design-style .menu_box .btn_box {
    width: 90%;
    list-style: none;
    margin: 0 auto;
    padding: 0 0 1.5em;
    display: block;
    overflow: hidden;
    clear: both;
  }
  #design-style .menu_box .btn_box li {
    float: left;
    width: 46%;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    border: 1px solid #6D7C70;
    border-radius: 5px;
    text-align: center;
    margin: 0 4% 5% 0;
    padding: 0;
  }
  #design-style .menu_box .btn_box li .erea {
    padding: 0.5em 0;
  }
  #design-style .menu_box .btn_box li .arrow_btn {
    width: 16px;
    margin: 0 auto;
    padding: 0;
  }
  #design-style .menu_box .btn_box li span {
    font-size: 10px;
    padding: 5px 0 7px;
    display: block;
  }
  #design-style .menu_box .btn_box li:nth-child(even) {
    margin: 0 0 5% 0;
  }
  #design-style .menu_box .btn_box li a {
    color: #4E4E4E;
  }
  #design-style .menu_box .btn_box li:hover {
    background: #6D7C70;
    transition: 0.3s;
  }
  #design-style .menu_box .btn_box li a:hover {
    color: #fff;
    transition: 0.3s;
  }
  #design-style .menu_box .next_text {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #4E4E4E;
    letter-spacing: 0.05em;
  }
  #design-style .menu_box .next_text .arrow_btn {
    width: 16px;
    position: absolute;
    right: -20px;
    top: 22%;
    transform: rotate(-90deg);
    transition: 0.5s;
  }
  #design-style #menu.fixed {
    position: fixed;
    /*fixedを設定して固定*/
    z-index: 2;
    /*最前面へ*/
    top: -15px;
    /*位置指定*/
    /*位置指定*/
  }
  #design-style #style01 {
    height: 0;
  }
  #design-style:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../img/hwc/bg_sp.png") center no-repeat;
    background-size: cover;
  }
  .contents {
    padding-top: 250px;
  }
  .contents .style_box {
    width: 100%;
    margin: 0 auto 50px;
  }
  .contents .style_box .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .contents .style_box .title span {
    font-size: 12px;
  }
  .contents .style_box .photo_main {
    width: 100%;
    margin: 0 0 8px 0;
  }
  .contents .style_box .sub_box {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .contents .style_box .product_list {
    width: 90%;
    overflow: hidden;
    clear: both;
    padding: 50px 0 0 0;
    margin: 0 auto;
  }
  .contents .style_box .product_list ul li {
    float: left;
    list-style: none;
    width: 46%;
    margin-right: 6%;
    margin-bottom: 30px;
  }
  .contents .style_box .product_list ul li .spec_box .photo {
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
  }
  .contents .style_box .product_list ul li .spec_box .photo img {
    width: 100%;
  }
  .contents .style_box .product_list ul li .spec_box .kinds {
    color: #A0A0A0;
    font-size: 16px;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .contents .style_box .product_list ul li .spec_box .kinds .mark {
    width: 16px;
    padding-top: 3px;
    float: right;
  }
  .contents .style_box .product_list ul li .spec_box .name_box {
    text-align: left;
  }
  .contents .style_box .product_list ul li .spec_box .name_box .name {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #4E4E4E;
  }
  .contents .style_box .product_list ul li .spec_box .name_box .btn {
    padding-top: 10px;
    float: right;
    color: #6D7C70;
    width: 98%;
  }
  .contents .style_box .product_list ul li .spec_box .name_box .button-01 {
    margin-top: 10px;
    position: relative;
    padding: 0.5em 0;
    color: #6D7C70;
    border-radius: 50vh;
    background-color: #fff;
    text-decoration: none;
    border: 1px solid #6D7C70;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
  }
  .contents .style_box .product_list ul li .spec_box .name_box .button-01::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #6D7C70;
    border-right: 1px solid #6D7C70;
    transform: translate(0, -50%) rotate(45deg);
  }
  .contents .style_box .product_list ul li .spec_box .name_box .button-01:hover {
    transition: 0.5s;
    position: relative;
    padding: 0.5em 0;
    color: #fff;
    border-radius: 50vh;
    background-color: #6D7C70;
    text-decoration: none;
    border: 1px solid #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
  }
  .contents .style_box .product_list ul li .spec_box .name_box .button-01:hover::after {
    transition: 0.5s;
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
  }
  .contents .style_box .product_list li:nth-child(2) {
    margin-right: 0;
  }
  /*お気に入り*/
  .like-btn1.show,
  .like-btn2.show,
  .like-btn3.show,
  .like-btn4.show,
  .like-btn5.show,
  .like-btn6.show,
  .like-btn7.show,
  .like-btn8.show,
  .like-btn9.show {
    width: 21px;
    top: 0;
    right: 0;
  }
  .unlike-btn1.show,
  .unlike-btn2.show,
  .unlike-btn3.show,
  .unlike-btn4.show,
  .unlike-btn5.show,
  .unlike-btn6.show,
  .unlike-btn7.show,
  .unlike-btn8.show,
  .unlike-btn9.show {
    width: 21px;
    top: 0;
    right: 0;
  }
}/*# sourceMappingURL=design-style.css.map */