/* フォント変更 */
body {
  font-family: "FP-こぶりなゴシック StdN W3";
  letter-spacing: 0.09em;
  color: #000;
  text-align: justify;
  text-justify: inter-character;
    line-height: 2;
}

/* PC/SP改行 */

br.spbr {
  display: none;
}

@media (max-width:991px) {
  br.spbr {
    display: inline;
  }

  br.pcbr {
    display: none;
  }
}

/* メニュー */
@media (max-width:991px) {
  .navbar-toggler.navbar-toggler-right+div ul.navbar-nav.ml-auto.fsn {
    height: 100vh;
    overflow: scroll;
    padding-bottom: 100px;
  }
}

/* メニュー */

.top-bar .nav-link {
  font-weight: normal;
  color: #000;
  white-space: nowrap;
}

.top-bar .navbar-nav .nav-item {
  margin: 0;
  font-size: 13px;
  font-family: "FP-こぶりなゴシック StdN W6";
}

.nav-link .fa-envelope-o {
  margin-right: 7px;
}

.nav-link .fa-envelope-o:before {
  content: url(../img/icon_email.svg);
  width: 17px;
  height: 12px;
  top: 1px;
  position: relative;
}

.nav-link .fa-plus:before {
  content: "＋";
}

.dropdown.show .fa-plus:before {
  content: "ー";
}

.top-bar .navbar-nav .nav-item.contact-btn {
  margin-left: 0;
}

.top-bar .contact-btn .nav-link:before {
  display: none;
}

.top-bar .contact-btn .nav-link {
  color: #555;
  position: static;
  width: auto;
}

.navbar-static-top.navbar {
  border-top: none;
}

.sps--abv {
  background-color: rgba(255, 255, 255, 1);
}

#navbarCollapse1>ul>li.nav-item.contact-btn>a>i {
  font-size: 1em;
  display: inline;
}

.navbar-nav .nav-item.contact-btn .nav-link {
  margin-top: 0px;
}

.top-bar .contact-btn .nav-link .fa {
  display: block;
  position: static;
  width: auto;
  padding-top: 0px;
}

.top-bar .contact-btn .nav-link span {
  position: static;
  top: 0px;
  font-size: 13px;
  color: #000;
}

.navbar-toggler-right2 {
  right: 55.5px;
  padding-top: 9px;
}

.navbar-toggler-right {
  padding-top: 11px;
}


/* moreリンク202408変更 */
a.more_link:link,
a.more_link:visited {
  color: #000;
 /* font-family: HelveticaNeueLTStd-Md;*/
  position: relative;
    font-size: 18px;

}

a.more_link:hover,
a.more_link:active {
  text-decoration: none;
}

a.more_link:link::after,
a.more_link:visited::after,
span.more_link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 8px;
  -webkit-mask: url(../img/top202212/link_back2.svg);
  mask: url(../img/top202212/link_back2.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  background-color: #000;
  transition-duration: 0.3s;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
}

a.more_link:hover::after,
a.more_link:active::after,
a:hover span.more_link::after {
  right: 5px;
}
/* moreリンク202408変更ここまで */


#item {
  margin-top: 74px;
}

#item h2,
#item h3 {
  font-family: "HelveticaNeueLTStd-Md";
  font-weight: 900;
  text-align: center;
}

#item h2 {
  font-size: 28px;
  margin: 0 auto;
  padding: 80px 0 0;
  text-align: left;
  letter-spacing: 0.28em;
}

#item h3 {
  font-size: 25px;
  font-family: "FP-こぶりなゴシック StdN W6";
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0.15em;
  text-align: left;
}

#item p {
  font-size: 14px;
  font-family: "FP-こぶりなゴシック StdN W3";
}

#item img {
  max-width: 100vw;
  height: auto;
}

#more_check {
  display: none;
}


.bg-lc2 {
  background-color: rgb(242, 242, 242);
}


#item h2.title-info.font1.pt15.dark {
  font-size: 14px;
  font-family: "HelveticaNeueLTStd-Md";
  padding: 23px 0 0 0;
  text-align: right;
  width: 100%;
  color: #000;
  display: inline-block;
}

/* 共通 */

#item .item_block>div,
#item #drawing {
  max-width: 1120px;
  margin: 0 auto;
}

#item .item_block>div {
  padding: 0 40px;
}

#item #drawing {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 40px 0;
}

