@charset "UTF-8";
/*
	00. common
========================================================================== */
.low #content {
  padding-top: 20px;
	margin-top: 197px;
}
#content .content_inner {
	width: 1200px;
  max-width: 92%;
	margin: 0 auto;
  padding-bottom: 130px;
  min-height: 1080px;
}
#content .sec_s {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 92%;
}
#content .sec_m {
  margin-left: auto;
  margin-right: auto;
  width: 880px;
  max-width: 92%;
}
#content .sec_l {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 100%;
}
#content section:not(:last-child) {
	margin-bottom: 100px;
}
section p,
section dt,
section dd,
section table {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.12em;
}
section p {
  line-height: 2.5;
}

/* mv -------------------------------- */
#low_mv {
  margin-top: -20px;
	margin-bottom: 50px;
}
#low_mv .mv_full {
	margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
#low_mv .mv_full .mv_ttl_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#low_mv .mv_full .mv_ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 3.428rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
}
#low_mv .mv_full .ttl_catch {
  text-align: center;
  font-size: 1.142rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
}

/* crumb -------------------------------- */
.crumb ul {
  margin-bottom: 70px;
  font-size: 0.78rem;
  color: #666;
}
.crumb ul li {
  display: inline;
}
.crumb ul li::after {
  display: inline;
  content: "→";
  padding: 0 1em;
  color: #b2b2b2;
}
.crumb ul li:last-child::after {
  display: none;
}
.crumb ul li a {
  color: #666;
}
/* ggmp */
.ggmp {
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.21rem;
}
.ggmp::before {
  display: inline-block;
  content: '';
  margin-right: 0.4em;
  width: 16px;
  height: 22px;
  vertical-align: bottom;
  background: url(../images/common/ic_pin.svg) no-repeat 0 50% / contain;
}
.map_emb,
.map_emb iframe {
  max-width: 100%;
}

/*
    item-page
========================================================================== */
.category_pagenavi {
  position: relative;
}
/* category */
.category_pagenavi .category {
  position: absolute;
  top: 6px;
  left: 0;
  width: 250px;
  box-sizing: border-box;
}
.category_pagenavi .category input {
  display: none;
}
.category_pagenavi .category label {
  cursor : pointer;
  display: block;
  text-decoration: none;
  line-height: 1;
  position: relative;
  padding: 0 0 0.6em 26px;
  border-bottom: 1.5px solid #b3b3b3;
  transition: 0.3s ease-out;
}
.category_pagenavi .category label:hover {
  border-bottom: 1.5px solid #494955;
}
.category_pagenavi .category ul#category_link {
  background: #f3f3f5;
  margin-bottom: 1px;
  z-index: -1;
  position: relative;
  opacity: 0;
  transition: 0.3s ease-out;
}
#category_list:hover ~ #category_link {
  z-index: 2;
}
#category_list:checked ~ #category_link {
  opacity: 1;
  transition: 0.3s ease-out;
  z-index: 2;
}
#category_link li {
  display: block;
  padding: 0 20px 1.2em;
  font-size: 0.857rem;
  letter-spacing: 0.15em;
  pointer-events: none;
}
.category_pagenavi .category input[type=checkbox]:checked + label + #category_link li {
  pointer-events: auto;
}
#category_link li:first-child {
  padding-top: 15px;
}
#category_link li:last-child {
  padding-bottom: 2em;
}
.category_pagenavi .category label:before{
  content:"";
  display:block;
  width:6px;
  height:6px;
  border-top: #b3b3b3 1px solid;
  border-right: #b3b3b3 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position:absolute;
  left: 10px;
  top: -0.3em;
  bottom: 15%;
  margin: auto;
  transition: 0.3s ease-out;
}
.category_pagenavi .category input[type=checkbox]:checked + label:before{
  content:"";
  display:block;
  width:6px;
  height:6px;
  border-top: #b3b3b3 1px solid;
  border-right: #b3b3b3 1px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  left: 10px;
  top: -0.7em;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease-out;
}
/* pagenavi */
.item-page .category_pagenavi {
  min-height: 34px;
  margin-bottom: 70px;
}
/* watch_item */
.item-page #content #watch_item {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
/* watch_item_list */
.item-page .watch_item_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.item-page .watch_item_list li {
  margin: 0 4.5% 45px 0;
  width: 21.6%;
  text-align: center;
}
.item-page .watch_item_list li:nth-child(4n) {
  margin-right: 0;
}
.item-page .watch_item_list li .thumb {
  margin-bottom: 15px;
}
.item-page .watch_item_list li .ttl {
  margin-bottom: 6px;
  font-size: 1.28rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: #000;
}
.item-page .watch_item_list li .ttl_s {
  margin-bottom: 6px;
  font-size: 0.857rem;
  line-height: 1.1;
  color: #666;
}
.item-page .watch_item_list li .price {
  margin-bottom: 8px;
  font-size: 1.428rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.item-page .watch_item_list li .price .jpy {
  font-size: 1rem;
  margin-left: 0.2em;
}
.item-page .watch_item_list li .status {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0.2em 1em;
  font-size: 0.8571rem;
  line-height: 1;
  letter-spacing: 0.04em;
  border: 1.5px solid;
  font-weight: 600;
}
.item-page .watch_item_list li .status.sold {
  border-color: #890032;
}
.item-page .watch_item_list li .status.hold {
  border-color: #c4b36e;
}
.item-page .watch_item_list li .ttl_bottom {
  margin: 0 auto;
  padding-top: 10px;
  width: 180px;
  max-width: 100%;
  border-top: 1px solid #b3b3b3;
  font-size: 0.785rem;
}
.item-page .watch_item_list li .price + .ttl_bottom {
  margin-top: 12px;
}
.item-page .watch_item_list li .ttl_bottom p {
  margin-bottom: 0.3em;
  line-height: 1.4;
}
.item-page .watch_item_list li .sale_price::before {
  content: '→';
  display: inline-block;
  margin-right: 0.2em;
  font-size: 0.85rem;
  color: #B02500;
  font-family: 'Cormorant Infant', serif;
}
@media screen and (max-width: 1300px) {
  .item-page .watch_item_list li .ttl {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1000px) {
  .item-page .category_pagenavi {
    padding-top: 60px;
  }
}

/*
    watch-brand
========================================================================== */
.watch-brand #low_mv .mv_full .mv_ttl_inner {
  margin: 0 auto;
  width: 1200px;
  max-width: 92%;
}
.watch-brand #low_mv .mv_full .mv_ttl_inner > * {
  text-align: left;
}
.watch-brand #watch-brand_lead .ttl_A {
  font-size: 3rem;
  margin-bottom: 10px;
}

/*
    item-page individual
========================================================================== */
.item-page #watch_item_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.item-page #watch_item_cont .img {
  width: 58.3333%;
}
.item-page #watch_item_cont .txt {
  width: 36.6667%;
}
/* slider */
/* --- */
.item-page #watch_item_cont .slider_wrap #item_slider_thumb {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.item-page #watch_item_cont .slider_wrap #item_slider_thumb .thumbnail-img {
  width: 14.2857%;
  margin: 20px 2.8571% 0 0;
  cursor: pointer;
}
.item-page #watch_item_cont .slider_wrap #item_slider_thumb .thumbnail-img:nth-child(6n) {
  margin-right: 0;
}
.item-page #watch_item_cont .slider_wrap .slick-img {
  transition: opacity 1s ease;
}
.item-page #watch_item_cont .slider_wrap .thumbnail-img {
  transition: opacity 0.3s ease;
}
.item-page #watch_item_cont .slider_wrap .thumbnail-img.current {
  opacity: 0.7;
}



