@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  /*font-family: 'Noto Serif JP', serif;*/
  font-size: 10px;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  /*letter-spacing: .1em;*/
  color: #221815;
}

.wrap {
  width: 100%;
}

.wrap_inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 769px) {
  .wrap_inner {
    padding: 0 5.33333vw;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 991px) {
  .pc {
    display: none !important;
  }
}

.pcflex {
  display: flex !important;
}
@media screen and (max-width: 991px) {
  .pcflex {
    display: none !important;
  }
}

.status {
  float: left;
  margin: 4px 4px 0 0;
  padding: 2px 6px;
  min-width: 30px;
  line-height: 1;
  border-radius: 10px;
  background: #dc143c;
  color: #FFF;
  font-size: 12px;
  text-align: center;
}

/*=============================
.hum-btn
=============================*/
.hum-btn {
  display: none;
  /*background-color: #4682B4;*/
  background-color: #c0c0c0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  z-index: 1000;
  transition: all 0.2s;
}
@media screen and (max-width: 991px) {
  .hum-btn {
    display: block;
  }
}
.hum-btn.active {
  left: calc(80% - 60px);
}
@media screen and (max-width: 991px) {
  .hum-btn.active {
    left: calc(70% - 60px);
  }
}
@media screen and (max-width: 559px) {
  .hum-btn.active {
    left: calc(80% - 60px);
  }
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: absolute;
  top: 19px;
  right: 15px;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 1000;
}

.btn-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0px;
}

.btn-trigger span:nth-of-type(2) {
  top: 11px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn05
=============================*/
#btn05.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

#btn05.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn05-bar02 0.8s forwards;
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
#btn05.active span:nth-of-type(3) {
  width: 100%;
  transform: translateY(-11px) rotate(45deg);
}

