@charset "UTF-8";
.flowset.col5 .text, .flowset.col6 .text, .badgeflow .text, .titletext .text, .calloutset .text, .mediaset .text, .txtset {
  font-size: 16px;
  line-height: 1.875;
  color: #1c1c1c;
}
@media (max-width: 767px) {
  .flowset.col5 .text, .flowset.col6 .text, .badgeflow .text, .titletext .text, .calloutset .text, .mediaset .text, .txtset {
    font-size: 14px;
  }
}

.member_submenu li a,
#wc_lostmemberpassword #nav a, .send input,
.member-page .send input,
#wc_ordercompletion .send a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
  letter-spacing: 0.08em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 76px;
  background: #fff;
  color: #101010;
  border: solid 1px var(--mainColor);
  font-size: 16px;
  text-decoration: none;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 10px;
  border-radius: 50px;
}
.member_submenu li a:hover,
#wc_lostmemberpassword #nav a:hover, .send input:hover,
#wc_ordercompletion .send a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:hover, .linkbtn a:hover, .linkset a:hover, .mediaset .btn a:hover {
  opacity: 0.6;
}
.member_submenu li a::before,
#wc_lostmemberpassword #nav a::before, .send input::before,
.member-page .send input::before,
#wc_ordercompletion .send a::before, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .linkbtn a::before, .linkset a::before, .mediaset .btn a::before {
  content: "";
  width: 30px;
  height: 30px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  .member_submenu li a,
  #wc_lostmemberpassword #nav a, .send input,
  .member-page .send input,
  #wc_ordercompletion .send a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    min-height: 60px;
  }
  .member_submenu li a::before,
  #wc_lostmemberpassword #nav a::before, .send input::before,
  .member-page .send input::before,
  #wc_ordercompletion .send a::before, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .linkbtn a::before, .linkset a::before, .mediaset .btn a::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .member_submenu li a,
  #wc_lostmemberpassword #nav a, .send input,
  .member-page .send input,
  #wc_ordercompletion .send a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    min-height: 60px;
  }
  .member_submenu li a::before,
  #wc_lostmemberpassword #nav a::before, .send input::before,
  .member-page .send input::before,
  #wc_ordercompletion .send a::before, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]::before, .linkbtn a::before, .linkset a::before, .mediaset .btn a::before {
    display: none;
  }
}

.mediaset .text iframe,
.calloutset .text iframe,
.flowset .text iframe,
.badgeflow .text iframe,
.listset li iframe,
.txtset iframe {
  width: 100%;
}

.mediaset img,
.calloutset img,
.fullimg img,
.flowset img,
.badgeflow img {
  border-radius: 10px;
}

/* 
//img border-radius--------------------
.mediaset .imgbox img,
.calloutset.col4 .image img,
.flowset .image img,
.badgeflow .imgbox img {
  border-radius: 6px;
}
.calloutset.col3 .image img,
.calloutset.col2 .image img,
.fullimg img {
  border-radius: 8px;
}
 */
#header .left {
  padding: 0;
  height: 60px;
  aspect-ratio: 1/1;
  min-width: 150px;
}
@media (max-width: 1299px) {
  #header .left {
    height: 30px;
    min-width: 194px;
  }
}
@media (max-width: 999px) {
  #header .left {
    height: 20px;
    min-width: 150px;
  }
}
#main {
  position: relative;
  z-index: 2;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}
#pagetitle::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 87.2340425532%;
  content: "";
  background-color: #f2f2f2;
}
#pagetitle #mainimage {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
#pagetitle #mainimage img {
  width: 100%;
  height: 470px;
  max-width: 87.5%;
  margin: 0 5.9375% 0 6.5625%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 20px;
}
#pagetitle .catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pagetitle .catch .catchinner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 100%;
}
#pagetitle .catch .catchinner h2 {
  color: #fff;
  font-size: 50px;
  line-height: 1.6;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 14px;
  text-shadow: #101010 1px 0 10px, #101010 1px 0 10px;
}
#pagetitle .catch .catchinner h2 small {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 30px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1299px) {
  #pagetitle #mainimage img {
    height: 500px;
  }
}
@media (max-width: 999px) {
  #pagetitle #mainimage img {
    height: 350px;
  }
  #pagetitle .catch .catchinner h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  #pagetitle #mainimage img {
    height: 240px;
  }
  #pagetitle .catch .catchinner {
    padding: 0 20px;
  }
  #pagetitle .catch .catchinner h2 {
    font-size: 28px;
  }
  #pagetitle .catch .catchinner h2 small {
    font-size: 20px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  margin-bottom: 100px;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
#breadcrumb a {
  font-weight: normal;
}
@media (max-width: 767px) {
  #breadcrumb {
    margin-bottom: 70px;
  }
}

/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
}
.heading1 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 46px;
  line-height: 1.6;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