#item .column {
  display: grid;
  grid-template-columns: 0.40384615fr 0.61538462fr;
  grid-template-rows: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  max-width: 1120px;
  margin: 60px auto calc(150px - 1rem);
  padding: 0 40px;
}


#item .column h4 {
  font-size: 17px;
  line-height: 2em;
  font-family: 'FP-こぶりなゴシック StdN W6';
  letter-spacing: 0.2em;
}

@media (max-width: 991px) {
  #item .column {
    display: block;
  }

  #item .column h4 {
    margin-bottom: 60px;
  }
}

/*
#item .column > div,
#item .column h4 {
    grid-area: 1 / 1 / 2 / 3;
}

#item .column p {
    grid-area: 1 / 2 / 2 / 3;
}
*/

.bg_gray {
  background: #F2F2F2;
}


/* TOPslide */

ul.slick1 li {
  padding: 0 20px;
  max-width: 1080px;
  width: calc(100vw - 40px);
}

ul.slick1 li img {
  width: 100%;
  height: auto;
  max-width: 1040px;
}

.slide-arrow {
  position: absolute;
  top: calc(50% - 17.5px);
  cursor: pointer;
}

.next-arrow {
  right: 40px;
  z-index: 999;
}

.prev-arrow {
  left: 40px;
  z-index: 999;
}

/* header */


#item header h2 {
  max-width: 1120px;
  padding: 60px 40px calc(30px - 1rem);
}

#item header h3 {
  max-width: 1120px;
  margin-bottom: 50px;
  padding: 0 40px;
  font-size: 34px;
}

/* 商品説明　*/

.spec {
  margin-right: 80px;
}

@media (max-width: 991px) {
  .spec {
    margin: 0 0 60px 0;
  }
}

#item .item_block h2 {
  padding-top: 0;
  margin-bottom: 16px;
  overflow-wrap: anywhere;
}

#item .item_block h3 {
  margin-bottom: 60px;
}

#item .item_block h4 {
  font-family: "FP-こぶりなゴシック StdN W6";
  line-height: 2.2em;
  margin-bottom: 60px;
}

#item .item_block p {
  margin-bottom: 0px;
}

#item .item_block p.annotation {
  padding-top: 0;
  margin-top: 40px;
  font-size: 11px;
}

#item .item_block>div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  padding: 80px 40px;
}

.item_block img {
  width: -webkit-fill-available;
}

@media (max-width: 991px) {
  #item .item_block>div {
    display: block;
  }
}

/* slick2 */

ul.slick2 {
  max-width: 540px;
}


.slick2 .slick-dots {
  position: absolute;
  bottom: auto;
}


.slick2 .slick-dots li {
  width: 50px;
  height: 1px;
  background: #c2c2c2;
  margin: 0 2.5px
}

.slick2 .slick-dots li button {
  margin: 0;
  width: 100%;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}

.slick2 .slick-dots li button::before {
  display: none;
}

.slick2 .slick-dots li.slick-active button {
  background: #000;
  width: 100%;
  /* プログレスバー対応時はこの数値を0から100までアニメーションさせればOK */
}

ul.slick2 li img {
  width: 540px;
  max-width: 100vw;
}

@media (max-width: 991px) {
  ul.slick2 {
    max-width: calc(100vw - 80px);
  }

  ul.slick2 li img {
    width: calc(100vw - 80px);
    height: auto;
  }
}


/* モーダル */

#drawing .column {
  grid-template-columns: auto 51.9230769%;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  margin-bottom: 60px;
}

#drawing .column h2 {
  padding: 0;
  overflow-wrap: break-word;
  width: 50%;
  margin: 0 0 16px;
}

@media (max-width: 991px) {
  #drawing .column h2 {
    width: 100%;
    margin-right: 0;
  }

  #drawing .column h3 {
    margin-bottom: 60px;
  }
}

#drawing .column p {
  margin-bottom: 0;
}

.drawing_area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 0 60px;
  border-top: 1px solid #E5E5E5;
}

#item .drawing_area h2 {
  margin: 0;
  padding: 0 56px 0 0;
  text-align: right;
}


@media (max-width: 991px) {
  .drawing_area {
    flex-direction: column;
    padding: 20px 0 60px 0;
  }

  #item .drawing_area h2 {
    margin: 30px 0;
    padding: 0px;
    text-align: center;
  }
}
#section_gal{
    max-width: 1040px;
  margin: 0 auto;
  padding: 100px 0 120px;  
}