/*--------------------
header
---------------------*/
.l-header {
  color: #000;
  /* 前への矢印 */
  /* 次への矢印 */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.l-header__top {
  display: flex;
  background: linear-gradient(#F6F6F6, #EEE);
  background-color: #F3F3F3;
  border-top: 1px solid transparent;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}
.l-header__left img {
  width: 100%;
}
.l-header__right {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .l-header__left {
    padding-left: 60px;
  }
}
.l-header__menu {
  /*background-color: #000;*/
  background-color: #fff;
  /*color: #fff;*/
  color: #000;
  padding-left: 4px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu > ul {
  display: flex;
  align-items: center;
}
.l-header__menu > ul > li > a {
  /*font-size: 16px;*/
  font-size: 15px;
  display: block;
  /*padding: 16px;*/
  padding: 15px;
  position: relative;
}
.l-header__menu > ul > li > a::before {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
}
.l-header__menu > ul > li.--withDrop > a {
  padding-right: 40px;
}
.l-header__menu > ul > li.--withDrop > a::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 55%;
  right: 14px;
  transform: translateY(-50%);
  background-image: url(assets/img/arrow2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-header__menu--sub {
  z-index: 100;
  display: none;
  /*background-color: #000;*/
  background-color: #fff;
  /*color: #fff;*/
  color: #000;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.l-header__menu--sub.active {
  display: flex;
}
.l-header__catSec {
  width: 300px;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  /*font-size: 18px;*/
  font-size: 15px;
}
.l-header__catSec a.--active {
  color: rgba(255, 0, 0, 0.718);
}
.l-header__catSec a {
  display: block;
  padding: 8px 0px 8px 20px;
  position: relative;
}
.l-header__catSec a::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  /*background-image: url(assets/img/folder.jpg);*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: contain;*/
}
.l-header__catSec4row {
  width: calc(100% - 310px);
  display: flex;
  justify-content: space-between;
}
.l-header__catSec4row--content {
  width: 24.5%;
}
.l-header__catSec4row--content--ttl {
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  /*font-size: 16px;*/
  font-size: 15px;
  font-weight: bold;
  padding: 12px 6px 12px 40px;
  position: relative;
  border: 1px solid #ccc;
}
.l-header__catSec4row--content--ttl::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0px;
  /*transform: translateY(-50%);*/
  /*background-image: url(assets/img/folder.jpg);*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: contain;*/
}
.l-header__catSec4row--content--item {
  display: block;
  margin-top: 8px;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.l-header__catSec4row--content--item--img {
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  height: auto;
}
.l-header__catSec4row--content--item--img > a {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
}
.l-header__catSec4row--content--item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__catSec4row--content--item--txt {
  font-size: 14px;
  padding: 8px;
}
.l-header__catSec6row {
  /*width: calc(100% - 310px);*/
  width: calc(85% - 310px);
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 0.8%;
}
.l-header__catSec6row--content {
  display: block;
  width: 16%;
  position: relative;
  margin-bottom: 8px;
}
.l-header__catSec6row--content--cat {
  /*color: #000;*/
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  /*background: rgba(255, 255, 255, 0.4);*/
  /*border: 1px solid #ccc;*/
  /*text-shadow: 1px 1px 0 #000*/
  z-index: 10;
}
.l-header__catSec6row--content--img {
  display: block;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  border: 1px solid #ccc;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  height: auto;
}
.l-header__catSec6row--content--img::after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 55%,#000 110%);
}
.l-header__catSec6row--content--img > a {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
}
.l-header__catSec6row--content--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.l-header .swiper-button-prev {
  left: -16px;
}
.l-header .swiper-button-next {
  right: -16px;
}
.l-header .swiper-button-prev::after,
.l-header .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
@media screen and (max-width: 991px) {
  .l-header {
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印 */
    /* 次への矢印 */
  }
  .l-header .swiper-button-prev::after,
  .l-header .swiper-button-next::after {
    content: none;
  }
  .l-header .swiper-button-prev {
    display: none;
  }
  .l-header .swiper-button-next {
    display: none;
  }
}
.l-header .swiper-button-prev::after {
  border-bottom: 10px solid transparent;
  border-right: 15px solid #333;
  border-top: 10px solid transparent;
}
.l-header .swiper-button-next::after {
  border-bottom: 10px solid transparent;
  border-left: 15px solid #333;
  border-top: 10px solid transparent;
}
.l-header__tag {
  background: linear-gradient(#F6F6F6, #EEE);
  background-color: #F3F3F3;
  border-top: 1px solid transparent;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}
.l-header__tagWrap {
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-header__tagWrap {
    padding: 0;
  }
}
.l-header__tag-ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.l-header__tag-ttl img {
  width: 15px;
  margin-right: 8px;
}
.l-header__tag--tag {
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
  /*background: #4682B4;*/
  background: #c0c0c0;
  /*color: #FFF;*/
  color: #000;
  font-size: 11pt;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.l-headerSp {
  overflow-y: scroll;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 10px 20px;
  transform: translateX(-100%);
  transition: all 0.2s;
}
@media screen and (max-width: 991px) {
  .l-headerSp {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .l-headerSp {
    width: 70%;
  }
}
@media screen and (max-width: 559px) {
  .l-headerSp {
    width: 80%;
  }
}
.l-headerSp > p {
  margin-bottom: 40px;
}
.l-headerSp.active {
  transition: all 0.2s;
  display: block;
  transform: translateY(0%);
}

.l-headerSp--item h2 {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 6px;
  position: relative;
  border: 1px solid #ccc;
}
.l-headerSp--item h2 img {
  width: 15px;
  margin-right: 8px;
}
.l-headerSp--item > ul {
  background-color: #fff;
  color: #000;
  padding: 10px;
  font-size: 15px;
}
.l-headerSp--item > ul > li {
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 8px;
  border: 1px solid #aaa;
  background-color: #ccc;
}
.l-headerSp--item > ul > li a.--active {
  color: rgba(255, 0, 0, 0.718);
}
.l-headerSp--item > ul > li.--close > ul {
  display: none;
}
.l-headerSp--item > ul > li.--open > ul {
  display: block;
}
.l-headerSp--item > ul > li > a.--drop {
  display: block;
  position: relative;
}
.l-headerSp--item > ul > li > a.--drop.--active::before {
  transform: translateY(-50%) rotate(180deg);
}
.l-headerSp--item > ul > li > a.--drop::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 55%;
  right: 0px;
  transform: translateY(-50%);
  background-image: url(assets/img/arrow2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-headerSp--item > ul > li > ul {
  padding: 8px 0px 8px 16px;
}
.l-headerSp--item > ul > li > ul li {
  margin-top: 8px;
  line-height: 1.44;
}
.l-headerSp--item > ul li a img {
  width: 13px;
  height: 14px;
  margin-right: 6px;
}

.hamburger-cover {
  overflow-y: scroll;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s;
}
.hamburger-cover.active {
  display: block;
}

/*--------------------
footer
---------------------*/
.l-footer {
  background: linear-gradient(#F6F6F6, #EEE);
}
.l-footer > div {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px;
}
.l-footer--content {
  display: flex;
  justify-content: space-around;
}
.l-footer--content--item {
  width: 30%;
}
.l-footer--content--ttl {
  font-size: 15px;
  background-color: #fff;
  color: #000;
  padding: 10px;
}
.l-footer--sitename {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
}
.l-footer--copy {
  text-align: center;
  font-size: 11px;
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .l-footer > div {
    padding: 20px 20px;
  }
  .l-footer--sitename {
    margin-top: 0px;
  }
  .l-footer--copy {
    text-align: center;
    font-size: 11px;
    margin-top: 8px;
  }
  .l-footer--content {
    display: block;
  }
  .l-footer--content--item {
    width: 100%;
    margin-bottom: 16px;
  }
  .l-footer--content--item > div {
    display: none;
  }
  .l-footer--content--ttl {
    font-size: 15px;
    background-color: #fff;
    color: #000;
    padding: 10px;
  }
}
/*--------------------
common
---------------------*/
main {
  /*background-color: #000;*/
  background-color: #fff;
  /*color: #FFF;*/
  color: #000;
  display: block;
  padding-bottom: 1px;
}

section {
  padding-bottom: 24px;
}

.mb1em {
  margin-bottom: 1em;
}

.l-sidebar {
  position: sticky;
  top: 24px;
  max-width: 240px;
  width: 100%;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
  .l-sidebar {
    position: static;
  }
}
.l-sidebar--item h2 {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 6px;
  position: relative;
  border: 1px solid #ccc;
}
.l-sidebar--item h2 img {
  width: 15px;
  margin-right: 8px;
}
.l-sidebar--item > ul {
  /*background-color: #fff;*/
  color: #000;
  padding: 10px;
  font-size: 15px;
}
.l-sidebar--item > ul > li {
  margin-bottom: 8px;
}
.l-sidebar--item > ul > li a.--active {
  color: rgba(255, 0, 0, 0.718);
}
.l-sidebar--item > ul > li.--close > ul {
  display: none;
}
.l-sidebar--item > ul > li.--open > ul {
  display: block;
}
.l-sidebar--item > ul > li > a.--drop {
  display: block;
  position: relative;
}
.l-sidebar--item > ul > li > a.--drop.--active::before {
  transform: translateY(-50%) rotate(180deg);
}
.l-sidebar--item > ul > li > a.--drop::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 55%;
  right: 0px;
  transform: translateY(-50%);
  background-image: url(assets/img/arrow2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-sidebar--item > ul > li > ul {
  padding: 8px 0px 8px 16px;
}
.l-sidebar--item > ul > li > ul li {
  /*margin-bottom: 6px;*/
  margin-bottom: 8px;
}
.l-sidebar--item > ul li a img {
  width: 13px;
  height: 14px;
  margin-right: 6px;
}
.l-sidebar--txt {
  background-color: #fff;
  color: #000;
  padding: 10px;
  font-size: 15px;
  line-height: 1.66;
}
.l-sidebar--list > li {
  margin-bottom: 8px;
}
.l-sidebar--list > li > a {
  display: flex;
  justify-content: space-between;
}
.l-sidebar--list > li > a > p {
  background-color: #fff;
  width: 40%;
  aspect-ratio: 4/3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: auto;
}
.l-sidebar--list > li > a > p img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  height: auto;
}
.l-sidebar--list > li > a > div {
  width: 57%;
}
.l-sidebar--list > li > a > div h3 {
  font-size: 14px;
  line-height: 1.44;
  margin-bottom: 6px;
}
.l-sidebar--list > li > a > div p {
  font-size: 12px;
}
.l-sidebar--listWrap > span {
  cursor: pointer;
  font-size: 14px;
  display: block;
  padding: 24px 0;
  text-align: center;
  background: linear-gradient(transparent, #fff);
}
.l-sidebar--listWrap > span.close {
  display: none;
}
.l-sidebar--listWrap > span.close.--active {
  display: block;
}
.l-sidebar--listWrap > span.view-more {
  display: none;
}
.l-sidebar--listWrap > span.view-more.--active {
  display: block;
}
.l-sidebar--listWrap .l-sidebar--list {
  display: none;
  height: 0;
}
.l-sidebar--listWrap.--active .l-sidebar--list {
  display: block;
  height: auto;
}
@media screen and (max-width: 991px) {
  .l-l-sidebar--item {
    font-size: 16px;
  }
}
/*--------------------
2block
---------------------*/
.l-main--2block .l-main--2block--content--item {
  width: 49%;
  margin-bottom: 2%;
}
.l-main--2block--content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2%;
}
.l-main--2block--content--item {
  background-color: #fff;
  color: #000;
}
.l-main--2block--content--item--img {
  position: relative;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  height: auto;
}
.l-main--2block--content--item--img > a {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
}
.l-main--2block--content--item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-main--2block--content--item--img span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
}
.l-main--2block--content--item--img span.--01 {
  /*color: #fff;*/
  color: #000;
  top: 0;
  left: 0;
  background: rgba(70, 130, 180, 0.9);
}
.l-main--2block--content--item--img span.--02 {
  bottom: 0;
  right: 0;
}
.l-main--2block--content--item--ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 8px;
  line-height: 1.4;
}
.l-main--2block--content--item--ttl a {
  color: #049;
}
.l-main--2block--content--item--ttl a:hover {
  color: rgb(204, 68, 0);
  text-decoration: underline;
}
.l-main--2block--content--item--txt {
  border-top: 1px solid #333;
  display: block;
  /*font-size: 16px;*/
  font-size: 15px;
  padding: 8px;
  line-height: 1.4;
}
.l-main--2block--content--item--btn {
  font-size: 15px;
  text-align: right;
  padding: 8px;
  display: block;
}
.l-main--2block--content--item--btn:hover {
  color: rgb(204, 68, 0);
  text-decoration: underline;
}
.l-main--2block--content--item--btnAll {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  border: #FFF 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto;
  text-align: center;
  padding: 8px 24px;
}
.l-main--2block--content--item--btnAll:hover {
  color: rgb(204, 68, 0);
  text-decoration: underline;
}
.l-main--2block--content--item--btnAll img {
  width: 12px;
  margin-left: 16px;
}

@media screen and (max-width: 991px) {
  .l-main--2block .l-main--2block--content--item {
    width: 100%;
    margin-bottom: 4%;
  }
  .l-main--2block--content {
    gap: 0%;
  }
  .l-main--2block--content--item--ttl {
    font-size: 15px;
  }
  .l-main--2block--content--item--txt {
    /*font-size: 12px;*/
    font-size: 15px;
  }
  .l-main--2block--content--item--btnAll {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    border: #FFF 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto;
    text-align: center;
    padding: 8px 24px;
  }
  .l-main--2block--content--item--btnAll:hover {
    color: rgb(204, 68, 0);
    text-decoration: underline;
  }
  .l-main--2block--content--item--btnAll img {
    width: 12px;
    margin-left: 16px;
  }
}
/*--------------------
3block
---------------------*/
.l-main--3block .l-main--3block--content--item {
  width: 32%;
  margin-bottom: 2%;
}
.l-main--3block--content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2%;
}
.l-main--3block--content--item {
  background-color: #fff;
  color: #000;
}
.l-main--3block--content--item--img {
  position: relative;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  height: auto;
}
.l-main--3block--content--item--img > a {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
}
.l-main--3block--content--item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-main--3block--content--item--img span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
}
.l-main--3block--content--item--img span.--01 {
  color: #fff;
  top: 0;
  left: 0;
  background: rgba(255, 153, 0, 0.4);
}
.l-main--3block--content--item--img span.--02 {
  bottom: 0;
  right: 0;
}
.l-main--3block--content--item--ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 8px;
  line-height: 1.4;
}
.l-main--3block--content--item--ttl a {
  color: #049;
}
.l-main--3block--content--item--ttl a:hover {
  color: rgb(204, 68, 0);
  text-decoration: underline;
}
.l-main--3block--content--item--txt {
  border-top: 1px solid #333;
  display: block;
  /*font-size: 16px;*/
  font-size: 15px;
  padding: 8px;
  line-height: 1.4;
}
.l-main--3block--content--item--nbtxt {
  display: block;
  /*font-size: 16px;*/
  font-size: 15px;
  padding: 8px;
  line-height: 1.4;
}
.l-main--3block--content--item--nbtxt--comm {
  display: block;
  /*font-size: 16px;*/
  font-size: 15px;
  padding: 8px;
  line-height: 1.4;
  height: 130px !important;
}
.l-main--3block--content--item--btn {
  font-size: 15px;
  text-align: right;
  padding: 8px;
  display: block;
}
.l-main--3block--content--item--btn:hover {
  color: rgb(204, 68, 0);
  text-decoration: underline;
}
.l-main--3block--content--item--btnAll {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  border: #FFF 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto;
  text-align: center;
  padding: 8px 24px;
}
.l-main--3block--content--item--btnAll:hover {
  color: rgb(204, 68, 0);
  text-decoration: underline;
}
.l-main--3block--content--item--btnAll img {
  width: 12px;
  margin-left: 16px;
}

@media screen and (max-width: 991px) {
  .l-main--3block .l-main--3block--content--item {
    width: 100%;
    margin-bottom: 4%;
  }
  .l-main--3block--content {
    gap: 0%;
  }
  .l-main--3block--content--item--ttl {
    font-size: 15px;
  }
  .l-main--3block--content--item--txt {
    /*font-size: 12px;*/
    font-size: 15px;
  }
  .l-main--3block--content--item--nbtxt {
    /*font-size: 12px;*/
    font-size: 15px;
  }
  .l-main--3block--content--item--btnAll {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    border: #FFF 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto;
    text-align: center;
    padding: 8px 24px;
  }
  .l-main--3block--content--item--btnAll:hover {
    color: rgb(204, 68, 0);
    text-decoration: underline;
  }
  .l-main--3block--content--item--btnAll img {
    width: 12px;
    margin-left: 16px;
  }
}
/*--------------------
4block
---------------------*/
.l-main--4block .l-main--4block--content--item {
  width: 24%;
  /*margin-bottom: 1.3333333333%;*/
  margin-bottom: 3%;
}
.l-main--4block--content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.3333333333%;
}
.l-main--4block--content--item {
  background-color: #fff;
  color: #000;
}
.l-main--4block--content--item--img {
  position: relative;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  height: auto;
}
.l-main--4block--content--item--img > a {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
}
.l-main--4block--content--item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-main--4block--content--item--img span {
  color: #000;
  /*font-size: 14px;*/
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
}
.l-main--4block--content--item--img span.--01 {
  color: #000;
  /*font-size: 14px;*/
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
  background: rgba(219, 180, 0, 0.7);
  border: 1px solid #ccc;
}
.l-main--4block--content--item--img span.--02 {
  color: #000;
  /*font-size: 14px;*/
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
  background: rgba(210, 202, 202, 0.7);
  border: 1px solid #ccc;
}
.l-main--4block--content--item--img span.--03 {
  color: #000;
  /*font-size: 14px;*/
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
  background: rgba(196, 112, 34, 0.7);
  border: 1px solid #ccc;
}
.l-main--4block--content--item--ttl {
  font-size: 16px;
  font-weight: 500;
  padding: 8px;
  line-height: 1.4;
  /*height: 64px;*/
  height: 58px;
}
.l-main--4block--content--item--ttl a {
  color: #049;
}
.l-main--4block--content--item--ttl a:hover {
  color: rgb(204, 68, 0);
  text-decoration: underline;
}
.l-main--4block--content--item--txt {
  border-top: 1px solid #333;
  display: block;
  /*font-size: 14px;*/
  font-size: 15px;
  padding: 8px;
  line-height: 1.4;
}
.l-main--4block--content--item--nbtxt {
  display: block;
  /*font-size: 14px;*/
  font-size: 15px;
  padding: 15px 8px 8px 8px;
}
.l-main--4block--content--item--label {
  display: block;
  font-size: 14px;
  padding: 8px;
  margin-top: 14px;
}
.l-main--4block--content--item--nbtxt--comm {
  display: block;
  /*font-size: 14px;*/
  font-size: 15px;
  padding: 8px;
  height: 90px !important;
}
.l-main--4block--content--item--btn {
  font-size: 15px;
  text-align: right;
  padding: 8px;
  display: block;
}
.l-main--4block--content--item--btn:hover {
  color: rgb(204, 68, 0);
  text-decoration: underline;
}
.l-main--4block--content--item--btnAll {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  border: #FFF 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto;
  text-align: center;
  padding: 8px 24px;
}
.l-main--4block--content--item--btnAll:hover {
  color: rgb(204, 68, 0);
  text-decoration: underline;
}
.l-main--4block--content--item--btnAll img {
  width: 12px;
  margin-left: 16px;
}
@media screen and (max-width: 991px) {
  .l-main--4block .l-main--4block--content--item {
    width: 49%;
    /*margin-bottom: 2%;*/
    margin-bottom: 5%;
  }
  .l-main--4block--content {
    gap: 2%;
  }
  .l-main--4block--content--item--ttl {
    /*font-size: 14px;*/
    font-size: 15px;
  }
  .l-main--4block--content--item--txt {
    /*font-size: 12px;*/
    font-size: 15px;
  }
  .l-main--4block--content--item--nbtxt {
    /*font-size: 12px;*/
    font-size: 15px;
    padding: 20px 8px 8px 8px;
  }
  .l-main--4block--content--item--label {
    font-size: 14px;
    margin-top: 14px;
  }
  .l-main--4block--content--item--btn {
    font-size: 14px;
    padding: 15px 8px 8px 8px;
    display: block;
  }
  .l-main--4block--content--item--btnAll {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    border: #FFF 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto;
    text-align: center;
    padding: 8px 24px;
  }
  .l-main--4block--content--item--btnAll:hover {
    color: rgb(204, 68, 0);
    text-decoration: underline;
  }
  .l-main--4block--content--item--btnAll img {
    width: 12px;
    margin-left: 16px;
  }
}
/*--------------------
5block
---------------------*/
.l-main--5block .l-main--5block--content--item {
  width: 18%;
  margin-bottom: 3%;
}
.l-main--5block--content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.46%;
}
.l-main--5block--content--item {
  background-color: #fff;
  color: #000;
}
.l-main--5block--content--item--img {
  position: relative;
  /*aspect-ratio: 4/3;*/
  display: flex;
  align-items: center;
  height: auto;
}
.l-main--5block--content--item--img > a {
  display: block;
  width: 100%;
  /*aspect-ratio: 4/3;*/
  height: auto;
}
.l-main--5block--content--item--img img {
  background-color: #dcdcdc;
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: contain;
     object-fit: contain;
}
.l-main--5block--content--item--img span {
  color: #000;
  /*font-size: 14px;*/
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
}
.l-main--5block--content--item--ttl {
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
  line-height: 1.4;
}
.l-main--5block--content--item--ttl a {
  color: #049;
}
.l-main--5block--content--item--ttl a:hover {
  /*color: rgb(204, 68, 0);*/
  color: #cc4400;
  text-decoration: underline;
}
.l-main--5block--content--item--txt {
  border-top: 1px solid #333;
  display: block;
  /*font-size: 14px;*/
  font-size: 14px;
  padding: 3px;
  /*line-height: 1.4;*/
}
.l-main--5block--content--item--nbtxt {
  display: block;
  /*font-size: 14px;*/
  font-size: 14px;
  padding: 3px;
  /*line-height: 1.4;*/
}

