﻿@charset "utf-8";
/*-------------------------------------------------------------------
  ネットショップページのスタイル
--------------------------------------------------------------------*/

a {
    color: #333;
    text-decoration: none;
  }
  img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
  header h1 {
    margin: 0;
  }
  .head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .head-inner .util {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  .head-inner .util i {
    font-size: 40px;
    color: #0068b7;
  }
  .info-free {
    padding-top: 125px;
    text-align: center;
    background: #0068b7;
    color: #fff;
  }
  #side_contact {
    display: none!important;
  }
  .ttl-shop {
    font-size: 32px;
    color: #0068b7;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: #0068b7 solid 1px;
    border-bottom: #0068b7 solid 1px;
    background: #edf6fb;
  }
  .navigation {
    display: flex;
    justify-content: space-between;
  }
  .navigation a {
    text-decoration: underline;
    color: #333;
  }


/* オンラインショップ扉 */
.p-ec .list-oyakudachi figure figcaption {
  margin-top: 1rem;
}
.list-online {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap:  3rem;
}
.list-online li {
    width: 48%;
}
.list-online li a:hover {
    text-decoration: none;
}
.list-online li figcaption {
    margin-top: 1rem;
}
.p-ec .owl-carousel,
.p-shop .owl-carousel {
    min-width: inherit;
}


.list-oyakudachi li a {
  border: 1px solid #eee;
  padding: .5rem;
  min-height: 320px;
  display: block;
  position: relative;
  color: #333;
}
.list-oyakudachi li a:hover {
  text-decoration: none;
}
.list-oyakudachi li a::after {
  content: '詳しくはこちら ＞＞';
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.p-oyakudachi .list-oyakudachi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.p-oyakudachi .list-oyakudachi li {
  width: 24%;
}
.p-oyakudachi .img-main {
  max-width: 900px;
  margin: 1rem auto;
}

/* ブログやお知らせの投稿内容 */
.entry-section .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 1rem;
}

.entry-section .img-list li {
  width: calc(100% / 3 - 2rem);
}

.entry-section .img-list li img {
  width: 98%;
}

.entry-section .pdf-list {
  margin-top: 1em;
  margin-bottom: 1em;
}

.entry-section .link {
  text-align: right;
  text-decoration: underline;
}

.entry-section .pdf {
  text-align: right;
}

.entry-section .pdf a {
  position: relative;
}

