@charset "UTF-8";
html {
  --vw: 100vw;
  --vh: 100vh;
  --fv: 100vh;
}

/*
* layout
*/
/*
* contents
*/
#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}

#contents .topicpath-nav li {
  padding: 0;
}

#contents .topicpath-nav a {
  margin-left: 5px;
}

/*
* side
*/
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

.col {
  padding-right: 5%;
  padding-left: 0%;
}

.mar_w_20 {
  margin: 0 20px;
}

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 800px) {
  /* ~800px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}
/*----------------------------------------------------
ORIGINAL
--------------------------------------------------- */

#shirotsumekusa2025{
  /*font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  /* font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif; */
    font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#shirotsumekusa2025 img{
    width: 100%;
    height: auto;
}


.only_PC {
  display: block !important;
}

.only_SP {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .only_PC {
    display: none !important;
  }
  
  .only_SP {
    display: block !important;
  }
}

/* html, body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
    font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 14px;
  line-height: 171%;
  font-weight: 700;
  background: #FFF;
  color: #051529;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
} */

/*
font-family: 'Josefin Sans', sans-serif;*/
i {
  margin-right: 6px;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

#inishie_2025 img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 800px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  html, body {
    font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  }
}
/*----------------------------------------------------
link
--------------------------------------------------- */
a:link,
a:visited,
a:active {
  color: #051529;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
slick
--------------------------------------------------- */
:focus {
  outline: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  display: block;
  position: absolute;
  top: 50%;
  left: -60px;
  margin-top: -30px;
  width: 59px;
  height: 59px;
  background: url(../img/prev.png) no-repeat center center;
  z-index: 9;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.slick-prev:hover {
  opacity: 0.5;
}

.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -30px;
  width: 59px;
  height: 59px;
  z-index: 9;
  border: none;
  text-indent: -9999px;
  background: url(../img/next.png) no-repeat center center;
  cursor: pointer;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.slick-next:hover {
  opacity: 0.5;
}

.slide .slick-disabled {
  opacity: 0.2;
}

@media only screen and (max-width: 800px) {
  .slick-prev {
    left: 0;
    margin-top: -30px;
    background-size: 15px;
    width: 59px;
    height: 59px;
  }
  .slick-next {
    right: 0;
    margin-top: -30px;
    width: 59px;
    height: 59px;
  }
}
/*----------------------------------------------------
  .scrollView
--------------------------------------------------- */
.scrollView {
  -webkit-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
  opacity: 0;
  -webkit-transform: scale(1, 1) translate(0%, 20px);
  transform: scale(1, 1) translate(0%, 20px);
}

.scrollView.view {
  opacity: 1;
  -webkit-transform: scale(1, 1) translate(0%, 0%);
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .block_item_list
--------------------------------------------------- */
.block_item_list .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.block_item_list .inner .title {
  padding: 85px 0 60px;
  text-align: center;
  line-height: 1;
  font-size: 42px;
  letter-spacing: 0.02em;
}

.block_item_list .inner .list {
  overflow: hidden;
  letter-spacing: -0.4em;
  text-align: left;
}

.block_item_list .inner .list .column {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}

.block_item_list .inner .list .column:nth-child(3n) {
  margin-right: 0;
}

.block_item_list .inner .list .column a {
  display: block;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.block_item_list .inner .list .column a:hover {
  opacity: 0.5;
}

.block_item_list .inner .list .column a figure {
  margin-bottom: 10px;
}

.block_item_list .inner .list .column a .name {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .block_item_list .inner .title {
    padding: 40px 0 30px;
    font-size: 24px;
  }
  .block_item_list .inner .list {
    margin: 0 5.3vw;
  }
  .block_item_list .inner .list .column {
    width: 42vw;
    margin-right: 5.406666666vw;
    margin-bottom: 30px;
  }
  .block_item_list .inner .list .column:nth-child(3n) {
    margin-right: 5.406666666vw;
  }
  .block_item_list .inner .list .column:nth-child(2n) {
    margin-right: 0;
  }
}
/*----------------------------------------------------
  .block_detail
--------------------------------------------------- */
.block_detail .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.block_detail .inner .title {
  padding: 40px 0 40px;
  text-align: left;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0.08em;
}

.block_detail .inner .slide_area {
  margin-bottom: 40px;
}

.block_detail .inner .slide_area .now {
  position: relative;
  margin-bottom: 30px;
}

.block_detail .inner .slide_area ul.thum {
  overflow: hidden;
  letter-spacing: -0.4em;
}

.block_detail .inner .slide_area ul.thum li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 17.6%;
  margin-right: 3%;
  margin-bottom: 23px;
}

.block_detail .inner .slide_area ul.thum li:nth-child(5n) {
  margin-right: 0%;
}

.block_detail .inner .slide_area ul.thum li a {
  display: block;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.block_detail .inner .slide_area ul.thum li a.active {
  opacity: 0.5;
}

.block_detail .inner .slide_area ul.thum li a:hover {
  opacity: 0.5;
}

.block_detail .inner .textarea {
  padding: 0 100px;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.block_detail .inner .textarea .entry {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}

.block_detail .inner .textarea .table {
  border-top: 1px #c8c8c8 solid;
  border-bottom: 1px #c8c8c8 solid;
  padding-top: 45px;
  padding-bottom: 20px;
}

.block_detail .inner .textarea .table dl {
  overflow: hidden;
  margin-bottom: 25px;
}

.block_detail .inner .textarea .table dl dt {
  float: left;
  width: 25%;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.08em;
}

.block_detail .inner .textarea .table dl dd {
  position: relative;
  float: left;
  width: 75%;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.08em;
}

.block_detail .inner .textarea .table dl dd a {
  text-decoration: underline;
}

.block_detail .inner .textarea .table dl dd:before {
  content: ":";
  position: absolute;
  top: 0;
  left: -50px;
}

.block_detail .inner .textarea .order {
  margin-top: 70px;
  border: 1px #b42828 solid;
  padding: 24px 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #b42828;
}

@media only screen and (max-width: 768px) {
  .block_detail .inner .title {
    padding: 40px 5.3vw 20px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.08em;
  }
  .block_detail .inner .slide_area {
    margin-bottom: 20px;
  }
  .block_detail .inner .slide_area .now {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .block_detail .inner .slide_area ul.thum {
    overflow: hidden;
    text-align: center;
  }
  .block_detail .inner .slide_area ul.thum li {
    float: none;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    margin-bottom: 0px;
  }
  .block_detail .inner .slide_area ul.thum li img {
    display: none;
  }
  .block_detail .inner .slide_area ul.thum li:nth-child(5n) {
    margin: 0 5px;
  }
  .block_detail .inner .slide_area ul.thum li a {
    display: block;
    width: 6px;
    height: 6px;
    background: #969ba5;
    border-radius: 50%;
  }
  .block_detail .inner .slide_area ul.thum li a.active {
    opacity: 1;
    background: #051529;
  }
  .block_detail .inner .slide_area ul.thum li a:hover {
    opacity: 1;
    background: #969ba5;
  }
  .block_detail .inner .textarea {
    padding: 0 5.3vw;
  }
  .block_detail .inner .textarea .entry {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 22px;
  }
  .block_detail .inner .textarea .table {
    padding-top: 22px;
    padding-bottom: 10px;
  }
  .block_detail .inner .textarea .table dl {
    overflow: hidden;
    margin-bottom: 15px;
  }
  .block_detail .inner .textarea .table dl dt {
    width: 25%;
    font-size: 14px;
    line-height: 22px;
  }
  .block_detail .inner .textarea .table dl dd {
    width: 75%;
    font-size: 14px;
    line-height: 22px;
  }
  .block_detail .inner .textarea .table dl dd:before {
    left: -10%;
  }
  .block_detail .inner .textarea .order {
    margin-top: 30px;
    border: 1px #b42828 solid;
    padding: 14px 0;
    line-height: 30px;
  }
}
/*----------------------------------------------------
  .block_gallery
--------------------------------------------------- */
.block_gallery .slide {
  margin-bottom: 100px;
}

.block_gallery .slide .slick-dots {
  text-align: center;
  padding-top: 20px;
}

.block_gallery .slide .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 7px;
  background: #ebebeb;
  border-radius: 50%;
}

.block_gallery .slide .slick-dots li.slick-active {
  background: #c2c2c2;
}

.block_gallery .slide .slick-dots li button {
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .block_gallery .slide {
    margin-bottom: 50px;
  }
}
/*----------------------------------------------------
  .block_special
--------------------------------------------------- */
.block_special .mainvisual img {
  width: 100%;
}

.block_special .summary {
  text-align: center;
  margin-bottom: 40px;
}

.block_special .summary .lead {
  font-size: 32px;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

.block_special .summary .sub_lead {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 16px;
}

.block_special .summary p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.block_special .exp_area {
  padding: 60px 0;
  background: #eeebee;
  margin-bottom: 70px;
}

.block_special .exp_area .inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block_special .exp_area .inner figure {
  flex: 420px;
  flex: 0 1 420px;
}

.block_special .exp_area .inner .textarea {
  flex: auto;
  flex: 0 1 430px;
}

.block_special .exp_area .inner .textarea .exp_title {
  font-size: 28px;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  line-height: 1;
}

.block_special .exp_area .inner .textarea p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-weight: bold;
}

.block_special .exp_area .inner .textarea p.span {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

/* .block_special .list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  letter-spacing: -0.4em;
  text-align: left;
}

.block_special .list .column {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 40px;
}

.block_special .list .column a {
  display: block;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.block_special .list .column a:hover {
  opacity: 0.5;
}

.block_special .list .column a figure {
  margin-bottom: 10px;
}

.block_special .list .column a .name {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
} */

@media only screen and (max-width: 768px) {
  .block_special {
    padding-top: 0;
    margin-top: 18.66667vw;
  }
  .block_special .summary {
    margin: 0 5.3vw;
    margin-bottom: 30px;
  }
  .block_special .summary .lead {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
  .block_special .summary .sub_lead {
    margin-top: 3px;
    font-size: 16px;
  }
  .block_special .summary p {
    text-align: left;
    font-size: 14px;
    line-height: 2;
  }
  .block_special .exp_area {
    padding: 45px 5.3vw;
    margin-bottom: 50px;
  }
  .block_special .exp_area .inner {
    display: block;
  }
  .block_special .exp_area .inner figure {
    flex: 100%;
    margin-bottom: 35px;
  }
  .block_special .exp_area .inner .textarea {
    flex: 100%;
  }
  .block_special .exp_area .inner .textarea .exp_title {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
  }
  .block_special .exp_area .inner .textarea p {
    font-size: 14px;
  }
  /* .block_special .list {
    width: auto;
    margin: 0 5.3vw;
  }
  .block_special .list .column {
    margin-bottom: 30px;
  }
  .block_special .list .column a figure {
    margin-bottom: 10px;
  }
  .block_special .list .column a .name {
    font-size: 14px;
    line-height: 1.7;
  } */
}
/*----------------------------------------------------
  .block_entrance
--------------------------------------------------- */
.block_entrance {
  text-align: center;
  padding: 85px 0 70px;
}

.block_entrance .title {
  font-size: 42px;
  margin-bottom: 85px;
  letter-spacing: 0.08em;
}

.block_entrance p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.08em;
  margin-bottom: 35px;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.block_entrance p:last-child {
  margin-top: -20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .block_entrance {
    padding: 50px 5.3vw 45px 5.3vw;
  }
  .block_entrance .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 35px;
    letter-spacing: 0.08em;
  }
  .block_entrance p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .block_entrance p:last-child {
    margin-top: auto;
    margin-bottom: 0;
  }
}
/*----------------------------------------------------
  .block_catalog
--------------------------------------------------- */
.block_catalog {
  text-align: center;
  padding: 65px 0 50px;
  background: #eeebee;
}

.block_catalog .title {
  font-size: 32px;
  margin-bottom: 55px;
  letter-spacing: 0.08em;
}

.block_catalog .list {
  width: 1040px;
  margin: 0 auto;
  letter-spacing: -0.4em;
  margin-bottom: 80px;
}

.block_catalog .list .column {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 250px;
  margin: 0 12px;
}

.block_catalog .list .column a {
  display: block;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.block_catalog .list .column a:hover {
  opacity: 0.5;
}

.block_catalog .list .column a figure {
  margin-bottom: 10px;
}

.block_catalog .list .column a .name {
  font-size: 14px;
  line-height: 24px;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.block_catalog .title02 {
  font-size: 28px;
  margin-bottom: 50px;
  letter-spacing: 0.08em;
}

.block_catalog .list02 {
  width: 1060px;
  margin: 0 auto;
  letter-spacing: -0.4em;
}

.block_catalog .list02 .column {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 300px;
  margin: 0 25px;
  margin-bottom: 30px;
}

.block_catalog .list02 .column figure {
  margin-bottom: 10px;
}

.block_catalog .list02 .column .name {
  font-size: 14px;
  line-height: 24px;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.08em;
  text-align: left;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .block_catalog {
    padding: 40px 5.3vw 40px 5.3vw;
  }
  .block_catalog .title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .block_catalog .list {
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }
  .block_catalog .list .column {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .block_catalog .list .column:nth-child(2n) {
    margin-right: 0;
  }
  .block_catalog .list .column a figure {
    margin-bottom: 10px;
  }
  .block_catalog .list .column a .name {
    font-size: 14px;
    line-height: 20px;
  }
  .block_catalog .title02 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .block_catalog .list02 {
    width: 100%;
    margin: 0 auto;
    letter-spacing: -0.4em;
  }
  .block_catalog .list02 .column {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .block_catalog .list02 .column:nth-child(2n) {
    margin-right: 0;
  }
  .block_catalog .list02 .column figure {
    margin-bottom: 10px;
  }
  .block_catalog .list02 .column .name {
    font-size: 14px;
    line-height: 20px;
  }
}
/*----------------------------------------------------
  .block_guide
--------------------------------------------------- */
.block_guide {
  text-align: center;
  padding: 160px 0 0px;
  margin-top: -80px;
}

.block_guide .title {
  font-size: 32px;
  margin-bottom: 55px;
  letter-spacing: 0.08em;
}

.block_guide .list {
  border-top: 1px #c8c8c8 solid;
  padding-top: 30px;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.block_guide .list .column {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px #c8c8c8 solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.block_guide .list .column .c_name {
  float: left;
  width: 370px;
}

.block_guide .list .column .c_area {
  float: right;
  width: 620px;
}

.block_guide .list .column .c_area p {
  margin-bottom: 16px;
}

.block_guide .list .column .c_area p small {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

.block_guide ul.btn_list {
  text-align: center;
  letter-spacing: -0.4em;
  margin-top: 60px;
}

.block_guide ul.btn_list li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 25px;
}

.block_guide ul.btn_list li a {
  display: block;
  width: 335px;
  height: 80px;
  background: #051529;
  text-align: center;
  line-height: 80px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #FFF;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.block_guide ul.btn_list li a:hover {
  background: #FFF;
  color: #051529;
}

.block_guide ul.btn_list li a span:after {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f138";
  margin-left: 8px;
  vertical-align: 0;
}

.block_guide .btn_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.block_guide .btn_wrapper .btn_order a {
  display: block;
  width: 280px;
  line-height: 60px;
  font-size: 14px;
  letter-spacing: 0.1em;
  border: 1px #051529 solid;
  border-radius: 3px;
  background: #051529;
  text-align: center;
  color: #FFF;
  margin: 0 auto;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.block_guide .btn_wrapper .btn_order a:hover {
  background: #FFF;
  color: #051529;
}

.block_guide .btn_wrapper li:last-child {
  margin-left: 130px;
}

.block_guide .fig_order_wrapper {
  display: flex;
  justify-content: space-around;
  width: 750px;
  margin: 40px auto 0 auto;
}

.block_guide .fig_order_wrapper .fig_order_item {
  margin: 10px 5px;
}

.block_guide .fig_order_wrapper .fig_order_item a {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.block_guide .fig_order_wrapper .fig_order_item a:hover {
  opacity: 0.5;
}

.block_guide .fig_order_wrapper .fig_order_item a.figcap:hover {
  color: #666;
}

.block_guide .fig_order_wrapper .fig_order_item figcaption {
  text-align: center;
  line-height: 25px;
  margin-top: 10px;
}

#guide.block_guide .fig_order_wrapper .fig_order_item img.fig_order_img {
  width: auto;
  /*height: 300px;*/
}

.block_guide .text_center {
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .block_guide {
    padding: 40px 5.3vw 0px 5.3vw;
    margin-top: 0px;
  }
  .block_guide .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .block_guide .list {
    border-top: 1px #c8c8c8 solid;
    padding-top: 25px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .block_guide .list .column {
    display: block;
    font-size: 14px;
    border-bottom: 1px #c8c8c8 solid;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .block_guide .list .column .c_name {
    float: none;
    width: 100%;
    padding-bottom: 25px;
  }
  .block_guide .list .column .c_area {
    float: none;
    width: 100%;
  }
  .block_guide .list .column .c_area p {
    margin-bottom: 14px;
  }
  .block_guide .list .column .c_area p small {
    font-size: 12px;
  }
  .block_guide ul.btn_list {
    margin-top: 60px;
  }
  .block_guide ul.btn_list li {
    display: block;
    margin: 0px;
    margin-bottom: 30px;
  }
  .block_guide ul.btn_list li a {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
  }
  .block_guide .btn_wrapper {
    display: block;
  }
  .block_guide .btn_wrapper li:last-child {
    margin-top: 25px;
    margin-left: auto;
  }
  .block_guide .btn_wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .block_guide .text_center {
    margin-top: auto;
    text-align: left;
  }
  .block_guide .fig_order_wrapper {
    display: block;
    width: auto;
    margin: 30px auto 0 auto;
    text-align: center;
  }
  .block_guide .fig_order_wrapper .fig_order_item {
    margin: 20px 0px;
  }
}
/* --------------------------------------
とんぼ
-------------------------------------- */
.block_special .textarea .ub {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .block_special .summary .wide {
    width: 520px;
    text-align: left;
    margin: 0 auto;
  }
  .block_special .summary .wide_bottom {
    width: 520px;
    text-align: left;
    margin: 0 auto;
    margin-top: 20px;
  }
  .block_special .summary .wide .kaigyo {
    margin-top: 15px;
  }
  .block_special .exp_area .textarea .kaigyo {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .block_special .summary {
    margin-top: 20px;
  }
}
/* --------------------------------------
とんぼPDFリンク
-------------------------------------- */
.block_special .btn_tonbo a {
  display: inline-block;
  box-sizing: border-box;
  padding-top: 0.8em;
  padding-right: 1.8em;
  padding-bottom: 0.8em;
  padding-left: 1.8em;
  font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  line-height: 1;
  transition-duration: 0.3s;
  transition-property: opacity, background, color;
  border-radius: 5px;
  margin: 0px auto;
  background: #000;
  color: #FFF;
}

.block_special .btn_tonbo {
  margin-top: 50px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .block_special .btn_tonbo a {
    font-size: 3.2vw;
    padding: 20px 20px;
  }
  .block_special .btn_tonbo {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .block_special .btn_tonbo a {
    font-size: 1.1vw;
    padding: 20px 20px;
  }
}
/* --------------------------------------
とんぼ問い合わせ
-------------------------------------- */
.inquiry_phone {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .inquiry_tonbo {
    width: 290px;
    text-align: left;
    margin: 0 auto;
    margin-top: 60px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 768px) {
  .inquiry_tonbo {
    padding: 45px 5.3vw;
    margin-bottom: 50px;
  }
  .inquiry_phone {
    margin: 30px auto 0 auto;
    width: 220px;
  }
}
/* --------------------------------------
TOPシリーズタイトル
-------------------------------------- */
.column .series_title {
  line-height: 1;
  font-size: 30px;
  letter-spacing: 0.02em;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 60px;
}

@media only screen and (max-width: 768px) {
  .column .series_title {
    top: 10vw;
    font-size: 6vw;
    left: 15px;
  }
}
/* --------------------------------------
はじめに
-------------------------------------- */
.block_entrance .ub {
  text-decoration: underline;
}

/* --------------------------------------
block_patern
-------------------------------------- */
.block_patern {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F6F5F8;
}

.block_patern .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.block_patern .inner .title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
}

.block_patern .inner .list {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}

.block_patern .inner .column {
  width: 48%;
}

.block_patern .inner .column.one {
  width: 100%;
}

.block_patern .inner .column .c_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}

.block_patern .inner .column .c_title small {
  font-size: 16px;
}

.block_patern .inner .column p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  height: 90px;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.block_patern .inner .column.one p {
  text-align: center;
}

.block_patern .inner .column ul {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}

.block_patern .inner .column ul.one {
  justify-content: center; /* flex-start  center  space-between */
}

.block_patern .inner .column ul li {
  width: 48%;
}

.block_patern .inner .column.one ul {
  width: 715px;
  margin: 0 auto;
}

.block_patern .inner .column.one ul li {
  width: 30%;
}

.block_patern .inner .column ul li figure figcaption {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.block_patern .inner .line {
  padding-top: 76px;
  margin-bottom: 78px;
  border-bottom: 1px #CBCBCB solid;
}

.btn_area {
  padding: 100px 0;
  text-align: center;
}

.btn_area a {
  display: block;
  margin: 0 auto;
  width: 500px;
  height: 60px;
  background: #051529;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  text-align: center;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  transition: all 0.4s 0s ease;
}

.btn_area a span:after {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f138";
  margin-left: 8px;
  vertical-align: 0;
}

.btn_area a:hover {
  background: #FFF;
  color: #051529;
}

@media only screen and (max-width: 768px) {
  .block_patern {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 10px;
  }
  .block_patern .inner {
    margin: 0 5.3vw;
    width: auto;
  }
  .block_patern .inner .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .block_patern .inner .list {
    display: flex;
    flex-direction: column; /* row row-reverse column */
  }
  .block_patern .inner .column {
    width: 100%;
    margin-bottom: 40px;
  }
  .block_patern .inner .column.one {
    width: 100%;
  }
  .block_patern .inner .column .c_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .block_patern .inner .column .c_title small {
    font-size: 16px;
  }
  .block_patern .inner .column p {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    margin-bottom: 20px;
  }
  .block_patern .inner .column.one p {
    text-align: left;
  }
  .block_patern .inner .column ul.one {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .block_patern .inner .column ul li {
    width: 48%;
  }
  .block_patern .inner .column.one ul {
    width: 100%;
    display: block;
    letter-spacing: -0.4em;
  }
  .block_patern .inner .column.one ul li {
    display: inline-block;
    letter-spacing: normal;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .block_patern .inner .column.one ul li:nth-child(2n) {
    margin-right: 0;
  }
  .block_patern .inner .column ul li figure figcaption {
    font-size: 14px;
  }
  .block_patern .inner .line {
    padding-top: 30px;
    margin-bottom: 60px;
  }
  .btn_area {
    padding: 50px 0;
  }
  .btn_area a {
    margin: 0 5.3vw;
    width: auto;
    height: 60px;
    font-size: 14px;
  }
  .btn_area a span:after {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f138";
    margin-left: 8px;
    vertical-align: 0;
  }
  .btn_area a:hover {
    background: #FFF;
    color: #051529;
  }
}
/* --------------------------------------
CHEVRON
-------------------------------------- */
.block_special.chevron {
  background: #f7f7f7;
}

.block_special.chevron .mainvisual {
  margin-bottom: 0;
}

.block_special.chevron .summary {
  margin-bottom: 0;
  padding: 160px 0;
}

.block_special.chevron .summary .lead {
  font-size: 28px;
}

.block_special.chevron .summary p {
  line-height: 2.5;
}

.block_gallery.chevron .slide {
  margin-bottom: 0;
}

.block_special.chevron .summary.bg {
  background: #836665;
}

.block_special.chevron .summary.bg p {
  color: #fff;
}

.block_special.chevron .list {
  max-width: 1180px;
  margin-bottom: 100px;
}

.block_special.chevron .list h2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-bottom: 100px;
}

.block_special.chevron .list .column {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 100px;
  text-align: center;
}

.block_special.chevron .list .column:nth-child(3n+1) {
  margin-right: 0;
}

.block_special.chevron .list .column:last-child {
  margin: 0 auto;
  display: block;
}

.block_special.chevron .block_logo {
  margin: 0px auto;
  margin-bottom: -90px;
  padding: 60px 0 170px;
  width: 234px;
  height: 32px;
}

@media only screen and (max-width: 768px) {
  .block_special.chevron .summary {
    padding: 21.33vw 5.33vw;
    margin: 0;
  }
  .block_special.chevron .summary .lead {
    font-size: 7.47vw;
  }
  .block_special.chevron .summary p {
    font-size: 3.73vw;
  }
  .block_special.chevron .list {
    margin-bottom: 13.33vw;
  }
  .block_special.chevron .list h2 {
    font-size: 7.47vw;
    margin-bottom: 13.33vw;
    margin-top: 0;
  }
  .block_special.chevron .list .column {
    width: 46%;
    margin-right: 0;
    margin-bottom: 13.33vw;
  }
  .block_special .list .column a .name {
    font-size: 2.93vw;
  }
  .block_special.chevron .list .column:nth-child(3n+1) {
    margin-right: 0;
  }
  .block_special.chevron .list .column:nth-child(2n) {
    margin-right: 8%;
  }
  .block_special.chevron .list .column:last-child {
    margin: 0 auto;
    display: inline-block;
  }
  .block_special.chevron .block_logo {
    margin: 0px auto;
    margin-bottom: -45px;
    padding: 8vw 0 22.67vw;
    width: 53.33vw;
    height: auto;
  }
}
/* --------------------------------------
2023 TOP
-------------------------------------- */
.block_item_list.top_2023 .inner .list .column {
  width: 47.5%;
}

.block_item_list.top_2023 .inner .list .column:nth-child(2n) {
  margin-right: 0;
}

.block_item_list.top_2023 .inner .list .column:nth-child(3n) {
  margin-right: 5%;
}

h2.title.top_2023 {
  padding: 85px 0 60px;
  text-align: center;
  line-height: 1;
  font-size: 42px;
  letter-spacing: 0.02em;
}

.block_patern.top_2023 {
  background: #7a8083;
  color: #fff;
  margin-top: 0;
}

.block_patern.top_2023.second {
  background: #4a4e52;
}

.block_patern.top_2023 .inner .list {
  display: block;
}

.block_patern.top_2023 .inner .column {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.block_patern.top_2023 .inner .column:nth-child(2) {
  padding-top: 100px;
}

.block_patern.top_2023 .inner .column p {
  text-align: center;
  height: auto;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  h2.title.top_2023 {
    padding: 40px 0 30px;
    font-size: 24px;
  }
  .block_patern.top_2023 {
    padding-bottom: 70px;
  }
  .block_banner_list.top_2023 .inner .title {
    font-size: 8vw;
  }
  .block_item_list.top_2023 .inner .list .column {
    width: 42vw;
  }
  .block_item_list.top_2023 .inner .list .column a .name {
    font-size: 3.2vw;
  }
}
/* --------------------------------------
RINGLET
-------------------------------------- */
.block_special.ringlet .mainvisual {
  margin-bottom: 0;
}

.block_special.ringlet .summary {
  margin-bottom: 0;
  padding: 120px 0;
}

.block_special.ringlet .summary .lead {
  font-size: 28px;
}

.block_special.ringlet .summary p {
  line-height: 2.5;
}

.block_special.ringlet .exp_area {
  background: #eee6da;
}

.block_special.ringlet .exp_area .inner {
  display: block;
}

.block_special.ringlet .exp_area .inner .exp_title {
  font-size: 28px;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
}

.block_special.ringlet .exp_area .inner figure {
  width: 420px;
}

.block_special.ringlet .exp_area .inner .textarea {
  flex: 0 1 420px;
}

.block_special.ringlet .exp_area .inner .textarea p {
  font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
}

.block_special.ringlet .exp_area .inner .exp_pattern {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #051529;
}

.block_special.ringlet .exp_area .inner .exp_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.block_special.ringlet .exp_area .inner .exp_detail .exp_detail_wrap .textarea {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.block_special.ringlet .list_title {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 90px auto 60px;
}

.block_special.ringlet .block_gallery {
  margin-top: 70px;
}

.block_special.ringlet .block_gallery .slide {
  margin-bottom: 0;
}

.block_special.ringlet .btn_area {
  padding: 100px 0 60px;
}

@media only screen and (max-width: 768px) {
  .block_special.ringlet .summary {
    padding: 21.33vw 5.33vw;
    margin: 0;
  }
  .block_special.ringlet .summary .lead {
    font-size: 7.47vw;
    margin-bottom: 10.67vw;
  }
  .block_special.ringlet .summary p {
    font-size: 4.27vw;
    line-height: 2;
  }
  .block_special.ringlet .exp_area .inner .exp_title {
    font-size: 6.93vw;
    margin-bottom: 10.67vw;
  }
  .block_special.ringlet .exp_area .inner figure {
    width: 100%;
  }
  .block_special.ringlet .exp_area .inner .textarea p {
    font-size: 4.27vw;
  }
  .block_special.ringlet .exp_area .inner .exp_pattern {
    display: block;
    padding-bottom: 8vw;
  }
  .block_special.ringlet .exp_area .inner .exp_detail {
    display: block;
    margin-top: 8vw;
  }
  .block_special.ringlet .exp_area .inner .exp_detail .exp_detail_wrap:first-child {
    margin-bottom: 10.67vw;
  }
  .block_special.ringlet .exp_area .inner .exp_detail .exp_detail_wrap figure {
    margin-bottom: 0;
  }
  .block_special.ringlet .exp_area .inner .exp_detail .exp_detail_wrap .textarea {
    font-size: 4.27vw;
    margin-top: 5.33vw;
  }
  .block_special.ringlet .list_title {
    font-size: 6.4vw;
    margin: 13.33vw auto;
  }
  .block_special.ringlet .block_gallery {
    margin-top: 13.33vw;
  }
  .block_special.ringlet .btn_area {
    padding: 21.33vw 0 16vw;
  }
}
/* --------------------------------------
HISOCA
-------------------------------------- */
.block_special.ringlet.hisoca .exp_area {
  background: #d2d7da;
}

.block_special.ringlet.hisoca .exp_area .inner .exp_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block_special.ringlet.hisoca .exp_area .inner .exp_title .logo_area {
  width: 250px;
  padding-right: 50px;
  border-right: 1px solid #051529;
}

.block_special.ringlet.hisoca .exp_area .inner .exp_title .logo_area p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
}

.block_special.ringlet.hisoca .exp_area .inner .exp_title .copy_area {
  width: 100%;
  font-size: 16px;
  padding-left: 50px;
  line-height: 1.5;
}

.block_special.ringlet.hisoca .exp_area .inner .exp_pattern {
  border-bottom: none;
}

.block_special.ringlet.hisoca .exp_area .inner .exp_pattern figure {
  position: relative;
}

.block_special.ringlet.hisoca .exp_area .inner .exp_pattern figure.tombow:before {
  content: "とんぼ";
  display: block;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}

.block_special.ringlet.hisoca .exp_area .inner .exp_pattern figure.tombow::after {
  content: "緑";
  position: absolute;
  display: block;
  font-size: 24px;
  font-weight: 300;
  left: -50px;
  top: 50%;
}

.block_special.ringlet.hisoca .exp_area .inner .exp_pattern figure.shippou:before {
  content: "七宝繋ぎ";
  display: block;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}

.block_special.ringlet.hisoca .exp_area .inner .exp_pattern figure.tombow_b::after {
  content: "黒";
  position: absolute;
  display: block;
  font-size: 24px;
  font-weight: 300;
  left: -50px;
  top: 50%;
}

@media only screen and (max-width: 768px) {
  .block_special.ringlet.hisoca .exp_area .inner .exp_title .logo_area {
    width: 53.33vw;
    padding-right: 5.33vw;
  }
  .block_special.ringlet.hisoca .exp_area .inner .exp_title .logo_area p {
    font-size: 3.73vw;
    margin-top: 2.67vw;
  }
  .block_special.ringlet.hisoca .exp_area .inner .exp_title .copy_area {
    font-size: 3.2vw;
    padding-left: 5.33vw;
    text-align: left;
  }
  .block_special.ringlet.hisoca .exp_area .inner .exp_pattern {
    display: flex;
  }
  .block_special.ringlet.hisoca .exp_area .inner .exp_pattern figure {
    margin-bottom: 0;
  }
  .block_special.ringlet.hisoca .exp_area .inner .exp_pattern figure:first-child {
    margin: 0 20px;
  }
  .block_special.ringlet.hisoca .exp_area .inner .exp_pattern figure.tombow:before {
    font-size: 4.8vw;
    margin-bottom: 20px;
  }
  .block_special.ringlet.hisoca .exp_area .inner .exp_pattern figure.tombow::after {
    font-size: 4.8vw;
    left: -8vw;
  }
  .block_special.ringlet.hisoca .exp_area .inner .exp_pattern figure.shippou:before {
    font-size: 4.8vw;
    margin-bottom: 20px;
  }
  .block_special.ringlet.hisoca .exp_area .inner .exp_pattern figure.tombow_b::after {
    font-size: 4.8vw;
    left: -8vw;
  }
}
/* --------------------------------------
2023 TOP(2024必要箇所編集)
-------------------------------------- */
.block_patern.top_2023 .inner .column .c_title span {
  display: block;
  font-size: 16px;
  color: #a8a9aa;
  margin-top: 5px;
}

.block_patern.top_2023.second {
  background: #d2d7da;
  color: #051529;
}

.block_patern.top_2023.second .inner .column .c_title {
  margin-bottom: 40px;
}

.block_patern.top_2023.second .inner .column ul {
  width: 100%;
  max-width: 800px;
  flex-wrap: wrap;
}

.block_patern.top_2023.second .inner .column ul li {
  margin-bottom: 20px;
}

.block_patern.top_2023.second .inner .column ul li:last-child {
  margin-bottom: 0;
}

.block_patern.top_2023.second .inner .column ul li figure figcaption span {
  display: block;
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .block_patern.top_2023 .inner .column p {
    text-align: left;
  }
  .block_patern.top_2023 .inner .column .c_title span {
    font-size: 3.73vw;
    margin-top: 1.33vw;
  }
  .block_patern.top_2023.second .inner .column .c_title {
    margin-bottom: 8vw;
  }
  .block_patern.top_2023.second .inner .column ul li {
    margin-bottom: 5.33vw;
  }
  .block_patern.top_2023.second .inner .column ul li figure figcaption span {
    font-size: 3.2vw;
  }
}
/* --------------------------------------
2025 
-------------------------------------- */
.block_patern.__2025 {
  background: #ACB2B5;
}
.block_patern.__2025 > .inner > .list > .column > .c_title > span {
  color: #686B6E;
}
.block_patern.__2025 > .inner > .list > .column > ul {
  flex-wrap: wrap;
}
.block_patern.__2025 > .inner > .list > .column > ul > li > figure > figcaption {
  color: #051529;
}
.block_patern.__2025 > .inner > .list > .column > ul > li > figure > figcaption > span {
  display: block;
  font-size: 12px;
}
.block_patern.__2025 > .inner > .list > .column > ul > li:nth-child(n+3) {
  margin-top: 24px;
}
.block_patern.__2025 > .inner > .list > .column > ul.__center {
  justify-content: center;
}

/* 
白詰草 2025シリーズ
-------------------------------------- */
.block_special.__shirotsumegusa .mainvisual {
  padding-top: 0;
}
.block_special.__shirotsumegusa .summary {
  margin-bottom: 0;
  padding: 120px 0;
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .summary {
    padding: 21.33vw 5.33vw;
    margin: 0;
  }
}
.block_special.__shirotsumegusa .summary .lead {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .summary .lead {
    font-size: 7.47vw;
    margin-bottom: 10.67vw;
  }
}
.block_special.__shirotsumegusa .summary p {
  line-height: 2.5;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .summary p {
    font-size: 4.27vw;
    line-height: 2;
  }
}
.block_special.__shirotsumegusa .exp_area {
  background: #F6F6E6;
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .exp_area {
    padding-top: calc(64 / 375 * var(--vw));
  }
}
.block_special.__shirotsumegusa .exp_area .inner {
  display: block;
  max-width: 960px;
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .exp_area .inner {
    max-width: none;
    width: 100%;
  }
}
.block_special.__shirotsumegusa .exp_area .inner .image_area {
  width: 355px;
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .exp_area .inner .image_area {
    display: block;
    margin-top: calc(48 / 375 * var(--vw));
    width: 100%;
  }
}
.block_special.__shirotsumegusa .exp_area .inner .image_area figure {
  width: 355px;
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .exp_area .inner .image_area figure {
    width: 100%;
  }
}
.block_special.__shirotsumegusa .exp_area .inner .image_area .title {
  margin-top: 16px;
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .exp_area .inner .image_area .title {
    margin-top: calc(16 / 375 * var(--vw));
    font-size: calc(18 / 375 * var(--vw));
  }
}
.block_special.__shirotsumegusa .exp_area .inner .image_area .text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .exp_area .inner .image_area .text {
    margin-top: calc(8 / 375 * var(--vw));
    font-size: calc(14 / 375 * var(--vw));
  }
}
.block_special.__shirotsumegusa .exp_area .inner .textarea {
  flex: 0 1 509px;
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .exp_area .inner .textarea {
    display: block;
    flex: auto;
  }
}
.block_special.__shirotsumegusa .exp_area .inner .textarea .lead {
  font-size: 22px;
  line-height: 2.2;
  font-weight: bold;
}
.block_special.__shirotsumegusa .exp_area .inner .textarea p {
  margin-top: 32px;
  font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
}
.block_special.__shirotsumegusa .exp_area .inner .exp_pattern {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .exp_area .inner .exp_pattern {
    display: block;
    padding-bottom: 8vw;
  }
}
.block_special.__shirotsumegusa .exp_area .inner .exp_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .exp_area .inner .exp_detail {
    display: block;
    margin-top: 8vw;
  }
}
.block_special.__shirotsumegusa .exp_area .inner .exp_detail .exp_detail_wrap .textarea {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .exp_area .inner .exp_detail .exp_detail_wrap .textarea {
    font-size: 4.27vw;
    margin-top: 5.33vw;
  }
}
@media only screen and (max-width: 768px) {
  .block_special.__shirotsumegusa .exp_area .inner .exp_detail .exp_detail_wrap:first-child {
    margin-bottom: 10.67vw;
  }
}
.block_special.__shirotsumegusa .list_title {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 90px auto 60px;
}
.block_special.__shirotsumegusa .block_gallery {
  margin-top: 70px;
}
.block_special.__shirotsumegusa .block_gallery .slide {
  margin-bottom: 0;
}
.block_special.__shirotsumegusa .btn_area {
  padding: 100px 0 60px;
}

/* 
INISHIE 
-------------------------------------- */
.block_special.__inishie .mainvisual {
  margin-bottom: 0;
}
.block_special.__inishie .block_concept {
  padding: 150px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .block_concept {
    padding: calc(64 / 375 * var(--vw)) 0;
  }
}
.block_special.__inishie .block_concept .inner {
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .block_concept .inner {
    width: calc(335 / 375 * var(--vw));
  }
}
.block_special.__inishie .block_concept .inner .lead {
  font-size: 25px;
  font-size: 1.8vw;
  letter-spacing: 0.24em;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: normal;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .block_concept .inner .lead {
    font-size: calc(23 / 375 * var(--vw));
    line-height: 1.4;
    margin-bottom: calc(24 / 375 * var(--vw));
    text-align: left;
  }
}
.block_special.__inishie .block_concept .inner p {
  font-size: 15px;
  font-size: 1.2vw;
  line-height: 2.3;
  letter-spacing: 0.16em;
  font-weight: normal;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .block_concept .inner p {
    font-size: calc(15 / 375 * var(--vw));
    line-height: 2;
    text-align: left;
  }
}
.block_special.__inishie .exp_area {
  background: #E4EDF4;
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .exp_area {
    padding-top: calc(64 / 375 * var(--vw));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: calc(64 / 375 * var(--vw));
    margin-bottom: 0;
  }
}
.block_special.__inishie .exp_area .inner {
  display: block;
  max-width: 990px;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .exp_area .inner {
    max-width: none;
    width: calc(326 / 375 * var(--vw));
  }
}
.block_special.__inishie .exp_area .inner .image_area {
  width: 415px;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .exp_area .inner .image_area {
    width: 100%;
  }
}
.block_special.__inishie .exp_area .inner .image_area figure {
  width: 415px;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .exp_area .inner .image_area figure {
    width: 100%;
  }
}
.block_special.__inishie .exp_area .inner .textarea {
  flex: 0 1 509px;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .exp_area .inner .textarea {
    flex: none;
    width: 100%;
  }
}
.block_special.__inishie .exp_area .inner .textarea .lead {
  font-size: 22px;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .exp_area .inner .textarea .lead {
    font-size: calc(20 / 375 * var(--vw));
    line-height: 1.7;
  }
}
.block_special.__inishie .exp_area .inner .textarea p {
  margin-top: 32px;
  font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .exp_area .inner .textarea p {
    margin-top: calc(25 / 375 * var(--vw));
  }
}
.block_special.__inishie .exp_area .inner .exp_pattern {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .exp_area .inner .exp_pattern {
    display: block;
  }
}
.block_special.__inishie .exp_area .inner .exp_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.block_special.__inishie .exp_area .inner .exp_detail .exp_detail_wrap .textarea {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.block_special.__inishie .list_title {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 90px auto 60px;
}
.block_special.__inishie .block_grid > .list {
  overflow: hidden;
  max-width: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .block_grid > .list {
    width: 100%;
    margin: 0;
  }
}
.block_special.__inishie .block_grid > .list > .column {
  float: left;
  display: initial;
  vertical-align: initial;
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .block_special.__inishie .block_grid > .list > .column {
    float: none;
    width: 100%;
  }
}
.block_special.__inishie .block_gallery .slide {
  margin-bottom: 0;
}
.block_special.__inishie .btn_area {
  padding: 100px 0 60px;
}
/*----------------------------------------------------
  .block_product_list
--------------------------------------------------- */
.block_product_list{
}
.block_product_list .inner{
} 
.block_product_list .inner .column{
  width: 100%;
  padding-bottom: 12vw;
}
.block_product_list .inner .column.main_left figure.pos01{
  position: relative;
  top: 0;
  left: 10.9vw;
  width: 64.58vw;
}
.block_product_list .inner .column.main_left figure.pos02{
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  width: 35vw;
  margin:0 0 0 auto;
  margin-top: -5vw;
}
.block_product_list .inner .column.main_right figure.pos01{
  position: relative;
  top: 0;
  left: 26vw;
  width: 64.58vw;
}
.block_product_list .inner .column.main_right figure.pos02{
  position: relative;
  top: 0;
  left: 0;
  width: 35vw;
  margin-top: -8.6vw;
}
.block_product_list .inner .column.main_left .title{
  position: relative;
  top: 0;
  left: 10.9vw;
  font-size: 25px;
  font-size: 1.8vw;
  letter-spacing: 0.24em;
  line-height: 1;
  margin-bottom: 3.3vw;
  text-align: left;
  margin-top: -11.9vw;
}
.block_product_list .inner .column.main_left p{
  position: relative;
  top: 0;
  left: 14.7vw;
  font-size: 15px;
  font-size: 1.2vw;
  line-height: 2.3;
  letter-spacing: 0.16em;
  margin-bottom: 6.7vw;
}
.block_product_list .inner #product03.column.main_left p{
  left: 22.7vw;
}
.block_product_list .inner .column.main_right .title{
  position: relative;
  top: 0;
  left: 41.6vw;
  font-size: 25px;
  font-size: 1.8vw;
  letter-spacing: 0.24em;
  line-height: 1;
  margin-bottom: 3.3vw;
  text-align: left;
  margin-top: -8.9vw;
}
.block_product_list .inner .column.main_right p{
  position: relative;
  top: 0;
  left:46vw;
  font-size: 15px;
  font-size: 1.2vw;
  line-height: 2.3;
  letter-spacing: 0.16em;
  margin-bottom: 6.7vw;
}
.block_product_list .inner .column .btn{
  margin: 0 10.7vw 0 auto;
  text-align: center;
  width: 24.2vw;
  font-size: 12px;
  font-size: 0.9vw;
  line-height: 2.3;
}
.block_product_list .inner .column .btn a{
  display: block;
  height: 4.1vw;
  background: #000;
  color: #FFF;
  text-align: center;
  line-height: 4.1vw;
  margin-bottom: 12px;
  font-size: 1.2vw;
  -webkit-transition: all 0.8s 0.0s ease;
  -moz-transition: all 0.8s 0.0s ease;
      transition: all 0.8s 0.0s ease;
}
.block_product_list .inner .column .btn a:hover{
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .block_product_list{
    width: 100%;
    overflow: hidden;
  }
  .block_product_list .inner .column{
    padding-bottom: 22vw;
  }
  .block_product_list .inner .column.main_left figure.pos01{
    position: relative;
    top: 0;
    left: 10.9vw;
    width: 64.58vw;
  }
  .block_product_list .inner .column.main_left figure.pos02{
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    width: 35vw;
    margin:0 0 0 auto;
    margin-top: -5vw;
  }
  .block_product_list .inner .column.main_right figure.pos01{
    position: relative;
    top: 0;
    left: 26vw;
    width: 64.58vw;
  }
  .block_product_list .inner .column.main_right figure.pos02{
    position: relative;
    top: 0;
    left: 0;
    width: 35vw;
    margin-top: -8.6vw;
  }
  .block_product_list .inner .column.main_left .title{
    position: relative;
    top: 0;
    left: 6.6vw;
    width: 100%;
    width : -webkit-calc(100% - 13.2vw) ;
    width : calc(100% - 13.2vw) ;
    font-size: 23px;
    letter-spacing: 0.24em;
    line-height: 1.6;
    margin-bottom: 3.3vw;
    text-align: left;
    margin-top: 10vw;
  }
  .block_product_list .inner .column.main_left p{
    position: relative;
    top: 0;
    left: 6.6vw;
    width: 100%;
    width : -webkit-calc(100% - 13.2vw) ;
    width : calc(100% - 13.2vw) ;
    font-size: 15px;
    line-height: 2.3;
    letter-spacing: 0.16em;
    margin-bottom: 6.7vw;
  }
  .block_product_list .inner #product03.column.main_left p{
    left: 6.6vw;
  }
  .block_product_list .inner .column.main_right .title{
    position: relative;
    top: 0;
    left: 6.6vw;
    width: 100%;
    width : -webkit-calc(100% - 13.2vw) ;
    width : calc(100% - 13.2vw) ;
    font-size: 23px;
    letter-spacing: 0.24em;
    line-height: 1.6;
    margin-bottom: 3.3vw;
    text-align: left;
    margin-top: 10vw;
  }
  .block_product_list .inner .column.main_right p{
    position: relative;
    top: 0;
    left: 6.6vw;
    width: 100%;
    width : -webkit-calc(100% - 13.2vw) ;
    width : calc(100% - 13.2vw) ;
    font-size: 15px;
    line-height: 2.3;
    letter-spacing: 0.16em;
    margin-bottom: 6.7vw;
  }
  .block_product_list .inner .column .btn{
    margin:0 auto;
    text-align: center;
    width: 280px;
    font-size: 12px;
    line-height: 2.3;
  }
  .block_product_list .inner .column .btn a{
    display: block;
    height:40px;
    line-height:40px;
    margin-bottom: 12px;
    font-size:12px;
  }
}


/*----------------------------------------------------
  .block_product
--------------------------------------------------- */
.block_product{
    padding: 0;
}
.block_product .title{
    text-align: center;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 65px;
    font-weight: bold;
}
.block_product .list{
    width: 1050px;
    margin: 0 auto;
    overflow: hidden;
    letter-spacing: -0.4em;
} 
.block_product .list .column{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 31.3%;
    margin-right: 3%; 
    margin-bottom: 65px;
}
.block_product .list .column:nth-child(3n){
    margin-right: 0;
}
.block_product .list .column a{
    display: block;
    position: relative;
}
.block_product .list .column a figure{
    margin-bottom: 25px;
    overflow: hidden;
}
.block_product .list .column a figure img{
    -webkit-transition: all 0.8s 0.0s ease;
    -moz-transition: all 0.8s 0.0s ease;
        transition: all 0.8s 0.0s ease;
}
.block_product .list .column a:hover figure img{
    -webkit-transform: scale3d(1.1,1.1,1.1) translate(0px,0px) rotate(0deg);
       -moz-transform: scale3d(1.1,1.1,1.1) translate(0px,0px) rotate(0deg);
            transform: scale3d(1.1,1.1,1.1) translate(0px,0px) rotate(0deg);
}
.block_product .list .column a .name{
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 4px;
    font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product .list .column a .name span{
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: normal;
}
.block_product .list .column a .ec{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.04em;
    background: url(../img/blank.png) no-repeat right center;
    background-size: auto 10px;
    padding-right: 22px;
    font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product .list .column a .ec span{
    text-decoration: underline;
}
.block_product .list .column a:hover .ec span{
    text-decoration: none;
}
.block_product .attention{
  width: 1050px;
  margin: 0 auto;
    text-align: center;
    font-size: 1.5vw;
    padding-bottom: 40px;
    margin-bottom: 80px;
    border-bottom: 1px #ccc solid;
    /* font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}
.block_product .intro_block{
  width: 1050px;
  margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.block_product .intro_block .column{
  overflow: hidden;
  text-align: left;
  margin-bottom: 80px;
}
.block_product .intro_block .column figure{
  float: left;
  width: 47%;
}
.block_product .intro_block .column .textarea{
  float: right;
  width: 47%;
}
.block_product .intro_block .column .textarea .column_title{
  font-size: 1.8vw;
  font-size: 24px;
  margin-bottom: 3vw;
  margin-bottom: 25px;
  padding-top: 2vw;
  padding-top: 25px;
  letter-spacing: 0.16em;
}
.block_product .intro_block .column .textarea p{
  font-size: 1.2vw;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.16em;
  margin-bottom: 3vw;
  margin-bottom: 25px;
}

.block_product .intro_block .column .textarea .btn{
  text-align: center;
  /* width: 24.2vw; */
  font-size: 0.9vw;
  font-size: 12px;
  line-height: 2.3;
}
.block_product .intro_block .column .textarea .btn a{
  display: block;
  height: 60px;
  background: #000;
  color: #FFF;
  text-align: center;
  line-height: 60px;
  margin-bottom: 12px;
  font-size: 1.2vw;
  font-size: 18px;
  -webkit-transition: all 0.8s 0.0s ease;
  -moz-transition: all 0.8s 0.0s ease;
      transition: all 0.8s 0.0s ease;
}
.block_product .intro_block .column .textarea .btn a:after{
  content: "";
  background: url(../img/blank.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: -8px;
}
.block_product .intro_block .column .textarea .btn a:hover{
  opacity: 0.5;
}



.block_product  .q{
  border-top: 1px #ccc solid;
    padding-top: 80px;
    width: 1050px;
    margin:0 auto;
}
.block_product  .q .inner{
    padding: 0 65px;
}
.block_product  .q .t span{
    display: block;
}
.block_product  .q .t{
    margin-top: 0;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product  .q .t.pd{
    margin-left: 10px;
    padding-left: 1em;
    text-indent: -0.5em;
    font-size: 12px;
}

.block_product .list .column .p-brand__item__detail {
  margin-top: 15px;
  font-size: 14px;
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, MyYuGothic, MyHiragino, メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.block_product .list .column .p-brand__item__detail h2{
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 1;
}
.block_product .list .column .p-brand__item__detail h2 span{
  color: #9B0E15;
}

.block_product .list .column .p-brand__item__detail .p-brand__item__category{
  font-size: 18px;
  font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
}

.block_product .list .column .p-brand__item__detail .p-brand__item__size{
}

.block_product .list .column .p-brand__item__detail .p-brand__item__spec{
  line-height: 2;
}

.block_product .list .column .p-brand__item__detail .p-brand__item__price span{
  font-size: 20px;
}
@media only screen and (max-width: 768px) {

  .block_product .title{
      font-size: 24px;
      margin-bottom: 60px;
  }
  .block_product .list{
      width: auto;
      margin: 0 6.6vw;
      overflow: hidden;
  } 
  .block_product .list .column{
      display:inline-block;
      width: 48%;
      margin-right: 4%; 
      margin-bottom: 45px;
  }
  .block_product .list .column:nth-child(3n){
    margin-right: 4%; 
  }
  .block_product .list .column:nth-child(2n){
      margin-right: 0;
  }
  .block_product .list .column a{
  }
  .block_product .list .column a figure{
      margin-bottom: 25px;
  }
  .block_product .list .column a figure img{
  }
  .block_product .list .column a:hover figure img{
  }
  .block_product .list .column a .name{
      font-size: 14px;
      margin-bottom: 4px;
  }
  .block_product .list .column a .name span{
      font-size: 12px;
  }
  .block_product .list .column a .ec{
      display: inline-block;
      font-size: 14px;
      letter-spacing: 0.04em;
      background: url(../img/blank_sp.png) no-repeat right center;
      background-size: auto 10px;
      padding-right: 22px;
      font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .block_product .list .column a .ec span{
      text-decoration: underline;
  }
  .block_product .list .column a:hover .ec span{
      text-decoration: none;
  }
  .block_product .attention{
    width: auto;
      text-align: center;
      font-size: 14px;
      line-height: 33px;
      margin-bottom: 40px;
  }
  .block_product .btn_block{
      margin-bottom: 0px;
  }
  .block_product .btn_block .column{
      display:block;
      margin:0 6.6vw;
      margin-bottom: 45px;
  }
  .block_product .btn_block .column .btn{
      margin-bottom: 12px;
  }
  .block_product .btn_block .column .btn a{
      display: block;
      width: 100%;
      font-size: 18px;
      line-height: 70px;
  }
  .block_product .btn_block .column .btn a.blank span{
      background: url(../img/blank_sp.png) no-repeat right center;
      background-size: auto 10px;
      padding-right: 22px;

  }
  .block_product .btn_block .column .btn a:hover{
      border:1px #000 solid;
      background: #FFF;
      color: #000;
  }
  .block_product .btn_block .column p{
      font-size: 13px;
      line-height: 23px;
      letter-spacing: 0.08em;
      font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .block_product  .border{
    margin-top: 45px;
    margin-bottom: 45px;
    width: 90%;
    margin:0 auto;
    border:1px #cccccc solid;
    padding: 20px 0;
  }
  .block_product  .border .border_title{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .block_product  .border p{
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.08em;
    font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .block_product  .border p strong{
    font-weight: bold;
    text-decoration: underline;
  }
  .block_product  .q{
      padding-top: 45px;
      width: auto;
      margin:0 6.6vw;
  }
  .block_product  .q .inner{
      padding: 0px;
  }
  .block_product  .q .t span{
      display: block;
  }
  .block_product  .q .t{
      padding-left: 1em;
      text-indent: -0.5em;
      margin-top: 0;
      font-size: 12px;
      line-height: 22px;
      color: #666666;
      font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .block_product  .q .t.pd{
      margin-left: 10px;
      padding-left: 1em;
      text-indent: -0.5em;
      font-size: 12px;
  }
  .block_product .intro_block{
    width: auto;
    margin:0 6.6vw;
  }
  .block_product .intro_block .column{
    margin-bottom: 80px;
  }
  .block_product .intro_block .column figure{
    float: none;
    width: 100%;
  }
  .block_product .intro_block .column .textarea{
    float: none;
    width: 100%;
  }
  .block_product .intro_block .column .textarea .column_title{
    font-size: 1.8vw;
    font-size: 20px;
    margin-bottom: 3vw;
    margin-bottom: 15px;
    padding-top: 2vw;
    padding-top: 25px;
    letter-spacing: 0.16em;
  }
  .block_product .intro_block .column .textarea p{
    font-size: 1.2vw;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.16em;
    margin-bottom: 3vw;
    margin-bottom: 25px;
  }
  
  .block_product .intro_block .column .textarea .btn{
    text-align: center;
    /* width: 24.2vw; */
    width: 280px;
    margin:0 auto;
    font-size: 0.9vw;
    font-size: 12px;
    line-height: 2.3;
  }
  .block_product .intro_block .column .textarea .btn a{
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px;
    font-size: 1.2vw;
    font-size: 12px;
  }
  .block_product .intro_block .column .textarea .btn a:after{
    content: "";
    background: url(../img/blank.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: -2px;
  }
  .block_product .list .column .p-brand__item__detail {
    margin-top: 4vw;
    font-size: 3.5vw;
  }
  .block_product .list .column .p-brand__item__detail h2{
    margin-top: 4vw;
    font-size: 3.73333vw;
    margin-bottom: 1vw;
  }
  .block_product .list .column .p-brand__item__detail .p-brand__item__category{
    font-size: 4vw;
    line-height: 6vw;
  }
  .block_product .list .column .p-brand__item__detail .p-brand__item__size{
    line-height: 6vw;
  }
  .block_product .list .column .p-brand__item__detail .p-brand__item__spec{
    line-height: 5vw;
  }
  .block_product .list .column .p-brand__item__detail .p-brand__item__price span {
    font-size: 4.5vw;
}
}