@media screen and (max-width: 991px) {
  .l-main--5block .l-main--5block--content--item {
    width: 49%;
    margin-bottom: 2%;
  }
  .l-main--5block--content {
    gap: 2%;
  }
  .l-main--5block--content--item--ttl {
    /*font-size: 14px;*/
    font-size: 14px;
  }
  .l-main--5block--content--item--txt {
    /*font-size: 12px;*/
    font-size: 12px;
  }
  .l-main--5block--content--item--nbtxt {
    /*font-size: 12px;*/
    font-size: 12px;
  }
}
/*--------------------
6block
---------------------*/
.l-main--6block .l-main--6block--content--item {
  width: 15.5%;
  margin-bottom: 1.3333333333%;
}
.l-main--6block--content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.3333333333%;
}
.l-main--6block--content--item {
  background-color: #fff;
  color: #000;
}
.l-main--6block--content--item--img {
  position: relative;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  height: auto;
}
.l-main--6block--content--item--img > a {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
}
.l-main--6block--content--item--img img {
  background-color: #dcdcdc;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-main--6block--content--item--img span {
  color: #000;
  /*font-size: 14px;*/
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
}
.l-main--6block--content--item--img span.--01 {
  color: #000;
  /*font-size: 14px;*/
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
  background: rgba(219, 180, 0, 0.7);
  border: 1px solid #ccc;
}
.l-main--6block--content--item--img span.--02 {
  color: #000;
  /*font-size: 14px;*/
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
  background: rgba(210, 202, 202, 0.7);
  border: 1px solid #ccc;
}
.l-main--6block--content--item--img span.--03 {
  color: #000;
  /*font-size: 14px;*/
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
  background: rgba(196, 112, 34, 0.7);
  border: 1px solid #ccc;
}
.l-main--6block--content--item--ttl {
  font-size: 16px;
  font-weight: 500;
  /*padding: 8px;*/
  padding: 3px;
  line-height: 1.4;
  height: 60px;
}
.l-main--6block--content--item--ttl a {
  color: #049;
}
.l-main--6block--content--item--ttl a:hover {
  /*color: rgb(204, 68, 0);*/
  color: #cc4400;
  text-decoration: underline;
}
.l-main--6block--content--item--txt {
  border-top: 1px solid #333;
  display: block;
  /*font-size: 14px;*/
  font-size: 15px;
  /*padding: 8px;*/
  padding: 3px;
  line-height: 1.4;
}
.l-main--6block--content--item--nbtxt {
  display: block;
  /*font-size: 14px;*/
  font-size: 15px;
  /*padding: 8px;*/
  padding: 3px;
  line-height: 1.4;
}
.l-main--6block--content--item--label {
  font-size: 14px;
  /*padding: 8px;*/
  padding: 3px;
  margin-top: 14px;
}
@media screen and (max-width: 991px) {
  .l-main--6block .l-main--6block--content--item {
    width: 49%;
    margin-bottom: 2%;
  }
  .l-main--6block--content {
    gap: 2%;
  }
  .l-main--6block--content--item--ttl {
    /*font-size: 14px;*/
    font-size: 15px;
    height: 45px;
  }
  .l-main--6block--content--item--txt {
    /*font-size: 12px;*/
    font-size: 15px;
  }
  .l-main--6block--content--item--nbtxt {
    /*font-size: 12px;*/
    font-size: 15px;
  }
  .l-main--6block--content--item--label {
    font-size: 14px;
    margin-top: 5px;
  }
}

