@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */

*:first-child+html .clearfix {
  zoom: 1;
}

/* IE7 */

html {
  font-size: 62.5%;
}

#page-wrapper {
  position: relative;
}

#container {
  clear: both;
}

.container {
  width: 100%;
  max-width: 100%;
  min-width: 1300px;
}

body {
  background-color: #F9F8F5;
  font-family: YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 3rem;
  color: #000;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  will-change: transform;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  will-change: transform;
  text-decoration: none;
  color: #808080;
}

a:hover img {
  opacity: 0.7;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  will-change: transform;
}

a:visited {
  text-decoration: none;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.en {
  font-family: 'Playfair Display', serif;
}

.sp {
  display: none;
}

/*---------------- header ---------------- */

header {
  position: relative;
  height: 155px;
  top: 0;
  left: 0;
}

header h1 {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 300px;
}

#head_nv {
  position: absolute;
  top: 0;
  right: 0;
}

#head_nv ul {
  display: flex;
  justify-content: flex-end;
}

#head_nv li a {
  display: block;
  padding: 10px 45px;
  color: #fff;
  font-size: 1.3rem;
}

#head_nv li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  will-change: transform;
}

#head_nv .guide a {
  background: #BEB9AF;
}

#head_nv .contact a {
  background: #BBA35A;
}

/*---------------------------------
グローバルナビゲーション
---------------------------------*/

#globalnv {
  position: absolute;
  top: 90px;
  right: 225px;
  height: 50px;
  max-width: 1000px;
  margin-right: 30px;
  z-index: 99;
}

#globalnv .menu {
  display: flex;
  justify-content: flex-end;
}

#globalnv .menu>li {
  height: 50px;
}

#globalnv .menu>li a {
  display: block;
  color: #000;
  font-weight: bold;
}

#globalnv .menu>li a:hover {
  color: #999;
}

#globalnv ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

#globalnv ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

#globalnv ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

#globalnv .menu>li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* 矢印 */

#globalnv .init-bottom {
  margin-right: 10px;
  padding-right: 10px;
}

#globalnv .init-bottom:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url(../img/ar01.svg) no-repeat;
  background-position: top right;
  background-size: 8px auto;
  vertical-align: middle;
}

#globalnv .arrow_dw:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 9px;
  background: url(../img/ar03.svg) no-repeat;
  background-position: top right;
  background-size: 7px auto;
  vertical-align: middle;
}

#globalnv li.menu__mega {
  position: relative;
}

#globalnv li.menu__mega ul.menu__second-level {
  position: absolute;
  top: 40px;
  left: -20px;
  width: 220px;
  box-sizing: border-box;
  padding: 0 20px 20px;
  background: #F9F8F5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 10px;
}

#globalnv li.menu__mega:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

#globalnv li.menu__mega ul.menu__second-level>li {
  padding-bottom: 25px;
  border: none;
}

#globalnv li.menu__mega ul.menu__second-level>li a::before {
  content: '-\00a0';
  display: inline-block;
  color: #A49006;
}

/*---------------------------------
アイコンナビ
---------------------------------*/

#icon_nv {
  position: absolute;
  right: 50px;
  top: 80px;
  z-index: 99;
}

#icon_nv ul {
  display: flex;
  justify-content: flex-end;
}

#icon_nv ul li {
  margin-left: 6px;
}

#icon_nv ul li img {
  width: 50px;
}

/*---------------------------------
検索窓
---------------------------------*/

#icon_nv .search_box {
  position: relative;
}

#icon_nv .search_form {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

#icon_nv .search_box:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

#icon_nv .search_box .search_form {
  position: absolute;
  top: 40px;
  left: -20px;
  width: 220px;
  box-sizing: border-box;
  padding: 0 20px 20px;
  background: #F9F8F5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 5px;
}

#icon_nv .search_box:hover .search_form {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

.header_search {
  box-sizing: border-box;
  position: relative;
  padding: 5px 10px;
  height: 40px;
  width: 180px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #707070;
}

.header_search input[type="text"] {
  border: none;
  height: 2.0em;
}

.header_search input[type="text"]:focus {
  outline: 0;
}

.header_search input[type="image"] {
  cursor: pointer;
  font-size: 1.3em;
  border: none;
  background: none;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 15px;
  top: 12px;
  outline: none;
}

/*---------------- コンテンツ ---------------- */

.ttl_h1 {
  font-family: ten-mincho, serif;
  font-size: 3rem;
  line-height: 4.2rem;
  margin-bottom: 30px;
  text-align: center;
}

.ttl_h1 span {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  letter-spacing: 1.5px;
  color: #A49006;
}

.ttl_h2 {
  font-family: ten-mincho, serif;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 20px;
}

.ttl_h3 {
  font-family: ten-mincho, serif;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

/*---------------- メインビジュアル ---------------- */

/*---------------------------------
スライド
---------------------------------*/

.slide_area {
  margin-bottom: 140px;
  padding-bottom: 40px;
}

.top_slide {
  height: 700px;
  overflow-x: hidden;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-position: top right;
}

.swiper-wrapper .swiper-slide a {
  display: flex;
  align-items: center;
  display: block;
  width: 100%;
  height: 100%;
}

.top_slide .slide01 {
  background-image: url(../img/slide01.jpg);
}

.top_slide .slide02 {
  background-image: url(../img/slide02.jpg);
}

.top_slide .slide03 {
  background-image: url(../img/slide03.jpg);
}

.top_slide .slide04 {
  background-image: url(../img/slide05.jpg);
}

.swiper-wrapper .swiper-slide p {
  position: absolute;
  width: 500px;
  left: 100px;
  color: #000;
  text-align: left;
  font-family: ten-mincho, serif;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(255, 255, 255, .8));
  filter: drop-shadow(0px 3px 5px rgba(255, 255, 255, .8));
}

.swiper-wrapper .slide01 p {
  top: 120px;
}

.swiper-wrapper .slide02 p {
  top: 160px;
}

.swiper-wrapper .slide03 p {
  top: 160px;
}

.swiper-wrapper .slide04 p {
  top: 150px;
  color: #707070;
  filter: none;
}

@media (min-width: 1400px) {
  .swiper-wrapper .swiper-slide p
  {
    left: 150px;
  }
}

.swiper-wrapper .swiper-slide p span {
  opacity: 0;
  animation: fadein 6s ease forwards;
}

.swiper-wrapper .swiper-slide-active p span {
  animation-name: fade-in;
  animation-fill-mode: forwards;
}

.top_slide-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
}

:root {
  --swiper-theme-color: #A49006;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet:first-of-type {
  display: none;
}

/*------MV1-----*/

.swiper-wrapper .swiper-slide-active p .t01 {
  animation-duration: 8s;
  animation-delay: 1s;
  font-size: 4.4rem;
  line-height: 7.5rem;
}

.swiper-wrapper .swiper-slide-active p .t02 {
  animation-duration: 7s;
  animation-delay: 2s;
  font-size: 4.4rem;
  line-height: 7.5rem;
}

.swiper-wrapper .swiper-slide-active p .t03 {
  animation-duration: 6s;
  animation-delay: 3s;
  font-size: 4.4rem;
  line-height: 7.5rem;
  margin-bottom: 20px;
  display: inline-block;
}

.swiper-wrapper .swiper-slide-active p .t04 {
  animation-duration: 5s;
  animation-delay: 4s;
  font-size: 2.6rem;
  line-height: 4.8rem;
}

/*------MV2-----*/

.swiper-wrapper .swiper-slide-active p .t05 {
  animation-duration: 8s;
  animation-delay: 1s;
  margin-bottom: 20px;
  display: inline-block;
}

.swiper-wrapper .swiper-slide-active p .t05 img {
  width: 248px;
}

.swiper-wrapper .swiper-slide-active p .t06 {
  animation-duration: 7s;
  animation-delay: 2s;
  font-size: 2.6rem;
  line-height: 4.8rem;
}

.swiper-wrapper .swiper-slide-active p .t07 {
  animation-duration: 6s;
  animation-delay: 3s;
  font-size: 2.6rem;
  line-height: 4.8rem;
}

.swiper-wrapper .swiper-slide-active p .t08 {
  animation-duration: 5s;
  animation-delay: 4s;
  font-size: 2.6rem;
  line-height: 4.8rem;
}

/*------MV3-----*/

.swiper-wrapper .swiper-slide-active p .t09 {
  animation-duration: 8s;
  animation-delay: 1s;
  font-size: 4.4rem;
  line-height: 7.5rem;
  display: inline-block;
  margin-bottom: 25px;
}

.swiper-wrapper .swiper-slide-active p .t10 {
  animation-duration: 7s;
  animation-delay: 2s;
  font-size: 2.6rem;
  line-height: 5rem;
  display: inline-block;
  margin-left: 30px;
}

.swiper-wrapper .swiper-slide-active p .t11 {
  animation-duration: 6s;
  animation-delay: 3s;
  font-size: 2.6rem;
  line-height: 5rem;
  display: inline-block;
  margin-left: 30px;
  padding-bottom: 150px;
}

/*------MV4-----*/

.swiper-wrapper .swiper-slide-active p .t12 {
  animation-duration: 7s;
  animation-delay: 1s;
  font-size: 2.6rem;
  line-height: 4.8rem;
}

.swiper-wrapper .swiper-slide-active p .t13 {
  animation-duration: 6s;
  animation-delay: 2s;
  font-size: 3.4rem;
  line-height: 4.8rem;
}

.swiper-wrapper .swiper-slide-active p .fsmall {
  font-size: 2.4rem;
}

.swiper-wrapper .swiper-slide-active p .t14 {
  animation-duration: 5s;
  animation-delay: 3s;
  font-size: 2.6rem;
  line-height: 4.8rem;
}

/*---------------------------------
SCROLL DOWN
---------------------------------*/

.scroll {
  position: absolute;
  top: 700px;
  left: 100px;
  z-index: 100;
}

/*---------------- トップページコンテンツ ---------------- */

/*------top_about-----*/

.top_about {
  position: relative;
  width: 1100px;
  height: 600px;
  margin: 0 auto 140px;
}

.imgLcontents {
  position: absolute;
  width: 601px;
  left: 0;
  top: 45px;
}

.imgRcontents {
  position: absolute;
  width: 601px;
  right: 0;
  top: 45px;
}

.Rcontents {
  position: absolute;
  width: 550px;
  height: 550px;
  right: 0;
  top: 0;
  box-sizing: border-box;
}

.Lcontents {
  position: absolute;
  width: 550px;
  height: 550px;
  left: 0;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
}

.text_contents {
  background: #FFFFFF;
  padding: 60px 0;
  text-align: center;
}

.text_contents h1 {
  margin-bottom: 30px;
}

.text_contents h1 img {
  width: 200px;
}

.text_contents h2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.textBtn {
  position: relative;
  left: 0;
  right: 0;
}

.text_contents .textBtn {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

.textBtn a {
  position: relative;
  display: block;
  background: #F9F8F5;
  padding: 22px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 322px;
  margin: 0 auto;
  font-family: ten-mincho, serif;
  color: #222222;
  text-align: left;
  text-decoration: none;
}

.textBtn .btnArrow {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 40px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: inline-block;
  height: 1px;
}

.textBtn .btnArrow::after, .textBtn .btnArrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #C8C8C8;
}

.textBtn .btnArrow::before {
  left: 0;
  width: 100%;
  height: 1px;
}