@media (max-width: 991px) {
 #section_gal{
    max-width: 90%;
  margin: 0 auto;
   padding: 20px 0 60px 0;  
}   
}

.d_modal {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  width: 362px;
  max-width: 100vw;
  height: auto;
  padding: 61px 78px;
  z-index: 9997;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 3px 6px rgb(0 0 0 / 40%);
  visibility: hidden;
  /*
    animation-duration: 0.5s;
    animation-name: fade-in;
*/
}

.d_modal p {
  margin-bottom: 0;
}


/*
div#mo01-01 {
    visibility: inherit;
}
*/

.drawing_area .map {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 943px;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .drawing_area .map {
    max-width: 100%;
  }
}


.drawing_area div#dr01 {
  background-image: url('../img/egaku/bg-1.png');
  background-image: image-set(url(../img/egaku/bg-1.png) 1x, url(../img/egaku/bg-1@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/egaku/bg-1.png) 1x, url(../img/egaku/bg-1@2x.png) 2x);
}

.drawing_area div#dr01::before {
  content: "";
  display: block;
  padding-top: 61.1876988%;
}

.drawing_area div#dr02 {
  background-image: url('../img/egaku/bg-2.png');
  background-image: image-set(url(../img/egaku/bg-2.png) 1x, url(../img/egaku/bg-2@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/egaku/bg-2.png) 1x, url(../img/egaku/bg-2@2x.png) 2x);
}

.drawing_area div#dr02::before {
  content: "";
  display: block;
  padding-top: 48.2502651%;
  /* 高さを幅の75%に固定 */
}

.map a {
  display: flex;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 5%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.map a span {
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  transform: scale(1);
  transition: 0.3s ease-out;
}

.map a:hover span {
  transform: scale(2);
  transition: 0.3s ease-in;
}

a#dr01-01 {
  top: calc(14.0381282% - 15px);
  left: calc(35.5249205% - 15px);
}

a#dr01-02 {
  top: calc(13.51819757365685% - 15px);
  left: calc(53.87062566277837% - 15px)
}

a#dr01-03 {
  top: calc(34.31542461005199% - 15px);
  left: calc(59.1728525980912% - 15px);
}

a#dr01-04 {
  top: calc(49.91334488734835% - 15px);
  left: calc(89.50159066808059% - 15px);
}

a#dr01-05 {
  top: calc(70.19064124783362% - 15px);
  left: calc(2.651113467656416% - 15px);
}

a#dr01-06 {
  top: calc(93.24090121317158% - 15px);
  left: calc(34.99469777306469% - 15px);
}

a#dr01-07 {
  top: calc(81.62911611785095% - 15px);
  left: calc(75.60975609756098% - 15px);
}


a#dr02-01 {
  top: calc(43.2967032967033% - 15px);
  left: calc(33.08589607635207% - 15px);
}

a#dr02-02 {
  top: calc(7.912087912087912% - 15px);
  left: calc(60.55143160127253% - 15px);
}

a#dr02-03 {
  top: calc(47.47252747252747% - 15px);
  left: calc(71.36797454931071% - 15px);
}

a#dr02-04 {
  top: calc(47.47252747252747% - 15px);
  left: calc(24.17815482502651% - 15px);
}

a#dr02-05 {
  top: calc(81.75824175824176% - 15px);
  left: calc(36.90349946977731% - 15px);
}



span.close_btn {
  position: absolute;
  top: 15px;
  right: 31px;
  cursor: pointer;
}




/* voiceスライド */

#section_voice {
  padding: 80px 0 calc(80px - 1rem);
  text-align: center;
}

#section_voice h2, #section_gal h2{
  text-align: center;
  padding: 0 40px 0 calc(40px + 0.28em);
  margin: 0 auto 15px;
}

#section_voice h3, #section_gal h3 {
  text-align: center;
  font-size: 14px;
  font-family: "FP-こぶりなゴシック StdN W3";
  padding: 0 40px 0 calc(40px + 0.15em);
  margin: 0 auto 80px;
}

#voice-slide {
  padding: 0 0 80px 0;
}

#voice-slide .voice-box {
  margin: 0 20px;
  background: #fff;
  width: 310px;
}

#voice-slide .slick-slide img {
  margin: 0;
  width: 310px;
  height: 218px;
  object-fit: cover;
  transition: 0.5s;
}