.entry-section .pdf a::before {
  content: '';
  background: url(../img/topics/Adobe_PDF_file_icon.png) no-repeat;
  height: 28px;
  width: 28px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: -4rem;
}
.entry-section .video-list {
  margin-top: 3em;
}
.entry-section .youtube {
    position: relative;
    padding-bottom: 30%;
    padding-top: 30%;
    margin: 20px 20px 0px 20px;
    height: 0;
    overflow: hidden;
}
.entry-section .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* ブログやお知らせの本文のスタイル */
.entry-section .comment,
.entry-section .comment p {
  margin: 0 auto;
  font-size: clamp(14px, 1.6rem, 16px);
  /* font-size: inherit; */
}
.entry-section .comment h3,
.entry-section .comment h4 {
  font-size: clamp(20px, 1.8rem, 22px);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

.entry-section .comment h5 {
  font-size: clamp(18px, 1.8rem, 20px);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
.entry-section .comment h6 {
  font-weight: 500;
  font-size: clamp(16px, 1.8rem, 20px);
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.entry-section .comment ul {
    /* list-style-type: decimal;
    list-style: decimal; */
}
.entry-section .comment ul li {
  line-height: 1.8;
  display: list-item;
  list-style-type: disc;
  list-style: disc;
  margin-left: 1.5em;
}
/* .entry-section .comment ul li::before {
    content: "●";
    margin-right: 1rem;
    font-size: 12px;
} */
.entry-section .comment ol {
  line-height: 1.8;
}
.entry-section .comment ol li {
  line-height: 1.8;
  display: list-item;
  list-style-type: decimal;
  list-style: decimal;
  margin-left: 1.5em;
}
.entry-section .comment a {
  text-decoration: underline;
  color: inherit;
}
.entry-section .comment th,
.entry-section .comment td {
  border: solid 1px;
  /* 枠線指定 */
  padding: 1rem;
}
.entry-section .comment th {
  background-color: rgba(145, 152, 149, 0.2);
}
.entry-section .comment table {
  border-collapse: collapse;
  /* セルの線を重ねる */
  width: auto;
}
.entry-section .comment strong {
  font-weight: bold;
}
.entry-section .comment p:has(img) {
  text-align: center;
}
.entry-section .comment img {
  margin: 2rem auto;
}

.sp-only {display: none}


/*-------------------------------------------------------------------
  オンラインショップ　くもりま専
--------------------------------------------------------------------*/
.ttl_kumorimasen {
  background-image: -webkit-linear-gradient(bottom, rgb(0, 160, 233) 0%, rgb(29, 32, 136) 100%);
  background-image: -o-linear-gradient(bottom, rgb(0, 160, 233) 0%, rgb(29, 32, 136) 100%);
  background-image: linear-gradient(to top, rgb(0, 160, 233) 0%, rgb(29, 32, 136) 100%);
  text-shadow: 1px 1px 2px #333399;
}

.p-kumorimasen .list-voice-kumorimasen li dl {
  display: flex;
  justify-content: space-evenly;
  margin: 2rem auto;
}

.p-kumorimasen .list-voice-kumorimasen li dl dt {
  width: 30%;
  text-align: center;
}

.p-kumorimasen .list-voice-kumorimasen dt p {
  color: #00A0EA;
  margin-top: 1rem;
}

.p-kumorimasen .list-voice-kumorimasen dd {
  width: 70%;
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #00A0EA;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #00A0EA;
  box-sizing: border-box;
  border-radius: 1rem;
}

.p-kumorimasen .list-voice-kumorimasen dd:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.p-kumorimasen .list-voice-kumorimasen dd:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #00A0EA;
  z-index: 1;
}

/* 偶数は吹き出しの向きを右向きに */
.p-kumorimasen .list-voice-kumorimasen li:nth-child(2n) dd:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  left: unset;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.p-kumorimasen .list-voice-kumorimasen li:nth-child(2n) dd:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  left: unset;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #00A0EA;
  z-index: 1;
}

.p-kumorimasen .list-voice-kumorimasen dd p {
  margin: 0;
  /*padding: 2rem 3rem;*/
  font-size: 18px;
  font-weight: bold;
  color: #00A0EA;
  width: 80%;
  line-height: 2;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.p-kumorimasen #structure ul {
  text-align: center;
}

.p-kumorimasen #structure ul li {
  border: solid 1px #00A0EA;
  width: 90%;
  margin: 5rem auto;
  /* height: 400px; */
}

.p-kumorimasen #structure ul li dt {
  margin-top: -2rem;
  color: #00A0EA;
  background-color: #fff;
  padding: 0 2rem 0 8rem;
  display: inline-block;
  font-size: 24px;
  position: relative;
  font-weight: bold;
}

.p-kumorimasen #structure ul li dt:before {
  content: "";
  background: url(../img/product/kumorimasen/ico-glass.png) no-repeat;
  width: 127px;
  height: 52px;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #fff;
}

.p-kumorimasen #structure ul dd {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
}

.p-kumorimasen #structure ul li p {
  border-radius: 50%;
  background: #FDFBC8;
  width: 300px;
  height: 300px;
  padding-top: 120px;
  font-size: 20px;
  font-weight: bold;
}

.p-kumorimasen #structure ul li img {
  /* max-height: 300px; */
  width: calc(100% - 300px);
  max-width: 300px;
}

.p-kumorimasen .list-material {
  position: relative;
  width: 90%;
  height: 500px;
  background: url(../img/product/kumorimasen/img-material01.png) no-repeat center;
}

.p-kumorimasen .list-material li {
  position: absolute;
  font-size: 20px;
}

.p-kumorimasen .list-material li.material01 {
  top: 100px;
  left: 80px;
}

.p-kumorimasen .list-material li.material02 {
  top: 95px;
  right: -10px;
}

.p-kumorimasen .list-material li.material03 {
  top: 155px;
  right: 0;
}