.item-page #watch_item_cont .txt .item_name {
  padding-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.item-page #watch_item_cont .txt .item_name_brand {
  margin-bottom: 0.3em;
  font-size: 2.214rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
}
.item-page #watch_item_cont .txt .item_name_type {
  font-size: 1.285rem;
  line-height: 1.1;
}
.item-page #watch_item_cont .txt .item_price {
  margin-bottom: 20px;
  text-align: center;
}
.item-page #watch_item_cont .txt .item_price .tax_including {
  font-size: 1.071rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
.item-page #watch_item_cont .txt .item_price .tax_including .price_num {
  margin-right: 0.3em;
  font-size: 1.857rem;
  font-weight: 500;
}
.item-page #watch_item_cont .txt .item_price .tax_including .jpy {
  font-size: 1.285rem;
  font-weight: 500;
}
.item-page #watch_item_cont .txt .item_price .tax_excluding {
  font-size: 0.857rem;
}
.item-page #watch_item_cont .txt .item_price .tax_excluding .price_num {
  margin-right: 0.3em;
  font-size: 1.1429rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.item-page #watch_item_cont .txt .item_price .tax_including .sale_price::before {
  content: '→';
  display: inline-block;
  margin-right: 0.2em;
  font-size: 1.214rem;
  color: #B02500;
  font-family: 'Cormorant Infant', serif;
}
.item-page #watch_item_cont .txt .shop {
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px dotted #b3b3b3;
  border-bottom: 1px dotted #b3b3b3;
  text-align: center;
}
.item-page #watch_item_cont .txt .shop p {
  font-size: 0.857rem;
  line-height: 1.6;
}
.item-page #watch_item_cont .txt .shop .shop_name {
  font-size: 1.142rem;
  font-weight: 500;
}
.item-page #watch_item_cont .txt .shop .status {
  display: inline-block;
  margin-left: 12px;
  padding: 0.2em 1em;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  border: 1.5px solid;
  font-weight: 600;
  vertical-align: bottom;
}
.item-page #watch_item_cont .txt .intro {
  margin-bottom: 40px;
}
.item-page #watch_item_cont .txt .intro p {
  line-height: 2;
}
.item-page #watch_item_cont .txt .intro p:not(:last-child) {
  margin-bottom: 1.2em;
}
.item-page #watch_item_cont .txt .table_spec {
  margin-bottom: 25px;
  width: 100%;
  font-size: 0.857rem;
  border-top: 1px dotted #b3b3b3;
}
.item-page #watch_item_cont .txt .table_spec th {
  padding: 0.8em 1em;
  background: #f9f8f2;
  border-bottom: 1px dotted #b3b3b3;
  vertical-align: middle;
}
.item-page #watch_item_cont .txt .table_spec td {
  padding: 0.8em 1em;
  border-bottom: 1px dotted #b3b3b3;
  vertical-align: middle;
}
.item-page #watch_item_cont .txt .table_spec .condition {
  background: #efeeea;
  border-bottom: none;
  text-align: center;
}
.item-page #watch_item_cont .txt .overhaul {
  margin-bottom: 35px;
  padding: 20px 20px 20px 74px;
  background: url("../images/common/overhaul.png") no-repeat 18px 50% / 45px #f9f8f2;
  border-radius: 10px;
}
.item-page #watch_item_cont .txt .overhaul p {
  line-height: 1.6;
  font-size: 0.857rem;
}
.item-page #watch_item_cont .txt .overhaul .overhaul_ttl {
  font-weight: bold;
  font-size: 0.928rem;
}
.item-page #watch_item_cont .txt .payment {
  display: block;
  margin: 0 auto 35px;
  padding-bottom: 0.3em;
  width: 190px;
  font-weight: bold;
  font-size: 0.928rem;
  letter-spacing: 0.4em;
  text-align: center;
  border-bottom: 2px solid #494955;
}
/* btn */
.item-page .btn_inquiry,
.item-page .btn_purchase {
  display: block;
  margin: 0 auto 20px;
  padding: 28px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.3em;
  border-radius: 15px;
  background: #494955;
}
.item-page .btn_inquiry {
  background: #494955;
}
.item-page .btn_purchase {
  background: #0e0e3a;
}

/*
    sale , special-price
========================================================================== */
.sale .tab-list,
.special-price .tab-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
}
.sale .tab-list li,
.special-price .tab-list li {
  margin: 0 1%;
  padding: 15px 0;
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-size: 0.857rem;
  transition: all 0.3s ease;
  border: 1px solid #d3d3d4;
  position: relative;
  cursor: pointer;
}
.sale .tab-list li.current,
.special-price .tab-list li.current {
  background: #b02124;
  color: #fff;
}
.content-group .content-box {
  display: none;
}

