@charset "UTF-8";
/*-------------------- color --------------------*/
/*-------------------- 共通 --------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  font-feature-settings: "palt";
}
@media (min-width: 600px) {
  body {
    font-size: 2rem;
  }
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

.sp_show {
  display: block;
}
@media (min-width: 600px) {
  .sp_show {
    display: none;
  }
}

.pc_show {
  display: none;
}
@media (min-width: 600px) {
  .pc_show {
    display: block;
  }
}

.tax {
  font-size: 70%;
  margin-left: 2px;
}

.img-link {
  position: relative;
  display: block;
}
.img-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #ffffff;
  opacity: 0;
  transition: 0.3s;
}
.img-link:hover::before {
  opacity: 0.3;
}

.view_timer {
  display: none;
}

.fadeIn {
  opacity: 0;
  transition: all 1s;
}

.is-active {
  opacity: 1;
}

/*web接客*/
#flipdesk_root {
  display: none;
}

/*-------------------- フォント --------------------*/
.font-mincho--r {
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 400;
}
.font-mincho--b {
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 700;
}

/*-------------------- メインビジュアル --------------------*/
.mv {
  width: 100%;
  text-indent: -9999px;
  line-height: 0;
  background-image: url("../image/mv_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 3s;
}
@media (max-width: 599px) {
  .mv {
    aspect-ratio: 850/1200;
    background-size: cover;
    margin-bottom: 100px;
  }
}
@media (min-width: 600px) {
  .mv {
    aspect-ratio: 1920/1080;
    background-image: url("../image/mv_pc.jpg");
    background-size: cover;
    margin: 0 auto 150px;
  }
}
.mv.is-show {
  visibility: visible;
  opacity: 1;
}

/*-------------------- リード文 --------------------*/
.lead {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  text-align: center;
  margin-bottom: 100px;
}
@media (min-width: 600px) {
  .lead {
    margin-bottom: 200px;
    gap: 50px;
  }
}

/*-------------------- メニュー（固定） --------------------*/
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 300px;
  margin: 0 auto 100px;
}
@media (min-width: 600px) {
  .menu {
    max-width: 1000px;
    margin: 0 auto 300px;
    gap: 60px;
  }
}
.menu li {
  width: calc(50% - 10px);
}
@media (min-width: 600px) {
  .menu li {
    width: calc(33.3333333333% - 40px);
  }
}
.menu-ttl {
  max-width: 200px;
  margin: 0 auto 30px;
}
@media (min-width: 600px) {
  .menu-ttl {
    width: 100%;
    max-width: 395px;
    margin-bottom: 80px;
  }
}
.menu-img {
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .menu-img {
    margin-bottom: 10px;
  }
}
.menu-txt {
  color: #79b9de;
  text-align: center;
  line-height: 1.5;
}
.menu-txt span {
  font-size: 1.2rem;
  display: block;
}
@media (min-width: 600px) {
  .menu-txt span {
    font-size: 1.5rem;
  }
}

/*-------------------- コンテンツ --------------------*/
.section {
  margin-bottom: 100px;
}
@media (max-width: 599px) {
  .section {
    padding: 0 20px;
  }
}
@media (min-width: 600px) {
  .section {
    max-width: 1200px;
    margin: 0 auto 300px;
  }
}
.section-ttl {
  font-size: 2.8rem;
  font-style: italic;
  text-align: center;
  margin: 0 30px 20px;
}
@media (min-width: 600px) {
  .section-ttl {
    font-size: 5rem;
    margin: 0 auto 60px;
  }
}
.section-ttl span {
  border-bottom: 2px solid #79b9de;
}
.section-link a {
  text-align: center;
  display: block;
  border: 1px solid #79b9de;
  margin: 0 auto;
  transition: 0.3s;
  width: 70%;
  padding: 10px 0;
}
@media (min-width: 600px) {
  .section-link a {
    width: 400px;
    padding: 20px 0;
  }
}
.section-link a::after {
  content: "＞";
  color: #c1c1c1;
  margin-left: 10px;
  transition: 0.3s;
}
@media (min-width: 600px) {
  .section-link a::after {
    margin-left: 30px;
  }
}
.section-link a:hover {
  color: #ffffff;
  background: #79b9de;
}
.section-link a:hover::after {
  color: #ffffff;
}