.p-kumorimasen .list-material li.material04 {
  top: 210px;
  right: 0;
}

.p-kumorimasen .list-material li.material05 {
  top: 300px;
  right: -0;
}

.p-kumorimasen .list-material li.material06 {
  top: 380px;
  left: 530px;
}

.p-kumorimasen .list-feature {
  border-radius: 7px;
  background: #E8F5FD;
  padding: 20px;
}

.p-kumorimasen .list-feature li::before {
  content: "";
  background: url(../img/product/kumorimasen/ico-glass.png) no-repeat;
  width: 100px;
  height: 30px;
  background-size: contain;
  position: absolute;
  left: -80px;
}

.p-kumorimasen .list-feature li {
  font-size: 20px;
  font-weight: bold;
  color: #00A0EA;
  line-height: 46px;
  position: relative;
  margin-left: 100px;
}

.p-kumorimasen .list-feature li span {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-left: 30px;
}

.p-kumorimasen .list-suite {
  margin: 2rem auto;
}

.p-kumorimasen .list-suite li {
  text-align: center;
  line-height: 1.8;
  background: linear-gradient(transparent 65%, #FFF100);
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}

/*-------------------------------------------------------------------
  オンラインショップ　とるとる電石マスク
--------------------------------------------------------------------*/
.p-denshakumask h3.ttl_denshakumask {
  background: #004ea1;
  text-shadow: 1px 1px 2px #222;
}

p.ecshop_goods_catch {
	font-size: clamp(1rem, 0.947rem + 0.26vw, 1.125rem);
}

.list-point li {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #7A9CA9, 1px 9px 13px #7A9CA9, -2px 2px 5px #7A9CA9;
  text-align: center;
  position: relative;
}

.list-point li:hover {
  transform: rotateY(360deg);
  transition: 1.5s;
}

.list-point dl {
  position: absolute;
  top: 12%;
  width: 80%;
  left: 10%;
}

.list-point dt {
  margin-bottom: 20px;
}

.list-point dt img {
  width: 140px;
}

.list-point dd {
  font-size: 18px;
}

.list-structure li {
  width: 30%;
}

.list-structure dt {
  font-size: 18px;
}

.p-denshakumask .mask-tremicron {
  float: right;
  width: 50%;
  max-width: 380px;
}

.p-denshakumask .mask-tremicron li {
  float: left;
}

.p-denshakumask .shop-table th {
  background: #d8f2ff;
}

.p-denshakumask .list-suite {
  margin: 1rem auto;
  text-align: center;
}

.p-denshakumask .list-suite li {
  text-align: center;
  line-height: 1.8;
  /*background: linear-gradient(transparent 65%, #EE86A1);*/
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-right: 1rem;
}

.p-toruru h3.ttl_toruru {
  background: #f19baf url(../img/product/toruru/bg_ttl.png) no-repeat;
  font-size: 26px;
  text-shadow: 1px 1px 2px #222;
}

.p-toruru .detail-label li {
  background: #ef567e !important;
}

.p-toruru .shop-table th {
  background: #ffd8e3;
}

.p-toruru #shop-notes h4 {
  background: #f19baf;
}

.p-denshakumask .list-structure {
  justify-content: space-around;
}

.p-denshakumask .list-structure li {
  margin-bottom: 2rem;
}

/*-------------------------------------------------------------------
  オンラインショップ　極とりフィルター
--------------------------------------------------------------------*/
/* .p-product .list-howto.howto02 li:not(:first-child) figure::before {
  left: -70px!important;
  top: 130px;
  font-size: 80px;
} */

.p-product.p-ouchimask .list-howto li {
  width: 30%;
}

.p-product.p-ouchimask .list-howto li:not(:first-child) figure::before {
  left: -2rem;
}
.p-product.p-ouchimask .list-howto {
  gap: 3rem;
}
.p-product.p-ouchimask .list-howto li {
  /* width: 33%; */
  width: inherit;
  text-align: center;
}

.p-ouchimask .main-image-w .catch-area {
  writing-mode: vertical-rl;
  text-align: left;
}
.p-ouchimask .main-image-w .catch-area h3 {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 28px;
  color: #453231;
}
.p-ouchimask .main-image-w .catch-area p {
  position: absolute;
  font-size: 20px;
  top: 5%;
  right: 10%;
  font-weight: normal;
  color: #453231;
}