.l-pagenav {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto;
}
.l-pagenav li a {
  font-size: 14px;
  font-weight: bold;
  background-color: #FFF;
  color: #000;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  border-radius: 5px;
}
.l-pagenav li a img {
  width: 10px;
}
.l-pagenav li.--active a {
  /*background-color: #36D;*/
  background-color: #808080;
  color: #FFF;
  /*color: #000;*/
}

.l-detail--content01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.l-detail--content01 > p {
  width: 40%;
  background-color: #eee;
}
.l-detail--content01 > p img {
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.l-detail--content01 > div {
  width: 55%;
}
.l-detail--content01 > div table {
  /*font-size: 18px;*/
  font-size: 15px;
  width: 100%;
}
.l-detail--content01 > div table td,
.l-detail--content01 > div table th {
  padding: 0.5em;
}

.l-detail--content01 .salestype {
  margin-right: auto;
  font-size: 15px;
}
.l-detail--content01 .money {
  display: inline-block;
  color: #C00;
  font-size: 15px;
  margin-left: 25px;
}
.l-detail--content01 .price {
  display: flex;
  line-height: 1.5;
}

.l-detail--content01 .performer {
  font-size: 15px;
  margin: 0px;
}

.l-detail--content01 .performer li {
  font-size: 15px;
  display: inline;
  margin: 0px 8px 0px 0px;
}

.l-detail--content01 strong {
  display: inline-block;
  margin: 0px;
  font-weight: normal;
}

.l-detail--content02 {
  /*margin: 50px 0;*/
  /*margin: 30px 0;*/
  margin: 10px 0px 30px 0px;
  font-size: 15px;
  line-height: 1.66;
}

.l-detail--content02 > div table {
  /*font-size: 18px;*/
  font-size: 15px;
  width: 100%;
}
.l-detail--content02 > div table th {
  padding-top: 5px;
  font-size: 15px;
  width: 150px;
}

.l-detail--content03 {
  /*margin: 50px 0;*/
  margin: 10px 0px 30px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-detail--content03 p {
  width: 40%;
  margin: 0 2% 4%;
  background-color: #eee;
}
.l-detail--content03 p img {
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.l-detail--content04 {
  width: 40%;
  margin: 50px auto;
}
.l-detail--content04--img {
  background-color: #eee;
}
.l-detail--content04--img img {
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.l-detail--content04 p {
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
}
.l-detail--content04 p a:hover {
  color: rgb(204, 68, 0);
  text-decoration: underline;
}

@media screen and (max-width: 559px) {
  .l-detail--content01 {
    display: block;
    margin-bottom: 50px;
  }
  .l-detail--content01 > p {
    width: 100%;
    margin-bottom: 5%;
  }
  .l-detail--content01 > div {
    width: 100%;
  }
  .l-detail--content01 > div table {
    font-size: 15px;
  }
  .l-detail--content02 {
    margin: 0;
    /*font-size: 14px;*/
    font-size: 15px;
  }
  .l-detail--content03 {
    margin: 30px 0 0;
    display: block;
  }
  .l-detail--content03 p {
    width: 100%;
    margin: 0;
    margin-bottom: 2%;
  }
  .l-detail--content04 {
    width: 100%;
    margin: 0px auto 30px;
  }
  .l-detail--content04 p {
    font-size: 14px;
  }
}
.c-ttl01 {
  /*color: #fff;*/
  color: #000;
  border-top: 1px solid #ccc;
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.c-ttl01-nb {
  /*color: #fff;*/
  color: #000;
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}

.c-ttl02 {
  color: #000;
  border: 1px solid #ccc;
  background: linear-gradient(#F6F6F6, #EEE);
  padding: 10px 0;
  font-weight: bold;
  /*font-size: 16px;*/
  font-size: 20px;
}

.c-ttl03 {
  position: relative;
  /*padding: 0px 20px;*/
  /*padding: 0px 5px;*/
  font-weight: bold;
  /*font-size: 16px;*/
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.4;
}
.c-ttl03::before {
  background-color: #fff;
  /*width: 5px;*/
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .c-ttl01 {
    /*color: #fff;*/
    color: #000;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    font-weight: bold;
    font-size: 16px;
  }
  
  .c-ttl01-nb {
    /*color: #fff;*/
    color: #000;
    padding: 20px 0;
    font-weight: bold;
    font-size: 16px;
  }
  
  .c-ttl02 {
    color: #000;
    border: 1px solid #ccc;
    background: linear-gradient(#F6F6F6, #EEE);
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
  }

  .c-ttl03 {
    position: relative;
    /*padding: 0px 20px;*/
    /*padding: 0px 5px;*/
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .c-ttl03::before {
    background-color: #fff;
    /*width: 5px;*/
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
}

.l-detail--content02Wrap span {
  display: none;
}
.l-detail--content02Wrap span.--active {
  display: none;
}

@media screen and (max-width: 991px) {
  .l-detail--content02Wrap {
    position: relative;
    max-height: 200px;
    background: linear-gradient(transparent 40%, rgba(255, 255, 255, 0.9) 80%);
    overflow: hidden;
  }
  .l-detail--content02Wrap span {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    font-weight: bold;
    font-size: 14px;
    color: #333;
    display: none;
  }
  .l-detail--content02Wrap span.--active {
    display: block;
  }
  .l-detail--content02Wrap span.--active.close {
    /*color: #fff;*/
    color: #000;
  }
  .l-detail--content02Wrap.--active {
    max-height: none;
    background: none;
  }
  .l-detail--content02Wrap.--active span {
    position: static;
    cursor: pointer;
    font-size: 14px;
    display: none;
    padding: 24px 0;
    text-align: center;
    background: linear-gradient(transparent, #fff);
    transform: translateX(0%) translateY(0px);
    width: 100%;
  }
  .l-detail--content02Wrap.--active span.--active {
    display: block;
  }
}
.--link {
  text-decoration: underline;
  /*color: #4682B4;*/
  color: #ff8c00;
}
.--link:hover {
  /*color: rgb(204, 68, 0);*/
  color: #cc4400;
  text-decoration: underline;
}

/*タブ実装*/
.tab_box .btn_area {
  display: flex;
  justify-content: space-between;
}

.tab_box .tab_btn {
  width: 49%;
  font-size: 14px;
  padding: 8px 0;
  color: #333;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  display: block;
}

.tab_box .tab_btn + .tab_btn {
  margin-left: 8px;
}

.tab_box .tab_btn:hover {
  background-color: #dce1e4;
}

.tab_box .tab_btn.active {
  background: #07539f;
  /*color: #fff;*/
  color: #000;
}

.tab_box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 20px 20px 0;
  margin-bottom: 20px;
}

.tab_box .tab_panel {
  display: none;
}

.tab_box .tab_panel.active {
  display: block;
}

.toggle_title {
  display: block;
  position: relative;
}
.toggle_title::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 55%;
  right: 0px;
  transform: translateY(-50%);
  background-image: url(assets/img/arrow2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}
.toggle_title.selected::before {
  transform: translateY(-50%) rotate(180deg);
}

.l-sp-tab {
  padding: 0 20px;
  margin: 0 auto;
}

/* ================================================
	評価
================================================ */
.star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  /*font-size: 30px;*/
}
.star5_rating:before, .star5_rating:after{
  content: '★★★★★';
}
.star5_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
}
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/*=============================
.btn
=============================*/
.btn_buy {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 280px !important;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  background: linear-gradient( 135deg, #FD6E6A 10%, #FFC600 100%);
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  transition: 0.5s;
}
.btn_buy:hover {
  color: #fff;
  opacity: 0.5;
}

.btn_sample {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 280px !important;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #27acd9;
  color: #27acd9;
  border-radius: 100vh;
  transition: 0.5s;
}
.btn_sample:hover {
  color: #fff;
  background: #27acd9;
}

/*=============================
.search_container
=============================*/
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  height: 3.0em;
  width: 220px;
  overflow: hidden;
  margin-top: 10px;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -3px;
  outline : none;
}

/*=============================
.notice
=============================*/
.l-detail--content02 .notice .notice {
  display: flex;
  margin-bottom: 19px;
}

.l-detail--content02 .notice .notice_h{
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dc143c;
  color: #fff;
  border-radius: 5px;
}

.l-detail--content02 .notice_list_wrap .notice_list{
  display: flex;
  /*overflow: hidden;*/
}

.l-detail--content02 .notice_list_wrap .notice_list a{
  text-decoration: underline;
}

.l-detail--content02 .notice_list_wrap .notice_list:nth-child(n+2){
  /*margin-top: 5px;*/
}

.l-detail--content02 .notice_list_wrap .notice_list p{
  font-size: 16px;
  font-weight: 400;
  color: #949494;
  text-shadow: 1px 2px 0 #FFF;
}

@media (max-width: 991px) {
  .l-detail--content02 .notice_list_wrap .notice_list p{
    font-size: 15px;
    font-weight: 400;
    color: #949494;
    text-shadow: 1px 2px 0 #FFF;
  }
}

.l-detail--content02 .notice_list_wrap .notice_list p:first-child{
  white-space: nowrap;
  line-height: 1.7;
  margin-left: 17px;
  margin-right: 12px;
}

.l-detail--content02 .notice_list_wrap .notice_list p:nth-child(2){
  /*margin-top: 5px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

/*=============================
.breadcrumb
=============================*/
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
/*
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #C0C0C0;
}
.breadcrumb li:last-child:after {
  content: '';
}
*/
.breadcrumb li a {
  text-decoration: none;
  color: #C0C0C0;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 991px) {
  .l-tag-toppage {
    background: linear-gradient(#F6F6F6, #EEE);
  }
  .l-tag-toppage-bar {
    position: relative;
    z-index: 10;
    width: 40px;
    padding-left: 10px;
  }
  .l-tag-toppage-bar img {
    width: 30px;
  }
  .l-tag-toppage > div {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-tag-toppage > div .l-header__tag {
    width: calc(100% - 50px);
    padding: 0px;
    border-bottom: none;
  }
  .l-tag-toppage .l-header__tag-ttl {
    padding: 10px 10px 0;
  }
  .l-siderbar-close {
    width: 40px;
    margin: 0 0 16px auto;
  }
  .l-siderbar-close img {
    width: 100%;
  }
}
.por {
  position: relative;
}

.l-main--slider--caution {
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0 0 auto;
  font-size: 15px;
  display: flex;
  align-items: baseline;
}
.l-main--slider--caution img {
  max-width: 100px;
  width: 100%;
  margin-left: 8px;
}

.l-layout02 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px;
}
.l-layout02 .l-main {
  width: calc(100% - 280px);
  margin: 0 auto;
}
.l-layout02 .l-sidebar {
  border-right: 0;
  padding-right: 0;
}

.l-layout01 {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px;
}
.l-layout01 .l-main {
  margin: 0 auto;
  width: calc(100% - 280px);
}

@media screen and (max-width: 991px) {
  .l-layout01,
  .l-layout02 {
    margin: 0 auto;
  }
  .l-layout01 .l-main,
  .l-layout02 .l-main {
    width: 100%;
  }
  .l-sidebar {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    padding-right: 0;
  }
  .l-layout01 {
    flex-direction: column;
  }
  .l-layout01 .l-sidebar {
    display: none;
  }
  .l-layout02 {
    flex-direction: column-reverse;
  }
}
/*detail.htmlのテーブルの項目名と内容の幅変更*/
.l-detail--content01 > div table th {
  width: 30%;
}

.l-detail--content01 > div table td {
  width: 70%;
}

/*タブレット時の画面幅変更css*/
@media screen and (max-width: 991px) {
  .l-layout01,
  .l-layout02,
  .l-sp-tab,
  .l-footer > div {
    width: 80%;
  }
}
/*タブレット時の画面幅変更css ここまで*/
/*スマホ時の画面幅100%*/
@media screen and (max-width: 559px) {
  .l-layout01,
  .l-layout02,
  .l-sp-tab,
  .l-footer > div {
    width: 100%;
  }
}

/*-----------------------------
汎用
------------------------------*/
.mb1em {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb200 {
  margin-bottom: 200px;
}

.bold {
  font-weight: bold !important;
}
.por {
  position: relative;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

.lsp1 {
  letter-spacing: .1em;
}

.lsp0 {
  letter-spacing: 0;
}

.lh1 {
  line-height: 1.5;
}

.txt14 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .1em;
}

.txt15 {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .1em;
}

.txt16 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .1em;
}

.txt18 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.88;
}

.txt20 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.txt25 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
}

.txt30 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
}

.right {
  text-align: right;
}

.txt35 {
  font-size: 35px;
  line-height: 1.33;
}

.txt60 {
  font-size: 60px;
  line-height: 1.33;
}

@media only screen and (max-width: 559px) {
  .txt15 {
    font-size: 14px;
  }
  .txt16 {
    font-weight: normal;
    font-size: 15px;
  }
  .txt18 {
    font-weight: normal;
    font-size: 15px;
  }
  .txt20 {
    font-size: 16px;
  }
  .txt25 {
    font-size: 16.5px;
    font-size: 4.4vw;
  }
  .txt30 {
    font-size: 17.5px;
    font-size: 4.66667vw;
    letter-spacing: -0.05;
  }
  .txt35 {
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .txt60 {
    font-size: 23.5px;
    font-size: 6.26667vw;
  }
}

/*文字色*/
.txt_black {
  color: #000000 !important;
}

.txt_dimgray {
  color: #696969 !important;
}

.txt_gray {
  color: #808080 !important;
}

.txt_silver {
  color: #C0C0C0 !important;
}

.txt_white {
  color: #ffffff !important;
}

.txt_red {
  color: #A12621 !important;
}

.txt_yellow {
  color: #FFFF00 !important;
}

.txt_lime {
  color: #00FF00 !important;
}

.txt_aqua {
  color: #00FFFF !important;
}

.txt_blue {
  color: #0000FF !important;
}

.txt_fuchsia {
  color: #FF00FF !important;
}

.txt_marron {
  color: #800000 !important;
}

.txt_olive {
  color: #808000 !important;
}

.txt_green {
  color: #008000 !important;
}

.txt_teal {
  color: #008080 !important;
}

.txt_navy {
  color: #000080 !important;
}

.txt_purple {
  color: #800080 !important;
}

.txt_pink {
  color: #C85A7B !important;
}

.txt_eef {
  color: #eef !important;
}

.txt_eef_dark {
  color: #BEBECC !important;
}

.txt_eef_dimgray {
  color: #696969 !important;
}