.textBtn .btnArrow::after {
  right: 0;
  bottom: 1px;
  width: 1px;
  height: 7px;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*------top_lineup-----*/

.top_lineup {
  width: 1100px;
  margin: 0 auto 120px;
  text-align: center;
}

.top_lineup p {
  margin-bottom: 50px;
}

.top_lineup .gifutyochin_box {
  margin-bottom: 50px;
}

.top_lineup .gifutyochin_box p {
  margin-bottom: 20px;
}

.top_lineup .lineup_contents {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.top_lineup .lineup_contents .contents_box {
  margin-right: 29px;
  margin-bottom: 30px;
}

@media (min-width:960px) {
  .top_lineup .lineup_contents .contents_box:nth-of-type(3n) {
    margin-right: 0;
  }
}

.top_lineup .lineup_contents .contents_box p {
  margin-bottom: 20px;
}

.top_lineup .lineup_contents .contents_box h3.en {
  font-size: 3rem;
  font-family: 'Playfair Display', serif;
}

/*------top_mentenance-----*/

.top_mentenance {
  width: 100%;
  height: 500px;
  background: url(../img/top_mente.jpg) no-repeat;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 240px;
}

.top_mentenance .topMente_area {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.top_mentenance .topMente_area .Rcontents {
  top: 80px;
  height: 500px;
  width: 550px;
}

/*------top_recommend-----*/

.top_recommend {
  width: 1100px;
  margin: 5vh auto 180px;
  text-align: center;
  justify-content: center;
}

.top_recommend .topRecommend_contents {
  display: flex;
  justify-content: center;
}

.top_recommend .topRecommend_contents .contents_box {
  margin-right: 32px;
  width: 195px;
}

.top_recommend .topRecommend_contents .contents_box:nth-of-type(5n) {
  margin-right: 0;
}

.top_recommend .topRecommend_contents .contents_box dt {
  margin-bottom: 20px;
}

.top_recommend .topRecommend_contents .contents_box dd {
  margin-bottom: 5px;
}

.top_recommend .topRecommend_contents .contents_box .pro_name {
  font-weight: 600;
}

/*------top_library-----*/

.top_library {
  width: 1100px;
  margin: 0 auto 180px;
  text-align: center;
  justify-content: center;
  position: relative;
}

.top_library .topLibrary_contents {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.top_library .topLibrary_contents .contents_box {
  width: 345px;
  margin-right: 32px;
}

.top_library .topLibrary_contents .contents_box:nth-of-type(3n) {
  margin-right: 0;
}

.top_library .topLibrary_contents .contents_box dt {
  margin-bottom: 20px;
  width: 345px;
}

.top_library .topLibrary_contents .contents_box dd {
  text-align: left;
  line-height: 2.8rem;
}

.top_library .topLibrary_contents .contents_box .date {
  color: #A49006;
  margin-bottom: 5px;
}

.top_library .textBtn a {
  background: #fff;
}

/* WordPress Blog Posts Styling */

.contents_box h3.blog-date {
  font-size: 14px;
  font-family: YuMincho, 'Yu Mincho', serif;
  color: #000;
}

h3 span.cat {
  color: #A49006;
  margin-bottom: 5px;
  font-weight: bold;
}

.top_library .topLibrary_contents .contents_box .date {
  color: #A49006;
  margin-bottom: 5px;
}

.top_library .textBtn a {
  background: #fff;
}
.top_library .topLibrary_contents .contents_box dt .blog-img {
  max-width: 345px;
  max-height: 230px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*------shoeroom-----*/

.top_showroom {
  width: 1100px;
  margin: 0 auto 180px;
}

.showroomImg {
  margin-bottom: 40px;
}

.topShowroom_contents {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}

.topShowroom_contents .map {
  margin-right: 45px;
}

.topShowroom_contents .address .ar {
  font-size: 0.2rem;
}

.topShowroom_contents .address .ttl {
  font-weight: bold;
}

.info_area {
  width: 100%;
  background: url(../img/top_info.jpg) no-repeat;
  background-position: center left;
  background-size: cover;
}

.info_area .info_contents {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 80px 0 100px;
}

.info_area .info_contents .contents_box {
  text-align: center;
}

.info_area .info_contents .contents_box:first-of-type {
  padding-right: 160px;
  border-right: 1px solid #fff;
  margin-right: 160px;
}

.info_area .info_contents .contents_box h1 {
  margin-bottom: 10px;
}

.info_area .info_contents .contents_box p {
  margin-bottom: 20px;
}

.info_area .info_contents .contents_box .tel {
  font-size: 2.6rem;
}

.info_area .info_contents .contents_box .textBtn {
  margin-bottom: 30px;
  text-align: left;
}

.info_area .info_contents .contents_box .textBtn a {
  background: #fff;
}

/*---------------- footer ---------------- */

footer {
  width: 1100px;
  margin: 0 auto;
  padding: 120px 0 95px;
}

footer .logo_area h1 img {
  width: 340px;
}

footer .logo_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

footer .logo_area .sns_nv ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .logo_area .sns_nv li {
  margin-left: 25px;
}

footer .logo_area .sns_nv li img {
  width: 25px;
}

footer .footnv_area {
  display: flex;
  justify-content: flex-start;
}

footer .footnv_area .footnv_contents {
  padding-right: 80px;
  border-right: 1px solid #D9D9D9;
  margin-right: 80px;
}

footer .footnv_area .footnv_contents:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border: none;
  font-size: 1.4rem;
}

footer .footnv_area .footnv_contents:last-of-type p {
  font-weight: bold;
}

footer .footnv_area .footnv_contents h2 {
  font-weight: 600;
  margin-bottom: 5px;
}

footer .footnv_area .footnv_contents .footer_nv {
  margin-bottom: 15px;
}

footer .footnv_area .footnv_contents .footer_nv>li a::before {
  content: '-\00a0';
  display: inline-block;
  color: #A49006;
}

/*------copyright_area-----*/

.copyright_area {
  width: 100%;
  background: #222222;
  padding: 20px 0;
  color: #fff;
  font-size: 1.2rem;
}

.copyright_area .copyright_contents {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.copyright_area .copyright_contents .footer_suvnv {
  display: flex;
  justify-content: flex-start;
}

.copyright_area .copyright_contents .footer_suvnv li {
  position: relative;
  padding: 0 10px;
}

.copyright_area .copyright_contents .footer_suvnv li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: #fff;
}

.copyright_area .copyright_contents .footer_suvnv li:last-child::before {
  content: none;
}

.copyright_area .copyright_contents .copyright_text {
  text-align: right;
}

/*---------------- 商品詳細ページ ---------------- */

.breadcrumb {
  width: 1100px;
  margin: 30px auto 50px;
  font-size: 1.4rem;
  font-weight: bold;
}

.breadcrumb a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #A49006;
}

#product .product_cotnents {
  width: 1100px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: flex-start;
}

#product .product_cotnents .ProductImgArea {
  width: 640px;
  margin-right: 45px;
  overflow: hidden;
}

#product .product_cotnents .ProductImgArea .slider {
  margin: 0;
}

#product .product_cotnents .ProductImgArea .swiper-container {
  margin-bottom: 20px;
}

#product .product_cotnents .ProductImgArea .swiper-container .swiper-slide {
  width: 520px;
}

#product .product_cotnents .ProductImgArea .swiper-container .swiper-slide img {
  width: 100%;
}
#product .product_cotnents .slider-thumbnail .swiper-wrapper {
  flex-flow: row wrap;
}
#product .product_cotnents .ProductImgArea .slider-thumbnail .swiper-slide {
  cursor: pointer;
  width: 19%!important;
  height: 100%;
  overflow: hidden;
  opacity: 0.3;
  margin-right: 6px;
  margin-bottom: 6px;
}
#product .product_cotnents .ProductImgArea .slider-thumbnail .swiper-slide:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 550px) {
  #product .product_cotnents .ProductImgArea .slider-thumbnail .swiper-slide {
    margin-right: 3px;
  }
}

#product .product_cotnents .ProductImgArea .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
  color: #A49006;
  opacity: 0.5;
}

#product .product_cotnents .cartArea {
  flex-grow: 1;
}

#product .product_cotnents .cartArea h1 span {
  font-size: 1.8rem;
  color: #A49006;
}

#product .product_cotnents .cartArea h1 {
  font-size: 3rem;
  font-family: ten-mincho, serif;
  margin-bottom: 10px;
}

#product .product_cotnents .cartArea .price {
  color: #A49006;
  font-size: 2.1rem;
  font-family: YuMincho, 'Yu Mincho', serif;
  margin-bottom: 80px;
}

#product .product_cotnents .cartArea .yen {
  font-size: 1.5rem;
}

#product .product_cotnents .cartArea .zei {
  font-size: 1.5rem;
}

#product .product_cotnents .cartArea .souryo {
  color: #222;
  font-size: 1.6rem;
}

#product .product_cotnents .cartArea .quantity {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

#product .product_cotnents .cartArea .quantity input {
  margin-left: 10px;
  padding: 0 0 0 30px;
  width: 100px;
  border: 1px solid #5A5E61;
}
input.init-list__detail-num {
  height: 50px;
}
.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.fa-angle-up:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(../img/ar02.svg) no-repeat;
  background-position: top left;
  background-size: 14px auto;
  vertical-align: middle;
}

.fa-angle-down:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(../img/ar01.svg) no-repeat;
  background-position: top left;
  background-size: 14px auto;
  vertical-align: middle;
}

#product .product_cotnents .cartArea .cartBtn {
  position: relative;
  display: block;
  background: #A49006;
  padding: 22px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 322px;
  margin: 0 auto;
  font-family: ten-mincho, serif;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

#product .product_cotnents .cartArea .cartBtn .btnArrow {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 40px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: inline-block;
  height: 1px;
}

#product .product_cotnents .cartArea .cartBtn .btnArrow::after, #product .product_cotnents .cartArea .cartBtn .btnArrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #FFF;
}

#product .product_cotnents .cartArea .cartBtn .btnArrow::before {
  left: 0;
  width: 100%;
  height: 1px;
}

#product .product_cotnents .cartArea .cartBtn .btnArrow::after {
  /* right: 0; */
  bottom: 1px;
  width: 1px;
  height: 7px;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#product .product_cotnents .cartArea .cartBtn {
  background: #A49006;
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}

.product_cotnents .cartArea .cartBtn .btnArrow::after, .product_cotnents .cartArea .cartBtn .btnArrow::before {
  background-color: #fff;
}

#product .product_cotnents .cartArea .cartBtn::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url(../img/icon_cart_w.svg) no-repeat;
  background-position: top left;
  background-size: 16px auto;
  vertical-align: middle;
}

#product .product_cotnents .cartArea .textBtn_border a {
  display: block;
  padding: 12px;
  text-align: center;
  border: 1px solid #000;
  margin: 60px 0 10px;
  font-family: YuMincho, 'Yu Mincho', serif;
  font-size: 1.2rem;
}

#product .product_cotnents .cartArea .textBtn_border:last-of-type a {
  margin: 0 0 30px;
}

#product .product_cotnents .cartArea .productSub_nv li {
  font-size: 1.2rem;
}

#product .product_cotnents .product-option-table {
  margin-bottom: 40px;
}

#product .product_cotnents .option-name {
  color: #000;
  font-size: 1.4rem;
}

/*------あなたにおすすめ商品-----*/

.togetherProduct {
  width: 1100px;
  margin: 0 auto 180px;
  text-align: center;
}

.togetherProduct .togetherProduct_contents {
  display: flex;
  justify-content: center;
  align-items: center;
}

.togetherProduct .togetherProduct_contents .contents_box {
  margin-right: 2%;
  width: 32%;
}

.togetherProduct .togetherProduct_contents .contents_box:nth-of-type(3n) {
  margin-right: 0;
}

.togetherProduct .togetherProduct_contents .contents_box dt {
  margin-bottom: 20px;
}

.togetherProduct .togetherProduct_contents .contents_box dd {
  margin-bottom: 5px;
}

.togetherProduct .togetherProduct_contents .contents_box .pro_name {
  font-weight: 600;
}

/*------商品説明-----*/

#product .product_description {
  width: 1100px;
  margin: 0 auto 100px;
}

#product .product_description a {
  color: #A49006;
  text-decoration: underline;
}

#product .product_description .text_area {
  padding-left: 50px;
  margin-bottom: 60px;
}

#product .product_description .text_area p {
  margin-bottom: 30px;
}

#product .product_description .text_area dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

#product .product_description .text_area dd, #product .product_description .text_area dt {
  line-height: 3rem;
}

#product .product_description .text_area dd {
  width: 80%;
}

#product .product_description .img_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto 80px;
}

#product .product_description .img_area dl {
  flex: 0 1 49%;
}

#product .product_description .img_area dl dt,
.two_col dl dt {
  margin-bottom: 20px;
}

#product .product_description .img_area dl dd,
.two_col dl dd {
  text-align: left;
  margin-bottom: 40px;
}

#product .product_description .img_area dl dd h2,
.two_col dl dd h2 {
  text-align: center;
  font-family: ten-mincho, serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 500;
}
#product .product_description .img_area > dt,
#product .product_description .img_area > dt img {
  width: 100%;
}

  /* 新しいブロック */
  .two_col {
    max-width: 1000px;
    width: 95vw;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0 auto 80px;
    width: 100%;
  }
  .two_col > * {
    flex: 0 1 48%;
  }
  @media screen and (max-width: 800px) {
    /* 小さい端末の時に1コラムにする */
    .two_col > * {
      flex: 1 0 100%;
    }
  }
/*---------------- カテゴリトップ ---------------- */

.CatIntroArea {
  display: flex;
  width: 1300px;
  margin: 0 auto 80px;
  justify-content: flex-end;
  align-items: center;
}

.CatIntroArea .tiltleArea {
  width: 400px;
  text-align: center;
  margin-right: 80px;
}

.CatIntroArea .tiltleArea h2 {
  font-family: YuMincho, 'Yu Mincho', serif;
  font-size: 1.8rem;
  line-height: 4rem;
  font-weight: bold;
}

.CatDiscriptionArea {
  width: 1100px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}

.CatDiscriptionArea .textContents {
  width: 650px;
}

.CatDiscriptionArea .textContents p {
  margin-bottom: 30px;
}

.CatLetter_contents {
  width: 1100px;
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
}

.CatLetter_contents .textContents {
  width: 440px;
  margin-right: 135px;
}

.CatLetter_contents .textContents h1 {
  font-size: 3.7rem;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: bold;
  color: #707070;
}

.CatLetter_contents .textContents h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: bold;
  color: #707070;
}

.CatLetter_contents .textContents ul .listcheck {
  font-size: 1.8rem;
  line-height: 2.8;
  font-weight: bold;
  color: #707070;
  padding-left: 30px;
  position: relative;
}

.CatLetter_contents .textContents ul .listcheck::before {
  position: absolute;
  content: '';
  background: #E1C714;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  top: 1.4rem;
  left: 0;
}

.CatLetter_contents .textContents ul ul {
  margin-bottom: 10px;
}

.CatLetter_contents .textContents ul li li {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: normal;
  color: #000;
}

.CatLetter_product {
  width: 1100px;
  margin: 0 auto;
}