@media (max-width: 599px) {
  .section-content {
    max-width: 300px;
    margin: 0 auto;
  }
}
.section-content_wrap {
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .section-content_wrap {
    margin-bottom: 100px;
  }
}
.section-content-slider {
  width: 100%;
}
@media (max-width: 599px) {
  .section-content-slider {
    margin-bottom: 30px;
  }
}
.section-content-item-main {
  border: 1px solid #79b9de;
  margin-bottom: 40px;
  padding: 15px 0 20px;
}
@media (min-width: 600px) {
  .section-content-item-main {
    margin-bottom: 50px;
    padding: 20px 0 30px;
  }
}
.section-content-item-main div {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 20px;
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .section-content-item-main div {
    gap: 30px;
    width: 60%;
  }
}
.section-content-item-main--icon {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .section-content-item-main--icon {
    margin-bottom: 20px;
    gap: 20px;
  }
}
.section-content-item-main--icon li {
  width: 20%;
  max-width: 40px;
}
@media (min-width: 600px) {
  .section-content-item-main--icon li {
    max-width: 80px;
  }
}
.section-content-item-main--name {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .section-content-item-main--name {
    margin-bottom: 20px;
  }
}
.section-content-item-main--name span {
  border-bottom: 1px solid #1a1a1a;
}
.section-content-item-main--link a {
  display: block;
  text-align: center;
  color: #ffffff;
  background: #7d7d7d;
  transition: all 0.3s;
}
.section-content-item-main--link a:hover {
  background: #444;
}
@media (max-width: 599px) {
  .section-content-item_wrap {
    margin: 0 10px;
  }
}
.section-content-item-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 600px) {
  .section-content-item-list {
    width: 100%;
    margin: 0 auto;
    gap: 15px;
  }
}
.section-content-item {
  display: grid;
  grid-template-columns: 30% 25% 1fr;
  gap: 10px;
  align-items: center;
}
@media (min-width: 600px) {
  .section-content-item {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.section-content-item--txt {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .section-content-item--txt {
    margin-bottom: 50px;
  }
}
.section-content-item--txt span {
  padding-bottom: 5px;
}
.section-content-item--name {
  line-height: 1.2;
}
.section-content-item--link a {
  display: block;
  text-align: center;
  color: #ffffff;
  background: #7d7d7d;
  transition: all 0.3s;
}
.section-content-item--link a:hover {
  background: #444;
}
.section-content-recommend {
  margin: 0 auto 30px;
}
@media (max-width: 599px) {
  .section-content-recommend {
    max-width: 292px;
  }
}
@media (min-width: 600px) {
  .section-content-recommend {
    width: 98%;
    margin: 0 auto;
  }
}
.section-content .mb {
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .section-content .mb {
    margin-bottom: 100px;
  }
}

@media (min-width: 600px) {
  .grid_wrap {
    display: grid;
    grid-template-columns: 1fr 45%;
    gap: 65px;
    align-items: center;
  }
}

.swiper-pagination-bullet {
  opacity: 0.4;
  background: #ffffff;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}

#uv .section-content-item--txt span {
  background: url("../image/uv_underline.png") no-repeat bottom 0 center;
  background-size: contain;
}

#water .section-content-item--txt span {
  background: url("../image/hassui_underline.png") no-repeat bottom 0 center;
  background-size: contain;
}

#sweat .section-content-item--txt span {
  background: url("../image/ase_underline.png") no-repeat bottom 0 center;
  background-size: contain;
}

#cool .section-content-item--txt span {
  background: url("../image/reikan_underline.png") no-repeat bottom 0 center;
  background-size: contain;
}

#multi .section-content-item--txt span {
  background: url("../image/takino_underline.png") no-repeat bottom 0 center;
  background-size: contain;
}

/*-------------------- フッター --------------------*/
footer {
  padding: 0 0 20px;
}
@media (min-width: 600px) {
  footer {
    padding: 50px 0;
  }
}
footer small {
  display: block;
  text-align: center;
}
footer .footer-logo {
  width: 70%;
  display: flex;
  align-items: center;
  margin: 0 auto 50px;
}
@media (max-width: 599px) {
  footer .footer-logo {
    justify-content: center;
    gap: 30px;
  }
}
@media (min-width: 600px) {
  footer .footer-logo {
    justify-content: center;
    gap: 100px;
    margin-bottom: 100px;
  }
}
footer .footer-logo p:first-child {
  width: 117px;
}
@media (min-width: 600px) {
  footer .footer-logo p:first-child {
    width: 235px;
  }
}
footer .footer-logo p:nth-child(2) {
  width: 51px;
}
@media (min-width: 600px) {
  footer .footer-logo p:nth-child(2) {
    width: 102px;
  }
}
footer .footer-logo p:last-child {
  width: 25px;
}
@media (min-width: 600px) {
  footer .footer-logo p:last-child {
    width: 50px;
  }
}

.top-btn {
  width: 50px;
  height: 50px;
  background: url("../image/icon_top.png") no-repeat center;
  background-size: contain;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 600px) {
  .top-btn {
    width: 80px;
    height: 80px;
    right: 20px;
    bottom: 20px;
  }
}
.top-btn.is-show {
  visibility: visible;
  opacity: 1;
}

/*-------------------- アイテム一覧 --------------------*/
.all-item_wrap {
  margin: 0 auto;
  width: 90%;
  margin-bottom: 100px;
}
@media (min-width: 600px) {
  .all-item_wrap {
    max-width: 1000px;
    margin-bottom: 200px;
  }
}
.all-item-ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .all-item-ttl {
    font-size: 2.8rem;
    margin-bottom: 100px;
  }
}
.all-item_inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 230px));
  column-gap: 20px;
  row-gap: 30px;
}
@media (min-width: 600px) {
  .all-item_inner {
    grid-template-columns: repeat(4, minmax(100px, 230px));
    column-gap: 50px;
    row-gap: 50px;
  }
}
.all-item--img a {
  transition: all 0.3s;
}
.all-item--img a:hover {
  opacity: 0.6;
}
.all-item-detail--name {
  font-size: 1.1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.5;
  margin-top: 10px;
}
@media (min-width: 600px) {
  .all-item-detail--name {
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
}
.all-item-detail--price {
  font-size: 1.3rem;
}
@media (min-width: 600px) {
  .all-item-detail--price {
    font-size: 1.4rem;
  }
}

.last {
  text-align: center;
  padding-bottom: 80px;
  text-decoration: underline;
}
@media (min-width: 600px) {
  .last {
    padding-bottom: 100px;
  }
}