@charset "utf-8";

/* CSS Document */

/*
  font-family: 'Roboto', sans-serif;
  font-family: 'Outfit', sans-serif;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
*/


/***********
pageHeading
************/

.pageHeading{
  height: 350px;
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-image: url(../../img/pagevisual01.jpg);
  position: relative;
}
.pageHeading::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.pageHeading-block {
  position: relative;
  z-index: 9;
}
.pageHeading-title {
  font-weight: 600;
  font-size: 250%;
}

@media screen and (max-width:834px) {

  .pageHeading{
    height: 40vmin;
    min-height: 180px;
    max-height: 250px;
    padding-top: 60px;
  }
  .pageHeading-title {
    font-size: 185%;
  }
}

/***********
breadcrumb
************/

.breadcrumb{
  font-feature-settings: "palt";
  padding-top: 12px;
  font-size: 93%;
  position: absolute;
  left: 0;
  width: 100%;
  tab-size: 0;
  z-index: 9;
}
.breadcrumb-lists{
  display: flex;
  padding-left: 30px;
}
.breadcrumb-lists li:last-child{
  max-width: 15em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}
.breadcrumb-lists li i{
  margin-right: 0.3em;
  color: #000;
  opacity: 0.7;
}
.breadcrumb-lists li:not(:last-child)::after{
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-2px);
  margin: 0 10px 0 6px;
}
.breadcrumb-lists li a{
  color: #000;
  text-decoration: none;
}
.breadcrumb-lists li a:hover{
  text-decoration: underline;
}


@media screen and (max-width:834px) {

  .breadcrumb{
    padding: 10px 0 5px 0;
    font-size: 77%;
    overflow: auto;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
  }

  .breadcrumb-lists{
    display: flex;
    white-space: nowrap;
    padding-left: 5%;
  }
  .breadcrumb-lists li:last-child{
    padding-right: 20px;
  }
  .breadcrumb-lists li i{
    margin-right: 0.2em;
  }
  .breadcrumb-lists li:not(:last-child)::after{
    margin: 0 6px 0 2px;
  }

}



/***********
card
************/

.card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -30px;
}
.card li {
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 50px;
}
.card a {
  display: block;
  color: #000;
  text-decoration: none;
}
.card-img {
}
.card img {
}
.card-inner {
  padding-top: 20px;
}
.card-data {
  display: flex;
  align-items: flex-start;
}
.card-data-time {
  display: inline-block;
  width: auto;
  line-height: 1.8;
  white-space: nowrap;
  font-size: 93%;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  opacity: 0.7;
  padding-right: 0.5em;
}
.card-data-cat {
  display: inline-block;
  padding: 0.2em 0.5em;
  line-height: 1.2;
  background-color: #000;
  color: #fff;
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}
.card-title {
  font-size: 116%;
  line-height: 1.4;
  padding-top: 0.8em;
}
body.is-pc .card-title:hover {
  text-decoration: underline;
}

@media screen and (max-width:834px) {

  .card li {
    width: 48%;
    margin-left: 2%;
  }
}

@media screen and (max-width:520px) {

  .card {
    display: block;
    margin-left: 0;
    margin-top: -20px;
    margin-bottom: 0;
  }
  .card li {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
  }
  .card li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .card a {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }
  .card-img {
    width: 32%;
  }
  .card-img img {
    width: 100%;
    height: 27vmin;
    object-fit: cover;
  }
  .card-inner {
    flex: 1;
    padding: 0 0 0 15px;
  }
  .card-data {
    display: block;
  }
  .card-data-time {
    line-height: 1.8;
    font-size: 77%;
  }
  .card-data-cat {
    padding: 0.2em 0.5em;
    font-size: 77%;
  }
  .card-title {
    font-size: 100%;
    padding-top: 0.5em;
  }
  body.is-pc .card-title:hover {
    text-decoration: underline;
  }


}

/***********
cat
************/

.cat{
  padding: 20px 40px;
  margin-bottom: 50px;
  background-color: #eee;
  white-space: nowrap;
}
.cat-list {
  display: flex;
  flex-wrap: wrap;
}
.cat-list.is-center {
  justify-content: center;
}
.cat-list li {
  margin: 0 5px 5px 0;
}
.cat-list a {
  display: inline-block;
  padding: 0.6em 1.5em;
  background-color: #fff;
  border-radius: 100vw;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-size: 108%;
  font-weight: 600;
  font-feature-settings: "pkna";
}

body.is-pc .cat-list a:hover,
.cat-list .current-cat a {
  color: #000;
  background-color: #fff;
}