.CatLetter_product h2 {
  font-family: YuMincho, 'Yu Mincho', serif;
  font-size: 1.8rem;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.CatLetter_product p {
  margin-right: 20px;
  text-align: center;
}

.CatLetter_product p:nth-of-type(4n) {
  margin-right: 0;
}

.CatLetter_product p img {
  margin-top: 15px;
}

.CatLetter_product .flexImageArea {
  margin-bottom: 10px;
}

.CatLetter_product .textRight {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 100px;
}

/*---------------- 商品一覧エリア ---------------- */

#categoryList {
  width: 1100px;
  margin: 0 auto 100px;
}

#categoryList h1 {
  font-size: 3rem;
  margin-bottom: 50px;
  font-family: ten-mincho, serif;
  text-align: center;
}

#categoryList .sub-list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 60px;
}

#categoryList .sub-list li {
  flex: 0 1 46%;
  max-width: 210px;
  margin: 0 5px 8px;
  display: block;
  color: #000;
  line-height: 40px;
  border: 1px solid #000;
}

@media screen and (max-width: 950px) {
  #categoryList .sub-list li {
    flex: 0 1 31%;
    max-width: none;
  }
}
@media screen and (max-width: 650px) {
  #categoryList .sub-list li {
    flex: 0 1 46%;
    max-width: none;
  }
}

#categoryList .sub-list li a {
  display: block;
  text-align: center;
  font-family: YuMincho, 'Yu Mincho', serif;
}

#categoryList .selectChange {
  text-align: right;
  margin-bottom: 20px;
}

#categoryList .product_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

#categoryList .product_list li {
  margin-right: 4%;
  width: 22%;
  margin-bottom: 40px;
}

#categoryList .product_list li:nth-of-type(4n) {
  margin-right: 0;
}

#categoryList .product_list li a {
  display: block;
}

#categoryList .product_list li img {
  width: 100%;
  margin-bottom: 20px;
}

#categoryList .product-list__text {
  margin-bottom: 10px;
}

#categoryList .product-list__name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}

#categoryList .product-list__prices {
  font-size: 1.8rem;
}

#categoryList .pagenation {
  display: flex;
  justify-content: center;
}

#categoryList .pagenation .pagenation-next {
  margin: 0 20px;
}

/* Pagination */
h2.screen-reader-text {
  display: none;
}
.nav-links {
  display: inline-block;
  margin: 0 auto;
}
.page-numbers {
  box-sizing: border-box;
  width: 44px;
  height: 40px;
  background-color: #BEB9AF;
  display: inline-block;
  color: #fff;
  line-height: 40px;
}
.page-numbers.current {
  background-color: #A49006;
  font-size: 16px;
}
.next.page-numbers,
.prev.page-numbers {
  width: 84px;
  vertical-align: top;
}
.next.page-numbers img,
.prev.page-numbers img {
  position: relative;
  top: 37%;
}
.pagination {
  width: 95vw;
  max-width: 1100px;
  margin: 0 auto 115px;
  display: flex;
  justify-content: space-between;
}
.navigation.pagination {
  margin: 0 auto 0;
  text-align: center;
}
section.pagination > div {
  flex: 0 1 100%;
  max-width: 256px;
  display: block;
  line-height: 57px;
  position: relative;
  box-sizing: border-box;
  background-color: #BEB9AF;
  color: #fff;
}
.pagination a {
  font-size: 16px;
}
.prev-post {
  text-align: right;
  padding: 0 37px 0 31px;
}
.prev-post h5 a::before {
  content: url('https://akariya-jishichi.co.jp/apps/note/wp-content/themes/ozeki/img/arw-bfr.png');
  position: relative;
  right: 35px;
  top: -2px;
}
.next-post {
  text-align: left;
  padding: 0 26px 0 37px;
  margin-left: auto;
}
.next-post h5 a::after {
  content: url('https://akariya-jishichi.co.jp/apps/note/wp-content/themes/ozeki/img/arw-after.png');
  position: relative;
  left: 35px;
  top: -2px;
}
.pagination.sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .navigation.pagination {
    margin: 0 auto 0;
    display: block;
    width: 100%;
  }
  .next.page-numbers,
  .prev.page-numbers {
    width: 44px;
  }
  .next.page-numbers img, 
  .prev.page-numbers img {
    top: 43%;
    width: 80%;
  }
  .pagination.sp {
    display: flex;
  }
  .pagination.pc {
    display: none;
  }
  section.pagination > div {
    text-align: center;
    line-height: 37px;
    flex: 0 1 47%;
  }
  .next-post,
  .prev-post {
    padding: 0;
  }
  .prev-post h5 a::before {
    content: '';
  }
  .next-post h5 a::after {
    content: '';
  }
}

/*---------------- フリーページ共通 ---------------- */

.titleImg {
  width: 100%;
  margin-bottom: 70px;
}

.titleImg img {
  width: 100%;
}

.freePage h2 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: YuMincho, 'Yu Mincho', serif;
  margin-bottom: 30px;
  text-align: center;
}

.freePage h3 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: YuMincho, 'Yu Mincho', serif;
  text-align: left;
  color: #A49006;
  margin-bottom: 10px;
}

.freePage .intro_area {
  text-align: center;
  margin-bottom: 100px;
}

.wideImageArea img {
  width: 100%;
  margin-bottom: 80px;
}

.stdImageArea {
  margin-bottom: 80px;
}

.flexImageArea {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.lineBtn a {
  background: none;
  border: 1px solid #A49006;
  color: #A49006;
  padding: 20px 160px 20px 100px;
  width: auto;
  display: inline-block;
  max-width: 545px;
  width: 90%;
}

.lineBtn .btnArrow {
  right: 100px;
}

.lineBtn .btnArrow::after, .lineBtn .btnArrow::before {
  background-color: #A49006;
}

.whiteBtn a {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 160px 20px 100px;
  width: auto;
  display: inline-block;
}

.whiteBtn .btnArrow {
  right: 100px;
}

.freePage .textBox {
  margin-bottom: 60px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.freePage .contentsBox {
  margin-bottom: 40px;
}

.freePage .centerText {
  text-align: center;
  margin-bottom: 60px;
}

.freePage .rightText {
  text-align: right;
  margin-bottom: 60px;
}

.freePage {
  width: 100%;
  margin: 0 auto 100px;
}

.freepage .commingsoon {
  width: 90%;
  margin: 100px auto;
  text-align: center;
}

/* 220606追加分 */
p.textBox.series{
  text-align: center;
}

/*---------------- お買い物ガイドページ ---------------- */

#shopping_guide {
  width: 1100px;
  margin: 0 auto 180px;
}

#shopping_guide .innerlink_area {
  margin-bottom: 100px;
}

#shopping_guide .innerlink_area ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#shopping_guide .innerlink_area ul li {
  margin-right: 32px;
  margin-bottom: 20px;
  width: 345px;
}

#shopping_guide .innerlink_area ul li:nth-child(3n) {
  margin-right: 0;
}

#shopping_guide .innerlink_area ul li a {
  display: block;
  padding: 23px 0;
  background: #BBA35A;
  color: #fff;
  box-sizing: border-box;
  font-family: YuMincho, 'Yu Mincho', serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

#shopping_guide .textContents_area {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #707070;
}

#shopping_guide .textContents_area:last-of-type {
  margin-bottom: 140px;
  padding-bottom: 0;
  border-bottom: none;
}

#shopping_guide .textContents_area h2 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-family: YuMincho, 'Yu Mincho', serif;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

#shopping_guide .textContents_area a {
  color: #A49006;
  text-decoration: underline;
}

#shopping_guide .textContents_area .textBox {
  margin-bottom: 40px;
}

#shopping_guide .textContents_area h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#shopping_guide .textContents_area .guide_flow {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

#shopping_guide .textContents_area .guide_flow .contents_box {
  background: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
  width: 260px;
  margin-right: 20px;
}

#shopping_guide .textContents_area .guide_flow .contents_box:last-of-type {
  margin-right: 0;
}

#shopping_guide .textContents_area .guide_flow .contents_box h3 {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#shopping_guide .textContents_area .guide_flow .contents_box h3 span {
  font-size: 3.6rem;
  font-weight: normal;
  font-family: YuMincho, 'Yu Mincho', serif;
  color: #A49006;
}

#shopping_guide .textContents_area ul li {
  padding-left: 10px;
}

#shopping_guide .textContents_area ul li::before {
  content: "・";
}

/*--------- accordion --------- */

#shopping_guide .textContents_area .accordion_area {
  margin-bottom: 20px;
}

#shopping_guide .textContents_area .mb {
  margin-bottom: 60px;
}

#shopping_guide .textContents_area .accordion_area .accordion_header {
  font-weight: bold;
  padding: 20px 30px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

#shopping_guide .textContents_area .accordion_area .accordion_header .accordionHeader_innner {
  display: flex;
  align-items: center;
}

#shopping_guide .textContents_area .accordion_area .accordion_header .arrow {
  display: block;
  position: relative;
}

/* 二本の横棒を作成する */

#shopping_guide .textContents_area .accordion_area .accordion_header .arrow::before, #shopping_guide .textContents_area .accordion_area .accordion_header .arrow::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #707070;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 2本の横棒のうち一本は縦棒にする */

#shopping_guide .textContents_area .accordion_area .accordion_header .arrow::after {
  background: #707070;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

#shopping_guide .textContents_area .accordion_area .accordion_header.open .arrow::after {
  transform: rotate(0);
  transition: 0.5s;
}

#shopping_guide .textContents_area .accordion_area .accordion_inner {
  display: none;
  padding: 0 30px 30px;
  box-sizing: border-box;
  background: #fff;
}

#shopping_guide .textContents_area .accordion_area .accordion_inner p {
  border-top: 1px dotted #707070;
  padding-top: 20px;
}

#shopping_guide .textContents_area .accordion_area .accordion_inner .footer_nv li {
  margin-bottom: 10px;
}

#shopping_guide .textContents_area .accordion_area .catIcon {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 15px;
  color: #fff;
  margin-right: 15px;
  width: 7em;
  text-align: center;
  display: inline-block;
}

#shopping_guide .textContents_area .accordion_area .gifuchochin {
  background: #707070;
}

#shopping_guide .textContents_area .accordion_area .akari {
  background: #A49006;
}

#shopping_guide .textContents_area .accordion_area .letter {
  background: #333333;
}

/*---------------- あかりや次七について ---------------- */

#about .history_area {
  width: 1300px;
  margin: 0 auto;
}

#about .history_area .history_contnetsL {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#about .history_area .history_contnetsL .imgContents {
  width: 580px;
}

#about .history_area .history_contnetsL .textContents {
  width: 550px;
  margin-left: 70px;
}

/*--------- accordion --------- */

#about .accordion_area {
  margin-bottom: 20px;
}

#about .mb {
  margin-bottom: 60px;
}

#about .accordion_area .accordion_header {
  font-weight: bold;
  padding: 20px 30px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}

#about .accordion_area .accordion_header .accordionHeader_innner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

#about .accordion_area .accordion_header .ar_down {
  width: 37px;
  height: 37px;
  margin: 0 20px 20px;
  border: 1px solid;
  border-color: transparent transparent #A49006 #A49006;
  transform: rotate(-45deg);
  transition: 0.5s;
}

#about .accordion_area .accordion_header.open .ar_down {
  width: 37px;
  height: 37px;
  margin: 0 20px 20px;
  border: 1px solid;
  border-color: #A49006 #A49006 transparent transparent;
  transform: rotate(-45deg);
  transition: 0.5s;
}

#about .accordion_area .accordion_header.open .more {
  display: none;
}

#about .accordion_area .accordion_inner {
  display: none;
  box-sizing: border-box;
}

#about .history_area .history_contnetsR {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#about .history_area .history_contnetsR:last-of-type {
  margin-bottom: 100px;
}

#about .history_area .history_contnetsR .imgContents {
  width: 580px;
}

#about .history_area .history_contnetsR .textContents {
  width: 550px;
  margin-right: 70px;
}

#about .pride_area {
  width: 1100px;
  margin: 0 auto 100px;
}

#about .history_area .pc_pad {
  display: block;
}

#about .history_area .sp_only {
  display: none;
}

.imgLcontents {
  position: absolute;
  width: 601px;
  left: 0;
  top: 45px;
}

.imgRcontents {
  position: absolute;
  width: 601px;
  right: 0;
  top: 45px;
}

.Rcontents {
  position: absolute;
  width: 550px;
  height: 550px;
  right: 0;
  top: 0;
  box-sizing: border-box;
}

.Lcontents {
  position: absolute;
  width: 550px;
  height: 550px;
  left: 0;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
}

.text_contents {
  background: #FFFFFF;
  padding: 60px 0;
  text-align: center;
}

.text_contents h1 {
  margin-bottom: 30px;
}

.text_contents h1 img {
  width: 200px;
}

.text_contents h2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/*---------------- 岐阜提灯について ---------------- */

.productInfoArea {
  text-align: center;
  margin-bottom: 100px;
}

.productInfoArea .productInfoArea_contents {
  width: 1100px;
  margin: 0 auto 60px;
}

.introductionContents p {
  margin-bottom: 40px;
}

