@charset "UTF-8";
.mediaset .btn a, .linkset a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 5px 48px;
  background: url(../images/arrow-wh.png) no-repeat right 21px center, #202020;
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.mediaset .btn a:hover, .linkset a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"] {
  opacity: 0.6;
}

.mediaset .btn a span, .linkset a span, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] span {
  display: inline-block;
  -webkit-transform: scale(1, 1.1);
          transform: scale(1, 1.1);
}

@media (max-width: 767px) {
  .mediaset .btn a, .linkset a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    padding: 5px 26px;
    background-position: right 5px center;
    background-size: 20px;
    font-size: 14px;
  }
}

@media (max-width: 999px) {
  #gnav {
    left: 0;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  width: 100%;
  margin-bottom: 40px;
  padding: 150px 200px 90px;
  background: #f4f3ee;
}

#pagetitle h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  border: 1px solid #202020;
  padding: 10px;
  color: #202020;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

#pagetitle h1 span {
  display: inline-block;
  -webkit-transform: scale(1, 1.1);
          transform: scale(1, 1.1);
}

#pagetitle h1 small {
  display: block;
  margin-top: 10px;
  color: #202020;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 12px;
  -webkit-transform: scale(1, 1.1);
          transform: scale(1, 1.1);
}

@media (max-width: 999px) {
  #pagetitle {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media (max-width: 767px) {
  #pagetitle {
    padding: 60px 10px 30px;
  }
  #pagetitle h1 {
    height: 150px;
    font-size: 28px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  font-size: 13px;
}

@media (max-width: 767px) {
  #breadcrumb {
    font-size: 12px;
  }
}

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

.heading1 h2 {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  -webkit-transform: scale(1, 1.1);
          transform: scale(1, 1.1);
}

@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 24px;
  }
}

/* ----------------------------------------------
heading2
------------------------------------------------- */
.heading2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.heading2 p {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  -webkit-transform: scale(1, 1.1);
          transform: scale(1, 1.1);
}

.heading2::after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  max-width: 400px;
  height: 1px;
  margin-left: 32px;
  background: #bcbcbc;
  content: '';
}

@media (max-width: 767px) {
  .heading2 p {
    font-size: 20px;
  }
  .heading2::after {
    margin-left: 20px;
  }
}

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

.heading3 p {
  display: inline-block;
  border-bottom: 1px solid #bcbcbc;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.heading3 p span {
  display: inline-block;
  -webkit-transform: scale(1, 1.1);
          transform: scale(1, 1.1);
}

@media (max-width: 767px) {
  .heading3 p {
    font-size: 18px;
  }
}

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

.heading4 p {
  color: #bcbcbc;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  -webkit-transform: scale(1, 1.1);
          transform: scale(1, 1.1);
}

@media (max-width: 767px) {
  .heading4 p {
    font-size: 16px;
  }
}

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

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

.fullimg img {
  width: 100%;
  height: auto;
}

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

.tableset table {
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.tableset th,
.tableset thead td,
.tableset thead th {
  white-space: nowrap;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
}

.tableset.type-normal th,
.tableset.type-normal td {
  border-bottom: 1px solid #bcbcbc;
  padding: 45px 20px 15px 20px;
}

.tableset.type-normal th,
.tableset.type-normal thead td,
.tableset.type-normal thead th {
  color: #202020;
  font-size: 14px;
}

.tableset.type-normal td {
  font-size: 16px;
}

.tableset.type-scroll {
  overflow-x: auto;
}

.tableset.type-scroll table {
  border-collapse: separate;
  border-spacing: 10px;
}

.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 15px 0px 5px 0px;
  font-size: 14px;
}

.tableset.type-scroll thead td,
.tableset.type-scroll thead th,
.tableset.type-scroll tbody th {
  border-bottom: 1px solid #bcbcbc;
  color: #202020;
  font-weight: bold;
}

.tableset.type-scroll thead th {
  border: none;
}

.tableset.type-scroll thead td {
  text-align: center;
}

.tableset.type-scroll tbody td {
  border-bottom: 1px solid #bcbcbc;
}

@media (max-width: 767px) {
  .tableset.type-normal th,
  .tableset.type-normal td {
    display: block;
    padding: 25px 15px 15px 15px;
    font-size: 14px;
  }
  .tableset.type-normal tr:not(:first-child) th,
  .tableset.type-normal td {
    border-top: 0;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.mediaset .text {
  font-size: 16px;
  line-height: 2;
}

.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 220px;
  margin-top: 40px;
}

.mediaset.notLast {
  margin-bottom: 50px;
}

.mediaset:not(.img-small) .imgbox {
  width: 40%;
}

.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset:not(.img-small) .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 4%;
}

.mediaset:not(.img-small).img-right .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 4%;
}