/*
    belt-goods
========================================================================== */
#belt-goods .ttl_J span {
  background: #f8f9fa;
}
/* top -------------------------------- */
#belt-goods #content {
  background: #f8f9fa;
}
#belt-goods.belt-goods-top #belt-goods_mens-belt .belt-goods_category_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#belt-goods.belt-goods-top #belt-goods_mens-belt .belt-goods_category_list > div {
  width: 30%;
}
#belt-goods.belt-goods-top #cont02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#belt-goods.belt-goods-top #cont02 .belt-goods_cont {
  margin: 0 5%;
  width: 40%;
}
#belt-goods.belt-goods-top #cont02 .belt-goods_category_list > div {
  margin: 0 auto;
  width: 75%;
}
/* item list page -------------------------------- */
#belt-goods .watch_item_list li .shop span {
  display: block;
}
#belt-goods .belt-goods_nav {
  margin: 0 auto;
  width: 1120px;
  max-width: 100%;
}
#belt-goods .belt-goods_nav ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#belt-goods .belt-goods_nav ul li {
  margin: 0 0.8929%;
  width: 32.1429%;
}
#belt-goods .belt-goods_nav ul li a {
  display: block;
  padding: 0.6em;
  text-align: center;
  border: 1px solid #494955;
  line-height: 1.3;
}
#belt-goods .belt-goods_nav ul li a:hover {
  background: #494955;
  color: #fff;
  opacity: 1;
}
#belt-goods #mens-belt_bracelet .watch_item_list {
  justify-content: center;
}
#belt-goods #mens-belt_bracelet .watch_item_list li:last-child {
  margin-right: 0;
}
/* item low page -------------------------------- */
#belt-goods .belt-goods_item_ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
#belt-goods .belt-goods_item_ttl .category01 {
  font-size: 2.1429rem;
  line-height: 1.3;
}
#belt-goods .belt-goods_item_ttl .category02 {
  font-size: 1.5714rem;
  line-height: 1.3;
}
#belt-goods #watch_item_cont .txt .item_name {
  margin-bottom: 15px;
}
#belt-goods #watch_item_cont .shop .shop_name span {
  margin: 0 0.4em;
}
#belt-goods #watch_item_cont .txt .table_spec {
  margin-bottom: 50px;
}
#belt-goods #watch_item_cont .txt .table_spec th {
  background: #dbdbdd;
}
#belt-goods #watch_item_cont .txt .size-range_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 370px;
  max-width: 100%;
}
#belt-goods #watch_item_cont .txt .size-range_ttl {
  margin-bottom: 5px;
}
#belt-goods #watch_item_cont .txt .table_size-range {
  margin-bottom: 50px;
  width: 46%;
  border: 1px solid #b3b3b3;
  font-size: 0.857rem;
}
#belt-goods #watch_item_cont .txt .table_size-range th {
  padding: 0.8em 1em;
  background: #dbdbdd;
  border-bottom: 1px dotted #b3b3b3;
  vertical-align: middle;
  text-align: center;
}
#belt-goods #watch_item_cont .txt .table_size-range td {
  padding: 0.8em 1em;
  border-bottom: 1px dotted #b3b3b3;
  vertical-align: middle;
  text-align: center;
}
#belt-goods #watch_item_cont .txt .size-range .list_circle {
  margin-bottom: 30px;
}
#belt-goods #watch_item_cont .txt .size-range .list_note {
  margin-bottom: 50px;
}
#belt-goods #watch_item_cont .txt .sidenote {
  font-size: 0.8571rem;
  color: #890032;
}
#belt-goods #watch_item_cont .txt .sidenote p {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
/* jean-claude-perrin -------------------------------- */
#belt-goods.jean-claude-perrin .content_inner {
  padding-bottom: 0;
}
#belt-goods.jean-claude-perrin h1 {
  display: block;
  margin: 0 auto 60px;
  overflow: hidden;
  width: 422px;
  height: 0;
  padding-top: 62px;
  background: url("../images/belt-goods/jean-claude-perrin/jean_logo.png") no-repeat 0 0 / contain;
}
#belt-goods.jean-claude-perrin .ttl_C {
  font-size: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  max-width: 100%;
}
/* introduction */
#belt-goods.jean-claude-perrin #introduction {
  position: relative;
  margin: 0 auto 120px;
  padding: 70px 0;
  width: 970px;
  max-width: 100%;
  background: #ebeeeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#belt-goods.jean-claude-perrin #introduction:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100vw;
  background: #ebeeeb;
  z-index: -1;
}
#belt-goods.jean-claude-perrin #introduction .img {
  margin-left: -6.701%;
  width: 49.4845%;
}
#belt-goods.jean-claude-perrin #introduction .txt {
  padding-right: 6.701%;
  width: 41.2371%;
}
/* manufacturing */
#belt-goods.jean-claude-perrin #manufacturing {
  margin-left: auto;
  margin-right: auto;
  width: 846px;
  max-width: 92%;
}
#belt-goods.jean-claude-perrin #manufacturing .manufacturing_img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#belt-goods.jean-claude-perrin #manufacturing .manufacturing_img img {
  width: 31.9149%;
  margin-bottom: 20px;
}
#belt-goods.jean-claude-perrin #manufacturing .manufacturing_img img:first-child {
  width: 100%;
}
#belt-goods.jean-claude-perrin #manufacturing .video_cont_wrap {
  margin: 0 auto;
  width: 640px;
}
/* with */
#belt-goods.jean-claude-perrin #with {
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  width: 840px;
  max-width: 92%;
  position: relative;
}
#belt-goods.jean-claude-perrin #with::before {
  content: '';
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 640px;
  background: #ebeeeb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#belt-goods.jean-claude-perrin #with .ttl_C_sub {
  margin: -25px 0 45px;
  text-align: center;
}
#belt-goods.jean-claude-perrin #with .cont_slider_B {
  margin: 0 auto 110px;
  width: 720px;
  max-width: 100%;
}
#belt-goods.jean-claude-perrin #with .btn_A_navy a {
  width: 540px;
  box-sizing: border-box;
}
/* gallery */
#belt-goods.jean-claude-perrin #gallery {
  padding: 70px 0 40px;
  background: #f2f4f6;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#belt-goods.jean-claude-perrin #gallery .gallery_ttl {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 2.1429rem;
  letter-spacing: 0.1em;
}
#belt-goods.jean-claude-perrin #gallery .gallery_img {
  margin: 0 auto;
  width: 1160px;
  max-width: 92%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#belt-goods.jean-claude-perrin #gallery button {
  margin: 0 3.4483% 40px 0;
  width: 17.2414%;
  height: 200px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: 0.4s ease-out;
}
#belt-goods.jean-claude-perrin #gallery .sec_inner button:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
#belt-goods.jean-claude-perrin #gallery button:nth-child(5n) {
  margin-right: 0;
}
#belt-goods.jean-claude-perrin #gallery button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* gallery modal */
#belt-goods.jean-claude-perrin .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.8);
}
#belt-goods.jean-claude-perrin .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
#belt-goods.jean-claude-perrin .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#belt-goods.jean-claude-perrin .swiper-button-next {
  right: -55px;
  width: 40px;
  height: 40px;
  background: url("../images/common/arrow_modal_r.png") no-repeat 50% 50% / contain;
}
#belt-goods.jean-claude-perrin .swiper-button-prev {
  left: -55px;
  width: 40px;
  height: 40px;
  background: url("../images/common/arrow_modal_l.png") no-repeat 50% 50% / contain;
}
#belt-goods.jean-claude-perrin .swiper-button-next:after, 
#belt-goods.jean-claude-perrin .swiper-button-prev:after {  display: none;}
#belt-goods.jean-claude-perrin .modal__content {
  position: relative;
  width: 800px;
  max-width: calc(92% - 100px);
  max-height: 80vh;
  box-sizing: border-box;
}
#belt-goods.jean-claude-perrin .modal_inner {
  margin: 0 auto;
}
#belt-goods.jean-claude-perrin .modal__close-btn {
  position: absolute;
  right: -17px;
  top: -17px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 20;
  background: url("../images/common/close_modal.png") no-repeat 50% 50% / contain;
}
#belt-goods.jean-claude-perrin .modal__close-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  #belt-goods.jean-claude-perrin #introduction .img {
    margin-left: 2%;
  }
  #belt-goods.jean-claude-perrin #introduction .txt {
    padding-right: 0;
  }
  #belt-goods.jean-claude-perrin #gallery button {
    height: 16vw;
  }
  
}

/*
    archives
========================================================================== */
#archives .ttl_J span {
  background: #ecede9;
}
/* top */
#archives #content {
  background: #ecede9;
}
#archives.archives-top .archives_category_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#archives.archives-top .archives_category_list > div {
  width: 30%;
}
/*
    special items
========================================================================== */
#archives #archives_item .archives_item_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#archives #archives_item .archives_item_list button {
  margin: 0 4.4167% 40px 0;
  width: 21.6667%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: 0.4s ease-out;
}
#archives #archives_item .archives_item_list button:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
#archives #archives_item .archives_item_list button:nth-child(4n) {
  margin-right: 0;
}
#archives #archives_item .thumb {
  margin-bottom: 20px;
}
#archives #archives_item .ttl {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
#archives #archives_item .ttl_s {
  margin-bottom: 5px;
  color: #999;
  line-height: 1.4;
}
#archives #archives_item .year,
#archives #archives_item .ref {
  color: #999;
  font-size: 0.8571rem;
  line-height: 1.5;
}
/* modal */
#archives.archives-special-items .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.5);
}
#archives.archives-special-items .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
#archives.archives-special-items .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#archives.archives-special-items .swiper-button-next {
  right: -45px;
  width: 40px;
  height: 40px;
  background: url("../images/common/arrow_modal_r.png") no-repeat 50% 50% / contain;
}
#archives.archives-special-items .swiper-button-prev {
  left: -45px;
  width: 40px;
  height: 40px;
  background: url("../images/common/arrow_modal_l.png") no-repeat 50% 50% / contain;
}
#archives.archives-special-items .swiper-button-next:after, 
#archives.archives-special-items .swiper-button-prev:after {  display: none;}