.introductionSet {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.flex100 {
  flex: 1 0 100%;
}
.flex50 {
  flex: 0 0 50%;
}
.waza {
  margin-bottom: 100px;
}

.wazaContents {
  position: relative;
  width: 1300px;
  height: 460px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
}

.wazaContents .imgContents {
  position: absolute;
  top: 0;
  width: 1075px;
}

.contentsL .imgContents {
  left: 0;
}

.contentsR .imgContents {
  right: 0;
}

.wazaContents .textContents {
  position: absolute;
  width: 250px;
  height: 250px;
  background: #fff;
  padding: 60px 35px;
  text-align: center;
  z-index: 2;
}

.contentsL .textContents {
  right: 100px;
}

.contentsR.textContents {
  left: 100px;
}

.wazaContents .textContents h3 {
  font-size: 3rem;
  font-family: YuMincho, 'Yu Mincho', serif;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
}

/*---------------- AKARIについて ---------------- */

#akari h1 {
  margin-bottom: 50px;
}

#akari h1 img {
  width: 207px;
}

#akari .introductionSet {
  margin-bottom: 100px;
}

.isamunoguchi {
  width: 1300px;
  margin: 0 auto 100px;
}

.isamunoguchi .contentsArea {
  display: flex;
}

.isamunoguchi .contentsArea .textArea {
  width: 550px;
  text-align: left;
  margin-left: 70px;
}

.isamunoguchi h2 {
  text-align: left;
}

.isamunoguchi .contentsArea p {
  margin-bottom: 25px;
}

.isamunoguchi .profile {
  border-top: 1px solid #707070;
  padding-top: 30px;
}

.isamunoguchi .profile h2 {
  margin-bottom: 20px;
}

.isamunoguchi .profile h2 span {
  font-size: 1.4rem;
}

/*---------------- 修理について ---------------- */

.beforeOrdering {
  width: 1100px;
  margin: 0 auto;
}

.beforeOrdering .beforeOrdering_contents {
  display: flex;
  justify-content: space-between;
}

.beforeOrdering .textArea, .beforeOrdering .textArea h2 {
  text-align: left;
}

.beforeOrdering .beforeOrdering_contents .textArea ul li {
  font-size: 1.6rem;
}

.beforeOrdering .beforeOrdering_contents .textArea ul li span {
  font-size: 2.6rem;
  color: #A49006;
}

.beforeOrdering .flexImageArea p:first-of-type {
  margin-right: 55px;
}

.beforeOrdering .flexImageArea p {
  text-align: center;
}

.beforeOrdering .flexImageArea p img {
  margin-bottom: 12px;
}

.beforeOrdering .flexImageArea p span {
  color: #707070;
}

.design {
  width: 1100px;
  margin: 0 auto;
}

.design h2 {
  margin-bottom: 40px;
}

.design h2 span {
  font-size: small;
}

.design .textBox {
  margin-bottom: 50px;
  text-align: center;
}

.design .flexImageArea {
  justify-content: space-between;
  margin-bottom: 70px;
}

.design .flexImageArea p {
  text-align: center;
}

.design .flexImageArea p img {
  margin-bottom: 12px;
}

.design .flexImageArea p span {
  color: #707070;
}

.attention {
  width: 1100px;
  margin: 0 auto 100px;
  background: #fff;
  padding: 45px;
}

.attention ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}

.attention ul li::before {
  content: "・";
}

.quotation_form {
  width: 1100px;
  margin: 0 auto;
}

.quotation_form p {
  margin-bottom: 30px;
  text-align: center;
}

.quotation_form .textBtn a {
  background: #fff;
  width: 40%;
}

.quotation_form .sp_only {
  display: none;
}

/*---------------- システムページ（プライバシーポリシー、特定商取引） ---------------- */

.sk-lst, #policy {
  width: 1100px;
  margin: 80px auto 100px;
}

/*----------------tablet-----------------------------------------------------------------------------------------------*/

/*----------------tablet-----------------------------------------------------------------------------------------------*/

/*----------------tablet-----------------------------------------------------------------------------------------------*/

