@charset "utf-8";

/* page content --------------- */
@media screen and (min-width: 1367px) {
.page_content {
  margin: 0 auto;
  width: 1000px;
}
}



/* products top --------------- */
.oshiken-products { width: 100%; }
@media screen and (min-width: 1367px) {
.oshiken-products {
  margin: 0 auto;
  width: 1000px;
}
}



/* products detail ------------- */
.slick-track { display: block; }

.products-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.products-detail { width: 95%; }
}
@media screen and (min-width: 1367px) {
.products-detail {
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0;
  width: 1000px;
}
}

.products-detail-slider {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.products-detail-slider { width: 50%; }
}
@media screen and (min-width: 1367px) {
.products-detail-slider { width: 350px; }
}

.slick-track { width: 95%; }
@media screen and (min-width: 768px) {
.slick-track {
  display: block !important;
  width: 100%;
}
}

.slick-prev,
.slick-next {
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 10;
}
@media screen and (min-width: 1367px) {
.slick-prev,
.slick-next {
  height: 50px;
  transition: .3s;
}
}

@media screen and (min-width: 1367px) {
.slick-prev:hover,
.slick-next:hover { opacity: .7; }
}

.slick-prev { left: 0; }
.slick-next { right: 0; }
@media screen and (min-width: 1367px) {
.slick-prev { left: 1em; }
.slick-next { right: 1em; }
}

.slick-prev:before,
.slick-next:before {
  color: var(--oshiken-pink);
  display: block;
  font-size: 26px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 667px) {
.slick-prev:before,
.slick-next:before { font-size: 50px; }
}

.slick-prev:before { content: '\f053'; }
.slick-next:before { content: '\f054'; }

.swiper-thumb {
  margin: 0 auto;
  width: 94%;
}
@media screen and (min-width: 768px) {
.swiper-thumb { width: 100%; }
}

.swiper-thumb .slick-slide {
  aspect-ratio: 1;
  border: 1px solid #ccc;
  margin: 10px 10px 0 0;
  overflow: hidden;
  width: 52px !important;
}
@media screen and (min-width: 321px) and (max-width: 375px) {
.swiper-thumb .slick-slide { width: 63px !important; }
}
@media screen and (min-width: 378px) and (max-width: 414px) {
.swiper-thumb .slick-slide { width: 70px !important; }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
.swiper-thumb .slick-slide { width: 52px !important; }
}
@media screen and (min-width: 1367px) {
.swiper-thumb .slick-slide {
  cursor: pointer;
  width: 72px !important;
}
}

@media screen and (max-width: 768px) {
.swiper-thumb .slick-slide:nth-child(5n) { margin-right: 0; }
}

.swiper-thumb .slick-slide.slick-current { border: 1px solid var(--oshiken-pink); }

.oshiken-contact-button {
  align-items: center;
  background-color: var(--oshiken-pink);
  border-radius: 30px;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  margin: 1.5em auto;
  padding: 0 1em;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 1367px) {
.oshiken-contact-button {
  margin: 1.5em 0 0;
  transition: .3s;
  width: 320px;
}
.oshiken-contact-button:hover { opacity: .7; }
.oshiken-contact-button:hover,
.oshiken-contact-button:active,
.oshiken-contact-button:visited {
  color: #fff;
  text-decoration: none;
}
}

.oshiken-contact-button:before,
.oshiken-contact-button:after {
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.oshiken-contact-button:before {
  content: '\f0e0';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.2em;
  font-weight: 900;
  left: 1em;
}

.oshiken-contact-button:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 1em;
  font-weight: 900;
  right: 1em;
}

.oshiken-contact-button-inner {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.products-detail-body {
  background-color: #fff8fb;
  padding: 1em 10px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.products-detail-body {
  padding: 20px 10px;
  width: 47%;
}
}
@media screen and (min-width: 1367px) {
.products-detail-body {
  padding: 30px;
  width: 490px;
}
}

.products-detail-body .archive_list_label a { border: 1px solid var(--oshiken-pink); }

.products-detail .oshiken-products-category { margin: 0 auto; }
@media screen and (min-width: 1367px) {
.products-detail .oshiken-products-category { margin: 0 .2em 0 0; }
}

.products-detail-headline {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
}
@media screen and (min-width: 1367px) {
.products-detail-headline {
  font-size: 22px;
  line-height: 1.6;
  margin-top: 15px;
  padding-bottom: 30px;
}
}

.products-detail-introduction {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 1em;
  padding-bottom: 10px;
}
@media screen and (min-width: 1367px) {
.products-detail-introduction {
  line-height: 2;
  margin: 0;
  padding-bottom: 20px;
}
}

.products-detail-middle-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 30px;
  padding: 0 0 10px 28px;
  position: relative;
}
@media screen and (min-width: 1367px) {
.products-detail-middle-heading {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 15px 32px;
}
}