/* modal content */
#archives.archives-special-items .modal__content {
  position: relative;
  width: 1200px;
  max-width: calc(92% - 100px);
  max-height: 90vh;
  box-sizing: border-box;
}
#archives.archives-special-items .modal_inner {
  margin: 0 auto;
  padding: 30px 25px 30px 40px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* close */
#archives.archives-special-items .modal__close-btn {
  position: absolute;
  right: -17px;
  top: -17px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 20;
  background: url("../images/common/close_modal.png") no-repeat 50% 50% / contain;
}
#archives.archives-special-items .modal__close-btn:hover {
  opacity: 0.8;
}
/* modal_cont */
#archives.archives-special-items .modal_cont_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#archives.archives-special-items .modal_cont_wrap .img {
  width: 53%;
}
#archives.archives-special-items .modal_cont_wrap .img .main-img {
  margin-bottom: 6px;
  position: relative;
}
#archives.archives-special-items .modal_cont_wrap .img .main-img .modal-prev-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#archives.archives-special-items .modal_cont_wrap .img .main-img .modal-next-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#archives.archives-special-items .modal_cont_wrap .txt {
  width: 43%;
  position: relative;
}
#archives.archives-special-items .modal_cont_wrap .txt_inner {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
}
#archives.archives-special-items .modal_cont_wrap .txt_inner::-webkit-scrollbar {
  width: 4px;
}
#archives.archives-special-items .modal_cont_wrap .txt_inner::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e6e6e6), to(#e6e6e6));
  background: linear-gradient(to bottom, #e6e6e6 50%, #e6e6e6);
  border-radius: 1px;
}
#archives.archives-special-items .modal_cont_wrap .txt_inner::-webkit-scrollbar-track {
  background: #fff;
}
#archives.archives-special-items .modal_cont_wrap .txt .top_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  padding: 10px 0;
  border-bottom: 4px solid #b3b3b3;
  position: relative;
}
#archives.archives-special-items .modal_cont_wrap .txt .top_ttl p {
  font-weight: 700;
  line-height: 1;
}
#archives.archives-special-items .modal_cont_wrap .txt .top_ttl::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #b3b3b3;
  position: absolute;
  bottom: -8px;
  left: 0;
}
#archives.archives-special-items .modal_cont_wrap .txt .item_ttl {
  margin-bottom: 35px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #b3b3b3;
}
#archives.archives-special-items .modal_cont_wrap .txt .item_ttl .ttl {
  margin-bottom: 10px;
  font-size: 2.1429rem;
  line-height: 1.4;
}
#archives.archives-special-items .modal_cont_wrap .txt .item_ttl .ttl_s,
#archives.archives-special-items .modal_cont_wrap .txt .item_ttl .year_ref {
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
#archives.archives-special-items .modal_cont_wrap .txt .main_txt p:not(:last-child) {
  margin-bottom: 1em;
}

/* modal内slider */
#archives.archives-special-items .slider-box ul {
  list-style: none;
}
#archives.archives-special-items .main-img img {
  object-fit: cover;
}
#archives.archives-special-items .thumb-img {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 5px;
}
#archives.archives-special-items .thumb-img::-webkit-scrollbar {
  height: 4px;
}
#archives.archives-special-items .thumb-img::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e6e6e6), to(#e6e6e6));
  background: linear-gradient(to bottom, #e6e6e6 50%, #e6e6e6);
  border-radius: 1px;
}
#archives.archives-special-items .thumb-img::-webkit-scrollbar-track {
  background: #fff;
}
#archives.archives-special-items .thumb-img ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  scroll-snap-type: x mandatory;
}
#archives.archives-special-items .thumb-img li {
  margin-right: 2px;
  width: 48px;
  cursor: pointer;
  flex-shrink: 0;
  scroll-snap-align: start;
}
#archives.archives-special-items .thumb-img li:last-child {
  margin-right: 0;
}
@media screen and (max-height: 900px) { /* 高さ */
  #archives.archives-special-items .modal__content {
    max-height: 85vh;
    max-width: calc(86% - 100px);
  }
  #archives.archives-special-items .modal_inner {
    padding: 20px;
  }
  #archives.archives-special-items .modal_cont_wrap .txt {
    margin-top: 20px;
  }
}

/*
    gallery
========================================================================== */
#archives.archives-gallery #gallery_item {
  margin-top: -116px;
  padding-top: 116px;
}
#archives.archives-gallery .gallery_nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 45px;
  padding-left: 45px;
  position: relative;
}
#archives.archives-gallery .gallery_nav ul::before {
  display: block;
  content: '';
  width: 100%;
  height: 1.5px;
  background: #8f908e;
  position: absolute;
  bottom: 0;
  left: 0;
}
#archives.archives-gallery .gallery_nav ul li {
  width: 272px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.625rem;
  z-index: 1;
}
#archives.archives-gallery .gallery_nav ul li a {
  display: block;
}
#archives.archives-gallery .gallery_nav ul li.active {
  border-top: 1.5px solid #8f908e;
  border-left: 1.5px solid #8f908e;
  border-right: 1.5px solid #8f908e;
  background: #ecede9;
}
#archives.archives-gallery .category_pagenavi {
  height: 50px;
}
#archives.archives-gallery .category_pagenavi .category li {
  cursor: pointer;
}
#archives.archives-gallery .category_pagenavi .category #category_link.close li {
  cursor: default;
  pointer-events: none;
}
#archives.archives-gallery .is-hide {
  display: none;
}
#archives.archives-gallery #gallery_item .archives_item_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 600px;
}
#archives.archives-gallery #gallery_item .archives_item_list .archives_item_list_cont {
  margin: 0 4.4167% 40px 0;
  width: 21.6667%;
  text-align: center;
}
#archives.archives-gallery #gallery_item .archives_item_list .archives_item_list_cont:nth-child(4n) {
  margin-right: 0;
}
#archives.archives-gallery #gallery_item .thumb {
  margin-bottom: 20px;
}
#archives.archives-gallery #gallery_item .ttl {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
#archives.archives-gallery #gallery_item .ttl_s {
  color: #999;
  line-height: 1.4;
}

/*
    item-page
========================================================================== */
/*
.category_pagenavi {
  position: relative;
}
.category_pagenavi .category {
  position: absolute;
  top: 6px;
  left: 0;
  width: 250px;
  box-sizing: border-box;
}
*/

/*
    repair
========================================================================== */
#repair.repair-top .ttl_step {
  margin: 0 auto 20px;
  padding: 0.6em;
  width: 300px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #a4a4aa;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
#repair.repair-top section .video_wrap,
#repair.repair-top .img_2col_B_wrap {
  width:100vw;
  margin: 0 calc(50% - 50vw);
  max-width: none;
}
#repair.repair-top section .video_wrap video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  max-width: 92%;
}
#repair.repair-top .img_2col_B {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  max-width: 92%;
}
#repair.repair-top .craftsman {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 60px 0;
  width: 1024px;
  max-width: 92%;
  box-sizing: border-box;
  background: #f4f3ef;
}
#repair.repair-top .craftsman > img {
  width: 58.5938%;
}
#repair.repair-top .craftsman .txt {
  padding-right: 5.8594%;
  width: 30.5664%;
}
#repair.repair-about .box_A_gray .column-2 {
	justify-content: flex-start;
}
#repair.repair-about .box_A_gray .column-2 ul {
  margin-right: 2em;
	width: auto;
}