@media (max-width: 959px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .container {
    width: 100%;
    max-width: 100%;
    min-width: initial;
    padding: 0;
  }
  /*---------------- コンテンツ ---------------- */
  .ttl_h1 {
    font-family: ten-mincho, serif;
    font-size: 3rem;
    line-height: 4.2rem;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
  }
  .ttl_h1 span {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #A49006;
  }
  .ttl_h2 {
    font-family: ten-mincho, serif;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .ttl_h3 {
    font-family: ten-mincho, serif;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  /*---------------- header ---------------- */
  header {
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    background-color: #F9F8F5;
    z-index: 999;
  }
  header h1 {
    position: absolute;
    top: 25px;
    left: 5%;
    width: 20%;
    z-index: 9999;
  }
  .head_area {
    width: 100%;
    position: fixed;
    height: 80px;
    background-color: #F9F8F5;
    z-index: 999;
  }
  /*------remodal reset-----*/
  .remodal {
    height: 100%;
  }
  .remodal-wrapper {
    padding: 0;
  }
  /* ----------------------------------------------------------------

　　open_menu

----------------------------------------------------------------- */
  .open-menu-btn-wrap {
    display: block;
    position: absolute;
    z-index: 100;
    width: 30px;
    height: 24px;
    right: 5%;
    cursor: pointer;
    z-index: 999;
    top: 25px;
  }
  .open-menu-btn {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 2em;
  }
  .open-menu-btn .toggle {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    transition: all .4s ease;
    border-radius: 5px;
    background-color: #222;
  }
  .open-menu-btn .toggle:nth-child(1) {
    top: 0;
  }
  .open-menu-btn .toggle:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .open-menu-btn .toggle:nth-child(3) {
    bottom: 0;
  }
  .open .open-menu-btn .toggle:nth-child(1) {
    top: 50%;
    left: 0;
    transform: rotate(45deg) translateY(-2px);
  }
  .open .open-menu-btn .toggle:nth-child(2) {
    opacity: 0;
  }
  .open .open-menu-btn .toggle:nth-child(3) {
    bottom: 50%;
    left: 0;
    transform: rotate(-45deg) translateY(1px);
    width: 100%;
  }
  .open-menu-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #F9F8F5;
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }
  .open .open-menu-bg, .open .open-menu-wrap {
    pointer-events: auto;
    opacity: 1;
    transition: opacity .4s ease;
  }
  .open-menu-wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 998;
    padding: 10% 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0s ease;
    overflow-y: scroll;
    text-align: left;
  }
  .open-menu-wrap .nv_accordion {
    padding-top: 50px;
  }
  .open-menu-wrap .nv_accordion {
    margin-bottom: 30px;
  }
  .open-menu-wrap .nv_accordion .accordion_area:last-of-type .accordion_header {
    border-bottom: 1px solid #fff;
  }
  .open-menu-wrap #head_nv {
    position: relative;
    margin-bottom: 30px;
  }
  .open-menu-wrap #head_nv ul {
    display: flex;
    justify-content: center;
  }
  .open-menu-wrap #head_nv li a {
    display: block;
    padding: 15px 40px;
    color: #fff;
  }
  .open-menu-wrap #head_nv li a:first-of-type {
    border-right: 1px solid #fff;
  }
  .open-menu-wrap #head_nv li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    will-change: transform;
  }
  .open-menu-wrap #head_nv .guide a {
    background: #BEB9AF;
  }
  .open-menu-wrap #head_nv .contact a {
    background: #BBA35A;
  }
  .open-menu-wrap .sns_nv ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .open-menu-wrap .sns_nv li {
    margin-left: 25px;
  }
  .open-menu-wrap .sns_nv li:first-of-type {
    margin-left: 0;
  }
  .open-menu-wrap .sns_nv li img {
    width: 25px;
  }

  .open-menu-logo {
    margin: 0 auto 24px;
    display: block;
    font-weight: 700;
    line-height: 1.6;
  }
  .open-menu-nav {
    padding: 5%;
  }
  .open-menu-nav ul li {
    margin-bottom: 3.2vh;
    font-weight: bold;
    line-height: 1.4
  }
  .open-menu-nav .sns-nav {
    text-align: center;
  }
  .open-menu-nav .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin: 24px auto 0;
  }
  .open-menu-nav .btn-wrap a {
    display: block;
    width: 30%;
  }
  .open-menu .btn-wrap {
    width: 72%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 5%;
  }
  .open-menu .btn-wrap a {
    display: block;
    width: 30%;
  }




  /*---------------------------------
  アイコンナビ
  ---------------------------------*/
  #icon_nv {
    position: relative;
    top: 30px;
    right: 0;
    left: 0;
  }
  #icon_nv ul {
    display: flex;
    justify-content: center;
  }
  #icon_nv ul li {
    margin-left: 6px;
  }
  #icon_nv ul li:first-of-type {
    margin-left: 0;
  }
  #icon_nv ul li img {
    width: 50px;
  }
  /*---------------- メインビジュアル ---------------- */
  /*---------------------------------
  スライド
  ---------------------------------*/
  .slide_area {
    margin-bottom: 100px;
    padding-bottom: 0;
    padding-top: 60px;
  }
  .top_slide {
    height: 95vh;
    width: auto;
  }
  .swiper-wrapper .swiper-slide {
    background-position: top left;
    background-size: cover;
  }
  .top_slide .slide01 {
    background-image: url(../img/slide03_sp.jpg);
  }
  .top_slide .slide02 {
    background-image: url(../img/slide02_sp.jpg);
  }
  .top_slide .slide03 {
    background-image: url(../img/slide01_sp.jpg);
  }
  .top_slide .slide04 {
    background-image: url(../img/slide05_sp.jpg);
  }
  .swiper-wrapper .swiper-slide p {
    width: 80%;
    left: 10%;
    top: 30%;
  }
  .swiper-wrapper .slide04 p {
    top: 150px;
  }
  .top_slide-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
  }
  /*------MV1-----*/
  .swiper-wrapper .swiper-slide-active p .t01 {
    font-size: 3.8rem;
    line-height: 7.2rem;
  }
  .swiper-wrapper .swiper-slide-active p .t02 {
    font-size: 3.8rem;
    line-height: 7.2rem;
  }
  .swiper-wrapper .swiper-slide-active p .t03 {
    font-size: 3.8rem;
    line-height: 7.2rem;
    margin-bottom: 20px;
  }
  .swiper-wrapper .swiper-slide-active p .t04 {
    font-size: 2.4rem;
    line-height: 4.6rem;
  }
  /*------MV2-----*/
  .swiper-wrapper .swiper-slide-active p .t05 {
    margin-bottom: 30px;
  }
  .swiper-wrapper .swiper-slide-active p .t05 img {
    width: 80%;
  }
  .swiper-wrapper .swiper-slide-active p .t06 {
    font-size: 2.4rem;
    line-height: 4.6rem;
  }
  .swiper-wrapper .swiper-slide-active p .t07 {
    font-size: 2.4rem;
    line-height: 4.6rem;
  }
  .swiper-wrapper .swiper-slide-active p .t08 {
    font-size: 2.4rem;
    line-height: 4.6rem;
  }
  /*------MV3-----*/
  .swiper-wrapper .swiper-slide-active p .t09 {
    font-size: 4rem;
    line-height: 7.2rem;
    display: inline-block;
    margin-bottom: 25px;
  }
  .swiper-wrapper .swiper-slide-active p .t10 {
    font-size: 2.4rem;
    line-height: 4.6rem;
    display: inline-block;
    margin-left: 30px;
  }
  .swiper-wrapper .swiper-slide-active p .t11 {
    font-size: 2.4rem;
    line-height: 4.6rem;
    display: inline-block;
    margin-left: 30px;
    padding-bottom: 200px;
  }
  /*------MV4-----*/
  .swiper-wrapper .swiper-slide-active p .t12 {
    color: #C8C8C8;
    font-size: 2.6rem;
    line-height: 4.8rem;
  }
  .swiper-wrapper .swiper-slide-active p .t13 {
    color: #C8C8C8;
    font-size: 3.4rem;
    line-height: 4.8rem;
  }
  .swiper-wrapper .swiper-slide-active p .fsmall {
    font-size: 2.4rem;
  }
  .swiper-wrapper .swiper-slide-active p .t14 {
    font-size: 2.6rem;
    line-height: 4.8rem;
    color: #C8C8C8;
  }
  .swiper-pagination {
    display: none;
  }
  /*---------------------------------
SCROLL DOWN
---------------------------------*/
  .scroll {
    position: absolute;
    top: 87vh;
    left: 90%;
  }
  .scroll img {
    width: 80%;
  }
  /*---------------- トップページコンテンツ ---------------- */
  /*------top_about-----*/
  /*------top_about-----*/
  .top_about {
    position: relative;
    width: 90%;
    height: 1070px;
    margin: 0 auto 60px;
  }
  #top .gifu {
    height: 1000px;
    margin-bottom: 10px;
  }
  #top .akari {
    margin-bottom: 180px;
  }
  /*------修理-----*/
  .mente {
    width: 100%;
    margin-bottom: 20px;
    height: 850px;
  }
  .mente .imgRcontents {
    width: 100%;
    max-width: 100%;
  }
  .mente .imgRcontents img {
    width: 100%;
  }
  /*---------------*/
  .imgLcontents {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .imgRcontents {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .Rcontents {
    position: absolute;
    width: 100%;
    min-width: 601px;
    height: 500px;
    left: 0;
    right: 0;
    top: 530px;
    z-index: 0;
    box-sizing: border-box;
  }
  .akari .Rcontents {
    height: 550px;
    padding: 60px 20px;
  }
  .mente .Rcontents {
    height: 440px;
    padding: 60px 20px 40px;
    top: 300px;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
  }
  .Lcontents {
    position: absolute;
    width: 100%;
    min-width: 601px;
    height: 500px;
    left: 0;
    right: 0;
    top: 530px;
    z-index: 0;
    box-sizing: border-box;
  }
  .gifu .Lcontents {
    height: 400px;
    padding: 60px 20px;
  }
  .text_contents {
    background: #FFFFFF;
    padding: 60px 0;
    text-align: center;
  }
  .text_contents h1 {
    margin-bottom: 15px;
    line-height: 3rem;
  }
  .text_contents h1 img {
    width: 50%;
  }
  .text_contents h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .textBtn {
    position: relative;
    left: 0;
    right: 0;
  }
  .text_contents .textBtn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
  }
  .textBtn a {
    position: relative;
    display: block;
    background: #F9F8F5;
    padding: 20px;
    font-size: 1.6rem;
    box-sizing: border-box;
    width: 60%;
    margin: 0 auto;
    font-family: ten-mincho, serif;
    color: #222222;
  }
  .textBtn .btnArrow {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 40px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    display: inline-block;
    height: 1px;
  }
  .textBtn .btnArrow::after, .textBtn .btnArrow::before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #C8C8C8;
  }
  .textBtn .btnArrow::before {
    left: 0;
    width: 100%;
    height: 1px;
  }
  .textBtn .btnArrow::after {
    right: 0;
    bottom: 1px;
    width: 1px;
    height: 7px;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*------top_lineup-----*/
  .top_lineup {
    width: 90%;
    margin: 0 auto 120px;
    text-align: center;
  }
  .top_lineup p {
    margin-bottom: 20px;
  }
  .top_lineup .lineup_contents .contents_box {
    margin-right: 6%;
    margin-bottom: 30px;
    width: 47%;
  }
  .top_lineup .lineup_contents .contents_box p {
    text-align: left;
  }
  .top_lineup .lineup_contents .contents_box:nth-of-type(2n) {
    margin-right: 0;
  }
  .top_lineup .lineup_contents .contents_box h3.en {
    font-size: 3rem;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*------top_recommend-----*/
  .top_recommend {
    width: 90%;
    margin: 0 auto 180px;
    text-align: center;
    justify-content: center;
  }
  .top_recommend .topRecommend_contents {
    display: none;
    justify-content: center;
  }
  .top_recommend .recommend_slide .contents_box {
    margin-right: 5%;
  }
  .top_recommend .recommend_slide .contents_box:nth-of-type(5n) {
    margin-right: 0;
  }
  .top_recommend .recommend_slide .contents_box dt {
    margin-bottom: 20px;
  }
  .top_recommend .recommend_slide .contents_box dd {
    margin-bottom: 5px;
  }
  .top_recommend .recommend_slide .contents_box .pro_name {
    font-weight: 600;
  }
  /*------top_library-----*/
  .top_library {
    width: 90%;
    margin: 0 auto 180px;
    text-align: center;
  }
  .top_library .topLibrary_contents {
    display: block;
    margin-bottom: 50px;
  }
  .top_library .topLibrary_contents .contents_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top_library .topLibrary_contents .contents_box:nth-of-type(3n) {
    margin-right: 0;
  }
  .top_library .topLibrary_contents .contents_box a {
    display: flex;
  }
  .top_library .topLibrary_contents .contents_box dt {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  .top_library .topLibrary_contents .contents_box dd {
    width: 65%;
    text-align: left;
    line-height: 2.8rem;
  }
  .top_library .topLibrary_contents .contents_box h2 {
    font-size: 1.4rem;
    color: #A49006;
    margin-bottom: 5px;
  }
  .top_library .textBtn a {
    background: #fff;
  }
  /*------showroom-----*/
  .top_showroom {
    width: 90%;
    margin: 0 auto 180px;
  }
  .topShowroom_contents {
    display: block;
    margin-bottom: 50px;
  }
  .topShowroom_contents .map {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .topShowroom_contents .map iframe {
    width: 100%;
    height: 30vh;
  }
  .topShowroom_contents .address span {
    font-size: 0.2rem;
  }
  .info_area {
    width: 100%;
    background: url(../img/top_info.jpg) no-repeat;
    background-position: center left;
    background-size: cover;
  }
  .info_area .info_contents {
    width: 90%;
    margin: 0 auto;
    display: block;
    justify-content: center;
    padding: 40px 0;
  }
  .info_area .info_contents .contents_box {
    text-align: center;
  }
  .info_area .info_contents .contents_box:first-of-type {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    margin-bottom: 80px;
  }
  .info_area .info_contents .contents_box h1 {
    margin-bottom: 10px;
  }
  .info_area .info_contents .contents_box p {
    margin-bottom: 20px;
  }
  .info_area .info_contents .contents_box .tel {
    font-size: 2.6rem;
  }
  .info_area .info_contents .contents_box .textBtn {
    margin-bottom: 30px;
    text-align: left;
  }
  .info_area .info_contents .contents_box .textBtn a {
    background: #fff;
  }
  /*---------------- footer ---------------- */
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 20px;
  }
  footer .logo_area {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  footer .logo_area h1 {
    margin: 0 auto 30px;
    text-align: center;
  }
  footer .logo_area h1 img {
    width: 40%;
  }
  footer .logo_area .sns_nv ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .logo_area .sns_nv li {
    margin-left: 25px;
  }
  footer .logo_area .sns_nv li img {
    width: 25px;
  }
  footer .footnv_area {
    display: none;
    justify-content: space-between;
  }
  /*------accordion-----*/
  .nv_accordion .accordion_area {
    max-width: 100%;
  }
  .nv_accordion .accordion_area .accordion_header {
    font-weight: bold;
    padding: 5%;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nv_accordion .accordion_area .accordion_header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }


  .nv_accordion .accordion_area .accordion_header .arrow {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../img/ar01.svg) no-repeat;
    background-position: top right;
    background-size: 8px auto;
    vertical-align: middle;
  }
  .nv_accordion .accordion_area .accordion_header.open .arrow {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../img/ar02.svg) no-repeat;
    background-position: top right;
    background-size: 8px auto;
    vertical-align: middle;
  }
  .nv_accordion .accordion_area .accordion_inner {
    display: none;
    padding: 30px 30px;
    box-sizing: border-box;
    background: #fff;
  }
  .nv_accordion .accordion_area .accordion_inner .footer_nv li {
    margin-bottom: 10px;
  }
  /*------button_nv-----*/
  .button_nv a {
    font-weight: bold;
    padding: 5%;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .button_nv .arrow {
    content: '';
    display: inline-block;
    width: 7px;
    height: 8px;
    background: url(../img/ar03.svg) no-repeat;
    background-position: top right;
    background-size: 7px auto;
    vertical-align: middle;
  }
  /*------footer_nv-----*/
  .footer_nv a::before {
    content: '-\00a0';
    display: inline-block;
    color: #A49006;
  }
  .footnv_sp {
    font-size: 1.4rem;
  }
  .footnv_sp .footer_nv {
    margin-bottom: 20px;
  }
  .footnv_sp .footer_nv li {
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
  }
  .footnv_sp .footer_nv li a {
    display: block;
    padding: 15px;
  }
  .footnv_sp .footer_nv li .c_none::before {
    content: none;
    font-weight: bold;
  }
  .footnv_sp .footer_suvnv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footnv_sp .footer_suvnv li {
    position: relative;
    padding: 0 10px;
  }
  .footnv_sp .footer_suvnv li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    bottom: 9px;
    width: 1px;
    background-color: #222;
  }
  .footnv_sp .footer_suvnv li:last-child::before {
    content: none;
  }
  /*------copyright_area-----*/
  .copyright_area {
    width: 100%;
    background: #222222;
    padding: 30px 0;
    color: #fff;
    font-size: 1.2rem;
  }
  .copyright_area .copyright_contents {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .copyright_area .copyright_contents .footer_suvnv {
    display: none;
  }
  .copyright_area .copyright_contents .copyright_text {
    text-align: center;
  }
  /*---------------- 商品詳細ページ ---------------- */
  .breadcrumb {
    width: 90%;
    margin: 30px auto 50px;
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 80px;
  }
  .breadcrumb a {
    color: #A49006;
  }
  #product .product_cotnents {
    width: 90%;
    margin: 0 auto 100px;
    display: block;
  }
  #product .product_cotnents .ProductImgArea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #product .product_cotnents .ProductImgArea .slider {
    margin: 0;
  }
  #product .product_cotnents .ProductImgArea .swiper-container {
    margin-bottom: 20px;
  }
  #product .product_cotnents .ProductImgArea .swiper-container .swiper-slide {
    width: 100%;
  }

  .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 20%;
    height: 100%;
    overflow: hidden;
  }
  #product .product_cotnents .cartArea {
    width: 100%;
    margin-right: 0;
  }
  #product .product_cotnents .cartArea h1 span {
    font-size: 1.8rem;
    color: #A49006;
  }
  #product .product_cotnents .cartArea h1 {
    font-size: 3rem;
    font-family: ten-mincho, serif;
    margin-bottom: 10px;
  }
  #product .product_cotnents .cartArea .price {
    color: #A49006;
    font-size: 2.1rem;
    font-family: YuMincho, 'Yu Mincho', serif;
    margin-bottom: 80px;
  }
  #product .product_cotnents .cartArea .yen {
    font-size: 1.5rem;
  }
  #product .product_cotnents .cartArea .souryo {
    color: #222;
    font-size: 1.6rem;
  }
  #product .product_cotnents .cartArea .quantity {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  #product .product_cotnents .cartArea .quantity input {
    margin-left: 10px;
    padding: 30px 0 30px 30px;
    width: 100px;
  }
  #product .product_cotnents .cartArea .cartBtn a {
    background: #A49006;
    color: #fff;
    margin-bottom: 80px;
    width: 100%;
  }
  .product_cotnents .cartArea .cartBtn .btnArrow::after, .product_cotnents .cartArea .cartBtn .btnArrow::before {
    background-color: #fff;
  }
  #product .product_cotnents .cartArea .textBtn_border a {
    display: block;
    padding: 12px;
    text-align: center;
    border: 1px solid #000;
    margin-bottom: 10px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 1.2rem;
  }
  #product .product_cotnents .cartArea .textBtn_border:last-of-type a {
    margin-bottom: 30px;
  }

/*------あなたにおすすめ商品-----*/