@media screen and (max-width:834px) {

  .cat{
    padding: 10px 0;
    margin: 0 -7% 40px -7%;
    overflow: auto;
  }
  .cat-list {
    display: flex;
    flex-wrap:nowrap ;
  }
  .cat-list.is-center {
    justify-content: flex-start;
  }
  .cat-list li {
    margin: 0 2px 0 0;
  }
  .cat-list li:first-child {
    margin-left: 6vw;
  }
  .cat-list a {
    font-feature-settings: "palt";
    padding: 0.6em 0.8em;
    min-width: 4em;
    font-size: 1rem;
  }

  .cat-list.is-noBreak {
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
  }
  .cat-list.is-noBreak li:first-child {
    margin-left: 0;
  }
  .cat-list.is-noBreak li {
    margin: 0 2px 2px 0;
    flex-grow: 0.25;
  }
  .cat-list.is-noBreak li a {
    display: block;
    text-align: center;
  }

}

/***********
pageLink
************/

.pageLink{
  margin-bottom: 50px;
  white-space: nowrap;
}
.pageLink-list {
  display: flex;
  flex-wrap: wrap;
}
.pageLink-list.is-center {
  justify-content: center;
}
.pageLink-list li {
  margin: 0 5px 5px 0;
}
.pageLink-list a {
  display: inline-block;
  padding: 1em 2em;
  min-width: 12em;
  background-color: #fff;
  border: 2px solid #fb7d18;
  color: #fb7d18;
  text-decoration: none;
  text-align: center;
  font-size: 124%;
  font-weight: 600;
  font-feature-settings: "pkna";
  position: relative;
}
.pageLink-list a::after {
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  content: "\f078";
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

body.is-pc .pageLink-list a:hover,
.pageLink-list .current-cat a {
  color: #fff;
  background-color: #fb7d18;
}

@media screen and (max-width:834px) {

  .pageLink{
    padding:  0;
    margin: 0 -7% 30px -7%;
    overflow: auto;
  }
  .pageLink-list {
    display: flex;
    flex-wrap:nowrap ;
    }
  .pageLink-list.is-center {
    justify-content: flex-start;
  }
  .pageLink-list li {
    margin: 0 2px 0 0;
  }
  .pageLink-list li:first-child {
    margin-left: 6vw;
  }
  .pageLink-list a {
    min-width: initial;
    font-feature-settings: "palt";
    padding: 0.6em 1.5em 0.6em 1em;
    font-size: 1rem;
  }
  .pageLink-list a::after {
    font-size: 10px;
    right: 5px;
  }


}

/***********
article
************/

.article-heading {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #000;
}

.article-heading {
}
.article-heading-data {
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
}
.article-heading-time {
  display: inline-block;
  font-size: 124%;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  opacity: 0.7;
  color: #000;
  position: relative;
  opacity: 0.6;
  padding-right: 1em;
  line-height: 1.5;
}
.article-heading-cat {
  font-size: 108%;
  font-weight: 600;
  font-feature-settings: "palt";
  padding: 0.2em 1.5em;
  background-color: #000;
  color: #fff;
  line-height: 1.3;
}

.article-heading-title {
  font-size: 200%;
  line-height: 1.4;
}

@media screen and (max-width:834px) {

  .article-heading {
    padding-top: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .article-heading-data {
    padding-bottom: 15px;
  }
  .article-heading-time {
    font-size: 93%;
  }
  .article-heading-cat {
    font-size: 85%;
    padding: 0.2em 0.8em;
  }
  .article-heading-time::before {
    width: 8px;
    height: 3px;
    top: 0.65em;
  }
  .article-heading-title {
    font-size: 131%;
  }

}

/***********
aboutList
************/

.aboutSection:not(:last-child) {
  padding-bottom: 20px;
}

/***********
aboutList
************/

.aboutList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  padding-top: 10px;
}
.aboutList li {
  width: 48%;
  margin-left: 2%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.aboutList li::after {
  content: "";
  display: table;
  clear: both;
}
.aboutList-img {
  width: 30%;
  position: relative;
}
.aboutList-img img {
  border: 1px solid #ccc;
}
.aboutList-badge{
  background-color: #0d3d74;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 3px;
  position: absolute;
  right:-3px;
  top: -3px;
  z-index: 9;
}
.aboutList-inner {
  flex: 1;
  padding-left: 25px;
}
.aboutList-title {
  font-size: 139%;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding-bottom: 0.8em;
}
.aboutList-post {
  line-height: 1.6;
}
.aboutList-subTitle {
  padding-top: 0.5em;
  font-size: 85%;
  font-weight: 600;
  color: #e00;
}
.aboutList-caution {
  font-size: 85%;
  color: #e00;
  padding-top: 0.3em;
}

@media screen and (max-width:1024px) {

  .aboutList {
    display: block;
    margin-left: 0;
    padding-top: 0;
  }
  .aboutList li {
    width: auto;
    margin-left: 0;
    display: flex;
    padding: 10px 0;
  }
  .aboutList-img {
    width: 32%;
  }
  .aboutList-img img {
  }
  .aboutList-badge{
    font-size: 85%;
  }
  .aboutList-inner {
    padding-left: 3%;
  }
  .aboutList-title {
    font-size: 131%;
    padding-bottom: 0.5em;
  }
  .aboutList-post {
    font-size: 108%;
  }
  .aboutList-subTitle {
    padding-top: 0.5em;
    font-size: 85%;
    font-weight: 600;
    color: #e00;
  }
  .aboutList-caution {
    font-size: 100%;
    padding-top: 10px;
  }

}

@media screen and (max-width:520px) {

  .aboutList {
    padding-top: 0;
  }
  .aboutList li {
    width: auto;
    margin-left: 0;
    display: block;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .aboutList-img {
    width: 35%;
    text-align: center;
    float: right;
    padding: 0 0 10p 12px;
  }
  .aboutList-img img {
    border: 1px solid #ccc;
  }
  .aboutList-badge{
    font-size: 13px;
    padding: 0.3em 1em;
  }
  .aboutList-inner {
    flex: 1;
    padding-top: 0;
    padding-left: 0;
  }
  .aboutList-title {
    font-size: 116%;
  }
  .aboutList-post {
    line-height: 1.6;
    font-size: 100%;
  }
  .aboutList-subTitle {
    padding-top: 0.5em;
    font-size: 85%;
    font-weight: 600;
    color: #e00;
  }
  .aboutList-caution {
    font-size: 85%;
    color: #e00;
  }


}

/***********
aboutPost
************/

.aboutPost {
  font-size: 116%;
  line-height: 1.8;
}

@media screen and (max-width:834px) {

  .aboutPost {
    font-size: 100%;
    line-height: 1.8;
  }
}


/***********
productList
************/

.productList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -40px;
}
.productList li {
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 40px;
}

.productList li.is-empty {
  border: none;
  padding: 20px 0;
  font-size: 13px;
  text-align: center;
  width: 98%;
}

.productList li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.productList-img{
  border: 1px solid #aaa;
}
.productList-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}
.productList-inner{
  padding-top: 0.8em;
}
.productList-title{
  font-size: clamp(17px,1.6vw, 20px);
}
body.is-pc .productList-title:hover{
  text-decoration: underline;
}
.productList-price {
  font-size: clamp(13px,1.2vw, 15px);
}

@media screen and (max-width:1024px) {

  .productList li {
    width: 31.3%;
  }

}
@media screen and (max-width:834px) {

  .productList {
    margin-left: -2%;
    margin-bottom: -30px;
  }
  .productList li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 30px;
  }
  .productList li a {
  }
  .productList-img{
  }
  .productList-img img{
  }
  .productList-inner{
    padding-top: 0.8em;
  }
  .productList-title{
    line-height: 1.3;
    font-size: 100%;
  }
  .productList-price {
    font-size: 77%;
  }

}