/*
    shop
========================================================================== */
#shop section:not(:last-child) {
  margin-bottom: 80px;
}
#shop .shop_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#shop .shop_list li {
  margin-bottom: 100px;
  width: 45%;
}
#shop .shop_list li:nth-child(3) {
  margin-right: 20%;
}
#shop .shop_list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#shop .shop_list li .ttl {
  letter-spacing: 0.1em;
}
#shop .shop_list li .overview {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 0.857rem;
  line-height: 1.4;
  border-bottom: 1px solid #000;
}
#shop .shop_list li .shop_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
#shop .table_dl_A {
  margin-left: 10.8333%;
  width: 720px;
  max-width: 100%;
}
#shop .table_dl_A .ggmp::before {
  opacity: 0.6;
}
@media screen and (max-width: 1240px) {
  .modal_cont_wrap .txt .item_ttl .ttl {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 950px) {
  #shop .table_dl_A {
    margin-left: 0;
  }
}

/*
    payment
========================================================================== */
#payment .card_list_txt {
	letter-spacing: 0.03em;
}
#payment .card_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#payment .card_list li{
	margin-right: 10px;
}
#payment .card_list li img {
	width: auto;
	height: 35px;
}
#payment .card_use {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  background: #f3f3f5;
  border-radius: 20px;
}
#payment .card_use .img {
  width: 28.75%;
}
#payment .card_use .txt {
  width: 68%;
}
#payment .loan_table th {
  padding-left: 0;
  padding-right: 10px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka;
  width: 8em;
}
#payment .loan_table td {
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Figtree', sans-serif;
  text-align: center;
  letter-spacing: 0;
}
#payment.payment-taxfree .taxfree_ttl {
  font-size: 1.285rem;
}

/*
    sell
========================================================================== */
#sell .sell_method {
  margin: 0 auto;
  width: 660px;
  max-width: 100%;
}
#sell .box_B_gray {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  max-width: 100%;
}
#sell .box_B_gray li p {
  display: inline;
  line-height: 1.6;
}
#sell .box_B_gray .sell_appraisal {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  line-height: 1.9;
}
#sell .box_B_gray .sell_appraisal dt {
  padding-left: 1.5em;
  width: 7.5em;
  box-sizing: border-box;
}
#sell .box_B_gray .sell_appraisal dd {
  padding-right: 1em;
  width: calc(100% - 7.5em);
  box-sizing: border-box;
}
#sell .box_B_gray .sell_appraisal dt:first-child,
#sell .box_B_gray .sell_appraisal dd:nth-child(2) {
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
  border-bottom: 1px solid #b3b3b3;
}

/*
    about
========================================================================== */
#about .antiquewatch_history {
  padding: 100px 7.5%;
  background: #f3f3f5
}
#about .antiquewatch_history .history_cont {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#about .antiquewatch_history .history_cont:last-child {
  margin-bottom: 0;
}
#about .antiquewatch_history .history_cont .img {
  width: 45.5446%;
}
#about .antiquewatch_history .history_cont .txt {
  width: 49.505%;
}

#about.about-service .table_B td:first-child {
  width: 14%;
}
#about.about-service .impossible {
  width: 60%;
}
#about.about-service .impossible span {
  display: inline-block;
  margin-right: 1em;
  padding: 0.5em 0.8em;
  background: #d9d9d9;
}
#about.about-service .case_ttl {
  margin: 0 auto 50px;
  padding-bottom: 1.6em;
  width: 880px;
  max-width: 100%;
  text-align: center;
  line-height: 1.2;
  border-bottom: 1px solid #494955;
}
#about.about-service .case_ttl span:first-child {
  display: block;
  margin-bottom: 0.1em;
  text-align: center;
  font-size: 2.142rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#about.about-service .case_ttl span:last-child {
  font-size: 1.142rem;
  letter-spacing: 0.2em;
}
#about.about-service .img_4col_A {
  margin: 0 auto;
  width: 1024px;
  max-width: 100%;
}
#about.about-service .img_4col_A img {
  width: 20%;
}
#about.about-service .img_4col_A img:nth-child(3) {
  width: 23.6364%;
}
#about.about-service .img_4col_A img:nth-child(4) {
  width: 36.3636%;
}
#about.about-service .price_table {
  width: 740px;
  max-width: 100%;
}

/*
    antique
========================================================================== */
#antique .table_dl_A {
  margin-left: auto;
  margin-right: auto;
  width: 660px;
  max-width: 100%;
}
#antique .table_dl_A dt {
  width: 36.3636%;
}
#antique .table_dl_A dd {
  width: 60.6061%;
}

/*
    privacy
========================================================================== */
#privacy .privacy_cont {
  margin: 0 auto;
  width: 700px;
  max-width: 100%;
}
#privacy .privacy_cont li {
  line-height: 2.2;
}

/*
    news
========================================================================== */
#news #news_sec {
  margin: 0 auto;
  width: 1024px;
  max-width: 92%;
}
#news .news_post:not(:last-child) {
  margin-bottom: 120px;
}
#news .news_post .date_category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  padding-bottom: 10px;
  border-bottom: 4px solid #494955;
}
#news .news_post .date_category .date {
  line-height: 1.3;
  font-size: 1.2857rem;
}
#news .news_post .date_category .category {
  line-height: 1.3;
}
#news .news_post .date_category .category span {
  margin-left: 1em;
  font-weight: 500;
}
#news .news_post .news_post_ttl {
  margin-bottom: 50px;
  padding: 25px 0;
  border-top: 1px solid #494955;
  border-bottom: 1px solid #494955;
  font-size: 1.1429rem;
  letter-spacing: 0.12em;
}
#news .news_post .news_post_txt {
  margin: 0 auto;
  width: 880px;
  max-width: 100%;
}
#news .news_post .news_post_txt iframe{
	max-width: 600px;
}
#news .news_post .news_post_txt p:not(:last-child) {
	margin-bottom: 60px;
}
#news .news_post .news_post_txt a {
	color: #890032;
  text-decoration: underline;
}
#news .news_post .news_post_txt strong {
  font-weight: bold;
}
#news .news_post .news_post_txt em {
  font-style: italic;
}
#news .news_post .news_post_txt blockquote {
  border-left: 6px solid #d9d9d9;
  padding-left: 10px;
}
#news .news_post .news_post_txt ul li {
  list-style: disc;
  margin-left: 1.5em;
}
#news .news_post .news_post_txt ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
/* 投稿class */
#news .news_post .news_post_txt .news_post_ttl_A {
  font-size: 1.4286rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
}
#news .news_post .news_post_txt .caption {
  font-size: 0.9286rem;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