.togetherProduct {
  width: 90%;
  margin: 0 auto 100px;
  text-align: center;
}

  /*------商品説明-----*/
  #product .product_description {
    width: 90%;
    margin: 0 auto 40px;
  }
  #product .product_description .text_area {
    padding-left: 0;
    margin-bottom: 60px;
  }
  #product .product_description .text_area p {
    margin-bottom: 30px;
  }
  #product .product_description .text_area dl {
    display: block;
    margin-bottom: 30px;
  }
  #product .product_description .text_area dt {
    width: 100%;
  }
  #product .product_description .text_area dd {
    width: 100%;
  }
  #product .product_description .text_area dd, #product .product_description .text_area dt {
    line-height: 3rem;
  }
  #product .product_description .img_area {
    display: block;
    margin-bottom: 80px;
  }
  #product .product_description .img_area dl {
    width: 100%;
  }
  #product .product_description .img_area dl dt,
  .two_col dl dt {
    margin-bottom: 20px;
  }
  #product .product_description .img_area dl dd,
  .two_col dl dd {
    text-align: center;
    margin-bottom: 40px;
  }
  .two_col > * {
    flex: 1 0 100%
  }
  /*---------------- カテゴリトップ ---------------- */
  .CatIntroArea {
    display: block;
    width: 100%;
    margin: 0 auto 80px;
  }
  .CatIntroArea .tiltleArea {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .CatDiscriptionArea {
    width: 100%;
    margin: 0 auto 80px;
    display: block;
  }
  .CatDiscriptionArea .textContents {
    width: 100%;
  }
  .CatDiscriptionArea .textContents p {
    margin-bottom: 30px;
  }
  .CatDiscriptionArea .imgContents {
    text-align: center;
  }
  .CatLetter_contents {
    width: 100%;
    margin: 0 auto 100px;
    display: block;
  }
  .CatLetter_contents .textContents {
    width: 100%;
    margin-right: 0;
  }
  .CatLetter_contents .textContents h1 {
    font-size: 3.7rem;
    line-height: 1.2;
    margin-bottom: 40px;
    font-weight: bold;
    color: #707070;
  }
  .CatLetter_contents .textContents h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: bold;
    color: #707070;
  }
  .CatLetter_contents .textContents ul .listcheck {
    font-size: 1.8rem;
    line-height: 2.8;
    font-weight: bold;
    color: #707070;
    padding-left: 30px;
    position: relative;
  }
  .CatLetter_contents .textContents ul .listcheck::before {
    position: absolute;
    content: '';
    background: #E1C714;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    top: 1.4rem;
    left: 0;
  }
  .CatLetter_contents .textContents ul ul {
    margin-bottom: 10px;
  }
  .CatLetter_contents .textContents ul li li {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: normal;
    color: #000;
  }
  .CatLetter_contents .imgContents {
    text-align: center;
  }
  .CatLetter_product {
    width: 100%;
    margin: 0 auto;
  }
  .CatLetter_product h2 {
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 1.8rem;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
  }
  .CatLetter_product p {
    margin-right: 20px;
    text-align: center;
  }
  .CatLetter_product p:nth-of-type(4n) {
    margin-right: 0;
  }
  .CatLetter_product p img {
    margin-top: 15px;
  }
  /*---------------- 商品一覧ページ ---------------- */
  #categoryList {
    width: 94%;
    margin: 0 auto 100px;
  }
  /*---------------- フリーページ ---------------- */
  .freePage {
    width: 100%;
    margin: 0 auto 100px;
  }
  .whiteBtn a {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px 160px 20px 100px;
    width: auto;
    display: inline-block;
  }
  .freePage .intro_area {
    width: 90%;
    margin: 0 auto 100px;
  }
  .lineBtn a {
    color: #A49006;
  }
  .lineBtn .btnArrow::after, .lineBtn .btnArrow::before {
    background-color: #A49006;
  }
  /*---------------- お買い物ガイドページ ---------------- */
  #shopping_guide {
    width: 90%;
    margin: 0 auto 180px;
  }

  #shopping_guide .textContents_area .guide_flow {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  
  #shopping_guide .textContents_area .guide_flow .contents_box {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  
  #shopping_guide .textContents_area .guide_flow .contents_box:nth-of-type(2n) {
    margin-right: 0;
  }
  #shopping_guide .innerlink_area ul li {
    margin-right: 2%;
    margin-bottom: 20px;
    width: 32%;
  }
  #shopping_guide .textContents_area .accordion_area .accordion_header .accordionHeader_innner p {
    max-width: 75%;
  }
  /*---------------- あかりや次七について ---------------- */
  #about .history_area {
    width: 90%;
    margin: 0 auto 100px;
  }
  #about .centerText {
    text-align: center;
    margin-bottom: 60px;
  }
  #about .accordion_area .accordion_header .ar_down {
    margin: 15px auto;
  }
  #about .accordion_area .accordion_header.open .ar_down {
    margin: 15px auto;
  }
  #about .history_area .history_contnetsL .textContents {
    margin-left: 40px;
  }
  #about .history_area .history_contnetsR .textContents {
    margin-right: 40px;
  }
  #about .pride_area {
    width: 90%;
    margin: 0 auto 100px;
  }
  #about .history_area .pc_pad {
    display: block;
  }
  #about .history_area .sp_only {
    display: none;
  }
  #about .gifu {
    height: 1000px;
    margin-bottom: 10px;
  }
  #about .akari {
    margin-bottom: 180px;
  }
  /*------修理-----*/
  #about .mente {
    margin-bottom: 20px;
  }
  /*---------------- 岐阜提灯について ---------------- */
  .productInfoArea .productInfoArea_contents {
    width: 90%;
    margin: 0 auto 60px;
  }
  .introductionContents {
    margin-bottom: 80px;
  }
  .introductionSet {
    width: 90%;
    display: block;
  }
  .wazaContents {
    width: 100%;
    height: 295px;
    margin: 0 auto 60px;
  }
  .wazaContents .imgContents {
    position: absolute;
    top: 0;
    width: 90%;
  }
  .contentsL .imgContents {
    left: 0;
  }
  .contentsR .imgContents {
    right: 0;
  }
  .wazaContents .textContents {
    position: absolute;
    width: 250px;
    height: 250px;
    background: #fff;
    padding: 60px 35px;
    text-align: center;
    z-index: 2;
  }
  .contentsL .textContents {
    right: 0;
  }
  .contentsR.textContents {
    left: 0;
  }
  .wazaContents .textContents h3 {
    font-size: 3rem;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
  }
  /*---------------- AKARIについて ---------------- */
  .isamunoguchi {
    width: 100%;
    margin: 0 auto 100px;
  }
  .isamunoguchi .flexImageArea p {
    width: 50%;
  }
  .isamunoguchi .contentsArea {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .isamunoguchi .contentsArea .imgArea {
    text-align: center;
    margin-bottom: 50px;
  }
  .isamunoguchi .contentsArea .textArea {
    width: 100%;
    margin-left: 0;
  }
  .isamunoguchi h2 {
    text-align: left;
  }
  .isamunoguchi .contentsArea p {
    margin-bottom: 25px;
  }
  .isamunoguchi .profile {
    border-top: 1px solid #707070;
    padding-top: 30px;
  }
  .isamunoguchi .profile h2 {
    margin-bottom: 20px;
  }
  .isamunoguchi .profile h2 span {
    font-size: 1.4rem;
  }
  /*---------------- 修理について ---------------- */
  .beforeOrdering {
    width: 90%;
    margin: 0 auto;
  }
  .beforeOrdering .beforeOrdering_contents {
    display: block;
    margin-bottom: 30px
  }
  .beforeOrdering .textArea, .beforeOrdering .textArea {
    margin-bottom: 30px;
  }
  .beforeOrdering .flexImageArea p:first-of-type {
    margin-right: 4%;
  }
  .beforeOrdering .flexImageArea p {
    width: 48%;
  }
  .design {
    width: 90%;
  }
  .design .textBox {
    text-align: left;
  }
  .design .flexImageArea p {
    margin-bottom: 30px;
    width: 48%;
  }
  .attention {
    width: 90%;
  }
  .quotation_form {
    width: 90%;
    margin: 0 auto;
  }
  .quotation_form p {
    text-align: left;
  }
  
  .quotation_form .textBtn a {
    width: 100%;
  }
  .quotation_form .sp_only {
    display: none;
  }
  /*---------------- システムページ（プライバシーポリシー、特定商取引） ---------------- */
  .sk-lst, #policy {
    width: 90%;
    margin: 80px auto 100px;
  }
}

/*---------------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------*/

/*----------------sp-----------------------------------------------------------------------------------------------*/