/***********
product
************/

.product {
}
.product-container {
  display: flex;
  justify-content: space-between;
}
.product-visual {
  width: 48%;
}

.product-inner {
  width: 48%;
}
.product-heading {
  padding: 0.5em 0 0.5em 1.5em;
  margin-bottom: 2em;
  border-left: 4px solid #fb7d18;
}
.product-heading-title {
  font-size: clamp(24px,2.2vw, 26px);
}
.product-heading-subTitle {
  font-size: clamp(14px,1.4vw, 18px);
}
.product-lead {
  font-weight: 600;
  font-size: clamp(18px,1.8vw, 22px);
  padding-bottom: 0.8em;
  color: #fb7d18;
}



.product-heading-tags {
  padding-top: 0.5em;
}
.product-heading-tags span {
  display: inline-block;
  background-color: #eee;
  padding: 0.25em 0.8em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 100vw;
  font-size: 93%;
  font-feature-settings: "palt";
  min-width: 5em;
  text-align: center;
  margin: 0 2px 2px 0;
}
.product-summary {
  font-size: 116%;
  line-height: 1.8;
}
.product-signup {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 5%;
  background-color: #fbe7b8;
}
.product-signup-text {
  font-size: 116%;
  font-weight: 600;
  padding: 10px 0;
  padding-right: 1.5em;
  white-space: nowrap;
}
.product-signup-link {
  flex: 1;
}
.product-signup-btn {
  display: block;
  padding: 0.8em 2em;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  background: url(../../img/icon/user_wt.png) no-repeat 10px center / 26px auto;
  background-color: #000;
  color: #fff;
  font-size: 124%;
  font-weight: 600;
  border-radius: 6px;
}
body.is-pc .product-signup-btn:hover {
  background-color: #fb7d18;
}
.product-box {
  margin-top: 30px;
}
.product-title {
  background-color: #333;
  color: #fff;
  padding: 0.6em 1em;
  font-size: 139%;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 1em;
}

