/*
style_pc.css
*/
html,body{ min-width: 980px; }
.pc body{ padding: 0; }
.sp_dsp{ display: none; }

figure img { width: 100%; height:auto; }

/* right_menu メニュー固定 */
#right_menu {
    position: fixed;
    right: 0;
    z-index: 9999;
}

#header{
  position: absolute;
  top: 0; width: 100%;
  min-width: 980px;
  height:150px; color: #fff;
  background: linear-gradient( to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.15), rgba(0,0,0,0) );
  z-index: 9999;
}
#header.scrl { box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }
#header_left a{ padding: 10px 0 0 25px; display: block; width: 200px; position: relative; z-index: 1; }
#header_left img{ width:100%; }

#header_right ul{ display:flex; gap:35px; }
#header_right ul a{ color:#fff; line-height: 1.6; }
#header_right li span{ display:block; }
#header_right li span.num1{ font-size: 18px; font-family: 'Times New Roman', YuMincho, serif; letter-spacing: .08em; }
#header_right li span.num2{ font-size: 13px; font-family: 'Zen Old Mincho','游明朝', YuMincho, serif; }
#header_right li a:hover{ text-decoration:none; }
#header_right li a:hover span.num1{ border-bottom: 2px solid rgb(240, 240, 240,0.6); line-height: 1.5; }
#header_right li a:hover span.num2{ text-decoration:none; }

.topics #header,
.page #header{
  background:transparent;
}
.topics #header_right ul a,
.page #header_right ul a{
  color:#000;
}
.topics #header_right li a:hover span.num1,
.page #header_right li a:hover span.num1{
  border-color: rgb(170, 170, 170);
}

.topics #header_left a,
.page #header_left a{
  padding: 30px 0 0 50px;
  width: 150px;
}
.page_header {
  background: #f6f6f6;
}
.page_header .wrap{
  position: relative;
  margin: 0 auto;
  min-height: 320px;
  max-width: 1160px;
  text-align: left;
}
.page_header .title{
  position: absolute;
  left:0;
  bottom: -30px;
  padding: 0 20px;
}
.page_header .title .num1{
  font-size: 46px;
}
.page_header .title.page .num1{
  font-size: 30px;
  font-weight: 500;
}
.page_header .title .num2{
  margin: 0 0 0 1em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
}

/* breadcrumb */
.breadcrumb{ padding:0 20px; }

/* スライダーロゴ表示制御 caption に imgを設定 */
#metaslider_21 .slides li{
  position: relative;
}
#key .metaslider .caption-wrap{
  position: absolute!important;
  top: 0!important;
  left: auto!important;
  bottom: auto!important;
  background: transparent!important;
  color: rgb(255, 255, 255,0)!important;
  opacity: 1!important;
  margin: 0!important;
  display: block!important;
  width: 100%!important;
  height: 100%!important;
  line-height: 1!important;
}
#key .metaslider .caption {
  display: flex;
  padding: 0!important;
  align-items: center;
  height: 100%!important;
  word-wrap: break-word;
}
#key .caption div{ opacity:0; margin:0 auto; width: 53%; animation: fadeIn 1.3s ease-in 0.7s forwards; }
#key .caption img{ width:100%; }

/* flex slider arrow */
#key_inner .metaslider .flexslider .flex-prev{
    left: 5px;
    opacity: .8;
    background: url(../wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/default/arrows.png) no-repeat 0 50%;
}
#key_inner .metaslider .flexslider .flex-next{
    right: 5px;
    opacity: .8;
    background: url(../wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/default/arrows.png) no-repeat -30px 50%;
}
.flex-prev:hover,.flex-next:hover{ opacity: .5!important; }


/* index */

/* Line up  */
#line_up {
  padding: 120px 0 0;
}
#line_up .inner {
  display: flex;
  margin: 0 auto 15px;
  max-width: 1440px;
  text-align:left;
}
#line_up .child_01{
  flex: 1.55;
}
#line_up .child_02{
  flex: 1;
  align-self: center;
}
#line_up .child_02 .box{
  margin: 0 0 0 15%;
  width: 317px;
}

/* Topics */
#topics{ padding: 100px 0 100px; }
#topics .inner {
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  text-align:left;
}

#topics .child_01{
  flex: 1;
  align-self: flex-start;
}

#topics .child_01 .box{
  margin: 0 0 0 28%;
  width: 317px;
}

#topics .child_02{
  flex: 1.55;
}

#topics .child_02 .box{
  margin: 0 0 50px;
  width: calc(65% + 190px);
  min-width: 590px;
  max-width: 730px;
}

#topics h3{
  margin: .5em 0 1.8em;
  font-weight:500;
  line-height: 2;
}

/* About us */
#aboutus {
  padding: 100px 0 6vw;
}
#aboutus .sub_txt{ margin-bottom: 3em; }
#aboutus .inner {
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1100px;
  text-align:left;
}

#aboutus .child_01{
  padding: 0 0 100px;
  flex: 1;
  align-self: center;
}

#aboutus .child_01 .box{
  padding: 60px 0 60px 10%;
  max-height: 360px;
  width: 130%;
  background: #fff;
}

#aboutus .child_01 .title{
  margin: 0 0 20px;
}
#aboutus .child_01 .title .txt{
  line-height:1.5;
  font-weight: 500;
}
#aboutus .child_01 p.txt{
  width: 63%;
}