@media (max-width: 559px) {
  /*---------------- コンテンツ ---------------- */
  .ttl_h1 {
    font-family: ten-mincho, serif;
    font-size: 3rem;
    line-height: 3.2rem;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
  }
  .ttl_h1 span {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #A49006;
  }
  .ttl_h2 {
    font-family: ten-mincho, serif;
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .ttl_h3 {
    font-family: ten-mincho, serif;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  /*---------------- header ---------------- */
  header {
    width: 100%;
    position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    background-color: #F9F8F5;
    z-index: 999;
  }
  header h1 {
    position: absolute;
    top: 15px;
    left: 5%;
    width: 40%;
    z-index: 9999;
  }
  .head_area {
    width: 100%;
    position: fixed;
    height: 60px;
    background-color: #F9F8F5;
    z-index: 999;
  }
  /*------remodal reset-----*/
  .remodal {
    height: 100%;
  }
  .remodal-wrapper {
    padding: 0;
  }
  /* ----------------------------------------------------------------

　　open_menu

----------------------------------------------------------------- */
  .open-menu-btn-wrap {
    display: block;
    position: absolute;
    z-index: 100;
    width: 30px;
    height: 24px;
    top: 40px;
    right: 5%;
    cursor: pointer;
    z-index: 999;
    top: 15px;
  }
  .open-menu-btn {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 2em;
  }
  .open-menu-btn .toggle {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    transition: all .4s ease;
    border-radius: 5px;
    background-color: #222;
  }
  .open-menu-btn .toggle:nth-child(1) {
    top: 0;
  }
  .open-menu-btn .toggle:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .open-menu-btn .toggle:nth-child(3) {
    bottom: 0;
  }
  .open .open-menu-btn .toggle:nth-child(1) {
    top: 50%;
    left: 0;
    transform: rotate(45deg) translateY(-2px);
  }
  .open .open-menu-btn .toggle:nth-child(2) {
    opacity: 0;
  }
  .open .open-menu-btn .toggle:nth-child(3) {
    bottom: 50%;
    left: 0;
    transform: rotate(-45deg) translateY(1px);
    width: 100%;
  }
  .open-menu-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #F9F8F5;
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }
  .open .open-menu-bg, .open .open-menu-wrap {
    pointer-events: auto;
    opacity: 1;
    transition: opacity .4s ease;
  }
  .open-menu-wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 998;
    padding: 10% 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0s ease;
    overflow-y: scroll;
    text-align: left;
  }
  .open-menu-wrap .nv_accordion {
    padding-top: 50px;
  }
  .open-menu-wrap .nv_accordion {
    margin-bottom: 30px;
  }
  .open-menu-wrap .nv_accordion .accordion_area:last-of-type .accordion_header {
    border-bottom: 1px solid #fff;
  }
  .open-menu-wrap #head_nv {
    position: relative;
    margin-bottom: 30px;
  }
  .open-menu-wrap #head_nv ul {
    display: flex;
    justify-content: center;
  }
  .open-menu-wrap #head_nv li a {
    display: block;
    padding: 15px 40px;
    color: #fff;
  }
  .open-menu-wrap #head_nv li a:first-of-type {
    border-right: 1px solid #fff;
  }
  .open-menu-wrap #head_nv li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    will-change: transform;
  }
  .open-menu-wrap #head_nv .guide a {
    background: #BEB9AF;
  }
  .open-menu-wrap #head_nv .contact a {
    background: #BBA35A;
  }
  .open-menu-wrap .sns_nv ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .open-menu-wrap .sns_nv li {
    margin-left: 25px;
  }
  .open-menu-wrap .sns_nv li:first-of-type {
    margin-left: 0;
  }
  .open-menu-wrap .sns_nv li img {
    width: 25px;
  }
  .open-menu-logo {
    margin: 0 auto 24px;
    display: block;
    font-weight: 700;
    line-height: 1.6;
  }
  .open-menu-nav {
    padding: 5%;
  }
  .open-menu-nav ul li {
    margin-bottom: 3.2vh;
    font-weight: bold;
    line-height: 1.4
  }
  .open-menu-nav .sns-nav {
    text-align: center;
  }
  .open-menu-nav .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin: 24px auto 0;
  }
  .open-menu-nav .btn-wrap a {
    display: block;
    width: 30%;
  }
  .open-menu .btn-wrap {
    width: 72%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 5%;
  }
  .open-menu .btn-wrap a {
    display: block;
    width: 30%;
  }
  /*---------------------------------
  アイコンナビ
  ---------------------------------*/
  #icon_nv {
    position: relative;
    top: 30px;
    right: 0;
    left: 0;
  }
  #icon_nv ul {
    display: flex;
    justify-content: center;
  }
  #icon_nv ul li {
    margin-left: 6px;
  }
  #icon_nv ul li:first-of-type {
    margin-left: 0;
  }
  #icon_nv ul li img {
    width: 50px;
  }
  /*---------------- メインビジュアル ---------------- */
  /*---------------------------------
  スライド
  ---------------------------------*/
  .slide_area {
    margin-bottom: 150px;
    padding-bottom: 0;
  }
  .top_slide {
    width: 100%;
    height: 70vh;
  }
  .swiper-wrapper .swiper-slide {
    background-position: top center;
    background-size: cover;
  }
  .top_slide .slide01 {
    background-image: url(../img/slide03_sp.jpg);
  }
  .top_slide .slide02 {
    background-image: url(../img/slide02_sp.jpg);
  }
  .top_slide .slide03 {
    background-image: url(../img/slide01_sp.jpg);
  }
  .top_slide .slide04 {
    background-image: url(../img/slide05_sp.jpg);
  }
  .swiper-wrapper .swiper-slide p {
    width: 90%;
    left: 5%;
  }
  .swiper-wrapper .slide04 p {
    top: 20px;
  }
  .top_slide-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
  }
  /*------MV1-----*/
  .swiper-wrapper .swiper-slide-active p .t01 {
    font-size: 2.8rem;
    line-height: 5.2rem;
  }
  .swiper-wrapper .swiper-slide-active p .t02 {
    font-size: 2.8rem;
    line-height: 5.2rem;
  }
  .swiper-wrapper .swiper-slide-active p .t03 {
    font-size: 2.8rem;
    line-height: 5.2rem;
    margin-bottom: 20px;
  }
  .swiper-wrapper .swiper-slide-active p .t04 {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  /*------MV2-----*/
  .swiper-wrapper .swiper-slide-active p .t05 {
    margin-bottom: 20px;
  }
  .swiper-wrapper .swiper-slide-active p .t05 img {
    width: 50%;
  }
  .swiper-wrapper .swiper-slide-active p .t06 {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .swiper-wrapper .swiper-slide-active p .t07 {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .swiper-wrapper .swiper-slide-active p .t08 {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  /*------MV3-----*/
  .swiper-wrapper .swiper-slide-active p .t09 {
    font-size: 2.6rem;
    line-height: 3.7rem;
    display: inline-block;
    margin-bottom: 25px;
  }
  .swiper-wrapper .swiper-slide-active p .t10 {
    font-size: 1.4rem;
    line-height: 2.6rem;
    display: inline-block;
    margin-left: 30px;
  }
  .swiper-wrapper .swiper-slide-active p .t11 {
    font-size: 1.4rem;
    line-height: 2.6rem;
    display: inline-block;
    margin-left: 30px;
    padding-bottom: 150px;
  }
  /*------MV4-----*/
  .swiper-wrapper .swiper-slide-active p .t12 {
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #C8C8C8;
  }
  .swiper-wrapper .swiper-slide-active p .t13 {
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #C8C8C8;
  }
  .swiper-wrapper .swiper-slide-active p .fsmall {
    font-size: 1.2rem;
  }
  .swiper-wrapper .swiper-slide-active p .t14 {
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #C8C8C8;
  }
  .swiper-pagination {
    display: none;
  }
  /*---------------------------------
SCROLL DOWN
---------------------------------*/
  .scroll {
    position: absolute;
    top: 64vh;
    left: 90%;
  }
  .scroll img {
    width: 60%;
  }
  /*---------------- トップページコンテンツ ---------------- */
  /*------top_about-----*/
  .top_about {
    position: relative;
    width: 90%;
    height: 700px;
    margin: 0 auto 120px;
  }
  #top .gifu {
    margin-bottom: 10px;
    height: 670px;
  }
  #top .akari {
    margin-bottom: 120px;
  }
  /*------修理-----*/
  .mente {
    margin-bottom: 80px;
    height: 570px;
    width: 100%;
  }
  /*---------------*/
  .imgLcontents {
    position: absolute;
    width: 90%;
    max-width: 295px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .imgRcontents {
    position: absolute;
    width: 90%;
    max-width: 295px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .mente .imgRcontents {
    width: 100%;
    max-width: 100%;
  }
  .Rcontents {
    position: absolute;
    width: 100%;
    min-width: 295px;
    height: auto;
    left: 0;
    right: 0;
    top: 230px;
    z-index: 0;
    box-sizing: border-box;
  }
  .akari .Rcontents {
    height: auto;
    padding: 60px 20px 20px;
  }
  .Rcontents p, .Lcontents p {
    margin-bottom: 20px;
  }
  .mente .Rcontents {
    height: 440px;
    padding: 60px 20px 20px;
    top: 150px;
  }
  .Lcontents {
    position: absolute;
    width: 100%;
    height: auto;
    min-width: 295px;
    left: 0;
    right: 0;
    top: 230px;
    z-index: 0;
    box-sizing: border-box;
  }
  .text_contents {
    background: #FFFFFF;
    padding: 60px 0 20px;
    text-align: center;
  }
  .gifu .Lcontents {
    padding: 60px 20px 20px;
  }
  .text_contents h1 {
    margin-bottom: 15px;
    line-height: 3rem;
  }
  .text_contents h1 img {
    width: 150px;
  }
  .text_contents h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .text_contents .textBtn {
    position: relative;
    left: 0;
    right: 0;
    bottom: initial;
  }
  .textBtn a {
    position: relative;
    display: block;
    background: #F9F8F5;
    padding: 20px;
    font-size: 1.6rem;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    font-family: ten-mincho, serif;
    color: #222222;
  }
  .textBtn .btnArrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 40px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    display: inline-block;
    height: 1px;
  }
  .textBtn .btnArrow::after, .textBtn .btnArrow::before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #C8C8C8;
  }
  .textBtn .btnArrow::before {
    left: 0;
    width: 100%;
    height: 1px;
  }
  .textBtn .btnArrow::after {
    right: 0;
    bottom: 1px;
    width: 1px;
    height: 7px;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*------top_lineup-----*/
  .top_lineup {
    width: 90%;
    margin: 0 auto 80px;
    text-align: center;
  }
  .top_lineup .lineup_contents .contents_box p {
    margin-bottom: 10px;
    text-align: left;
  }
  .top_lineup .lineup_contents .contents_box {
    margin-right: 6%;
    margin-bottom: 30px;
    width: 47%;
  }
  .top_lineup .lineup_contents .contents_box:nth-of-type(2n) {
    margin-right: 0;
  }
  /*------top_recommend-----*/
  .top_recommend {
    width: 90%;
    margin: 0 auto 120px;
    text-align: center;
    justify-content: center;
  }
  .top_recommend .topRecommend_contents {
    display: none;
    justify-content: center;
  }
  .top_recommend .recommend_slide .contents_box {
    margin-right: 5%;
  }
  .top_recommend .recommend_slide .contents_box:nth-of-type(5n) {
    margin-right: 0;
  }
  .top_recommend .recommend_slide .contents_box dt {
    margin-bottom: 20px;
  }
  .top_recommend .recommend_slide .contents_box dd {
    margin-bottom: 5px;
  }
  .top_recommend .recommend_slide .contents_box .pro_name {
    font-weight: 600;
  }
  /*------top_library-----*/
  .top_library {
    width: 90%;
    margin: 0 auto 120px;
    text-align: center;
  }
  .top_library .topLibrary_contents {
    display: block;
    margin-bottom: 50px;
  }
  .top_library .topLibrary_contents .contents_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top_library .topLibrary_contents .contents_box:nth-of-type(3n) {
    margin-right: 0;
  }
  .top_library .topLibrary_contents .contents_box a {
    display: flex;
  }
  .top_library .topLibrary_contents .contents_box dt {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  .top_library .topLibrary_contents .contents_box dd {
    width: 65%;
    text-align: left;
    line-height: 2.8rem;
  }
  .top_library .topLibrary_contents .contents_box h2 {
    font-size: 1.4rem;
    color: #A49006;
    margin-bottom: 5px;
  }
  .top_library .textBtn a {
    background: #fff;
  }
  /*------showroom-----*/
  .top_showroom {
    width: 90%;
    margin: 0 auto 120px;
  }
  .topShowroom_contents {
    display: block;
    margin-bottom: 50px;
  }
  .topShowroom_contents .map {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .topShowroom_contents .map iframe {
    width: 100%;
    height: 30vh;
  }
  .topShowroom_contents .address span {
    font-size: 1.2rem;
  }
  .info_area {
    width: 100%;
    background: url(../img/top_info.jpg) no-repeat;
    background-position: center left;
    background-size: cover;
  }
  .info_area .info_contents {
    width: 90%;
    margin: 0 auto;
    display: block;
    justify-content: center;
    padding: 40px 0;
  }
  .info_area .info_contents .contents_box {
    text-align: center;
  }
  .info_area .info_contents .contents_box:first-of-type {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    margin-bottom: 80px;
  }
  .info_area .info_contents .contents_box h1 {
    margin-bottom: 10px;
  }
  .info_area .info_contents .contents_box p {
    margin-bottom: 20px;
  }
  .info_area .info_contents .contents_box .tel {
    font-size: 2.6rem;
  }
  .info_area .info_contents .contents_box .textBtn {
    margin-bottom: 30px;
    text-align: left;
  }
  .info_area .info_contents .contents_box .textBtn a {
    background: #fff;
  }
  /*---------------- footer ---------------- */
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 20px;
  }
  footer .logo_area {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  footer .logo_area h1 {
    margin: 0 auto 30px;
    text-align: center;
  }
  footer .logo_area h1 img {
    width: 60%;
  }
  footer .logo_area .sns_nv ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .logo_area .sns_nv li {
    margin-left: 25px;
  }
  footer .logo_area .sns_nv li img {
    width: 25px;
  }
  footer .footnv_area {
    display: none;
    justify-content: space-between;
  }
  /*------accordion-----*/
  .nv_accordion .accordion_area {
    max-width: 100%;
  }
  .nv_accordion .accordion_area .accordion_header {
    font-weight: bold;
    padding: 5%;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nv_accordion .accordion_area .accordion_header .arrow {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../img/ar01.svg) no-repeat;
    background-position: top right;
    background-size: 8px auto;
    vertical-align: middle;
  }
  .nv_accordion .accordion_area .accordion_header.open .arrow {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../img/ar02.svg) no-repeat;
    background-position: top right;
    background-size: 8px auto;
    vertical-align: middle;
  }
  .nv_accordion .accordion_area .accordion_inner {
    display: none;
    padding: 30px 30px;
    box-sizing: border-box;
    background: #fff;
  }
  .nv_accordion .accordion_area .accordion_inner .accordion_glnv>li {
    margin-bottom: 10px;
  }
  .accordion_glnv>li a::before {
    content: '-\00a0';
    display: inline-block;
    color: #A49006;
  }
  .footnv_sp {
    font-size: 1.2rem;
  }
  .footnv_sp .footer_nv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .footnv_sp .footer_nv li {
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
  }
  .footnv_sp .footer_nv li a {
    display: block;
    padding: 15px;
  }
  .footnv_sp .footer_nv li .c_none::before {
    content: none;
  }
  .footnv_sp .footer_suvnv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footnv_sp .footer_suvnv li {
    position: relative;
    padding: 0 10px;
  }
  .footnv_sp .footer_suvnv li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    bottom: 9px;
    width: 1px;
    background-color: #222;
  }
  .footnv_sp .footer_suvnv li:last-child::before {
    content: none;
  }
  /*------copyright_area-----*/
  .copyright_area {
    width: 100%;
    background: #222222;
    padding: 30px 0;
    color: #fff;
    font-size: 1.2rem;
  }
  .copyright_area .copyright_contents {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .copyright_area .copyright_contents .footer_suvnv {
    display: none;
  }
  .copyright_area .copyright_contents .copyright_text {
    text-align: center;
  }
  /*---------------- 商品詳細ページ ---------------- */
  .breadcrumb {
    width: 90%;
            font-size: 1.2rem !important;
    font-weight: bold;
            margin: 30px auto 10px !important;
        padding-top: 40px !important;
        line-height: 1.8 !important;
  }
  .breadcrumb a {
    color: #A49006;
  }
  #product .product_cotnents {
    width: 90%;
    margin: 0 auto 100px;
    display: block;
  }
  #product .product_cotnents .ProductImgArea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #product .product_cotnents .ProductImgArea .slider {
    margin: 0;
  }
  #product .product_cotnents .ProductImgArea .swiper-container {
    margin-bottom: 20px;
  }
  #product .product_cotnents .ProductImgArea .swiper-container .swiper-slide {
    width: 100%;
  }
  .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 20%;
    height: 100%;
    overflow: hidden;
  }
  #product .product_cotnents .cartArea {
    width: 100%;
    margin-right: 0;
  }
  #product .product_cotnents .cartArea h1 span {
    font-size: 1.8rem;
    color: #A49006;
  }
  #product .product_cotnents .cartArea h1 {
    font-size: 3rem;
    font-family: ten-mincho, serif;
    margin-bottom: 20px;
  }
  #product .product_cotnents .cartArea .price {
    color: #A49006;
    font-size: 2.1rem;
    font-family: YuMincho, 'Yu Mincho', serif;
    margin-bottom: 80px;
  }
  #product .product_cotnents .cartArea .yen {
    font-size: 1.5rem;
  }
  #product .product_cotnents .cartArea .souryo {
    color: #222;
    font-size: 1.6rem;
  }
  #product .product_cotnents .cartArea .quantity {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  #product .product_cotnents .cartArea .quantity input {
    margin-left: 10px;
    padding: 30px 0 30px 30px;
    width: 100px;
  }
  #product .product_cotnents .cartArea .cartBtn a {
    background: #A49006;
    color: #fff;
    margin-bottom: 80px;
    width: 100%;
  }
  .product_cotnents .cartArea .cartBtn .btnArrow::after, .product_cotnents .cartArea .cartBtn .btnArrow::before {
    background-color: #fff;
  }
  #product .product_cotnents .cartArea .textBtn_border a {
    display: block;
    padding: 12px;
    text-align: center;
    border: 1px solid #000;
    margin-bottom: 10px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 1.2rem;
  }
  #product .product_cotnents .cartArea .textBtn_border:last-of-type a {
    margin-bottom: 30px;
  }
  #product .product_cotnents .cartArea .productSub_nv li {
    font-size: 1.2rem;
  }

/*------あなたにおすすめ商品-----*/