.product-price {
  border: 1px solid #ccc;
  font-size: clamp(14px,1.4vw, 17px);
}
.product-price th,
.product-price td{
  border: 1px solid #ccc;
  padding: 1em 0.5em;
}
.product-price thead th {
  background-color: #eee;
  font-weight: normal;
}
.product-price thead td {
  background-color: #fbe7b8;
  text-align: center;
  vertical-align: middle;
}
.product-price tbody th {
  background-color: #eee;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.product-price tbody td {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.product-desc {
  background-color: #fff5e2;
  padding: min(6vw,25px)  min(4vw,20px);
  margin-top: 2em;
}

.product-section {
  padding-top: 80px;
}

.product-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1%;
}
.product-links-item {
  width: 49.5%;
}
.product-links-item a{
  display: inline-block;
  width: 100%;
  font-size: clamp(13px,1vw, 15px);
  padding: 1.2em 2em 1.2em 2em;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: 'Outfit','Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-feature-settings: "palt";
  background-color: #fb9818;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}
.product-links-item a::after {
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  content: "\f063";
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
}
body.is-pc .product-links-item a:hover {
  background-color: #fba918;
}

@media screen and (max-width:834px) {

  .product {
  }
  .product-container {
    display: block;
  }
  .product-visual {
    width: auto;
  }

  .product-inner {
    width: auto;
    padding-top: 25px;
  }
  .product-heading {
    padding-left: 0.8em;
  }
  .product-heading-title {
    font-size: 131%;
  }
  .product-heading-tags {
    padding-top: 0.5em;
  }
  .product-heading-tags span {
    padding: 0.25em 0.5em;
    font-size: 77%;
    min-width: 4em;
    margin: 0 2px 2px 0;
  }
  .product-summary {
    font-size: 100%;
    line-height: 1.7;
  }
  .product-signup {
    margin-top: 20px;
    display: block;
    padding: 10px 3% 20px;
  }
  .product-signup-text {
    font-size: 100%;
    padding: 10px 10px;
    text-align: center;
    white-space: normal;
  }
  .product-signup-link {
    flex: 1;
  }
  .product-signup-btn {
    display: block;
    max-width: 15em;
    margin: 0 auto;
    font-size: 116%;
  }
  .product-box {
    margin-top: 30px;
  }

  .product-title {
    color: #fff;
    font-size: 116%;
  }

  .product-price {
  }
  .product-price th,
  .product-price td{
    font-size: 85%;
  }

  .product-section {
    padding-top: 20px;
  }

}

/***********
thumbSlider
************/

.thumbSlider{
}
.thumbSlider-main {
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.thumbSlider-box {
  width: 100%;
/*  height: 500px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
.thumbSlider-box img {
/*
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
*/
}
.thumbSlider-box img.thumbSlider-noimg {
/*
  width: 100%;
  height: 100%;
  object-fit: cover;
*/
}

.thumbSlider-box figcaption {
  background-color: #000;
  padding: 30px 20px 12px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  text-align: left;
  font-size: 85%;
  font-feature-settings: "palt";
  line-height: 1.4;
}

.thumbSlider-thumb{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
}
.thumbSlider-thumb li{
  width: 12.5%;
  padding-left: 5px;
  padding-bottom: 5px;
}
.thumbSlider-thumb li{
}
.thumbSlider-thumb li img{
  opacity: 0.5;
  width: 100%;
  height: 65px;
  object-fit: cover;
  border: 1px solid #ccc;
  transition:all 0.2s ease;
  cursor: pointer;
}
.thumbSlider-thumb li img:hover{
  opacity: 0.8;
}

.thumbSlider-thumb li.thumbItem-current img {
  opacity: 1;
  box-shadow: 0 0 0 1px #fb7d18;
  border-color: #fb7d18;
}

.thumbSlider .slick-slide li {
  vertical-align: bottom;
}

@media screen and (max-width:1280px) {

  .thumbSlider-box {
    height: 40vw;
  }

  .thumbSlider-thumb li img{
    height: 5.2vw;
  }

}

@media screen and (max-width:834px) {

  .thumbSlider-thumb li img{
    height: 10vw;
  }

  .thumbSlider-main {
    margin-bottom: 3px;
  }
  .thumbSlider-box {
    height: auto;
/*    height: 70vw;*/
  }
  .thumbSlider-box img {
  }
  .thumbSlider-box figcaption {
    padding: 20px 10px 6px;
    font-size: 77%;
  }
  .thumbSlider-control {
    overflow: auto;
  }

  .thumbSlider-thumb{
    margin-left: -3px;
    flex-wrap: nowrap;
  }
  .thumbSlider-thumb li{
    width: auto;
    padding-left: 3px;
    padding-bottom: 3px;
  }
  .thumbSlider-thumb li{
  }
  .thumbSlider-thumb li img{
    width: 10vw;
    max-width: 10vw;
    height: 10vw;
  }

}


/***********
pagination
************/

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.pagination:empty {
  display: none;
}

.pagination span,
.pagination a {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 131%;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  margin: 0 2px;
}
.pagination span.dots{
  border-color: transparent;
}
.pagination span:not(.dots),
body.is-pc .pagination a:hover {
  background-color: #fb7d18;
  color: #fff;
}

@media screen and (max-width:834px) {

  .pagination span,
  .pagination a {
    font-size: 100%;
  }

}


/***********
paging
************/

.paging {
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
  text-align: center;
}
.paging-next {
  position: absolute;
  right: 0;
  top: 60px;
  background-color: #000;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%,80% 100%, 0 100%);
}
.paging-next a {
  display: inline-block;
  padding: 1em 3em 1em 2em;
  margin-right: 1px;
  background-color: #fff;
  border: 1px solid #333;
  color: #000;
  text-decoration: none;
  font-size: 116%;
  line-height: 1;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%,80% 100%, 0 100%);
}
.paging-back {
}
.paging-back a {
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid #333;
  color: #000;
  text-decoration: none;
  font-size: 116%;
  line-height: 1;
}
.paging-prev {
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #000;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 20% 100%, 0 50%);
}
.paging-prev a {
  display: inline-block;
  padding: 1em 2em 1em 3em;
  margin-left: 1px;
  background-color: #fff;
  border: 1px solid #333;
  color: #000;
  text-decoration: none;
  font-size: 116%;
  line-height: 1;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 20% 100%, 0 50%);
}
body.is-pc .paging a:hover{
  background-color: #fb7d18;
}