.products-detail-sentence {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  padding-bottom: 10px;
}
@media screen and (min-width: 1367px) {
.products-detail-sentence {
  line-height: 2;
  padding-bottom: 15px;
}
}

.products-detail-link-text {
  color: #2ea093;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 1367px) {
.products-detail-link-text { line-height: 1; }
}

.products-detail-link-text:before,
.products-detail-link-text:after { display: none; }
@media screen and (min-width: 1367px) {
.products-detail-link-text:before,
.products-detail-link-text:after {
  content: '';
  background-color: #2ea093;
  display: block;
  height: 2px;
  position: absolute;
}
}

.products-detail-link-text:before {
  right: -23px;
  top: 50%;
  width: 13px;
}
.products-detail-link-text:after {
  right: -23px;
  top: 40%;
  transform: rotate(45deg);
  width: 7px;
}

.products-detail-spec-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 25px;
  padding: 0 0 10px 24px;
  position: relative;
}
@media screen and (min-width: 1367px) {
.products-detail-spec-heading {
  font-size: 16px;
  line-height: 22px;
  margin-top: 50px;
  padding: 0 0 15px 32px;
}
}

.products-detail-middle-heading:before,
.products-detail-spec-heading:before {
  content: '';
  background-position: left: top;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
@media screen and (min-width: 1367px) {
.products-detail-middle-heading:before,
.products-detail-spec-heading:before {
  background-size: 22px 22px;
  height: 22px;
  width: 22px;
}
}

.products-detail-middle-heading:before { background-image: url(/oshiken/img/icon-material.png); }
.products-detail-spec-heading:before { background-image: url(/oshiken/assets/images/common/icon-dit.png); }

.products-spec-inner {
  border-top: 1px solid var(--oshiken-pink);
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.products-spec-inner { flex-wrap: nowrap; }
}

.products-spec-dt {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.products-spec-dt { width: 20%; }
}

.products-spec-dd {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: .5em;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.products-spec-dd {
  margin-top: 0;
  width: 80%;
}
}

.oshiken-headline-middle {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  height: 39px;
  margin: 0 auto 1em;
  padding: 0 0 10px 21px;
  position: relative;
  width: 100%;
}

.oshiken-headline-middle.color-pink { border-bottom-color: #ddd; }
.oshiken-headline-middle.color-gray { border-bottom-color: #333; }

.oshiken-headline-middle:before {
  content: '';
  display: block;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}

.oshiken-headline-middle.color-pink:before { background-color: var(--oshiken-pink); }
.oshiken-headline-middle.color-gray:before { background-color: #333; }

.oshiken-headline-middle-inner {
  align-items: center;
  display: flex;
  font-size: 17px;
  font-weight: 600;
  height: 28px;
  line-height: 1;
}
@media screen and (min-width: 1367px) {
.oshiken-headline-middle-inner { font-size: 20px; }
}

.oshiken-headline-middle-inner.color-pink { color: var(--oshiken-pink); }
.oshiken-headline-middle-inner.color-black { color: #333; }

.oshiken-related {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.oshiken-related {
  margin-top: 20px;
  width: 90%;
}
}
@media screen and (min-width: 1367px) {
.oshiken-related {
  margin: 30px 0 0;
  width: 100%;
}
}

.oshiken-related-list {
  display: block;
  margin: 0;
  padding: 0 1% 20px;
  text-decoration: none;
  transition: .3s;
  width: 48%;
}
@media screen and (min-width: 1367px) {
.oshiken-related-list {
  margin: 0 2% 0 0;
  padding: 0 0 20px;
  text-decoration: none;
  transition: .3s;
  width: 23.5%;
}
.oshiken-related-list:hover { opacity: .7; }
}

.oshiken-related-list-picture {
  display: block;
  width: 100%;
}

.oshiken-related-list-sentence {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  padding: 10px 0 0;
  position: relative;
}

.oshiken-cta-fukidashi_wrap {
  margin: 3em auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.oshiken-cta-fukidashi_wrap { width: 70%; }
}
@media screen and (min-width: 1367px) {
.oshiken-cta-fukidashi_wrap { margin-top: 5em; }
}

.oshiken-cta-fukidashi {
  align-items: center;
  border: 2px solid var(--oshiken-pink);
  border-radius: 53px;
  display: flex;
  height: 91px;
  margin: 0 auto 2em;
  padding: 0;
  position: relative;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.oshiken-cta-fukidashi {
  border-radius: 40px;
  height: 80px;
  width: 460px;
}
}

.oshiken-cta-fukidashi:before,
.oshiken-cta-fukidashi:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 85px 68px;
  content: '';
  display: block;
  height: 68px;
  margin-top: -34px;
  position: absolute;
  top: 50%;
  width: 85px;
}
@media screen and (min-width: 1367px) {
.oshiken-cta-fukidashi:before,
.oshiken-cta-fukidashi:after {
  background-size: 100px 80px;
  height: 80px;
  margin-top: 0;
  top: 0;
  width: 100px;
}
}

.oshiken-cta-fukidashi:before { display: none; }
@media screen and (min-width: 768px) {
.oshiken-cta-fukidashi:before {
  background-image: url(/oshiken/assets/images/common/trans-kun_search.png);
  display: block;
  left: -3em;
}
}

.oshiken-cta-fukidashi:after {
  background-image: url(/oshiken/assets/images/common/trans-kun_penlight.png);
  right: -1.5em;
}
@media screen and (min-width: 768px) {
.oshiken-cta-fukidashi:after { right: -3em; }
}

.oshiken-cta-fukidashi-inner {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
.oshiken-cta-fukidashi-inner {
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
}
}

.oshiken-cta-fukidashi-inner:before,
.oshiken-cta-fukidashi-inner:after {
  border-bottom: none;
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.oshiken-cta-fukidashi-inner:before {
  border: 8px solid transparent;
  border-top: 18px solid var(--oshiken-pink);
  bottom: -3.4em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.oshiken-cta-fukidashi-inner:before { bottom: -3em; }
}
@media screen and (min-width: 1367px) {
.oshiken-cta-fukidashi-inner:before { bottom: -2.67em; }
}

.oshiken-cta-fukidashi-inner:after {
  border: 8px solid transparent;
  border-top: 18px solid #fff;
  bottom: -3.1em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.oshiken-cta-fukidashi-inner:after { bottom: -2.7em; }
}
@media screen and (min-width: 1367px) {
.oshiken-cta-fukidashi-inner:after { bottom: -2.37em; }
}

.oshiken-cta {
  align-items: center;
  background-color: var(--oshiken-pink);
  display: flex;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.oshiken-cta {
  transition: .3s;
  width: 400px;
}
.oshiken-cta:hover { opacity: .7; }
}

.oshiken-cta:after {
  background-color: #ffa3c7;
  color: #fff;
  content: '\f054';
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 100px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
@media screen and (min-width: 1367px) {
.oshiken-cta:after { width: 60px; }
}

.oshiken-cta-inner {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.oshiken-cta-inner {
  font-size: 18px;
  padding-left: 0;
}
}

.oshiken-cta-inner:before {
  color: #fff;
  content: '\f0e0';
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.2em;
  font-weight: 900;
  left: 1em;
  margin-top: -.7em;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 1367px) {
.oshiken-cta-inner:before { left: 2em; }
}

.oshiken-common-button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  margin: 2em auto 0;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.oshiken-common-button-wrap { margin-top: 3em; }
}

.oshiken-common-button-wrap .column-cta-button { margin: 0; }
@media screen and (min-width: 768px) and (max-width: 1366px) {
.oshiken-common-button-wrap .column-cta-button { width: 40%; }
}

.oshiken-common-button-wrap .column-cta-button span { font-size: 15px; }
@media screen and (min-width: 1367px) {
.oshiken-common-button-wrap .column-cta-button span { font-size: 20px; }
}

.oshiken-section { margin: 2em auto 0; }
@media screen and (min-width: 1367px) {
.oshiken-section { margin-top: 4em; }
}

.tab-list { margin-top: 4em; }
@media screen and (min-width: 1367px) {
.tab-list { margin-top: 0; }
}

.aside-display .tab-list { opacity: 1; }