.heading1 h2 small {
  position: relative;
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: -3px;
  padding: 0 62px 0 72px;
  color: var(--mainColor);
}
.heading1 h2 small::before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0px;
  width: 20px;
  height: 19px;
  content: "";
  background-image: url(../images/heading1icon-l.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.heading1 h2 small::after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 0px;
  width: 44px;
  height: 42px;
  content: "";
  background-image: url(../images/heading1icon-r.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  .heading1 h2 {
    font-size: 30px;
  }
  .heading1 h2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 24px;
  }
  .heading1 h2 small {
    font-size: 18px;
    padding: 0 42px 0 42px;
  }
  .heading1 h2 small::before {
    width: 14px;
    height: 13.3px;
  }
  .heading1 h2 small::after {
    width: 30.8px;
    height: 29.4px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
}
.heading2 p {
  position: relative;
  font-size: 38px;
  line-height: 1.6;
  background-color: var(--lightBGColor);
  border-radius: 30px 0 30px 0;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}
.heading2 p small {
  font-size: 18px;
  line-height: 1.6;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: right;
  padding-left: 17px;
  color: var(--mainColor);
}
@media (max-width: 999px) {
  .heading2 p {
    font-size: 28px;
  }
  .heading2 p small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading2 p {
    font-size: 22px;
    padding: 8px 10px;
    flex-direction: column;
    gap: 5px;
  }
  .heading2 p small {
    font-size: 16px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
  display: flex;
}
.heading3 p {
  position: relative;
  z-index: 2;
  font-size: 26px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  border: solid 1px #101010;
  border-radius: 50px;
  padding: 9px 46px;
}
.heading3 p small {
  font-size: 16px;
  line-height: 1.6;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 13px;
  color: var(--mainColor);
}
@media (max-width: 999px) {
  .heading3 p small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading3 p {
    font-size: 20px;
    padding: 9px 20px;
  }
  .heading3 p small {
    font-size: 16px;
  }
  .heading3 p::before {
    left: 15px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  letter-spacing: 0.08em;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  display: flex;
}
.heading4 p {
  display: flex;
  color: #101010;
  font-size: 24px;
  line-height: 1.6;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading4 p::before, .heading4 p::after {
  min-width: 97px;
  height: 12px;
  content: "";
  background-image: url(../images/heading4-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.heading4 p::before {
  margin-right: 19px;
}
.heading4 p::after {
  margin-left: 19px;
}
@media (max-width: 999px) {
  .heading4 p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 18px;
  }
  .heading4 p::before, .heading4 p::after {
    min-width: 64.02px;
    height: 7.92px;
  }
  .heading4 p::before {
    margin-right: 10px;
  }
  .heading4 p::after {
    margin-left: 10px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.fullimg img {
  width: 100%;
  height: auto;
}
/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  color: #101010;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  margin-top: 40px;
}
.mediaset.notLast {
  margin-bottom: 50px;
}
.mediaset:not(.img-small) {
  /* 
  .title{
  	margin-bottom: $MD-tit-mb;
  	font-size: $MD-tit-fz;
  	line-height: $MD-tit-lh;
  }
  .text{
  	line-height: $lh;
  }
  .btn{
  	width: 100%;
  	max-width: $btnWidth;
  	margin-top: $MD-btn-mt;
  	a{
  		@extend %btn;
  	}
  }
   */
}
.mediaset:not(.img-small) .imgbox {
  width: 42.3728813559%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset:not(.img-small) .txtbox {
  flex: 1;
}
.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 4.2372881356%;
}
.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 4.2372881356%;
}
.mediaset.img-small {
  /* 
      .title {
       margin-bottom: $MDS-tit-mb;
       font-size: $MDS-tit-fz;
       line-height: $MDS-tit-lh;
  } 
   */
  /* 
     .btn {
       width: 100%;
       max-width: $btnWidth;
       margin-top: $MD-btn-mt;
       a {
         @extend %btn;
       }
  } 
   */
}
.mediaset.img-small.img-left .imgbox {
  margin-right: 40px;
}
.mediaset.img-small.img-right .imgbox {
  order: 1;
  margin-left: 40px;
  margin-right: 0;
}
.mediaset.img-small .imgbox {
  width: 300px;
  margin-right: 40px;
}
.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .txtbox {
  flex: 1;
}
.mediaset.img-small .text {
  line-height: 1.875;
}
@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset .text {
    font-size: 14px;
  }
  .mediaset:not(.img-small) {
    /* 	.title{
    	margin-bottom: $MD-sp-tit-mb;
    	font-size: $MD-sp-tit-fz;
    }
    .btn{
    	@include mx-auto();
    } */
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
  .mediaset.img-small.img-left .imgbox {
    margin-right: auto;
  }
  .mediaset.img-small.img-right .imgbox {
    order: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset.img-small .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  font-size: 16px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  color: #101010;
  font-weight: bold;
}
.calloutset.col4 {
  /* 
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.calloutset.col4 .block {
  width: 22.0338983051%;
}
.calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-left: 3.9548022599%;
}
.calloutset.col4 .block:nth-child(n+5) {
  margin-top: 50px;
}
.calloutset.col3 {
  /* 
  text-align: center;
  	*/
}
.calloutset.col3 .block {
  width: 30.5084745763%;
}
.calloutset.col3 .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.calloutset.col3 .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.col2 {
  justify-content: space-between;
}
.calloutset.col2 .block {
  width: 47.4576271186%;
}
.calloutset.col2 .block:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .calloutset.col4 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 45.8823529412%;
  }
  .calloutset.col4 .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n+3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n+2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.linkset.notLast {
  margin-bottom: 30px;
}
.linkset ul {
  display: flex;
  flex-wrap: wrap;
}
.linkset.col4 li {
  width: 22.8813559322%;
}
.linkset.col4 li:not(:nth-child(4n+1)) {
  margin-left: 2.8248587571%;
}
.linkset.col4 li:nth-child(n+5) {
  margin-top: 30px;
}
.linkset.col3 li {
  width: 30.5084745763%;
}
.linkset.col3 li:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.linkset.col3 li:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .linkset ul {
    justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n+3) {
    margin-top: 30px;
  }
  .linkset.col3 ul {
    justify-content: center;
  }
  .linkset.col3 li {
    width: 48%;
  }
  .linkset.col3 li:not(:first-child) {
    margin-left: 0%;
  }
  .linkset.col3 li:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
  .linkset.col3 li:nth-child(n+3) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 100px;
  width: calc(100% - 20px);
  max-width: 350px;
}
.linkbtn a {
  height: 60px;
  font-size: 16px;
}
/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.tableset table {
  width: 100%;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #b1c5b5;
  border-bottom: 1px solid #b1c5b5;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: var(--lightBGColor);
  color: #101010;
  font-weight: bold;
}
.tableset td {
  background: transparent;
}
.tableset.type-normal th,
.tableset.type-normal td {
  padding: 22.7px 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.tableset.type-normal tr th {
  width: 21.3559322034%;
}
.tableset.type-normal tr td {
  width: 78.6440677966%;
}
.tableset.type-normal tr:not(:last-child) th {
  border-bottom: 1px dashed #b1c5b5;
}
.tableset.type-normal tr:not(:last-child) td {
  border-bottom: 1px dashed #b1c5b5;
}
.tableset.type-scroll {
  overflow-x: auto;
  font-size: 14px;
}
.tableset.type-scroll th {
  width: 21.186440678%;
}
.tableset.type-scroll td {
  width: 26.0822033898%;
}
.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 20px;
}
.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
}
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  padding: 10px 20px;
}
.tableset.type-scroll thead tr th {
  border-bottom: 1px dashed #b1c5b5;
}
.tableset.type-scroll thead tr td {
  text-align: center;
  border-bottom: 1px dashed #b1c5b5;
  border-left: 1px dashed #b1c5b5;
}
.tableset.type-scroll tbody tr td {
  border-left: 1px dashed #b1c5b5;
}
.tableset.type-scroll tbody tr:not(:last-child) th {
  border-bottom: 1px dashed #b1c5b5;
}
.tableset.type-scroll tbody tr:not(:last-child) td {
  border-bottom: 1px dashed #b1c5b5;
  border-left: 1px dashed #b1c5b5;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal tr th,
  .tableset.type-normal tr td {
    min-width: 100%;
    margin-bottom: 0px;
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-normal tr th {
    border-bottom: 1px dashed #b1c5b5;
  }
  .tableset.type-normal tr th,
  .tableset.type-normal tr td {
    font-size: 14px;
  }
  .tableset.type-scroll th,
  .tableset.type-scroll td {
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #b1c5b5;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 10px 20px;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=text],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=tel],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=email],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td textarea {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=number] {
  border: 1px solid #e4e4e4;
  padding: 5px;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
  color: #101010;
  background: var(--lightBGColor);
  white-space: nowrap;
  /* 
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
   */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
  background: transparent;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:after {
  display: none;
}
.miniSurveyView table.formBlockSurveyTable tr:nth-last-child(n+4) td {
  border-bottom: 1px dashed #b1c5b5;
}
.miniSurveyView table.formBlockSurveyTable tr:nth-last-child(3) td {
  border-bottom: 1px solid #b1c5b5;
}
.miniSurveyView .form-group.captcha {
  margin-top: 20px;
  text-align: center;
}
.miniSurveyView .form-group.captcha label.form-label {
  font-size: 14px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(2) input {
  border: 1px solid #e4e4e4;
  outline: none;
  padding: 5px;
  width: 100%;
  max-width: 190px;
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable {
    border-spacing: 0;
  }
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
    padding: 8px 15px;
    margin-bottom: 0px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
    border-bottom: 1px dashed #b1c5b5;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
    border-bottom: 1px solid #b1c5b5;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
    width: 100%;
    max-width: 280px;
  }
}

/* ----------------------------------------------
titletext
------------------------------------------------- */
.titletext {
  margin-bottom: 100px;
  max-width: 1000px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  background-color: #f7f7f5;
}
.titletext .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .titletext {
    padding: 20px 20px;
  }
  .titletext .title {
    font-size: 16px;
  }
  .titletext .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  background-color: #faf6f2;
}
.listset ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.listset li {
  display: flex;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  /* 
  &:before {
  	margin-top: 7px;
    margin-right: 7px;
    flex-shrink: 0;
    display: block;
    content: "";
    width: px;
    height: px;
    background: url(../images/listset-icon.png) no-repeat center/cover;
  }
   */
}
.listset li:before {
  margin-top: 8px;
  margin-right: 7px;
  flex-shrink: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.listset li:nth-child(4n-3)::before, .listset li:nth-child(4n)::before {
  background-color: var(--subColor);
}
.listset li:nth-child(4n-2)::before, .listset li:nth-child(4n-1)::before {
  background-color: var(--mainColor);
}
.listset li:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .listset li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .listset li:before {
    margin-top: 6px;
  }
}
@media (max-width: 500px) {
  .listset li {
    width: 100%;
  }
  .listset li:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
badgeflow
------------------------------------------------- */
.badgeflow {
  padding-top: 40px;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.badgeflow.notLast {
  margin-bottom: 40px;
}
.badgeflow .imgbox {
  position: relative;
  padding-left: 40px;
  width: 33.8983050847%;
  margin-right: 40px;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: -40px;
  width: 100px;
  height: 100px;
  background: var(--mainColor);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  color: #1c1c1c;
  font-weight: bold;
  border-radius: 50%;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #101010;
}
@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding: 15px 0 0 0px;
  }
  .badgeflow .badge {
    top: 15px;
    width: 75px;
    height: 75px;
    font-size: 13px;
    left: 0px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .badgeflow .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset.col6 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.flowset.col6.notLast {
  margin-bottom: 40px;
}
.flowset.col6 .block {
  width: 30.5084745763%;
}
.flowset.col6 .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.flowset.col6 .block:nth-child(n+4) {
  margin-top: 40px;
}
.flowset.col6 .image {
  margin-bottom: 10px;
  position: relative;
}
.flowset.col6 .image img {
  width: 100%;
  height: auto;
}
.flowset.col6 .image:before {
  position: absolute;
  top: 0;
  left: -13.8888888889%;
  display: block;
  content: "";
  width: 13.8888888889%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset.col6 .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #101010;
}
@media (max-width: 767px) {
  .flowset.col6 .text {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .flowset.col6 .block:nth-child(3n+1) .image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flowset.col6 {
    justify-content: space-between;
    /*
        .block {
          width: 100%;
        &:not(:nth-child(3n+1)) {
            margin-left: 0%;
            margin-top: 80px;
        }

        .title {
          font-size: $flowset-sp-tit-fz;
        }
        .image {
          margin-bottom: $flowset-img-mb;
          @include img(full);
          position: relative;
          &:before {
            position: absolute;
            top: -80px;
            left: 0;
            display: block;
            content: "";
            width: 100%;
            height: 80px;
            background-image: url(../images/flowset-arrow-sp.png);
            background-repeat: no-repeat;
            background-position: center;
          }

      }
    }*/
  }
  .flowset.col6 .block {
    width: 45.515394913%;
  }
  .flowset.col6 .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .flowset.col6 .block:nth-child(n+2) {
    margin-top: 0;
  }
  .flowset.col6 .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .flowset.col6 .block:nth-child(2n+1) .image:before {
    display: none;
  }
  .flowset.col6 .title {
    font-size: 16px;
  }
  .flowset.col6 .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
  .flowset.col6 .block:nth-child(1) .image:before {
    display: none;
  }
}

.flowset.col5 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.flowset.col5.notLast {
  margin-bottom: 40px;
}
.flowset.col5 .block {
  width: 18.6440677966%;
}
.flowset.col5 .block:not(:nth-child(5n+1)) {
  margin-left: 1.6949152542%;
}
.flowset.col5 .block:nth-child(n+6) {
  margin-top: 40px;
}
.flowset.col5 .image {
  margin-bottom: 10px;
  position: relative;
}
.flowset.col5 .image img {
  width: 100%;
  height: auto;
}
.flowset.col5 .image:before {
  position: absolute;
  top: 0;
  left: -9.0909090909%;
  display: block;
  content: "";
  width: 9.0909090909%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset.col5 .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #101010;
}
@media (max-width: 767px) {
  .flowset.col5 .text {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .flowset.col5 .block:nth-child(5n+1) .image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flowset.col5 {
    justify-content: space-between;
    /*
        .block {
          width: 100%;
        &:not(:nth-child(3n+1)) {
            margin-left: 0%;
            margin-top: 80px;
        }

        .title {
          font-size: $flowset-sp-tit-fz;
        }
        .image {
          margin-bottom: $flowset-img-mb;
          @include img(full);
          position: relative;
          &:before {
            position: absolute;
            top: -80px;
            left: 0;
            display: block;
            content: "";
            width: 100%;
            height: 80px;
            background-image: url(../images/flowset-arrow-sp.png);
            background-repeat: no-repeat;
            background-position: center;
          }

      }
    }*/
  }
  .flowset.col5 .block {
    width: 45.515394913%;
  }
  .flowset.col5 .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .flowset.col5 .block:nth-child(n+2) {
    margin-top: 0;
  }
  .flowset.col5 .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .flowset.col5 .block:nth-child(2n+1) .image:before {
    display: none;
  }
  .flowset.col5 .title {
    font-size: 16px;
  }
  .flowset.col5 .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
  .flowset.col5 .block:nth-child(1) .image:before {
    display: none;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-bottom: 100px;
}

/* ----------------------------------------------
newsset-list
------------------------------------------------- */
.newsset-list {
  letter-spacing: 0.08em;
  margin-bottom: 100px;
}
.newsset-list .inner .contents {
  width: 100%;
}
.newsset-list .navigation {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .newsset-list .navigation {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
newsset-detail
------------------------------------------------- */
.newsset-detail {
  margin-bottom: 100px;
  letter-spacing: 0.08em;
}
.newsset-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.newsset-detail .inner .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}
.newsset-detail .inner .heading time {
  color: var(--mainColor);
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6666666667;
  margin-bottom: 11px;
}
.newsset-detail .inner .heading .title {
  font-size: 30px;
  line-height: 1.4;
  line-height: 2;
  padding-bottom: 34px;
  margin-bottom: 24px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
.newsset-detail .inner .heading .title P {
  padding-bottom: 10px;
  background: linear-gradient(transparent 97%, #101010 0%);
  display: inline;
}
.newsset-detail .inner .contents {
  /* max-width: 900px;
  margin: 0 auto; */
}
.newsset-detail .inner .contents .block .column {
  margin-bottom: 80px;
}
.newsset-detail .inner .contents .block .column .imgbox {
  margin-bottom: 30px;
}
.newsset-detail .inner .contents .block .column .imgbox img {
  width: 100%;
  border-radius: 10px;
}
.newsset-detail .inner .contents .block .column .text {
  font-size: 18px;
  line-height: 1.8888888889;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  padding-bottom: 84px;
  border-bottom: 1px solid #b1c5b5;
}
.newsset-detail .inner .contents .block .column .smallhead {
  font-size: 22px;
  line-height: 1.8888888889;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.newsset-detail .inner .contents .block .column .smallhead:before {
  margin-right: 7px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--mainColor);
  border-radius: 50%;
}
@media (max-width: 999px) {
  .newsset-detail .inner .heading time {
    font-size: 18px;
    line-height: 1.6;
  }
  .newsset-detail .inner .heading .title {
    font-size: 24px;
  }
  .newsset-detail .inner .contents .block .column .imgbox {
    margin-bottom: 10px;
  }
  .newsset-detail .inner .contents .block .column .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newsset-detail .inner .heading time {
    font-size: 15px;
    line-height: 1.6;
  }
  .newsset-detail .inner .heading .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .newsset-detail .inner .contents .block .column {
    margin-bottom: 50px;
  }
  .newsset-detail .inner .contents .block .column .text {
    font-size: 14px;
  }
  .newsset-detail .inner .contents .block .column .text.top {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
planset-list
------------------------------------------------- */
.planset-list {
  letter-spacing: 0.08em;
  margin-bottom: 100px;
}
.planset-list .navigation {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .planset-list .navigation {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
container
------------------------------------------------- */
.container {
  width: 91.5254237288%;
  margin-right: auto;
}
.container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.container .slider {
  margin-bottom: 40px;
  position: relative;
}
.container .slider .slide-arrow {
  display: none;
}
.container .slider .main-image {
  position: relative;
}
.container .thumbnail .thumbnail-image {
  width: 22.2222222222% !important;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.container .thumbnail .thumbnail-image:hover {
  opacity: 0.6;
}
.container .thumbnail .thumbnail-image .image {
  position: relative;
  padding-top: 83.3333333333%;
}
.container .thumbnail .thumbnail-image .image img {
  position: absolute;
  top: 0;
  border-radius: 6px;
}
.container .thumbnail .thumbnail-image:not(:first-child):not(:nth-child(4n+1)) {
  margin-left: 3.7037037037%;
}
.container .thumbnail .thumbnail-image:nth-child(n+5) {
  margin-top: 20px;
}
@media (max-width: 999px) {
  .container .slider {
    margin-bottom: 30px;
  }
  .container .slider .slide-arrow {
    width: 50px;
    height: 50px;
  }
  .container .slider .main-image .txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    margin-right: 0;
  }
  .container .slider .slide-arrow {
    width: 40px;
    height: 40px;
  }
  .container .slider .main-image .txt {
    min-height: 40px;
    font-size: 14px;
  }
  .container .thumbnail .thumbnail-image {
    width: 24.375% !important;
  }
  .container .thumbnail .thumbnail-image:not(:first-child):not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .container .thumbnail .thumbnail-image:not(:first-child):not(:nth-child(4n+1)) {
    margin-left: 0.8333333333%;
  }
  .container .thumbnail .thumbnail-image:nth-child(n+6) {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .container .thumbnail .thumbnail-image {
    width: 24% !important;
  }
  .container .thumbnail .thumbnail-image:not(:first-child):not(:nth-child(5n+1)) {
    margin-left: 0;
  }
  .container .thumbnail .thumbnail-image:not(:first-child):not(:nth-child(4n+1)) {
    margin-left: 1.3333333333%;
  }
  .container .thumbnail .thumbnail-image:nth-child(n+5) {
    margin-top: 10px;
  }
}

/* ----------------------------------------------
planset-detail
------------------------------------------------- */
.planset-detail {
  margin-bottom: 100px;
  letter-spacing: 0.08em;
}
.planset-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.planset-detail .inner .left {
  width: 50%;
}
.planset-detail .inner .right {
  width: 50%;
}
.planset-detail .inner .right .cate {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin-bottom: 40px;
}
.planset-detail .inner .right .cate li {
  background-color: #f2f2f2;
  border-radius: 50px;
}
.planset-detail .inner .right .cate li a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  padding: 0 10px;
}
.planset-detail .inner .right .title {
  font-size: 30px;
  line-height: 1.5333333333;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: var(--mainColor);
  margin-bottom: 43px;
}
.planset-detail .inner .right .text {
  font-size: 18px;
  line-height: 1.8888888889;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  margin-bottom: 37px;
}
.planset-detail .inner .right table {
  width: 100%;
  margin-bottom: 23px;
}
.planset-detail .inner .right table tbody tr th {
  width: 100%;
  font-size: 16px;
  line-height: 2.125;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  padding: 7px 0px;
  color: var(--mainColor);
  display: flex;
  align-items: center;
}
.planset-detail .inner .right table tbody tr th:before {
  margin-right: 7px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--mainColor);
  border-radius: 50%;
}
.planset-detail .inner .right table tbody tr td {
  width: 78.3050847458%;
  font-size: 16px;
  line-height: 2.125;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
.planset-detail .inner .right .skuform .item-option {
  width: 100%;
  margin-bottom: 41px;
}
.planset-detail .inner .right .skuform .item-option select {
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  line-height: 2.125;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  padding: 26px 70px 26px 38px;
  color: #000;
  border: solid 1px var(--mainColor);
  outline: none;
  border-radius: 6px;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  background-color: transparent;
}
.planset-detail .inner .right .skuform .item-option dt {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 16px;
}
.planset-detail .inner .right .skuform .item-option dd {
  position: relative;
}
.planset-detail .inner .right .skuform .item-option dd::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/accordionbtn.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.planset-detail .inner .right .skuform .field {
  display: flex;
  margin-bottom: 33px;
}
.planset-detail .inner .right .skuform .field .quantity {
  font-size: 18px;
  line-height: 1.3333333333;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
.planset-detail .inner .right .skuform .field .quantity input {
  margin-left: 12px;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 1.3333333333;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  padding: 10px 10px;
  border: solid 1px #101010;
  border-radius: 6px;
}
.planset-detail .inner .right .skuform .field .field_price {
  margin-left: 41px;
  font-size: 34px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
.planset-detail .inner .right .skuform .field .field_price .yen {
  font-size: 20px;
  margin-right: 6px;
}
.planset-detail .inner .right .skuform .field .field_price .tax {
  font-size: 18px;
}
.planset-detail .inner .right .skuform .zaikostatus {
  font-size: 18px;
  line-height: 1.3333333333;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #de3d2c;
  margin-bottom: 20px;
}
.planset-detail .inner .right .skuform .c-box {
  display: flex;
}
.planset-detail .inner .right .skuform .c-box .cart-button input {
  cursor: pointer;
  width: 370px;
  height: 80px;
  border-radius: 50px;
  background-color: var(--mainColor);
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 18px;
  line-height: 1.3333333333;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease-out;
}
.planset-detail .inner .right .skuform .c-box .cart-button input:hover {
  opacity: 0.6;
}
.planset-detail .inner .right .skuform .c-box .btnset {
  margin-top: 5px;
  margin-left: 37px;
}
.planset-detail .inner .right .skuform .c-box .btnset .btn a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
  transition: all 0.5s ease-out;
  font-size: 14px;
  line-height: 1.7142857143;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: solid 1px #101010;
}
.planset-detail .inner .right .skuform .c-box .btnset .btn a:hover {
  opacity: 0.6;
}
.planset-detail .inner .right .skuform .c-box .btnset .btn:not(:first-child) {
  margin-top: 16px;
}
.planset-detail .inner .right .soldout-contactbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  width: 370px;
  height: 80px;
  border-radius: 50px;
  background-color: var(--mainColor);
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 18px;
  line-height: 1.3333333333;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease-out;
}
.planset-detail .inner .right .soldout-contactbtn a:hover {
  opacity: 0.6;
}
@media (max-width: 1299px) {
  .planset-detail .inner .right .skuform .c-box {
    display: block;
  }
  .planset-detail .inner .right .skuform .c-box .btnset {
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 999px) {
  .planset-detail .inner .right .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .planset-detail .inner .right .text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .planset-detail .inner .right table {
    width: 100%;
    margin-bottom: 20px;
  }
  .planset-detail .inner .right table tbody tr th {
    font-size: 15px;
  }
  .planset-detail .inner .right table tbody tr td {
    font-size: 15px;
  }
  .planset-detail .inner .right .skuform .item-option {
    margin-bottom: 20px;
  }
  .planset-detail .inner .right .skuform .item-option select {
    padding: 16px 70px 16px 20px;
  }
  .planset-detail .inner .right .skuform .field {
    display: flex;
    margin-bottom: 33px;
  }
  .planset-detail .inner .right .skuform .field .quantity {
    font-size: 16px;
  }
  .planset-detail .inner .right .skuform .field .field_price {
    font-size: 34px;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 500;
  }
  .planset-detail .inner .right .skuform .field .field_price .yen {
    font-size: 20px;
    margin-right: 6px;
  }
  .planset-detail .inner .right .skuform .field .field_price .tax {
    font-size: 18px;
  }
  .planset-detail .inner .right .skuform .zaikostatus {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .planset-detail .inner {
    display: block;
  }
  .planset-detail .inner .left {
    width: 100%;
  }
  .planset-detail .inner .right {
    margin-top: 40px;
    width: 100%;
  }
  .planset-detail .inner .right .cate {
    margin-bottom: 20px;
  }
  .planset-detail .inner .right .title {
    font-size: 18px;
  }
  .planset-detail .inner .right .text {
    font-size: 14px;
  }
  .planset-detail .inner .right table tbody tr th {
    font-size: 14px;
  }
  .planset-detail .inner .right table tbody tr td {
    font-size: 14px;
  }
  .planset-detail .inner .right .skuform .item-option {
    margin-bottom: 20px;
  }
  .planset-detail .inner .right .skuform .item-option select {
    padding: 16px 10px 16px 10px;
  }
  .planset-detail .inner .right .skuform .item-option dd::after {
    right: 10px;
  }
  .planset-detail .inner .right .skuform .field {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .planset-detail .inner .right .skuform .field .quantity {
    font-size: 16px;
  }
  .planset-detail .inner .right .skuform .field .field_price {
    margin-left: 10px;
    font-size: 24px;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 500;
  }
  .planset-detail .inner .right .skuform .field .field_price .yen {
    font-size: 18px;
    margin-right: 6px;
  }
  .planset-detail .inner .right .skuform .field .field_price .tax {
    font-size: 16px;
  }
  .planset-detail .inner .right .skuform .zaikostatus {
    font-size: 15px;
  }
  .planset-detail .inner .right .skuform .c-box .cart-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .planset-detail .inner .right .skuform .c-box .cart-button input {
    width: 100%;
    max-width: 300px;
    height: 60px;
  }
  .planset-detail .inner .right .skuform .c-box .btnset {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .planset-detail .inner .right .soldout-contactbtn a {
    width: 100%;
    max-width: 300px;
    height: 60px;
  }
}

/* ----------------------------------------------
columnset-list
------------------------------------------------- */
.columnset-list {
  margin-bottom: 100px;
  letter-spacing: 0.08em;
}
.columnset-list .navigation {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .columnset-list .navigation {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
columnset-detail
------------------------------------------------- */
.columnset-detail {
  margin-bottom: 100px;
  letter-spacing: 0.08em;
}
.columnset-detail .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.columnset-detail .inner .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}
.columnset-detail .inner .heading .title {
  font-size: 30px;
  line-height: 1.4;
  line-height: 2;
  padding-bottom: 34px;
  margin-bottom: 24px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
.columnset-detail .inner .heading .title P {
  padding-bottom: 10px;
  background: linear-gradient(transparent 97%, #101010 0%);
  display: inline;
}
.columnset-detail .inner .contents {
  /* max-width: 900px;
  margin: 0 auto; */
}
.columnset-detail .inner .contents .block .column {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--lightBGColor);
}
.columnset-detail .inner .contents .block .column .imgbox {
  margin-bottom: 30px;
}
.columnset-detail .inner .contents .block .column .imgbox img {
  width: 100%;
  border-radius: 10px;
}
.columnset-detail .inner .contents .block .column .text {
  font-size: 18px;
  line-height: 1.8888888889;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
.columnset-detail .inner .contents .block .column .text.top {
  padding-bottom: 43px;
}
.columnset-detail .inner .contents .block .column .text.bottom {
  margin-bottom: 40px;
}
.columnset-detail .inner .contents .block .column .columnimages {
  text-align: center;
  margin-bottom: 40px;
}
.columnset-detail .inner .contents .block .column .smallhead {
  font-size: 22px;
  line-height: 1.8888888889;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  display: flex;
  margin-bottom: 40px;
}
.columnset-detail .inner .contents .block .column .smallhead:before {
  margin-top: 17px;
  margin-right: 15px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--mainColor);
  border-radius: 50%;
}
@media (max-width: 999px) {
  .columnset-detail .inner .heading .title {
    font-size: 24px;
  }
  .columnset-detail .inner .contents .block .column .imgbox {
    margin-bottom: 10px;
  }
  .columnset-detail .inner .contents .block .column .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .columnset-detail .inner .heading .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .columnset-detail .inner .contents .block .column {
    margin-bottom: 50px;
  }
  .columnset-detail .inner .contents .block .column .text {
    font-size: 14px;
  }
  .columnset-detail .inner .contents .block .column .text.top {
    margin-bottom: 10px;
  }
  .columnset-detail .inner .contents .block .column .smallhead {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .columnset-detail .inner .contents .block .column .smallhead:before {
    margin-top: 14px;
    margin-right: 10px;
    width: 8px;
    height: 8px;
  }
}

/* ----------------------------------------------
ページネーション(pagination_wrapper)
------------------------------------------------- */
.pagination h2 {
  display: none;
}
.pagination .page-numbers {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page-numbers li {
  padding: 5px;
  box-sizing: content-box;
  width: 50px;
  height: 50px;
}
.pagination .page-numbers li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--mainColor);
  background-color: var(--lightBGColor);
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
}
.pagination .page-numbers li a:hover {
  opacity: 0.6;
}
.pagination .page-numbers li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.pagination .page-numbers li span.current {
  border: solid 1px var(--lightBGColor);
  background-color: var(--mainColor);
  color: var(--lightBGColor);
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .pagination .page-numbers li {
    padding: 3px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
ページ送り（一覧ボタンあり）
------------------------------------------------- */
.prev_next {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.prev_next > div {
  flex-shrink: 0;
  height: 50px;
}
.prev_next .archivebtn a {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.prev_next .archivebtn a::after {
  content: "";
  min-width: 30px;
  height: 30px;
  margin-left: 10px;
  background-image: url(../images/btn.webp);
  background-repeat: repeat;
  background-size: cover;
}
.prev_next .prev a {
  display: flex;
  align-items: center;
}
.prev_next .prev a::before {
  content: "";
  min-width: 30px;
  height: 30px;
  background-image: url(../images/btn_prev.webp);
  background-repeat: repeat;
  background-size: cover;
}
.prev_next .next a {
  display: flex;
  align-items: center;
}
.prev_next .next a::after {
  content: "";
  min-width: 30px;
  height: 30px;
  background-image: url(../images/btn_next.webp);
  background-repeat: repeat;
  background-size: cover;
}
.prev_next a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #101010;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
.prev_next a:hover {
  opacity: 0.6;
}
.prev_next .arrow {
  display: none;
}
.prev_next .prev_arrow {
  display: none;
}
/* ----------------------------------------------
お問い合わせフォーム確認画面
------------------------------------------------- */
div#wpcf7cpcnf {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
div#wpcf7cpcnf table {
  width: 100%;
  line-height: 1.8;
  border-top: 1px solid #b1c5b5;
  border-bottom: 1px solid #b1c5b5;
}
div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td {
  padding: 22.7px 30px;
}
div#wpcf7cpcnf table th {
  white-space: nowrap;
  background: var(--lightBGColor);
}
div#wpcf7cpcnf table tr:not(:last-child) {
  border-bottom: 1px dashed #b1c5b5;
}
div#wpcf7cpcnf .wpcf7cp-btns {
  display: flex;
  justify-content: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn,
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  margin: 20px 10px 0px 10px;
  cursor: pointer;
  transition: all 0.5s ease-out;
  text-decoration: none;
  width: 100%;
  max-width: 280px;
  height: 76px;
  border: solid 1px #c09933;
  border-radius: 50px;
  color: #101010;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover,
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover {
  opacity: 0.6;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background-color: #fff;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  background-color: #fff;
}
@media (max-width: 767px) {
  div#wpcf7cpcnf table tr:not(:first-child) th,
  div#wpcf7cpcnf table tr td {
    border-top: 0;
  }
  div#wpcf7cpcnf table th,
  div#wpcf7cpcnf table td {
    display: block;
    padding: 13px 15px 13px 15px;
  }
  div#wpcf7cpcnf .wpcf7cp-btns {
    flex-direction: column;
    align-items: center;
  }
}

/* ----------------------------------------------
商品カテゴリー一覧
------------------------------------------------- */
.categorylist {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
.categorylist .title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.08em;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--mainColor);
  margin-bottom: 20px;
}
.categorylist > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.categorylist > ul > li a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #101010;
}
.categorylist > ul > li a:hover {
  opacity: 0.6;
}
.categorylist > ul > li a:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--mainColor);
}
.categorylist > ul > li ul {
  padding-left: 15px;
}
.categorylist > ul > li ul li a {
  font-size: 16px;
}
.categorylist > ul > li ul li a:before {
  display: none;
  /* 
  width: 6px;
  height: 6px;
   */
}
@media (max-width: 767px) {
  .categorylist .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .categorylist > ul {
    gap: 5px 10px;
  }
  .categorylist > ul > li a {
    font-size: 16px;
  }
  .categorylist > ul > li a:before {
    width: 6px;
    height: 6px;
  }
  .categorylist > ul > li ul li a {
    font-size: 15px;
  }
}

/* ----------------------------------------------
//通販関連デザイン
------------------------------------------------- */
.post {
  box-sizing: border-box;
}

.send {
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
}
.send input + input {
  margin-top: 20px !important;
}

.send input,
.member-page .send input,
#wc_ordercompletion .send a {
  cursor: pointer;
}

.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input#purchase_button,
#wc_customer .send input.to_reganddeliveryinfo_button,
#wc_ordercompletion a.redownload_button,
.member-page .send input,
#wc_login .loginbox #member_login,
#wc_member .loginbox #member_login,
#wc_login .loginbox .new-entry #nav a,
#wc_member .loginbox .new-entry #nav a,
#wc_changepassword #member_login,
#wc_lostmemberpassword #member_login,
#memberinfo table.retail .redownload_link a,
#wc_ordercompletion .send a,
#wc_lostmemberpassword #nav a,
#wc_newcompletion #memberpages p a,
#wc_lostcompletion #memberpages p a,
#wc_changepasscompletion #memberpages p a,
#wc_newcompletion .send a,
#wc_lostcompletion .send input,
#wc_lostcompletion .send a,
#wc_changepasscompletion .send a,
.member_submenu a,
.member-page #memberinfo .send input.top,
.member-page #memberinfo .send input.deletemember,
.gotoedit a,
.gotoedit a {
  background-color: #3f3f3f !important;
  color: #fff !important;
  text-decoration: none !important;
}

.send input.to_customerinfo_button:hover,
.send input.to_memberlogin_button:hover,
.send input.to_deliveryinfo_button:hover,
.send input.to_confirm_button:hover,
.send input#purchase_button:hover,
#wc_customer .send input.to_reganddeliveryinfo_button:hover,
#wc_ordercompletion a.redownload_button:hover,
.member-page .send input:hover,
#wc_login .loginbox .new-entry #nav a:hover,
#wc_member .loginbox .new-entry #nav a:hover,
#wc_changepassword #member_login:hover,
#wc_lostmemberpassword #member_login:hover,
#memberinfo table.retail .redownload_link a:hover,
#wc_ordercompletion .send a:hover,
#wc_lostmemberpassword #nav a:hover,
#wc_newcompletion #memberpages p a:hover,
#wc_lostcompletion #memberpages p a:hover,
#wc_changepasscompletion #memberpages p a:hover,
#wc_newcompletion #memberpages a:hover,
#wc_lostcompletion #memberpages input:hover,
#wc_lostcompletion #memberpages a:hover,
#wc_changepasscompletion #memberpages a:hover,
.member_submenu a:hover,
.member-page #memberinfo .send input.top:hover,
.member-page #memberinfo .send input.deletemember:hover,
.gotoedit a:hover,
.gotoedit a:hover {
  background-color: #3f3f3f !important;
  color: #fff !important;
}

.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input#purchase_button,
.member-page .send input,
#wc_customer .send input.to_reganddeliveryinfo_button {
  border: none;
}

.member_submenu li,
#wc_lostmemberpassword #nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
}
.member_submenu li a,
#wc_lostmemberpassword #nav a {
  cursor: pointer;
}

#purchase_form {
  margin-top: 20px;
}

.send {
  text-align: center;
}

#memberpages .send {
  margin-top: 20px;
}

.customer_form input,
.customer_form select,
.customer_form textarea,
#wc_login .loginbox input,
#wc_memebr.login .loginbox input,
#wc_lostmemberpassword input {
  border: 1px solid #e4e4e4;
  padding: 5px;
}

.checkout_button {
  margin-top: 20px;
}

#wc_login .loginbox #member_login,
#wc_member .loginbox #member_login {
  padding: 5px 10px;
  cursor: pointer;
}

#wc_login .loginbox .new-entry #nav a,
#wc_member .loginbox .new-entry #nav a {
  text-decoration: none;
}

#wc_ordercompletion,
#wc_newcompletion {
  margin-bottom: 50px;
}

#main #content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}/*# sourceMappingURL=contents.css.map */