@media screen and (max-width:834px) {

  .paging {
    margin-top: 30px;
    padding-top: 30px;
  }
  .paging-next {
    top: 30px;
  }
  .paging-next a {
    padding: 1em 2em 1em 1em;
    font-size: 85%;
  }
  .paging-back {
  }
  .paging-back a {
    padding: 1em 1em;
    font-size: 85%;
  }
  .paging-prev {
    top: 30px;
  }
  .paging-prev a {
    padding: 1em 1em 1em 2em;
    font-size: 85%;
  }
}


/***********
separateHeading
************/

.separateHeading{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.separateHeading-title{
  white-space: nowrap;
  margin-right: 2em;
}
.separateHeading-text{
  margin-bottom: 1.5em;
  font-size: 116%;
  line-height: 1.8;
}

@media screen and (max-width:834px) {

  .separateHeading{
    display: block;
  }
  .separateHeading-title{
    margin-right: 0;
  }
  .separateHeading-text{
    margin-bottom: 1.5em;
    font-size: 100%;
    line-height: 1.7;
  }

}


/***********
customList
************/

.customList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -30px;
}
.customList li {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 30px;
}
.customList a {
  display: block;
  color: #000;
  text-decoration: none;
}
.customList-img {
}
.customList img {
  border: 1px solid #ccc;
}
.customList-title {
  padding-top: 0.8em;
  line-height: 1.4;
  font-weight: 600;

  text-align: center;
}
a .customList-title {
  text-decoration: underline;
}
body.is-pc a .customList-title:hover {
  text-decoration: none;
}


@media screen and (max-width:1024px) {
  .customList li {
    width: 31.3%;
  }
}

@media screen and (max-width:520px) {

  .customList {
    margin-bottom: -20px;
  }
  .customList li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .customList a {
  }
  .customList-img {
  }
  .customList-title {
    padding-top: 0.5em;
    font-size: 93%;
  }

}



/***********
optionList
************/