/*-------------------------------------------------------------------
  オンラインショップ　花粉とるとるフィルター
--------------------------------------------------------------------*/
.p-kafun-filter h3.ttl_kafun-filter {
  background: #01b4ed url(../img/product/kafun-filter/bg_ttl.png) no-repeat;
}

.p-kafun-filter .zoom-right ul>li {
  font-size: 16px;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

.p-kafun-filter .zoom-right ul>li:before {
  content: "・";
}

.p-kafun-filter .zoom-right ul>li>ul>li {
  font-weight: normal;
  padding-left: 0;
  text-indent: 0;
  margin: 0 0 0.5em 1em;
}

.p-kafun-filter .zoom-right ul>li>ul>li:before {
  content: none;
}

.p-kafun-filter dl.sokute-list {
  clear: both;
  float: right;
  width: 12em;
}

.p-kafun-filter dl.sokute-list dt {
  float: left;
  clear: both;
}

.p-kafun-filter dl.sokute-list dd {
  float: right;
}

.p-kafun-filter .shop-table th {
  background: #d8f2ff;
}

/*花粉とるとるフィルター　お客様の声*/
.p-kafun-filter #voice>section {
  /* border: 1px solid #01b4ed;
  margin: 2em auto;
  padding: 1.5em 1em 1em; */
}

.p-kafun-filter #voice .voice-photolist {
  float: left;
  margin-right: 2em;
}

.p-kafun-filter #voice p {
  margin-bottom: 1em;
  line-height: 1.5;
}

.p-kafun-filter #voice .voice-photolist li {
  float: left;
  margin-bottom: 1em;
  text-align: center;
  font-size: 16px;
}

.p-kafun-filter #voice .voice-photolist li:nth-child(odd) {
  clear: both;
}

.p-kafun-filter #voice .voice-photolist li span:before {
  content: "▲";
}

.list-flex {
	gap: 3%;
	row-gap: 2rem;
}
.list-flex .w48per {
	width: 48%;
}


.movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 3rem;
}
.movie-inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.ttl_shop {
	font-size: clamp(1.25rem, 1.092rem + 0.79vw, 1.625rem);
	line-height: inherit;
	text-indent: inherit;
	padding: .25em .75em;
}
.font30-22 {font-size:clamp(1.25rem, 0.987rem + 1.32vw, 1.875rem)}
.font18-16 {font-size:clamp(16px,1.3vw,18px)}