#news .news_post .news_post_txt img + .caption {
	margin: -45px 0 50px;
}
/*画像設定*/
#news .news_post .news_post_txt img {
  display: block;
  margin: 0 auto 50px;
  max-width: 600px;
	height: auto;
}
#news .news_post .news_post_txt .size-full,
#news .news_post .news_post_txt .size-large,
#news .news_post .news_post_txt .size-medium,
#news .news_post .news_post_txt .size-thumbnail{
	max-width:100%; height:auto;
}
#news .news_post .news_post_txt .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
#news .news_post .news_post_txt .aligncenter {
	display: block;
	margin:0 auto 10px auto;
}
#news .news_post .news_post_txt .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
#news .news_post .news_post_txt .wp-caption{  margin-top:20px;}
#news .news_post .news_post_txt .wp-caption a{  display:block;}
#news .news_post .news_post_txt .wp-caption a:hover{  border-bottom: none;}
#news .news_post .news_post_txt .wp-caption img{  vertical-align: bottom;}
#news .news_post .news_post_txt .wp-caption-text{
	margin-top: 10px;
	text-align:center;
	font-size:1.4rem;
}

/*
    feature
========================================================================== */
#feature #feature_sec {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}
#feature .feature_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
#feature .feature_cont .feature_main {
  width: 72.5%;
}
#feature .feature_cont .feature_sidebar {
  width: 21.6667%;
}
#feature .feature_cont .feature_sidebar .feature_sidebar_ttl {
  display: block;
  padding-bottom: 10px;
  line-height: 1.7;
  font-weight: 500;
  border-bottom: 4px solid #494955;
}
#feature .feature_cont .feature_sidebar .feature_sidebar_list li a {
  display: inline-block;
  margin-top: 1.2em;
  font-weight: 500;
}
#feature .feature_post .date_category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  padding-bottom: 10px;
  border-bottom: 4px solid #494955;
}
#feature .feature_post .date_category .date {
  line-height: 1.3;
  font-size: 1.2857rem;
}
#feature .feature_post .date_category .category {
  line-height: 1.3;
}
#feature .feature_post .date_category .category span {
  margin-left: 1em;
  font-weight: 500;
}
#feature .feature_post .feature_post_ttl {
  margin-bottom: 50px;
  padding: 25px 0;
  border-top: 1px solid #494955;
  border-bottom: 1px solid #494955;
  font-size: 1.1429rem;
  letter-spacing: 0.12em;
}
#feature .feature_post .feature_post_txt {
  margin: 0 auto;
  width: 880px;
  max-width: 100%;
}
#feature .feature_post .feature_post_txt iframe{
	max-width: 600px;
}
#feature .feature_post .feature_post_txt p:not(:last-child) {
	margin-bottom: 60px;
}
#feature .feature_post .feature_post_txt a {
	color: #890032;
  text-decoration: underline;
}
#feature .feature_post .feature_post_txt strong {
  font-weight: bold;
}
#feature .feature_post .feature_post_txt em {
  font-style: italic;
}
#feature .feature_post .feature_post_txt blockquote {
  border-left: 6px solid #d9d9d9;
  padding-left: 10px;
}
#feature .feature_post .feature_post_txt ul li {
  list-style: disc;
  margin-left: 1.5em;
}
#feature .feature_post .feature_post_txt ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
/* 投稿class */
#feature .feature_post .feature_post_txt .feature_post_ttl_A {
  font-size: 1.4286rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
}
#feature .feature_post .feature_post_txt .caption {
  font-size: 0.9286rem;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
#feature .feature_post .feature_post_txt img + .caption {
	margin: -45px 0 50px;
}
/*画像設定*/
#feature .feature_post .feature_post_txt img {
  display: block;
  margin: 0 auto 50px;
  max-width: 100%;
  height: auto;
}
#feature .feature_post .feature_post_txt .size-full,
#feature .feature_post .feature_post_txt .size-large,
#feature .feature_post .feature_post_txt .size-medium,
#feature .feature_post .feature_post_txt .size-thumbnail{
	max-width:100%; height:auto;
}
#feature .feature_post .feature_post_txt .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
#feature .feature_post .feature_post_txt .aligncenter {
	display: block;
	margin:0 auto 10px auto;
}
#feature .feature_post .feature_post_txt .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
#feature .feature_post .feature_post_txt .wp-caption{  margin-top:20px;}
#feature .feature_post .feature_post_txt .wp-caption a{  display:block;}
#feature .feature_post .feature_post_txt .wp-caption a:hover{  border-bottom: none;}
#feature .feature_post .feature_post_txt .wp-caption img{  vertical-align: bottom;}
#feature .feature_post .feature_post_txt .wp-caption-text{
	margin-top: 10px;
	text-align:center;
	font-size:1.4rem;
}

/* contact, orderform common
==============================================================*/
.contact_cont dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #b3b3b3;
}
.contact_cont dt {
  width: 18em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #b3b3b3;
}
.contact_cont dd {
  width: calc(100% - 18em);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #b3b3b3;
  position: relative;
}
.contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_btn > * {
  display: block;
  margin: 0 15px;
  padding: 1.5em 1em;
  width: 400px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  letter-spacing: 0.6em;
  background: #333;
  line-height: 1.3;
}
.contact_btn a.btn_corect {
  background: #999;
}
/* form */
.contact_form dd input,
.contact_form dd select,
.contact_form dd textarea {
  background: #f3f3f5;
  border: none;
  padding: 10px;
  width: 420px;
  max-width: 100%;
  box-sizing: border-box;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
.contact_form dd label {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
.contact_form dd select {
  min-height: 40px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #a4a4aa;
}
.contact_form dd input::placeholder,
.contact_form dd select::placeholder,
.contact_form dd textarea::placeholder {
  color: #a4a4aa;
  font-size: 0.8571rem;
}
.contact_form dd.text-area_name input {
  width: 200px;
  margin-right: 10px;
}
.contact_form dd.text-area_post-code input {
  width: 100px;
  margin: 0 10px;
}
.contact_form dd.select_pref select {
  width: 200px;
}
.contact_form dd .select_wrap {
  position: relative;
}
.contact_form dd .select_wrap::before {
  display: block;
  content: '▼';
  position: absolute;
  top: calc(50% - 10px);
  right: 7px;
  z-index: 1;
  color: #a4a4aa;
  font-size: 0.85rem;
}
.contact_form dd.text-area_tel input {
  width: 360px;
}
.contact_form dd.text-area_add input,
.contact_form dd.text-area_content textarea {
  width: 600px;
}
.contact_form .contact_item_list_checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact_form .contact_item_list_checkbox input[type="radio"] {
  position: relative;
  margin: 0.35rem 10px 0 0;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid #494955;
  border-radius: 10px;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact_form .contact_item_list_checkbox input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #494955;
  content: '';
}
.contact_form .contact_item_list_checkbox label {
  width: calc(100% - 24px);
}
.contact_form .form_cont_nowrap div {
  display: inline;
}
.contact_cont dl dd,
.contact_cont dl p {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "MS PGothic", sans-serif
}

/* contact
==============================================================*/
/* contact common */
#contact .contact_item {
  margin-bottom: 50px;
  padding: 40px;
}
/* contact_form */
#contact .contact_form .contact_item_list dd.contact_item_list_1st {
  width: calc((100% - 14em) * 0.6);
}
#contact .contact_form .contact_item_list dd.contact_item_list_2nd {
  width: calc((100% - 14em) * 0.25);
}
#contact .contact_form .contact_item_list_checkbox:not(:last-child) {
  margin-bottom: 15px;
}
#contact .contact_form dd.select_pref::before {
  display: block;
  content: '▼';
  position: absolute;
  top: calc(50% - 20px);
  left: 178px;
  z-index: 1;
  color: #a4a4aa;
  font-size: 0.85rem;
}
#contact .contact_form dd.file_upload input[type="file"] {
  display: none;
}
#contact .contact_form dd.file_upload .file_upload_btn {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#contact .contact_form dd.file_upload label {
  display: block;
  margin: 10px 20px 0 0;
  padding: 1em;
  width: 220px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  background: #fff;
  border: 2px solid #0e0e3a;
  transition: 0.4s ease-out;
  cursor: pointer;
}
#contact .contact_form dd.file_upload label:hover {
  color: #fff;
  background: #0e0e3a;
  border: 2px solid #0e0e3a;
}
/* contact-top */
.contact-top .contact_list a {
  width: 540px;
}
.contact-top .contact_list .btn_A_navy:not(:last-child) {
  margin-bottom: 50px;
}
/* confirm */
#contact .contact_item_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#contact .contact_item_list dt {
  width: 14em;
}
#contact .contact_item_list dd {
  width: calc(100% - 14em);
}
#contact .confirm_cont .file_upload_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -50px;
}
#contact .confirm_cont .file_upload_list img {
  display: block;
  width: 32%;
  margin: 0 8% 50px 0;
}