.togetherProduct {
  width: 90%;
  margin: 0 auto 60px;
}

  /*------商品説明-----*/
  #product .product_description {
    width: 90%;
    margin: 0 auto 40px;
  }
  #product .product_description .text_area {
    padding-left: 0;
    margin-bottom: 60px;
  }
  #product .product_description .text_area p {
    margin-bottom: 30px;
  }
  #product .product_description .text_area dl {
    display: block;
    margin-bottom: 30px;
  }
  #product .product_description .text_area dt {
    width: 100%;
  }
  #product .product_description .text_area dd {
    width: 100%;
  }
  #product .product_description .text_area dd, #product .product_description .text_area dt {
    line-height: 3rem;
  }
  #product .product_description .img_area {
    display: block;
    margin-bottom: 80px;
  }
  #product .product_description .img_area dl {
    width: 100%;
  }
  #product .product_description .img_area dl dt {
    margin-bottom: 20px;
  }
  #product .product_description .img_area dl dd {
    text-align: center;
    margin-bottom: 40px;
  }
  /*---------------- フリーページ ---------------- */
  .whiteBtn a {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
    width: 90%;
    display: inline-block;
    font-size: 1.4rem;
  }
  .lineBtn a {
    color: #A49006;
    font-size: 1.4rem;
  }
  .lineBtn .btnArrow::after, .lineBtn .btnArrow::before {
    background-color: #A49006;
  }
  /*---------------- お買い物ガイドページ ---------------- */
  #shopping_guide {
    width: 90%;
    margin: 0 auto 180px;
  }
  #shopping_guide .innerlink_area {
    margin-bottom: 80px;
  }
  #shopping_guide .innerlink_area ul li {
    margin-right: 2%;
    margin-bottom: 5px;
    width: 49%;
  }
  #shopping_guide .innerlink_area ul li:nth-child(2n) {
    margin-right: 0;
  }
  #shopping_guide .innerlink_area ul li:nth-child(3) {
    margin-right: 2%;
  }
  #shopping_guide .innerlink_area ul li a {
    padding: 15px 0;
    font-size: 1.4rem;
  }
  #shopping_guide .textContents_area .guide_flow {
    display: block;
    margin-bottom: 30px;
  }
  #shopping_guide .textContents_area .guide_flow .contents_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /*--------- accordion --------- */
  #shopping_guide .textContents_area .accordion_area {
    margin-bottom: 20px;
  }
  #shopping_guide .textContents_area .mb {
    margin-bottom: 60px;
  }
  #shopping_guide .textContents_area .accordion_area .accordion_header {
    padding: 20px;
  }
  #shopping_guide .textContents_area .accordion_area .accordion_header .accordionHeader_innner {
    display: block;
  }
  #shopping_guide .textContents_area .accordion_area .accordion_header p {
    max-width: 85%;
    line-height: 2;
  }
  #shopping_guide .textContents_area .accordion_area .accordion_header .accordionHeader_innner .catIcon {
    margin-bottom: 8px;
  }
  #shopping_guide .textContents_area .accordion_area .accordion_inner {
    padding: 0 20px 30px;
  }
  #shopping_guide .textContents_area .accordion_area .catIcon {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px 15px;
    color: #fff;
    margin-right: 5px;
  }
  #shopping_guide .textContents_area .accordion_area .gifuchochin {
    background: #707070;
  }
  #shopping_guide .textContents_area .accordion_area .akari {
    background: #A49006;
  }
  #shopping_guide .textContents_area .accordion_area .letter {
    background: #333333;
  }
  /*---------------- あかりや次七について ---------------- */
  #about h2 {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: YuMincho, 'Yu Mincho', serif;
    margin-bottom: 30px;
    text-align: center;
  }
  #about h3 {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: YuMincho, 'Yu Mincho', serif;
    text-align: left;
    color: #A49006;
    margin-bottom: 10px;
  }
  #about .intro_area {
    width: 90%;
    margin: 0 auto 100px;
  }
  #about .textBox {
    margin-bottom: 30px;
  }
  #about .accordion_area .accordion_header .accordionHeader_innner {
    margin: 20px 0;
  }
  #about .history_area {
    width: 90%;
    margin: 0 auto 100px;
  }
  #about .centerText {
    text-align: center;
    margin-bottom: 30px;
  }
  #about .history_area .pc_pad {
    display: none;
  }
  #about .history_area .sp_only {
    display: block;
  }
  #about .history_area .history_contnetsL {
    display: block;
  }
  #about .history_area .history_contnetsL .imgContents {
    width: 100%;
    margin-bottom: 30px;
  }
  #about .history_area .history_contnetsL .textContents {
    width: 100%;
    margin-left: 0;
  }
  #about .history_area .history_contnetsR {
    display: block;
  }
  #about .history_area .history_contnetsR .imgContents {
    width: 100%;
    margin-bottom: 30px;
  }
  #about .history_area .history_contnetsR .textContents {
    width: 100%;
    margin-right: 0;
  }
  #about .pride_area {
    width: 90%;
    margin: 0 auto 100px;
  }
  #about .gifu {
    margin-bottom: 10px;
    height: 670px;
  }
  #about .akari {
    margin-bottom: 120px;
  }
  /*------修理-----*/
  #about .mente {
    margin-bottom: 80px;
    height: 670px;
  }
  /*---------------- 岐阜提灯について ---------------- */
  .introductionSet {
    width: 100%;
  }
  .introductionContents p {
    margin-bottom: 20px;
  }
  .wazaContents {
    width: 100%;
    height: 395px;
    margin: 0 auto 30px;
  }
  .wazaContents .imgContents {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .wazaContents .textContents {
    position: absolute;
    width: 240px;
    height: 220px;
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    z-index: 2;
    top: 140px;
  }
  .contentsL .textContents {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .contentsR .textContents {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .wazaContents .textContents h3 {
    font-size: 2rem;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
  }
  #gifulantern .flexImageArea p {
    width: 50%;
  }
  /*---------------- 修理について ---------------- */
  .beforeOrdering .flexImageArea {
    display: block;
  }
  .beforeOrdering .flexImageArea p:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .beforeOrdering .flexImageArea p {
    text-align: center;
    width: 100%;
  }
  .design .flexImageArea {
    display: block;
  }
  .design .flexImageArea p {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }
  .design .flexImageArea p img {
    margin-bottom: 12px;
  }
  .design .flexImageArea p span {
    color: #707070;
  }
  .attention {
    padding: 30px 20px;
  }
  .quotation_form .textBtn a {
    width: 100%;
  }

  .quotation_form .sp_only {
    display: block;
  }
  /*---------------- 商品一覧ページ ---------------- */
  #categoryList {
    width: 90%;
    margin: 0 auto 100px;
  }
  #categoryList .sub-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #categoryList .sub-list li {
    margin-bottom: 15px;
  }
  #categoryList .product_list li {
    margin-right: 2%;
    width: 49%;
    margin-bottom: 40px;
  }
  #categoryList .product_list li:nth-of-type(3n) {
    margin-right: 2%;
  }
  #categoryList .product_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  #categoryList .product-list__name {
    font-size: 1.4rem;
  }
}


/* 特集ページ 伝統的工芸品　*/

.ttl_h1 span.blk-block {
  color: #000;
  font-size: 14px;
  display: block;
  line-height: 1.5;
}
#traditionalcrafts .intro_area > img {
  max-width: 130px;
}

#traditionalcrafts .intro_area > span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 5px auto 55px;
}

.dual-images {
  max-width: 1100px;
  margin: 0 auto;
  width: 95vw;
}
.dual-img-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.dual-img-flex img {
  flex: 0 1 45%;
  max-width: 49.5%;
}
.waza.multi-image .wazaContents {
  align-items: normal;
}
.waza.multi-image .wazaContents .textContents{
  top: 10%;
}
.waza.multi-image .wazaContents.contentsL .threeimg .textContents {
  right: -180px;
}

.imgContents.twoimg,
.imgContents.threeimg {
  display: flex;
  gap: 10px;
}

.traditional_product_list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 10px;
}
.traditional_product_list li {
  flex: 1 0 30%;
  margin-bottom: 45px;
}
.traditional_product_list li h4 {
  font-weight: bold;
  font-size: 14px;
}
.traditional_product_list img {
  margin-bottom: 20px
}
.traditional_product_list dt {
  display: inline-block;
  font-weight: normal;
  vertical-align: top;
}
.traditional_product_list dd {
  display: inline-block;
  text-align: right;
}
.traditional_product_list p:last-child {
  line-height: 1.6;
}
.txtr {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #traditionalcrafts .intro_area img {
    width: 25vw;
  }
  .waza.multi-image .wazaContents {
    flex-flow: row wrap;
    width: 95vw;
    height: auto;
  }
  .txt-img {
    flex: 1 0 28%;
  }
  .waza.multi-image .wazaContents .textContents {
    right: 0;
    position: static;
    order: 1;
    margin-top: 25px;
    width: 75%;
    height: auto;
    padding: 15px 10px;
    margin: 0 auto 15px;
  }
  .imgContents.twoimg,
  .imgContents.threeimg {
    position: static;
    flex: 1 0 100%;
    order: 2;
  }
  .traditional_product_list li {
    flex: 1 0 45%;
  }
  .traditional_product_list dd {
    text-align: left;
  }
}


/* 220607追加 */
.youtube {
  text-align: center;
  margin-bottom: 0 auto;
}
.youtube {
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 80%;
  height: 80%;
}

@media screen and (max-width: 768px) {
  .youtube {
    aspect-ratio: 16 / 9;
    margin-bottom: 60px;
  }
  
  .youtube iframe {
    width: 100%;
    height: 100%;
  }
}

/* 220613追加 */
p.textBtn.whiteBtn.dento {
  text-align: center;
}

@media screen and (max-width: 768px) 
{
  p.textBtn.whiteBtn.dento
  {
    text-align: center;
  }
}

/* 新規ブロック追加 */
section.merchandise {
  max-width: 800px;
  margin: 0 auto 40px;
  display: flex;
}
.mer_h1 {
  font-family: ten-mincho, serif;
  font-size: 1.8rem;
  margin-bottom: 25px;
  /* font-weight: bold; */
  text-align: center;
}

.mer_h1 span {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  letter-spacing: 1.5px;
  color: #A49006;
}

.merchandise_text {
  background-color: #fff;
  padding: 20px;
}
.merchandise_text a {
  padding: 15px;
  margin-top: 20px;
}
.flexImageArea.mb_40 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  section.merchandise {
    flex-direction: column-reverse;
    position: relative;
    margin-top: 260px;
    margin-bottom: 80px;
}

.mer_h1
{
  font-size: 3rem;
    font-weight: 500;
}

.mer_h1 span {
  font-size: 1rem;
}
.merchandise .merchandise_text {
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
}
.merchandise_img {
  position: absolute;
  top: -170px;
}
/*  */
}

/* 231114 sp改修 */
.cart-link {
  position: relative;
}
.cart-num {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 25px;
  height: 25px;
  text-align: center;
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  background: #A49006;
  border-radius: 50%;
}


/* 240801 伝匠美改修 */
.densyoubi figure {
  margin: 0;
}

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

.view-sponly {
  display: none;
}

.freePage.densyoubi {
  margin: 0 auto 145px;
}

.freePage.densyoubi .intro_area {
  margin-bottom: 60px;
}

.block {
  width: min(90%,1100px);
  margin: auto;
}

.block + .block {
  margin-top: 100px;
}

header.block-hdr {
  position: static;
  height: auto;
  padding: 32px 0;
  text-align: center;
  border-top: solid 2px #A49006;
  background: #fff;
}
.freePage h2.block-head {
  margin-bottom: 7px;
  color: #222;
  font-size: 34px;
  letter-spacing: 0.02em;
}
.block-head-spn {
  display: inline-block;
  margin-left: 10px;
  color: #A49006;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.block-head-txt {
  letter-spacing: 0.14em;
}

.block-inner {
  width: min(100%,1000px);
  margin: 27px auto 0;
  padding-top: 398px;
}

.block-inner--inohara {
  background: url(https://file003.shop-pro.jp/PA01448/181/img/img-inohara.jpg) center top/contain no-repeat;
}

.block-inner--nishide {
  background: url(https://file003.shop-pro.jp/PA01448/181/img/img-nishide.jpg) center top/contain no-repeat;
}

.block-inner--junichi {
  background: url(https://file003.shop-pro.jp/PA01448/181/img/img-junichi.jpg) center top/contain no-repeat;
}

.block-inner--haruka {
  background: url(https://file003.shop-pro.jp/PA01448/181/img/img-haruka.jpg) center top/contain no-repeat;
}

.block-inner--inami {
  background: url(https://file003.shop-pro.jp/PA01448/181/img/img-inami.jpg) center top/contain no-repeat;
}

.block-inner + .block-inner {
  margin-top: 63px;
}

.block-content {
  width: min(100%, 934px);
  margin: 0 auto;
  padding: 25px 0 50px;
  background: #fff;
}
.freePage h3.block-content-ttl {
  margin-bottom: min(7vw,40px);
  padding-left: 0.45em;
  color: #222;
  font-size: clamp(20px,5.5vw,24px);
  text-align: center;
  letter-spacing: 0.45em;
}
.block-content-ttl__spn {
  display: block;
  color: #A49006;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-indent: -0.6em;
}
.block-content-flex {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;  
  width: min(95%, 885px);
  margin: auto;
  gap: min(2.3vw,35px);
}
.block-content-item {
  position: relative;
  flex: 0 0 48%;
}
.block-product {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.85);
  opacity: 0;
  transition:	all 0.2s ease;
}
.block-content-item:hover .block-product {
  opacity: 1;
}
.block-product-tbl {
  font-size: 14px;
}
.block-product-tr {
  width: 100%;
}
.block-product-th {
  width: min(20vw, 80px);
  border-right: solid 1px #A49006;
}
.block-product-td {
  padding-left: 17px;
}
.textBtn--densyo {
  margin-top: min(3.5vw,25px);
}
.textBtn.textBtn--densyo a {
  padding: 2px 18px;
  width: 159px;
  font-size: 1.4rem;
  letter-spacing: -0.19em;
  border: solid 2px #A49006;
  background: #fff;
}
.textBtn.textBtn--densyo .btnArrow {
  right: 5px;
  width: 60px;
}

@media screen and (max-width: 768px) {
  .block-inner {
    padding-top: 40vw;
  }
  .block-content-item{
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 480px) {
  .freePage h2.block-head {
    font-size: 24px;
  }
  .block-head-spn {
    font-size: 13px;
  }
  .block-content{
    padding: 20px 0 30px;
  }
  .block-product {
    padding: 5% 4%;
  }
  .block-product-tbl {
    font-size: 12px;
    line-height: 1.3;
  }
  .block-product-th {
    width: 18vw;
    padding: 5px 0;
  }
  .block-product-td {
    padding: 5px 0 5px 10px;
  }
  .textBtn.textBtn--densyo a {
    padding: 0 18px;
    font-size: 1.2rem;
  }
  .textBtn.textBtn--densyo .btnArrow {
    right: 7px;
  }
}

.block-movie {
  width: min(100%, 792px);
  margin: auto;
  margin-top: 146px;
  padding-top: 0;
}

.freePage h3.block-movie-ttl {
  margin-bottom: 23px;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.block-movie-body {
  font-size: 14px;
  text-align: center;
}

.block-inner-movie .youtube iframe {
  width: 100%;
  height: 100%;
}

.densyoubi .youtube {
  margin: 38px auto 0;
}

.block-inner-movie + .block-inner-movie {
  margin-top: 145px;
}

.densyoubi .youtube + .youtube {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .densyoubi .youtube {
    width: 95%;
  }
}

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

  .view-sponly {
    display: block;
  }  

  .view-pconly {
    display: none;
  }
}