.box-cart {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box-cart-img {
	width: 50%;
}
.box-cart-detail {
	width: 48%;
}


  @media print, screen and (max-width: 1024px) {
    header h1 {
        margin-left: 1rem;
        padding: 1rem 0;
        width: 180px;
    }
    header h1 a svg {
        width: 180px;
    }
    .head-inner {
      padding-right: 1rem;
    }

    .info-free { /* ヘッダー固定分の高さ */
        padding-top: 80px;
    }
    #bread ul {
        margin: 5px;
        width: auto;
    }
    #bread ul li {
        line-height: inherit;
    }
    .p-oyakudachi .list-oyakudachi li {
        width: 33%;
    }
    .entry-section .youtube {
        width: 90%;
        padding-bottom: 49%;
    }

	/* もっととるとる 電石マスク（RWD化） */
	.p-denshakumask .list-point {
		justify-content: space-around;
	}
	.list-point li {
		width: 45vw;
		height: 45vw;
		max-width: 300px;
		max-height: 300px;
		min-width: 260px;
		min-height: 260px;
	}
	.list-point dt {
		margin-bottom: 10px;
	}
	.list-point dt img {
		width: 100px;
	}
	.list-point dd {
		font-size: 16px;
	}
	.p-denshakumask .list-structure li {
		width: 48%;
	}

  }
  @media print, screen and (max-width: 767px) {
    /* .pt125 {
        padding-top: 0px;
    } */
    header.fix {
      position: fixed;
    }
    .info-free { /* ヘッダー固定分の高さ */
        padding-top: 80px;
    }
    .list-online {
        flex-direction: column;
    }
    .list-online li {
        width: 100%;
    }
    .list-online li figure {
        text-align: center;
    }
    .list-online li figcaption {
        text-align: left;
    }
    .p-oyakudachi .list-oyakudachi li {
        width: 48%;
    }
	.p-product #tremicron ul {
		width: 100%!important;
		margin: 10px auto 30px auto;
	}

	.box-cart {
		flex-direction: column;
		gap: 30px;
	}
	.box-cart .box-cart-img,
	.box-cart .box-cart-detail {
		width: 100%;
	}

  .p-kumorimasen .list-voice-kumorimasen li dl dt {
    width: 20%;
  }
  .p-kumorimasen .list-voice-kumorimasen dt p {
    font-size: 14px;
  }

  .p-kumorimasen .list-voice-kumorimasen dd {
    width: 80%;
  }
  .p-kumorimasen .list-voice-kumorimasen dd p {
    font-size: 16px;
    font-weight: normal;
  }

  .p-kumorimasen #structure ul dd {
    flex-direction: column;
    gap: 2rem;
  }
  .p-kumorimasen #structure ul li img {
    width: 80%;
  }
  .p-kumorimasen #structure ul li p {
    width: auto;
    height: auto;
    /* background: none; */
    padding: 1rem;
    border-radius: 0;
    font-size: 18px;
  }

  .p-kumorimasen .list-feature li {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.6;
  }
  .p-kumorimasen .list-feature li::before {
    content: none;
  }
  .p-kumorimasen .list-feature li span {
    margin-left: 0;
    display: block;
    font-size: 16px;
  }

  }

@media screen and (max-width:520px) {

  .ttl-shop {
    font-size: 24px;
    padding-top: .5em;
    padding-bottom: .5em;
  }

	.p-denshakumask .list-structure li {
		width: 100%;
	}

	.list-flex.list-sp-w100per {
		flex-direction: column;
	}
	.list-flex.list-sp-w100per .w48per {
		width: 100%;
	}

  .p-product.p-ouchimask .list-howto {
    flex-direction: column;
  }
  .p-product.p-ouchimask .list-howto li {
    margin: 0 auto;
  }
  .p-product.p-ouchimask .list-howto li img {
    width: 80%;
    max-width: 350px;
  }
  .p-product.p-ouchimask .list-howto li:not(:first-child) figure::before {
    left: 50%;
    top: -4rem;
    transform: rotate(90deg);
  }

  .p-ouchimask .list-voice-com.voice-one {
    gap: 1rem;
  }
  .p-ouchimask .list-voice-com.voice-one li dd::after {
    width: 0;
  }
  .p-ouchimask .list-voice-com.voice-one li dt {
    display: none;
  }
  .p-ouchimask .list-voice-com.voice-one li dd {
    width: 100%;
    padding: 1rem;
  }

  .p-kumorimasen .list-voice-kumorimasen dd p {
    position: relative;
    line-height: 1.8;
    left: 5%;
    width: 90%;
  }
  .p-kumorimasen .list-voice-kumorimasen dd {
    margin: 0 0 0 15px;
  }
  .p-kumorimasen .list-voice-kumorimasen li:nth-child(2n) dd {
    margin: 0 15px 0 0;
  }
  .p-kumorimasen .list-voice-kumorimasen dd:before,
  .p-kumorimasen .list-voice-kumorimasen dd:after,
  .p-kumorimasen .list-voice-kumorimasen li:nth-child(2n) dd:before,
  .p-kumorimasen .list-voice-kumorimasen li:nth-child(2n) dd:after {
    content: none;
  }
  .p-kumorimasen #structure ul li dt {
    font-size: 20px;
  }

  .entry-section .img-list li {
      flex-basis: 100%;
      margin-bottom: 2rem;
  }

  .entry-section .comment img {
      width: 100%;
      height: auto;
  }
  .entry-section .comment th, .entry-section .comment td {
      padding: .5rem;
  }

  .ttl_bgBlueGradation {
    font-size: 20px;
  }

  .sp-w100per {
    width: 100%;
  }
  .sp-only {display: block}
}