#aboutus .child_02{
  margin: 0;
  width: 60%;
  max-width: 640px;
}

#aboutus .child_02 .box{
  margin: 60px 0 0;
  max-width: 640px;
}

#aboutus .metaslider .flex-control-nav{ text-align: right; }
#aboutus .flex-control-paging li a{ margin: 0 8px; width: 8px; height: 8px; }
#aboutus .flexslider .flex-control-nav li a:not(.flex-active){ background: rgba(0, 0, 0, 0.2)!important; }

/* Reasons */
#reasons{ padding:100px 0 90px; }
#reasons .sub_txt{ margin-bottom: 5em; }
#reasons .inner {
  display: flex;
  align-items: center;
  margin: 0 auto 80px;
  padding: 0 20px 0;
  max-width: 990px;
  text-align:left;
}
#reasons .child_01{
  flex: 1.3;
}
#reasons .child_02 .title{
  margin: 0 0 25px;
  line-height: 1.5;
  font-weight: 500;
}

#reasons .child_02{
  flex: 1;
}
#reasons .child_02 .box{
  padding: 0 0 0 60px;
}

#reasons .child_02 .note{
  font-size: 75%;
  color: rgb(153, 153, 153);
}

/* 固定ページ ------------------------------------------ */
.icach.img_box{ max-height: 300px; overflow: hidden; }
#container.page{ margin-top:-100px; min-width: 980px; max-width: 80%; background-color: #fff; transition: all 0.5s 0s ease; position: relative; }
#shop_office .item_pr{ display: none; }

/* アーカイブ */
.archive-list { padding: 0 20px; }
.archive-list .wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1120px;
  margin: 0 auto;
}

.archive-list article{
  box-sizing: border-box;
  flex: 0 0 calc((100% - (25px * 2)) / 3);
  font-family: 'Zen Old Mincho','游明朝', YuMincho, serif;
}
.archive-thumb{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
}
.archive-thumb{
  aspect-ratio: 7 / 6;
}
.archive-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.archive-overlay{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.archive-item-title{
  margin: 0 0 1em;
  font-size: 85%;
  line-height: 1.5;
  display: -webkit-box;
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archive-meta{
  display: flex;
  align-items: center;
  margin: 0 3px;
  font-size: 90%;
  opacity:.95;
  line-height: 1;
}
.archive-date{ padding: 0 .7em 0 0; border-right: 1px solid #ccc; }
.archive-term{ padding: 0 0 0 .7em; }
.archive-thumb img{
  transition: transform .25s ease;
}
.archive-thumb:hover img{
  transform: scale(1.03);
}

@supports not (aspect-ratio: 7 / 6){
  .archive-thumb{
    height: 0;
    padding-top: calc(100% * 6 / 7);
  }
  .archive-thumb img{
    position: absolute;
    inset: 0;
  }
}

/* ------------ 投稿・固定ページ ------------ */
.single_page{ padding: 0 20px 100px; }
.single_page article{
  margin: 0 auto;
  max-width: 720px;
  padding: 0 24px;
}

#tokusho {
  padding-bottom: 50px;
  border-bottom: 1px solid rgb(204, 204, 204);
}


/* パーツ */
.link_area .flex_box { margin: 10px auto; }
#footer_link{ background: #f6f6f6; }
#footer_link .wrap { margin: 0 auto;}/* max-width指定位置 */
#footer_link .inner{
  display:flex;
}
#footer_link .inner a{
  position: relative;
  display: block;
  background: rgb(77, 72, 70);
  overflow: hidden;
}
#footer_link .inner a:hover{
  opacity: .9;
}
#footer_link .inner a figure{ margin:0; }
#footer_link .inner a figure img{
  display: block;
  width: 100%;
  height: auto;
  transition: transform .25s ease;
  transform-origin: top;
}
#footer_link .inner a:hover figure img{
  transform: scale(1.02);
}
#footer_link .over_overlay_area {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.7);
}
#footer_link .over_overlay_area .txt{
  padding: 0 0 3px 14px;
  font-size: 24px;
}
#footer_link .over_overlay_area .txt span:nth-child(2){
  padding: 0 0 0 1em;
  font-size: 65%;
}
#footer_link .over_overlay_area .arr span{
  display: inline-block;
  margin: 0 14px 0 0;
  padding: 0 15px;
  height: 22px;
  line-height: 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 22px;
}
#footer_link .inner a:hover .arr span{
  background: rgba(255, 255, 255, 0.34);
  border-color: rgba(255, 255, 255, 0.23);
}
#footer_link .inner a:hover .txt{
  color: rgba(255, 255, 255, 0.6);
}



#footer_area {
  padding: 60px 0 0;
}
#footer_area .sub_txt{
  margin: 0 0 30px;
}

/* 右上固定のリンクタブ */
.tab-link{
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 9999;
  display: block;
  line-height: 0;
}

.tab-link img{
  width: 48px;
  height: auto;
  display: block;
}
.tab-link:hover{
  opacity: .85;
}

/* media screen MAX --------------------------------- */

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

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

}

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

    /* 共通 */
    .pc_900{ display: none; }
    .mb_900{ display: inherit; }

}


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

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


/* media screen MIN--------------------------------- */

@media screen and (min-width:1200px) {
}