#voice-slide .slick-track {
  display: flex;
}

#voice-slide .slick-slide {
  height: auto !important;
}

.voice_data {
  padding: 30px;
  text-align: left;
}

#voice-slide .voice-box a:link,
#voice-slide .voice-box a:visited,
#voice-slide .voice-box a:hover,
#voice-slide .voice-box a:active {
  color: #000;
}

#voice-slide .voice-box a:link div {
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
  object-fit: cover;
}

#voice-slide .voice-box a:hover img {
  transform: scale(1.1, 1.1);
}

#section_voice p.area {
  font-size: 13px;
  font-family: "FP-こぶりなゴシック StdN W6";
  margin-bottom: 20px;
}

#section_voice p.area::before {
  content: url(../img/icon-area.svg);
  margin-right: 6px;
}

h4.voice_title {
  font-size: 14px;
  font-family: "FP-こぶりなゴシック StdN W6";
  margin-bottom: 20px;
  line-height: 28px;
}

#section_voice p.voice_text {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 26px;
}


#custom-link-content {
  display: flex;
  margin-top: 105px;
  margin-bottom: 138px;
  padding: 0 15px;
  justify-content: center;
}

@media (max-width: 767px) {
  #custom-link-content {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

#custom-link-content dl {
  min-width: 230px;
  text-align: center;
  margin: 0 20px;
}

@media (max-width: 767px) {
  #custom-link-content dl {
    max-width: 30%;
  }
}

#custom-link-content dl dt {
  width: 100%;
  height: 90px;
  margin-bottom: 40px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  #custom-link-content dl dt {
    margin-bottom: 0;
  }
}

#custom-link-content dl dt img {
  max-height: 90px;
}

@media (max-width: 767px) {
  #custom-link-content dl dt img {
    max-height: 54px;
    width: auto;
  }
}

#custom-link-content dl dd a {
  color: #000;
  font-family: "FP-こぶりなゴシック StdN W6";
  font-weight: normal;
  font-size: 17px;
}

@media (max-width: 767px) {
  #custom-link-content dl dd a {
    font-size: 14px;
  }
}


/* お問い合わせ */

#section8 h2 {
  padding: 80px 40px;
}

#section8 h2 span {
  font-family: 'FP-こぶりなゴシック StdN W3';
  font-size: 14px;
  display: block;
  padding: 15px 40px 0;
  letter-spacing: 0.15em;
}

#section8 p {
  letter-spacing: 0.2em;
  font-family: "FP-こぶりなゴシック StdN W6";
  font-size: 17px;
}

@media (max-width: 767px) {
  #section8 p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #section8 p {
    padding-left: 15px;
    padding-right: 15px;
  }
}


#contact_area a[href^="tel:"] {
  color: #000;
}

@media(min-width: 768px) {
  #contact_area a[href^="tel:"] {
    pointer-events: none;
  }
}

#contact_area {
  display: flex;
  justify-content: center;
  width: 640px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #contact_area {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
}

#contact_area dl,
#contact_area #contact_extra {
  letter-spacing: 0.09em;
  font-family: "FP-こぶりなゴシック StdN W3";
  width: 50%;
}

@media(max-width: 345px) {
  #contact_area {
    width: auto;
  }
}

@media (max-width: 767px) {

  #contact_area dl,
  #contact_area #contact_extra {
    width: 100%;
  }
}

#contact_area dl {
  padding-right: 0px;
}

@media (max-width: 767px) {
  #contact_area dl {
    padding-right: 0px;
    padding-bottom: 50px;
  }
}

#contact_area #contact_extra {
  padding-left: 40px;
  border-left: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#contact_area #contact_extra p {
  font-family: "FP-こぶりなゴシック StdN W3";
}

@media (max-width: 767px) {
  #contact_area #contact_extra {
    padding-left: 0px;
    padding-top: 50px;
    border-left: none;
    border-top: 1px solid #000;
  }
}

#contact_area dt {
  float: left;
  width: 131px;
}

#contact_area dt,
#contact_area p {
  font-size: 13px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

#contact_area dd {
  font-size: 20px;
  font-family: "HelveticaNeueLTStd-Md";
  font-weight: normal;
  letter-spacing: 0.11em;
}

#contact_area #contact_extra a {
  font-size: 20px;
  font-family: "HelveticaNeueLTStd-Md";
}