.optionList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -30px;
}
.optionList li {
  position: relative;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 30px;
}
.optionList a {
  display: block;
  color: #000;
  text-decoration: none;
}
.optionList-block {
  display: flex;
  justify-content: space-between;
}
.optionList-img {
  width: 42%;
}
.optionList-img img {
  border: 1px solid #ccc;
}
.optionList-inner {
  width: 54%;
}
.optionList-badge {
  display: inline-block;
  padding: 0.5em 0.5em;
  font-size: 100%;
  font-weight: 600;

  background-color: #000;
  color: #fff;
  position: absolute;
  left: -5px;
  top: -5px;
  border-radius: 3px;
  pointer-events: none;
}
.optionList-badge.is-orange {
  background-color: #fb7d18;
}
.optionList-badge.is-blue {
  background-color: #105c88;
}
.optionList-title {
  font-size: 116%;
  line-height: 1.4;
  padding-bottom: 0.5em;
}
a .optionList-title {
  text-decoration: underline;
}
body.is-pc a .optionList-title:hover {
  text-decoration: none;
}
.optionList-text {
}


/*
@media screen and (max-width:1024px) {
  .optionList li {
    width: 48%;
  }
}
*/

@media screen and (max-width:834px) {

  .optionList {
    display: block;
    margin-left: 0;
    margin-bottom: -20px;
  }
  .optionList li {
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .optionList a {
  }
  .optionList-block {
  }
  .optionList-img {
    width: 35%;
  }
  .optionList-img img {
  }
  .optionList-inner {
    width: 62%;
  }
  .optionList-badge {
    font-size: 93%;
  }
  .optionList-title {
    font-size: 100%;
  }
  .optionList-text {
    font-size: 85%;
  }

}

/***********
faq
************/

.faq {
  border-bottom: 1px solid #ccc
}
.faq-title {
  font-size: 124%;
  position: relative;
  margin-top: 1rem;
  padding: 0.2rem 0 1rem 3rem;
  line-height: 1.4;
  cursor: pointer;
}
body.is-pc .faq-title:hover,
.faq-title.is-active {
}
body.is-pc .faq-title:not(.is-active):hover{
  text-decoration: underline;
}

.faq-title::before {
  content: "Q";
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.4;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 1.24rem;
  color: #fff;
  background-color: #fb7d18;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-box {
  display: none;
}
.faq-answer {
  position: relative;
  padding: 0rem 0 2.5rem 3rem;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.faq-answer::before {
  content: "A";
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.4;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 1.24rem;
  color: #fff;
  background-color: #105c88;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-post {
  font-size: 108%;
  line-height: 1.8;
}

@media screen and (max-width:834px) {

  .faq-title {
    font-size: 100%;
    padding: 0.1rem 0 1rem 2.2rem;
  }

  .faq-title::before {
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3;
    font-size: 1.16rem;
  }
  .faq-box {
    display: none;
  }
  .faq-answer {
    padding: 0rem 0 2.5rem 2.2rem;
  }
  .faq-answer::before {
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3;
    font-size: 1.16rem;
  }
  .faq-post {
    font-size: 93%;
    line-height: 1.7;
  }

}

/***********
inquiryNavi
************/

.inquiryNavi{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -5px;
}
.inquiryNavi li {
  width: 33.3%;
  padding: 0 0 5px 5px;
}
.inquiryNavi li a {
  display: block;
  background-color: #fbe7b8;
  color: #000;
  padding: 20px 0;
  text-align: center;
  font-weight: 600;

  text-decoration: none;
  font-feature-settings: "palt";
  position: relative;
}
body.is-pc .inquiryNavi li a:hover {
  background-color: #fb7d18;
  color: #fff;
}

.inquiryNavi li a::after {
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  content: "\f054";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
  color: #fb7d18;
  line-height: 1;
}

.inquiryNavi-text {
  font-size: 116%;
  color: #fb7d18;
  transition: 0.3s;
}
.inquiryNavi-title {
  font-size: 200%;
}
body.is-pc .inquiryNavi li a:hover::after,
body.is-pc .inquiryNavi li a:hover .inquiryNavi-text {
  color: #fce2de;
}

@media screen and (max-width:834px) {

  .inquiryNavi{
    margin-left: -2px;
    justify-content: flex-start;
  }
  .inquiryNavi li {
    width: 50%;
    padding: 0 0 2px 2px;
  }
  .inquiryNavi li a {
    padding: 12px 0;
  }

  .inquiryNavi li a::after {
    right: 5px;
    font-size: 10px;
  }

  .inquiryNavi-text {
    font-size: 77%;
    white-space: nowrap;
  }
  .inquiryNavi-title {
    font-size: 116%;
  }

}

/***********
inquirySection
************/

.inquirySection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inquirySection-block {
  width: 49%;
  padding: 30px 5%;
  margin-bottom: 30px;
  background-color: #fff;
}
/* .inquirySection-block:first-child {
  width: 100%;
} */
.inquirySection-lead {
  text-align: center;
  font-size: 108%;
  font-weight: 600;
  color: #fb7d18;
}
.inquirySection-title {
  font-size: 162%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}


@media screen and (max-width:1024px) {

  .inquirySection {
    display: block;
  }
  .inquirySection-block {
    width: auto;
  }

}

@media screen and (max-width:834px) {

  .inquirySection {
  }
  .inquirySection-block {
    padding: 25px 5%;
    margin-bottom: 10px;
  }
  .inquirySection-block:first-child {
    width: 100%;
  }
  .inquirySection-lead {
    font-size: 93%;
  }
  .inquirySection-title {
    font-size: 124%;
  }

}


/***********
box
************/

.box {
  background-color: #fff;
  padding: 50px 5%;
}





/***********
post
************/

.post{
  font-size: 1.16rem;
  line-height: 1.8;
}
.post p:not([class]){
  font-size: 1.16rem;
  line-height: 2;
}
.post p:not([class]) + p:not([class]) {
  padding-top: 1em;
  line-height: 2;
}

.post h2:not([class]){
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}
.post h2:not([class])::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #fb7d18;
  margin: 15px auto;
}

.post h3:not([class]){
  font-size: 1.85rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding: 0.8em 0 0.8em 0.8em;
  border-left: 4px solid #fb7d18;
  margin: 50px 0 25px;
}

.post h4:not([class]){
  font-size: 1.7rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin: 60px 0 25px;
  padding: 0 0 10px 0;
  line-height: 1.8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.post h5:not([class]) {
  font-size: 1.54rem;
  line-height: 1.8;
  margin: 30px 0 10px 0;
}

.post h6:not([class]) {
  font-size: 1.31rem;
  font-feature-settings: "palt";
  line-height: 1.8;
  margin: 15px 0 8px 0;
}

.post img {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.post blockquote:not([class]) {
  background-color: #fff;
  border: 2px solid #fb7d18;
  padding: 40px 5%;
  margin: 30px 0;
}

.post table:not([class]) {
  margin: 20px 0 40px;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background-color: #fff;
}
.post table:not([class]) thead tr{
  border: 1px solid #ccc;
}
.post table:not([class]) thead th,
.post table:not([class]) thead td {
  font-weight: 600;
  font-size: 1.16rem;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.post table:not([class]) tbody th {
  font-weight: 600;
  font-size: 1.16rem;
  padding: 16px 2%;
  text-align: left;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f0f0f0;
}
.post table:not([class]) tbody td {
  font-size: 1.16rem;
  padding: 16px 2%;
  text-align: left;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.post table:not([class]) thead th:last-child,
.post table:not([class]) tbody td:last-child {
  border-right: none;
}

.post ul:not([class]){
  font-size: 1.16rem;
  line-height: 1.8;
  list-style: disc;
  margin-left: 1.5em;
  padding: 20px 0;
}
.post ol:not([class]){
  font-size: 1.16rem;
  line-height: 1.8;
  list-style: decimal;
  margin-left: 1.5em;
  padding: 20px 0;
}



@media screen and (max-width:834px) {

  .post{
    font-size: 1.08rem;
    line-height: 1.7;
  }
  .post p:not([class]){
    font-size: 1.16rem;
    line-height: 1.7;
  }
  .post p:not([class]) + p:not([class]) {
    padding-top: 1em;
    line-height: 1.7;
  }

  .post h2:not([class]){
    font-size: 1.47rem;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .post h2:not([class])::after {
    width: 60px;
    height: 3px;
    margin: 10px auto 5px;
  }

  .post h3:not([class]){
    font-size: 1.31rem;
    border-left: 3px solid #fb7d18;
    margin: 40px 0 20px;
    line-height: 1.5;
  }

  .post h4:not([class]){
    font-size: 1.31rem;
    margin: 40px 0 20px;
    padding: 0 0 8px 0;
    line-height: 1.5;
  }

  .post h5:not([class]) {
    font-size: 1.16rem;
    line-height: 1.8;
    margin: 30px 0 10px 0;
    line-height: 1.5;
  }

  .post h6:not([class]) {
    font-size: 1.08rem;
    line-height: 1.6;
    margin: 10px 0 5px 0;
  }


  .post img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .post blockquote:not([class]) {
    padding: 25px 5%;
  }

  .post table:not([class]) {
    margin: 20px 0 20px;
  }
  .post table:not([class]) thead tr{
  }

  .post table:not([class]) thead th,
  .post table:not([class]) thead td {
    font-size: 0.93rem;
    padding: 10px 5px;
  }
  .post table:not([class]) tbody th {
    font-size: 0.93rem;
    padding: 10px 2%;
  }

  .post table:not([class]) tbody td {
    font-size: 0.93rem;
    padding: 10px 2%;
  }

  .post ul:not([class]){
    font-size: 1.08rem;
    line-height: 1.8;
    list-style: disc;
    margin-left: 1.5em;
    padding: 20px 0;
  }
  .post ol:not([class]){
    font-size: 1.08rem;
    line-height: 1.8;
    list-style: decimal;
    margin-left: 1.5em;
    padding: 20px 0;
  }

}

.post > *:first-child,
.post blockquote > *:first-child,
.post * > *:first-child{
  margin-top: 0 !important;
}

.post *[class^="l-"] img:not([class]){
  margin-bottom: 0 !important;
}

/***********
separate
************/

.separate {
  display: flex;
  justify-content: space-between;
}
.separate:not(:last-child) {
  margin-bottom: 80px;
}
.separate-img {
  width: 48%;
  position: relative;
}
.separate-inner {
  width: 48%;
  position: relative;
  z-index: 2;
}
.separate-box {
}

.separate.is-reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width:834px) {

  .separate {
    display: block;
  }
  .separate:not(:last-child) {
    margin-bottom: 50px;
  }
  .separate-img {
    width: auto;
    text-align: center;
  }
  .separate-inner {
    width: auto;
    padding-top: 0;
  }
  .separate-box {
    margin-left: 0;
    padding-top: 20px;
  }

  .separate.is-reverse .separate-box {
    margin-left: 0;
    margin-right: 0;
    }

}

/***********
productHeading
************/

.productHeading {
  position: relative;
  font-size: clamp(16px,2vw, 22px);
  padding: 0.5em 1em;
  background-color: #feefd4;
  border-radius: 3px;
  margin-bottom: 1em;
}

.productHeading.is-yellow {
  background-color: #feefd4;
}
.productHeading.is-orange {
  background-color: #fce2de;
}


/***********
choiceList
************/

.choiceList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -4em;
}
.choiceList a {
  display: inline;
  color: inherit;
  text-decoration: none;
}
.choiceList li {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 4em;
}
.choiceList-visual {
  border: 1px solid #ccc;
}
.choiceList-img {
}
.choiceList-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}
.choiceList-inner {
  padding-top: 0.5em;
}
.choiceList-heading {
  font-size: clamp(15px,1.1vw, 16px);
  display: flex;
  justify-content: space-between;
}
.choiceList-title {
  padding-right: 0.5em;
  font-weight: 600;
}

.choiceList-price {
  white-space: nowrap;
  color: #fb7d18;
  font-weight: 600;
}
.choiceList-text {
  padding-top: 0.8em;
  font-size: clamp(12px,1.2vw, 13px);
}
.choiceList-link {
  text-align: center;
  padding-top: 1em;
}
.choiceList-link a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fb7d18;
  border: 1px solid #fb7d18;
  padding: 0.4em 2em;
  position: relative;
}
.choiceList-link a::after {
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  content: "\f054";
  position: absolute;
  right: 0.8em;
  top: 50%;
  translate: 0 -50%;
  scale: 0.8;
}
body.is-pc .choiceList-link a:hover {
  background-color: #fb7d18;
  color: #fff;
}

@media screen and (max-width:1024px) {

  .choiceList {
    margin-left: -2%;
    margin-bottom: -3em;
  }
  .choiceList li {
    width: 31.3%;
    margin-bottom: 3em;
  }
}

@media screen and (max-width:640px) {

  .choiceList li {
    width: 48%;
  }
}

@media screen and (max-width:480px) {

  .choiceList {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .choiceList a {
  }
  .choiceList li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 1em 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .choiceList li:has(a)::after {
    font-family: 'Font Awesome 5 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    text-rendering: auto;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    content: "\f061";
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    color: #fb7d18;
  }
  .choiceList-visual {
    width: 28%;
    max-width: 140px;
    border: 1px solid #ccc;
  }
  .choiceList-img {
  }
  .choiceList-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 14;
  }
  .choiceList-inner {
    flex: 1;
    padding: 0 0 0 15px;
  }
  .choiceList li:has(a) .choiceList-inner {
    padding-right: 1.5em;
  }
  .choiceList-heading {
    display: block;
    font-size: clamp(15px,1.1vw, 16px);
  }
  .choiceList-price {
  }
  .choiceList-title a {
    color: #fb7d18;
    text-decoration:underline;
    text-decoration-color: #fb7d18;
  }
  .choiceList-text {
    padding-top: 0.5em;
  }
  .choiceList-link {
    display: none;
  }
  .choiceList-link a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border: none;
    padding: 0.4em 1.2em 0.4em 0;
  }
  .choiceList-link a::after {
    right: 0;
  }

}




/***********
empty
************/

.empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 12em;
  font-size: 15px;
}

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/