.mediaset.img-small.img-left .imgbox {
  margin-right: 40px;
}

.mediaset.img-small.img-right .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 40px;
  margin-right: 0;
}

.mediaset.img-small .imgbox {
  width: 286px;
  margin-right: 40px;
}

.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset.img-small .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mediaset.img-small .text {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .mediaset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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) .imgbox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: auto;
  }
  .mediaset.img-small.img-left .imgbox {
    margin-right: auto;
  }
  .mediaset.img-small.img-right .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    max-width: 286px;
    margin: 0 auto 20px;
  }
  .mediaset.img-small .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.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;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.calloutset .text {
  font-size: 16px;
  line-height: 1.5;
}

.calloutset.col4 .block {
  width: 23%;
}

.calloutset.col4 .block:not(:nth-child(4n + 1)) {
  margin-left: 2.66667%;
}

.calloutset.col4 .block:nth-child(n + 5) {
  margin-top: 50px;
}

.calloutset.col3 .block {
  width: 31%;
}

.calloutset.col3 .block:not(:nth-child(3n + 1)) {
  margin-left: 3.5%;
}

.calloutset.col3 .block:nth-child(n + 4) {
  margin-top: 50px;
}

.calloutset.col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calloutset.col2 .block {
  width: 48%;
}

.calloutset.col2 .block:nth-child(n + 3) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .calloutset .title {
    font-size: 16px;
  }
  .calloutset .text {
    font-size: 14px;
  }
  .calloutset.col4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 506.66667px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 47.26027%;
  }
  .calloutset.col4 .block:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n + 3) {
    margin-top: 20px;
  }
  .calloutset.col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 330px;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

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

.linkset.notLast {
  margin-bottom: 30px;
}

.linkset ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.linkset.col4 li {
  width: 22%;
}

.linkset.col4 li:not(:nth-child(4n + 1)) {
  margin-left: 4%;
}

.linkset.col4 li:nth-child(n + 5) {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .linkset.col4 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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;
  }
}

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

.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 45px 20px 15px 20px;
  border-bottom: 1px solid #bcbcbc;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea {
  border: 1px solid #E4E4E4;
  padding: 5px;
  width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  color: #202020;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
  font-size: 16px;
}

.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;
}

@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(:first-child) td.question,
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    border-top: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
    padding: 25px 15px 15px 15px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    font-size: 14px;
  }
  .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;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 34px 0;
  background-color: #f4f3ee;
}

.listset ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.listset li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.listset li:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: 9px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #202020;
  content: "";
}

.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: 7px;
  }
}

@media (max-width: 500px) {
  .listset li {
    width: 100%;
  }
  .listset li:nth-child(n + 2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
badgeflow
------------------------------------------------- */
.badgeflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  padding-top: 50px;
}

.badgeflow.notLast {
  margin-bottom: 40px;
}

.badgeflow .imgbox {
  position: relative;
  width: 40%;
  min-width: 340px;
  margin-right: 4%;
  padding-left: 50px;
}

.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}