@media(max-width: 345px) {
  #contact_area dt {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 0.5em;
  }

  #contact_area dd,
  #contact_area #contact_extra {
    text-align: center;
  }

  #contact_area #contact_extra p span {
    display: block;
  }

  #contact_area #contact_extra p span a {
    padding-left: 0;
  }
}



@media (max-width: 767px) {
  #section8 p.mt30.text-center {
    padding-left: 0;
    padding-right: 0;
  }

  #contact_area #contact_extra dl {
    padding-bottom: 0;
  }
}

/* フッター　*/

footer.footer section div {
  letter-spacing: 0.09em;
}

footer.footer div.bg-yellow {
  background-image: none;
  background-color: #fff;
}

footer.footer div.bg-yellow i.fa {
  display: none;
}

footer.footer .text-center.pt60.pb60.bg-yellow {
  background-color: #F3F3F3;
}

footer.footer .text-center.pt60.pb60.bg-yellow p.b.ls50 {
  font-family: "FP-こぶりなゴシック StdN W6";
  letter-spacing: 0.2em;
}

footer.footer .container-fluid.bg-lc2 {
  background-color: #fff;
}

footer.footer .nav-link {
  font-size: 13px;
  color: #000;
  font-family: "FP-こぶりなゴシック StdN W6";
}

footer.footer .fss.text-right.pr15.font1.dark.bg-lc2 {
  background-color: #fff;
  font-family: "HelveticaNeueLTStd-Md";
  font-weight: normal;
  font-size: 10px;
  color: #000;
}

footer.footer section div.pt60 {
  padding-top: 0;
}

@media (max-width: 767px) {
  footer.footer section p.b.ls50 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*　ボタン */

a.buttonM,
a.buttonL {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  width: 300px;
  padding-left: 0.2em;
  padding-right: 0;
  font-family: "FP-こぶりなゴシック StdN W6";
  letter-spacing: 0.2em;
}

@media (max-width: 359px) {

  a.buttonM,
  a.buttonL {
    width: calc(100% - 60px);
    max-width: 300px;
    margin-left: 30px;
    margin-right: 30px;
  }
}


a.buttonM:hover,
a.buttonM:active,
a.buttonL:hover,
a.buttonL:active {
  background-color: #000;
  color: #fff;
}

a.buttonM::before,
a.buttonM::after,
a.buttonL::before,
a.buttonL::after {
  display: none;
}

#section8 a.buttonM {
  background-color: #000;
  color: #fff;
  margin-top: 20px;
}

#section8 a.buttonM:hover,
#section8 a.buttonM:active {
  background-color: #fff;
  color: #000;
}

.sp-bottom-bar {
  background: #000;
}



/* 20220207追加 */

.movie {
  max-width: 1120px;
  margin: 0 auto 80px auto;
  padding: 0;
  position: relative;
}

.movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  padding: 0 40px;
}

.movie:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}


img#gd_mark {
  width: 15%;
  margin-right: calc(15%* 0.25);
}

.column.gd_column>div {
  display: flex;
  align-items: center;
}

.column.gd_column p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.column.gd_column h5 {
  font-family: 'FP-こぶりなゴシック StdN W6';
}

#item .column.gd_column {
  grid-column-gap: 1rem;
}


@media (max-width: 991px) {
  img#gd_mark {
    width: 10vw;
    margin: 0;
    margin-right: calc(10vw* 0.25);
  }

  .column.gd_column h5 {
    font-family: 'FP-こぶりなゴシック StdN W6';
  }

  .column.gd_column>div {
    margin-bottom: 60px;
  }
}

/* スライダー共通のスタイル 202408追加 */
.slider_container * {
  box-sizing: border-box;
}
.slider_container img {
  max-width: 100%;
}

/* メインスライダーのスタイル */
#slider {
  margin-bottom: 50px; 
}
#slider .slick-slide {
  margin: 0 5px;　/* スライドの間隔 */
}

/* サムネイルスライダーのスタイル */
#thumbs {
 width: 100%;
  margin:0 auto;
}

#thumbs img{
 width: 100%;   
}

#thumbs .slick-slide {
  margin: 0 5px;　/* スライドの間隔 */
  
}

/* 現在表示中のサムネイルのデザイン */
#thumbs .slick-current img {
  /*border: 1px solid #000;*/
}

/* スライダー共通のスタイル 202408追加ここまで */