@media screen and (max-width: 950px) {
  #contact .contact_item_list dt {
    width: 11em;
  }
  #contact .contact_item_list dd {
    width: calc(100% - 11em);
  }
  #contact .contact_form .contact_item_list dd.contact_item_list_1st {
      width: calc((100% - 11em) * 0.6);
  }
  #contact .contact_form .contact_item_list dd.contact_item_list_2nd {
      width: calc((100% - 11em) * 0.25);
  }
}

/* order
==============================================================*/
/* order common */
#order .contact_item {
  margin-bottom: 50px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#order .contact_item .item_img {
  width: 15%;
}
#order .contact_item .item_txt {
  width: 82.5%;
}
#order .contact_item .item_txt .item_outline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
#order .contact_item .item_txt .item_outline p {
  line-height: 1.4;
  font-size: 1.1429rem;
}
#order .contact_item .item_txt .item_outline .item_no {
  margin-bottom: 8px;
  width: 100%;
  font-size: 0.8571rem;
}
#order .contact_item .item_txt .item_shop p {
  font-size: 0.7857rem;
}
#order .contact_item .item_detail {
  margin-top: 25px;
  width: 100%;
}
#order .contact_item .item_detail textarea {
  width: 100%;
  border: none;
}
#order .contact_cont .radio_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#order .contact_cont .radio_list > div {
  display: inline-block;
}
#order .contact_form dd.select_how-to-buy .select_wrap {
  width: 270px;
}
#order .contact_form dd.select_pref .select_wrap {
  width: 200px;
}
#order .contact_form dd.select_how-to-buy .select_mail-order {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#order .contact_form dd.select_how-to-buy .contact_item_list_checkbox:nth-child(2) input[type="radio"] {
  margin-top: 0.75rem;
}
#order .contact_form dd.select_bank-name .select_wrap {
  width: 200px;
}
#order .contact_form dd.txt_payment input {
  width: 70px;
}

/* studio-carese
==============================================================*/
/* top -------------------------------- */
#studio-carese.studio-carese-top .content_inner {
  padding-bottom: 0;
}
#studio-carese.studio-carese-top section {
  margin-bottom: 0;
}
#studio-carese .studio_nav {
  margin: 0 auto 65px;
  padding: 15px 4.5%;
  width: 970px;
  box-sizing: border-box;
  border: 1px solid #494955;
  border-radius: 30px;
}
#studio-carese .studio_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
}
#studio-carese .sec_wide {
  padding: 110px 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
/* studio-carese_about */
#studio-carese #studio-carese_about {
  background: #f2f4f6;
}
#studio-carese #studio-carese_about .sec_inner {
  margin: 0 auto;
  width: 1024px;
  max-width: 92%;
}
/* studio-carese_photographers */
#studio-carese #studio-carese_photographers {
  margin: 120px auto;
  width: 950px;
  max-width: 94%;
  position: relative;
}
#studio-carese #studio-carese_photographers > img {
  width: 29.4737%;
  position: absolute;
  top: 60px;
  left: 0;
}
#studio-carese #studio-carese_photographers .photographer_cont {
  margin: 0 0 0 auto;
  padding: 50px 5.7895% 50px 20%;
  width: 84%;
  box-sizing: border-box;
  background: #d4e1e4;
}
#studio-carese #studio-carese_photographers .photographer_cont .photographer_cont_ttl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
/* studio-carese_menu */
#studio-carese #studio-carese_menu {
  background: #fbfaf1;
}
#studio-carese #studio-carese_menu .sec_inner {
  margin: 0 auto;
  width: 940px;
  max-width: 86%;
}
#studio-carese #studio-carese_menu .menu_ttl {
  margin: 0 auto 30px;
  width: 470px;
  text-align: center;
}
#studio-carese #studio-carese_menu .menu_ttl span:first-child {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  border-bottom: 1px solid #b3b3b3;
}
#studio-carese #studio-carese_menu .menu_ttl span:last-child {
  font-size: 0.8571rem;
}
#studio-carese #studio-carese_menu .cont_slider_wrap {
  width: 100%;
}
#studio-carese #studio-carese_menu .cont_slider .slick-arrow {
  top: calc(50% - 30px);
}
#studio-carese #studio-carese_menu .cont_slider_thumnail .slick-track {
  justify-content: center;
}
#studio-carese #studio-carese_menu .menu_slider_height .cont_slider li {
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#studio-carese #studio-carese_menu .menu_slider_height .cont_slider img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}
#studio-carese #studio-carese_menu .menu_slider_height .cont_slider_thumnail li {
  height: 120px;
}
#studio-carese #studio-carese_menu .menu_slider_height .cont_slider_thumnail li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* studio-carese_service */
#studio-carese #studio-carese_service {
  background: #f9f4f2;
}
#studio-carese #studio-carese_service .sec_inner {
  margin: 0 auto;
  width: 1200px;
  max-width: 92%;
}
#studio-carese #studio-carese_service .column-2 > div {
  width: 48.3%;
}
#studio-carese #studio-carese_service .precaution {
  margin: 0 auto;
  padding: 50px 20px 20px;
  width: 910px;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #b3b3b3;
}
#studio-carese #studio-carese_service .precaution .precaution_ttl {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  background: #b3b3b3;
}
/* studio-carese_access */
#studio-carese #studio-carese_access .sec_inner {
  margin: 0 auto;
  width: 1200px;
  max-width: 92%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#studio-carese #studio-carese_access .sec_inner .txt {
  width: 55.8333%;
}
#studio-carese #studio-carese_access .sec_inner .txt .access_ttl {
  margin-bottom: 30px;
  font-size: 1.4286rem;
  padding-left: 10px;
  border-left: 9px solid #494955;
}
#studio-carese #studio-carese_access .sec_inner .txt .table_dl_A dt,
#studio-carese #studio-carese_access .sec_inner .txt .table_dl_A dd {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#studio-carese #studio-carese_access .sec_inner .map {
  width: 39.1667%;
}
/* studio-carese_reservation */
#studio-carese #studio-carese_reservation {
  padding-top: 0;
}
#studio-carese #studio-carese_reservation .sec_inner {
  margin: 0 auto;
  width: 880px;
  max-width: 92%;
}
#studio-carese #studio-carese_reservation .date {
  font-size: 1.1429rem;
}
#studio-carese #studio-carese_reservation .date span {
  margin-right: 1em;
}
#studio-carese #studio-carese_reservation .date span.unavailable {
  color: #b6b6bb;
  text-decoration: line-through;
}
#studio-carese #studio-carese_reservation .btn_A_navy a {
  width: 540px;
  box-sizing: border-box;
}
/* studio-carese_image */
#studio-carese #studio-carese_image {
  background: #f2f4f6;
}
#studio-carese #studio-carese_image .sec_inner {
  margin: 0 auto;
  width: 1160px;
  max-width: 92%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#studio-carese #studio-carese_image .sec_inner button {
  margin: 0 3.4483% 40px 0;
  width: 17.2414%;
  height: 200px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: 0.4s ease-out;
}
#studio-carese #studio-carese_image .sec_inner button:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
#studio-carese #studio-carese_image .sec_inner button:nth-child(5n) {
  margin-right: 0;
}
#studio-carese #studio-carese_image .sec_inner button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* studio-carese_image modal */
#studio-carese .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.8);
}
#studio-carese .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
#studio-carese .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#studio-carese .swiper-button-next {
  right: -55px;
  width: 40px;
  height: 40px;
  background: url("../images/common/arrow_modal_r.png") no-repeat 50% 50% / contain;
}
#studio-carese .swiper-button-prev {
  left: -55px;
  width: 40px;
  height: 40px;
  background: url("../images/common/arrow_modal_l.png") no-repeat 50% 50% / contain;
}
#studio-carese .swiper-button-next:after, 
#studio-carese .swiper-button-prev:after {  display: none;}
#studio-carese .modal__content {
  position: relative;
  width: 800px;
  max-width: calc(92% - 100px);
  height: 80vh;
  box-sizing: border-box;
}
#studio-carese .modal_inner {
  margin: 0 auto;
}
#studio-carese .swiper-wrapper {
  align-items: center;
}
#studio-carese .modal_cont_wrap {
  height: 80vh;
}
#studio-carese .swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#studio-carese .modal__close-btn {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 20;
  background: url("../images/common/close_modal.png") no-repeat 50% 50% / contain;
}
#studio-carese .modal__close-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1000px) {
  #studio-carese #studio-carese_menu .menu_slider_height .cont_slider li {
    height: 70vw;
  }
}