.badgeflow .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.badgeflow .badge {
  position: absolute;
  top: -50px;
  left: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fcdad8;
  color: #202020;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}

.badgeflow .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.badgeflow .text {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 767px) {
  .badgeflow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    max-width: 400px;
    min-width: 0px;
    margin: 0 auto 20px;
    padding-left: 0;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 13px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .badgeflow .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.flowset.notLast {
  margin-bottom: 40px;
}

.flowset .block {
  width: 30%;
}

.flowset .block:not(:nth-child(3n + 1)) {
  margin-left: 5%;
}

.flowset .block:nth-child(n + 4) {
  margin-top: 40px;
}

.flowset .block:nth-child(3n + 1) .image::before {
  display: none;
}

.flowset .image {
  position: relative;
  margin-bottom: 10px;
}

.flowset .image img {
  width: 100%;
  height: auto;
}

.flowset .image:before {
  position: absolute;
  top: 0;
  left: -16.66667%;
  z-index: 1;
  display: block;
  content: "";
  width: 16.66667%;
  height: 100%;
  background: url(../images/flowset-arrow.png) no-repeat center;
}

.flowset .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.flowset .text {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .flowset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
  }
  .flowset.notLast {
    margin-bottom: 0;
  }
  .flowset + .flowset .block:nth-child(3n + 1) .image::before {
    display: block;
  }
  .flowset .block {
    width: 100%;
  }
  .flowset .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n + 2) {
    margin-top: 0;
  }
  .flowset .image:before {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(../images/flowset-arrow-sp.png) no-repeat center;
  }
  .flowset .title {
    font-size: 16px;
  }
  .flowset .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
new-arrival
------------------------------------------------- */
.new-arrival {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.new-arrival .block {
  width: 46%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.new-arrival .block:nth-child(n + 3) {
  margin-top: 50px;
}

.new-arrival .block .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.new-arrival .block .imgbox .main {
  width: 78.26087%;
}

.new-arrival .block .imgbox .main img {
  width: 100%;
  aspect-ratio: 360 / 300;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.new-arrival .block .imgbox .main a {
  display: block;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.new-arrival .block .imgbox .main a:hover {
  opacity: 0.6;
}

.new-arrival .block .imgbox .sub {
  width: 17.3913%;
}

.new-arrival .block .imgbox .sub > *:not(:first-child) {
  display: block;
  margin-top: 37.5%;
}

.new-arrival .block .imgbox .sub img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.new-arrival .block .imgbox .sub a {
  display: block;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.new-arrival .block .imgbox .sub a:hover {
  opacity: 0.6;
}

.new-arrival .block .title {
  margin-bottom: 10px;
  font-size: 18px;
}

.new-arrival .block .price {
  font-size: 12px;
}

@media (max-width: 767px) {
  .new-arrival {
    display: block;
    max-width: 480px;
  }
  .new-arrival .block {
    width: 100%;
  }
  .new-arrival .block:not(:first-child) {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
stylelist
------------------------------------------------- */
.stylelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.stylelist .block {
  width: 30%;
}

.stylelist .block:not(:nth-child(3n + 1)) {
  margin-left: 5%;
}

.stylelist .block:nth-child(n + 4) {
  margin-top: 5%;
}

.stylelist .block a {
  position: relative;
  display: block;
}

.stylelist .block a::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.stylelist .block a::after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  background: url(../images/over-line.png) no-repeat center bottom;
  color: #fff;
  font-size: 20px;
  text-align: center;
  content: 'MORE';
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.stylelist .block a:hover::before, .stylelist .block a:hover::after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .stylelist .block a::after {
    font-size: 16px;
  }
}

/* ----------------------------------------------
styledetail
------------------------------------------------- */
.styledetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.styledetail .imgbox {
  width: 50%;
}

.styledetail .imgbox img {
  width: 100%;
  height: auto;
}

.styledetail .txtbox {
  width: 44%;
}

.styledetail .txtbox table {
  width: 100%;
}

.styledetail .txtbox table thead th {
  padding: 0 5px 15px;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
}

.styledetail .txtbox table tbody td {
  padding: 20px 16px 18px;
  border: 1px solid #bcbcbc;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.styledetail .txtbox .memo {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: right;
}

@media (max-width: 767px) {
  .styledetail {
    max-width: 520px;
  }
  .styledetail .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .styledetail .txtbox {
    width: 100%;
  }
}

/* ----------------------------------------------
contactset
------------------------------------------------- */
.contactset {
  margin-bottom: 100px;
  background: #202020;
}

.contactset .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
}

.contactset .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.2em;
  text-align: center;
}

.contactset .title span {
  display: inline-block;
  -webkit-transform: scale(1, 1.1);
          transform: scale(1, 1.1);
}

.contactset .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}

.contactset .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  min-height: 64px;
  margin: 0 auto;
  padding: 5px 48px;
  background: url(../images/arrow-bk.png) no-repeat right 22px center, #fcdad8;
  color: #202020;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.contactset .btn a:hover {
  opacity: 0.6;
}

.contactset .btn a span {
  display: inline-block;
  -webkit-transform: scale(1, 1.1);
          transform: scale(1, 1.1);
}

@media (max-width: 767px) {
  .contactset .inner {
    display: block;
    height: auto;
    padding: 40px 10px;
  }
}

/* ----------------------------------------------
nav-links
------------------------------------------------- */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.nav-links p {
  width: 30%;
  max-width: 220px;
}

.nav-links p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #202020;
  color: #202020;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.nav-links p a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .nav-links p a {
    height: 50px;
    font-size: 14px;
  }
}

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

.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.navigation ul li {
  margin: 10px;
}

.navigation ul li span,
.navigation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid #202020;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navigation ul li span {
  background: #202020;
  color: #fff;
}

.navigation ul li a {
  color: #202020;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.navigation ul li a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .navigation ul li {
    margin: 5px;
  }
  .navigation ul li span,
  .navigation ul li a {
    font-size: 14px;
  }
}

/* ----------------------------------------------
showwindowset
------------------------------------------------- */
.showwindowset {
  margin-bottom: 100px;
  padding: 0px 10px 0 10px;
  
}

.showwindowset .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.showwindowset .contents .block {
  width: 31%;
}

.showwindowset .contents .block:not(:nth-child(3n + 1)) {
  margin-left: 3.5%;
}

.showwindowset .contents .block:nth-child(n + 4) {
  margin-top: 40px;
}

.showwindowset .contents .block a {
  display: block;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.showwindowset .contents .block a:hover {
  opacity: 0.6;
}
/*# sourceMappingURL=contents.css.map */