/* reservation -------------------------------- */
#studio-carese .contact_item_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#studio-carese .contact_item_list dt {
  width: 16em;
}
#studio-carese .contact_item_list dd {
  width: calc(100% - 16em);
	position: relative;
}
#studio-carese.studio-carese-reservation .contact_item_list dd.contact_item_menu .contact_item_list_checkbox:not(:last-child) {
  margin-bottom: 15px;
}
#studio-carese.studio-carese-reservation .contact_item_list .contact_item_list_checkbox label {
  width: auto;
}
#studio-carese.studio-carese-reservation .contact_form .contact_item_list dd input, 
#studio-carese.studio-carese-reservation .contact_form .contact_item_list dd select, 
#studio-carese.studio-carese-reservation .contact_form .contact_item_list dd textarea {
  background: #fff;
}
#studio-carese.studio-carese-reservation .contact_form dd.contact_item_reserve,
#studio-carese.studio-carese-reservation .contact_form dd.contact_item_belt,
#studio-carese.studio-carese-reservation .contact_form dd.contact_item_accessories,
#studio-carese.studio-carese-reservation .contact_form dd.contact_item_receive {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#studio-carese.studio-carese-reservation .contact_form dd.contact_item_reserve .contact_item_list_checkbox,
#studio-carese.studio-carese-reservation .contact_form dd.contact_item_belt .contact_item_list_checkbox,
#studio-carese.studio-carese-reservation .contact_form dd.contact_item_accessories .contact_item_list_checkbox,
#studio-carese.studio-carese-reservation .contact_form dd.contact_item_receive .contact_item_list_checkbox {
  margin: 0 1.4em 0.8em 0;
}
#studio-carese.studio-carese-reservation .contact_form dd.contact_item_reserve select {
	width: 200px;
}
#studio-carese.studio-carese-reservation .contact_form dd.contact_item_reserve::before,
#studio-carese.studio-carese-reservation .contact_form dd.select_pref::before {
  display: block;
  content: '▼';
  position: absolute;
  top: 0.8em;
  left: 178px;
  z-index: 1;
  color: #a4a4aa;
  font-size: 0.85rem;
}
/* confirm -------------------------------- */
#studio-carese.studio-carese-confirm dl.contact_item_list dt,
#studio-carese.studio-carese-confirm dl.contact_item_list dd {
  padding: 1.2em 0;
  border-bottom: 1px dotted #b3b3b3;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "MS PGothic", sans-serif
}
#studio-carese.studio-carese-confirm dl.contact_item_list dt:first-child,
#studio-carese.studio-carese-confirm dl.contact_item_list dd:nth-child(2) {
  padding-top: 0;
}
#studio-carese.studio-carese-confirm dl.contact_item_list p {
  line-height: 1.8;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "MS PGothic", sans-serif
}
#studio-carese.studio-carese-confirm dl.contact_item_list p:not(:last-child) {
  margin-bottom: 1em;
}
#studio-carese.studio-carese-confirm .check_agree dl.contact_item_list dt,
#studio-carese.studio-carese-confirm .check_agree dl.contact_item_list dd {
  border: none;
  padding: 0;
}

/* search
==============================================================*/
#search .search_box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  padding: 30px;
  background: #f3f3f5;
}
#search .search_box .search_box_txtarea {
  margin-right: 10px;
  background: #fff;
  border: none;
  padding: 12px;
  width: 320px;
  max-width: 100%;
  box-sizing: border-box;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
#search .search_box .search_box_btn {
  display: block;
  padding: 12px;
  width: 100px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #333;
  cursor: pointer;
  line-height: 1.3;
  border: none;
  border-radius: 2px;
}
#search .search_result {
  margin-bottom: 30px;
}
#search .search_result .keyword {
  font-size: 1.285rem;
  margin-right: -0.3em;
}
#search .search_result .total_hits {
  margin: 0 1em;
}
#search .search_result .total_hits .total_hits_num {
  font-size: 1.142rem;
  margin-right: 0.2em;
}
#search .search_result_list {
  margin-bottom: 60px;
}
#search .search_result_list ul {
  border-top: 1px solid #ccc;
}
#search .search_result_list li a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
#search .search_result_list li a p {
  line-height: 1.8;
}
#search .search_result_list li a .page_ttl {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.142rem;
}
#search .search_result_list li a .page_txt {
  font-size: 0.875rem;
}

/*
    404
========================================================================== */
#notfound .ttl_A {
  margin-bottom: 70px;
  font-size: 3.75rem;
}
#notfound .notfound_search_box {
  margin: 0 auto 60px;
  padding: 70px 30px;
  width: 100%;
  box-sizing: border-box;
  background: #e5ebed;
}
#notfound .notfound_search_box_cont {
  margin: 0 auto;
  width: 450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#notfound .notfound_search_box .search_box_txtarea {
  background: #fff;
  border: none;
  padding: 12px;
  width: 394px;
  max-width: 100%;
  box-sizing: border-box;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
#notfound .notfound_search_box .search_box_btn {
  display: block;
  overflow: hidden;
  width: 32px;
  height: 0;
  padding-top: 32px;
  background: url("../images/common/ic_search.svg") no-repeat 50% 50% / contain;
  cursor: pointer;
  border: none;
}
#notfound .notfound_page_list a {
  margin-bottom: 20px;
  width: 540px;
}