/** Shopify CDN: Minification failed

Line 684:0 Unexpected "}"

**/
@charset "UTF-8";
/* ==========================================================================
 *
 * Reset
 *
========================================================================== */
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, blockquote, pre, table, caption, th, td, address, form, fieldset, legend, object, header, footer, section, article, nav, figure, canvas {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: none;
  vertical-align: top;
}

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

ol, ul {
  list-style: none;
}

caption, th, td {
  vertical-align: top;
  text-align: left;
}

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

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

abbr, acronym {
  border: none;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

a, object, embed {
  outline: none;
}

a:hover,
a:active,
a:focus {
  outline: none;
}

header, footer, section, article, nav, figure, canvas {
  display: block;
}

@font-face {
  font-family: MyYuGothic;
  src: local("游ゴシック Medium"), local("Yu Gothic Medium"), local("YuGothic Medium"), local("游ゴシック Bold"), local("Yu Gothic Bold"), local("YuGothic Bold"), local("游ゴシック"), local("Yu Gothic"), local("游ゴシック体"), local("YuGothic");
  

}
body {
  min-width: 320px;
  font-size: 14px;
  font-family: 'Roboto', MyYuGothic, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: 640px auto;
}

a {
  text-decoration: none;
  color: #333;
  transition: opacity 300ms cubic-bezier(0, 0, 0, 0);
  -webkit-transition: opacity 300ms cubic-bezier(0, 0, 0, 0);
  -ms-transition: opacity 300ms cubic-bezier(0, 0, 0, 0);
}
a:hover {
  opacity: 0.8;
}

.site-title a:hover {
  opacity: 1;
}

html.menuOpen {
  overflow: auto;
}

body {
  position: relative;
 
}
body #wrap {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 1200px;
  overflow: hidden;
  padding: 0 0 49px 0;
}
body #wrap #content.white {
  color: #fff;
}
body #wrap #content.black {
  color: #000;
}


/* theme.css 打ち消し *************** */
.Rte img {
  margin-top: 0;
  margin-bottom: 0;
  margin: initial;
}
.Rte a:not(.Button) {
  color:  #303030;
  text-decoration: none;
}
.Rte h1{
  margin: auto;
}
@media screen and (max-width: 768px) {
  /* #AkiFyu2021 section{
        margin: 0 auto 110px;
  } */
  /* #AkiFyu2021 .mv__inr h1 {
    top: -80px;
    left: 16px;
    width: 19px;
    z-index: 5;
  } */
  /* #AkiFyu2021 .totop img {
    width: 9px;
    margin: 0 15px 0 auto;
  } */
  /* #AkiFyu2021 section .credit {
    font-size: 0.5rem;
  }
  #AkiFyu2021 .item02__03 .box {
    height: 64px;
  } */
}

/* theme.css 打ち消し *************** */



#modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  display: none;
  opacity: 0;
  z-index: 100;
  overflow: auto;
}
#modal .category-name {
  padding: 40px 0 38px 0;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  /*font-family: 'Open Sans';*/
  letter-spacing: 0.08em;
}
#modal .model-photo {
 text-align: center;
  width: 700px;
  height: 700px;
  margin: 0 auto 26px;
  position: relative;
}
#modal .model-photo img {
 width: 100%;
 height: 100%;
 object-fit: scale-down;
}

#modal .model-detail {
  margin: 0 auto 80px;
  width: 500px;
}
#modal .model-detail p {
  display: block;
  margin-bottom: 14px;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}
#modal .model-detail p a {
  display: block;
  margin-bottom: 14px;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.6;
  text-decoration: underline;
}
#modal .modalPrev {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 60px;
  margin-top: -30px;
  margin-left: -570px;
  transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
  -webkit-transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
  -ms-transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
}
#modal .modalPrev:after {
  position: absolute;
  content: '';
  width: 39px;
  height: 39px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: 9px;
  left: 9px;
}
#modal .modalPrev:hover {
  opacity: 0.7;
}
#modal .modalNext {
  position: fixed;
  top: 50%;
  right: 50%;
  margin-top: -30px;
  margin-right: -566px;
  width: 40px;
  height: 60px;
  transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
  -webkit-transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
  -ms-transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
}
#modal .modalNext:after {
  position: absolute;
  content: '';
  width: 39px;
  height: 39px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 9px;
  left: -9px;
}

#modal .modalNext:hover {
  opacity: 0.5;
}
#modal .modalClose {
  position: fixed;
  top: 14px;
  right: -10px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
  -webkit-transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
  -ms-transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
}
#modal .modalClose:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: -19px;
  width: 40px;
  height: 0;
  border-top: 1px solid #000;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
#modal .modalClose:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: -19px;
  width: 40px;
  height: 1px;
  border-top: 1px solid #000;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  #modal .modalClose:before {
    width: 32px;
  }
  #modal .modalClose:after {
    width: 32px;
  }
  #modal .modalPrev {
    width: 20px;
  }
  #modal .modalNext {
    width: 20px;
  }
}
@media screen and (max-width: 1160px) {
 
  #modal .modalPrev {
margin-left: 20px;
left: 0;
  }
  #modal .modalNext {
margin-right: 20px;
right: 0;
  }
  #modal .category-name {
    padding: 20px 0;
    font-size: 21px;
  }
}
@media screen and (max-width: 640px) {
  html.menuOpen {
overflow: hidden;
  }
  html body #wrap {
padding: 0 0 30px 0;
  }
  html body #wrap #content {
  }
}
@media screen and (max-width: 640px) {
  #modal .category-name {
    padding: 20px 0;
    font-size: 14px;
    }

    #modal .model-photo {
      position: relative;
      padding: 0 8% 0;
      margin-bottom: 26px;
      text-align: center;
      height: auto;
      width: auto;
      font-size: 0;
    }
    #modal .model-photo img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
        max-width: 100%;
        max-height: 100%;
    }
    #modal .model-detail {
      padding: 0 15.5% 0;
      width: auto;
    }
    #modal .model-detail p a {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 1.55;
        letter-spacing: 0.2em;
    }
    #modal .model-detail p span {
      margin-bottom: 20px;
      font-size: 13px;
      line-height: 1.55;
      letter-spacing: 0.2em;
    }
    #modal .modalPrev {
      margin-left: 20px;
      left: 0;
    }
    #modal .modalPrev:after {
        width: 22px;
        height: 22px;
        left: 2px;
    }
    #modal .modalNext {
        margin-right: 20px;
        right: 0;
    }
    #modal .modalNext:after {
        width: 22px;
        height: 22px;
        left: -4px;
    }
}
@media screen and (max-width: 640px) {
  body #wrap {
    margin: auto;
    width: 100%;
  }
  .top #content .top-slide {
    max-height: auto;
  }
  .top #content .top-slide .slide{
    max-height: auto;
  }
}

.top #content .top-slide {
  position: relative;
  margin: 0 30px 36px;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
  max-height: 793px;
}
.top #content .top-slide .slide{
max-height: 760px;
overflow: hidden;
}
.top #content .top-slide .slide .item {
  float: left;
}
.top #content .top-slide .slide .item a {
  display: block;
}
.top #content .top-slide .slide:after {
  display: table;
  clear: both;
  content: '';
}
.top #content .top-slide .prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 0px;
  margin-left: 0px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
}
.top #content .top-slide .prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -4px;
  content: '';
  width: 12px;
  height: 12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.top #content .top-slide .next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0px;
  margin-right: 0px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
}
.top #content .top-slide .next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -9px;
  content: '';
  width: 12px;
  height: 12px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.top #content .top-slide .inds {
  margin-top: 17px;
  text-align: center;
}
.top #content .top-slide .inds li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #999999;
  border-radius: 16px;
  margin: 0 6.5px;
}
.top #content .top-slide .inds li.current {
  background-color: #e5e5e5;
}
.top #content #section-news {
  margin: 0 13px 74px;
  font-family: 'Muli', sans-serif;
}
.top #content #section-news .top-section-title {
  margin-bottom: 25px;
  font-size: 13px;
  letter-spacing: 0.17em;
  display: none;
}
.top #content #section-news .section-news-list li {
  position: relative;
  margin: 0 17px;
  display: inline-block;
  vertical-align: top;
}
.top #content #section-news .section-news-list li a {
  display: block;
 width: 357px;
  height: 238px;
  
}
.top #content #section-news .section-news-list li .thumb {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .top #content #section-news .section-news-list li a {
    display: block;
    width: auto;
    height: auto;
  }
  .top #content #section-news .section-news-list li p span{
	  font-size: 25px;
  }
	
}
.top #content #section-news .section-news-list li .caption {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  font-size: 25px;
  font-weight: bold;
  height: 238px;
  width: 357px;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
}
.top #content #section-news .section-news-list li .caption span {
  display: table-cell;
  vertical-align: middle;
}
.top #content #section-news .section-news-list li:nth-child(3n) {
  margin-right: 0;
}


@media screen and (max-width: 640px) {
  .top #content {
margin-bottom: 34px;
  }
  .top #content .top-slide {
margin: 0 0 40px;
  }
  .top #content .top-slide .item {
float: left;
  }
  .top #content .top-slide .item img {
width: 100%;
height: auto;
  }
  .top #content .top-slide .prev {
margin-top: -20px;
margin-left: 0px;
width: 50px;
height: 50px;
  }
  .top #content .top-slide .prev:after {
margin-top: -5px;
margin-left: -5px;
width: 12px;
height: 12px;
  }
  .top #content .top-slide .next {
margin-top: -20px;
margin-right: 0px;
width: 50px;
height: 50px;
  }
  .top #content .top-slide .next:after {
margin-top: -6px;
margin-left: -8px;
width: 12px;
height: 12px;
  }
  .top #content .top-slide .inds {
margin-top: 20px;
text-align: center;
  }
  .top #content .top-slide .inds li {
display: inline-block;
width: 20px;
height: 20px;
border: 2px solid #999999;
border-radius: 16px;
margin: 0 10px;
  }
  .top #content #section-news {
margin: 0px 1.5% 0;
  }
  .top #content #section-news .top-section-title {
margin-bottom: 2%;
font-size: 16px;
  }
  .top #content #section-news .section-news-list li {
margin: 0 1.5% 6.2%;
width: 47%;
height: auto;
  }
  .top #content #section-news .section-news-list li .thumb {
width: 100%;
height: auto;
  }
  .top #content #section-news .section-news-list li .caption {
position: absolute;
bottom: 0;
margin: auto;
height: 100%;
width: 100%;
letter-spacing: .1em;
font-size: 24px;
font-weight: bold;
color: #fff;
text-align: center;
  }
  .top #content #section-news .section-news-list li .caption span {
position: absolute;
top: 50%;
display: block;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .top #content .top-slide .inds li {
width: 14px;
height: 14px;
margin: 0 9px;
  }
  
	}
  .top #content #section-news .section-news-list li .caption {
font-size: 20px;
font-family: 'Muli', sans-serif;

  }
}
#content .collection-archive {
  margin: 0 30px 83px;
}
#content .collection-archive a {
  position: relative;
  display: block;
  height: 100%;
  margin-bottom: 10px;
}
#content .collection-archive a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#content .collection-archive a .archive-title {
  position: relative;
  display: table-cell;
  width: 1160px;
  height: 420px;
  vertical-align: middle;
  text-align: center;
}
#content .collection-archive a .archive-title.white {
  color: #fff;
}
#content .collection-archive a .archive-title .year {
  display: block;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 34px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: bold;
}
#content .collection-archive a .archive-title .caption {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 2.4;
  letter-spacing: 0.02em;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #content .collection-archive {
margin: 13px 5% 83px;
  }
  #content .collection-archive a {
overflow: hidden;
  }
  #content .collection-archive a img {
width: auto;
height: 100%;
  }
  #content .collection-archive a .archive-title {
height: 270px;
  }
  #content .collection-archive a .archive-title .year {
font-size: 30px;
  }
  #content .collection-archive a .archive-title .caption {
font-size: 12px;
  font-family: 'Roboto', sans-serif;
  }
}
#content.white .collection-detail-banner .year {
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
#content.white .collection-detail-banner .arrow:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
#content .collection-detail-banner-wrap {
  background: #c5c5c5;
  margin: 0 30px;
}
#content .collection-detail-banner {
  position: relative;
  display: table-cell;
  width: 1140px;
  height: 554px;
  vertical-align: middle;
  text-align: center;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
#content .collection-detail-banner.ss2016 .year {
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
#content .collection-detail-banner.ss2016 .arrow:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
#content .collection-detail-banner .captureImage {
  position: absolute;
  top: 0;
  left: 0;
  height: 554px;
  width: 100%;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  #content .collection-detail-banner .captureImage {
    background-position: center center;
  }
}
#content .collection-detail-banner .year {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  font-size: 34px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: bold;
}
#content .collection-detail-banner .arrow {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 60px;
  height: 50px;
  cursor: pointer;
  position: relative;
  transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
  -webkit-transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
  -ms-transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
}
#content .collection-detail-banner .arrow:after {
  position: absolute;
  left: 9px;
  content: '';
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: block;
}
#content .collection-detail-banner .arrow:hover {
  opacity: 0.5;
}
#content .model-list {
  margin: 10px 0 50px 0;
  padding: 0 24px 0px 25px;
  box-sizing: border-box;
}
#content .model-list li {
  float: left;
  margin: 0 6px 10px 5px;
  width: 104px;
  cursor: pointer;
}
#content .model-list li a {
  display: block;
  transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
  -webkit-transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
  -ms-transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
}
#content .model-list li a:hover {
  opacity: 0.7;
}
#content .model-list li img {
  width: 100%;
  height: auto;
}
#content .model-list:after {
  display: table;
  content: '';
  clear: both;
}

@media screen and (max-width: 640px) {
  #content .collection-detail-banner {
left: 0;
border-right: 0 solid transparent;
border-left: 0 solid transparent;
  }
  #content .collection-detail-banner.aw2016 {
background: url("/common/img/collection/thumb_16aw_collection_detail.jpg") no-repeat center center;
background-size: 100% auto;
  }
  #content .collection-detail-banner .captureImage {
height: 100%;
  }
  #content .model-list {
margin: 7% 4% 50px;
padding: 0 0 0px 0;
  }
  #content .model-list li {
float: left;
width: 23%;
margin: 0 1% 2%;
  }
  #content .model-list li img {
width: 100%;
height: auto;
  }
  #content .model-list li a {
transition: none;
-webkit-transition: none;
-ms-transition: none;
  }
}
body {
  background-size: 0 auto !important;
}

/*About page*/
.about-page .other-title-sp {
    display: none;
  }
@media screen and (max-width: 640px) {
  /*.press-archive {
    padding: 76px 0 0;
  }*/
  .about-page .other-title {
    display: none;
  }
  .about-page .other-title-sp {
    display: block;
  }
  .about-page .fixed-p-nav {
    width: auto;
    padding: 0 20px;
    line-height: 1.66;
    margin: 17px 0 16px;
    font-size: 18px;
    display: block;
  }
  .page-other.about-page .other-content .other-description{
    line-height: 1.9;
    font-size: 13.5px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: 0.02em;
	margin-top: 20px;
	
  }
}

/*news archive page*/
.page-news-archive .fixed-p-nav {
width: auto;
padding: 0 20px;
line-height: 1.66;
margin: 17px 0 16px;
font-size: 18px;
}
.page-news-archive .archive-list{
padding: 0 20px;
margin-bottom: 50px;
}
.page-news-archive .archive-list > li{
margin-bottom: 11px;
text-align: center;
}

.page-news-archive .archive-list > li > a{
line-height: 1.7;
font-size: 24px;
display: block;
background-color: #eee;
}
.page-news-archive .archive-list > li  li a{
font-size: 20px;
letter-spacing: .08em;
line-height: 2.5;
}

.page-news-archive .archive-list > li > ul{
display: none;
}

/*archive top page*/
.press-archive {
padding: 25px 0 0;
}
.press-archive .press-list {
margin: 0 14px 0 14px;
letter-spacing: -.5em;
}
.press-archive .press-list li {
display: inline-block;
margin: 0px 15px 44px 16px;
width: 114px;
letter-spacing: normal;
  vertical-align: top;
}
.press-archive .press-list li a {
color: #333;
transition: none;
-webkit-transition: none;
-ms-transition: none;
}
.press-archive .press-list li a .press-thumb {
width: 100%;
height: auto;
}
.press-archive .press-list li a .press-caption {
line-height: 1.5;
margin-top: 3px;
font-size: 12px;
letter-spacing: .08em;
font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.press-archive .content-nav-wrap {
margin-bottom: 73px;
text-align: center;
}
.press-archive .content-nav-wrap .content-nav {
/*	display: inline-block;
text-align: center;
font-size: 20px;
color: #333333;
position: relative;*/
      display: table;
    text-align: center;
    font-size: 20px;
    color: #333333;
    position: relative;
    margin: auto;
}
.press-archive .content-nav-wrap .content-nav a {
opacity: .4;
font-size: 20px;
display: table-cell;
border-left: 14px solid transparent;
border-right: 14px solid transparent;
}
.press-archive .content-nav-wrap .content-nav a .current_page {
font-weight: bold;
}
.press-archive .content-nav-wrap .content-nav a.link_next {
position: absolute;
right: -42px;
margin: 0;
top: 5px;
font-size: 16px;
}
.press-archive .content-nav-wrap .content-nav a.link_before {
position: absolute;
top: 5px;
left: -42px;
margin: 0;
font-size: 15px;
}
.press-archive .content-nav-wrap .content-nav span.current_page {
display: table-cell;
border-left: 14px solid transparent;
border-right: 14px solid transparent;
}
.press-archive .fixed-p-nav {
  display: none;
}
@media screen and (max-width: 640px) {
.press-archive {
padding: 76px 0 0;
}
.press-archive .fixed-p-nav {
width: auto;
padding: 0 20px;
line-height: 1.66;
margin: 17px 0 16px;
font-size: 18px;
    display: block;
}
.press-archive .press-list {
margin: 0 20px 0;
letter-spacing: -.5em;
}
.press-archive .press-list li {
display: inline-block;
margin: 0 7.6% 24px 0;
width: 28%;
letter-spacing: normal;
    vertical-align: top;
}
.press-archive .press-list li:nth-child(3n){
margin-right: 0;
}
.press-archive .content-nav {
text-align: center;
font-size: 20px;
color: #333333;
}
}
/*archive content page*/
.press-content {
margin: 0 auto;
padding: 14px 0 0;
width: 1055px;
}
.press-content .fixed-p-nav {
display: none;
}
.press-content .press-title {
font-size: 15px;
line-height: 2.66;
font-weight: bold;
letter-spacing: .075em;
font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.press-content .press-issue {
position: relative;
top: -4px;
margin-bottom: 44px;
font-size: 10px;
letter-spacing: .075em;
font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.press-content .press-body {
font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.press-content .press-body p {
margin-bottom: 16px;
font-size: 12px;
letter-spacing: 0.078em;
font-weight: bold;
}
.press-content .press-body p img {
margin-bottom: 50px;
}
.press-content .press-pager {
border-top: 1px solid #E4E4E4;
padding: 16px 0;
}

.press-content .press-pager .press-top-link{
display: none;
}

.press-content .press-pager:after {
display: table;
clear: both;
content: '';
}
.press-content .press-pager a {
position: relative;
font-size: 12px;
font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
letter-spacing: .09em;
font-weight: bold;
}
.press-content .press-pager a.press-prev {
float: left;
padding-left: 10px;
}
/*.press-content .press-pager a.press-prev:after {
position: absolute;
top: 50%;
left: -3px;
content: '<';
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}*/
.press-content .press-pager a.press-next {
float: right;
padding-right: 13px;
}
/*.press-content .press-pager a.press-next:after {
position: absolute;
top: 50%;
right: -1px;
content: '>';
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}*/
@media screen and (max-width: 640px) {
.press-content {
padding: 0;
margin: 0 0 33px;
width: auto;
}
.press-content .fixed-p-nav {
width: auto;
padding: 0 20px;
line-height: 1.66;
margin: 17px 0 16px;
font-size: 18px;
display: block;
}
.press-content .press-conten-wrap{
padding: 17px 21px;
}
.press-content .press-title {
font-size: 24px;
line-height: 1.66;
}
.press-content .press-issue {
margin-bottom: 28px;
font-size: 18px;
line-height: 2.2;
letter-spacing: .075em;
}
.press-content .press-body p {
margin-bottom: 0px;
font-size: 24px;
line-height: 1.66;
letter-spacing: .075em;
}
.press-content .press-body p img {
width: 100%;
height: auto;
margin-bottom: 0;
margin-top: 25px;
}
.press-content .press-pager {
padding: 0;
margin-top: 77px;
border-top: none;
}
.press-content .press-pager li{
display: inline-block;
width: 33%;
margin-right: 0.5%;
vertical-align: top;
background-color: #eeeeee;
}
.press-content .press-pager li:last-child{
margin-right: 0;
}
.press-content .press-pager .press-top-link{
display: inline-block;
}
.press-content .press-pager a {
float: none;
padding-left: 20px;
line-height: 1.55;
font-size: 18px;
padding: 6px 0;
display: block;
text-align: center;
}
.press-content .press-pager a.press-prev {
float: none;
padding-left: 0;
}
.press-content .press-pager a.press-prev span{
position: relative;
top: -1px;
}
/*.press-content .press-pager a.press-prev:after {
position: absolute;
left: 0;
content: '<';
font-size: 14px;
}*/
.press-content .press-pager a.press-next {
float: none;
padding-right: 0;
}
.press-content .press-pager a.press-next span{
position: relative;
top: -1px;
}
/*.press-content .press-pager a.press-next:after {
position: absolute;
right: 0;
content: '>';
font-size: 14px;
}*/
}
.news {
  margin: 40px 27px 0 30px;
  letter-spacing: -1em;
}
.news .news-side-nav {
  display: inline-block;
  width: 250px;
  margin-right: 141px;
  color: #333333;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: top;
}
.news .news-side-nav .news-side-nav-ttl {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: .12em;
  line-height: 2.33;
  font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.news .news-side-nav .news-side-nav-ttl.cate {
  letter-spacing: .07em;
}
.news .news-side-nav .news-side-nav-ttl.archive {
  margin-bottom: 13px;
}
.news .news-side-nav > ul {
  margin-bottom: 33px;
}
.news .news-side-nav li {
  margin-bottom: 10px;
}
.news .news-side-nav li a {
  line-height: 1.67;
  color: #333;
  cursor: pointer;
  letter-spacing: .08em;
  font-size: 12px;
  font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.news .news-side-nav .news-archive-year > li {
  padding-bottom: 16px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 12px;
  letter-spacing: .08em;
  cursor: pointer;
  font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.news .news-side-nav .news-archive-year .news-archive-monthly {
  padding-top: 3px;
  overflow: hidden;
}
.news .news-side-nav .news-archive-year .news-archive-monthly li {
  margin-bottom: 0;
  font-size: 12px;
  padding-top: 5px;
  line-height: 1;
  letter-spacing: .08em;
  cursor: pointer;
  font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.news .news-content {
  display: inline-block;
  margin-top: -4px;
  width: 750px;
  letter-spacing: normal;
  color: #333;
}
.news .news-content .news-separator{
  border-top: 1px dotted #999999;
  margin: 20px 0;
}
.news .news-content h2 {
  font-size: 15px;
  line-height: 2.66;
  font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
  letter-spacing: .08em;
  font-weight: bold;
}
.news .news-content time {
  margin-bottom: 46px;
  display: block;
  font-size: 10px;
  letter-spacing: .075em;
  font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.news .news-content .news-content-body {
  font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.news .news-content .news-content-body p {
  font-size: 12px;
  line-height: 2.33;
  letter-spacing: .075em;
}
.news .news-content-body a{
  display: block;
}
.news .news-content .news-content-body img {
  margin-bottom: 25px;
}
.news .news-content .news-content-body hr {
  margin: 20px 0;
}
.news .news-content .news-content-body h3 {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 12px;
  font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.news .news-content .news-pager {
  padding-top: 20px;
  border-top: 1px dotted #999999;
  margin: 20px 0 106px;
}
.news .news-content .news-pager:after {
  display: table;
  clear: both;
  content: '';
}
.news .news-content .news-pager .news-prev {
  float: left;
  padding-left: 12px;
}
.news .news-content .news-pager .news-prev a {
  position: relative;
  font-size: 12px;
  letter-spacing: .075em;
  font-weight: bold;
  font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.news .news-content .news-pager .news-next {
  float: right;
  padding-right: 16px;
}
.news .news-content .news-pager .news-next a {
  position: relative;
  font-size: 12px;
  letter-spacing: .075em;
  font-weight: bold;
  font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.news .fixed-p-nav{
display: none;
}
.news .news-content .news-pager.news-pager-top{
display: none;
}
.news .news-content .news-top-link{
display: none;
}
@media screen and (max-width: 640px) {
.news{
margin: 0;
}
.news .news-content {
width: 100%;
box-sizing: border-box;
padding: 5px 20px;
}
.news .fixed-p-nav {
width: auto;
padding: 0 20px;
line-height: 1.66;
margin: 17px 0 16px;
font-size: 18px;
display: block;
}
.news .news-content time {
margin-bottom: 25px;
}
.news .news-side-nav{
display: none;
}
.news .news-content-body p img {
width: 100%;
height: auto;
}
  .news .news-content .news-separator{
    margin: 40px 0;
  }
.news .news-content .news-pager{
padding-top: 0;
border-top: none;
margin: 0;
}
.news .news-content .news-top-link{
display: block;
}
.news .news-content .news-pager.news-pager-top{
display: block;
margin-bottom: 18px;
}
.news .news-content .news-pager.news-pager-bottom{
   margin: 25px 0;
}
.news .news-content .news-pager a {
float: none;
line-height: 1.55;
font-size: 18px;
padding: 6px 0;
display: block;
text-align: center;
}
.news .news-content .news-pager li{
display: inline-block;
width: 33%;
margin-right: 0.5%;
vertical-align: top;
background-color: #eeeeee;
position: relative;
font-weight: bold;
}
.news .news-content .news-pager li:last-child{
margin-right: 0;
}
.news .news-content .news-pager .news-next{
float: none;
padding-right: 0;
}
.news .news-content .news-pager .news-next span{
font-size: 18px;
position: absolute;
left: 50%;
margin-left: 44px;
top: 8px;
transform: translateX(-50%) translateX(-50%);
-webkit-transform: translateX(-50%) translateX(-50%);
}
.news .news-content .news-pager .news-prev a:after{
content: '';
}
.news .news-content .news-pager .news-next a:after{
content: '';
}
.news .news-content .news-pager .news-prev span{
font-size: 18px;
position: absolute;
left: 50%;
margin-left: -33px;
top: 8px;
transform: translateX(-50%) translateX(-50%);
-webkit-transform: translateX(-50%) translateX(-50%);
}
.news .news-content .news-pager .news-prev{
float: none;
padding-left: 0;
}
.news .news-content .news-pager .news-next a{
position: relative;
font-size: 18px;
}
.news .news-content .news-pager .news-prev a{
position: relative;
font-size: 18px;
}
.news .news-content .news-pager .news-top-link{
display: inline-block;
}
.news .news-content .news-pager a.news-prev span{
position: relative;
top: -1px;
}
.news .news-content .news-pager a.news-next span{
position: relative;
top: -1px;
}
.news .news-content h2{
line-height: 1.66;
font-size: 24px;
letter-spacing: .08em;
font-weight: bold;
}
.news .news-content time {
margin-bottom: 25px;
line-height: 2;
font-size: 18px;
}
.news .news-content .news-content-body p{
line-height: 1.6;
font-size: 24px;
}
}
.page-other {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.08em;
}
.page-other #other-image {
  margin-bottom: 40px;
  text-align: center;
}
.page-other .other-content {
  /*width: 847px;*/
  margin: 0 auto 63px;
}
.page-other .other-content .other-title {
  font-size: 18px !important;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 2;
}
.page-other .other-content .other-description {
  font-size: 12px;
  line-height: 2;
  padding: 0 30px;
}
.page-other .other-content .other-description dl {
  margin-top: 12px;
}
.page-other .other-content .other-description dl dt {
font-weight: bold;
line-height: 2.2;
font-size: 18px;
}
.page-other .other-content .other-description dl dd {
margin-bottom: 45px;
line-height: 2.2;
font-size: 12px;
}
.page-other .other-content .other-description dl dd a{
text-decoration: underline;
}
.fixed-p-nav {
width: 1140px;
margin: 41px auto 51px;
font-size: 14px;
letter-spacing: .08em;
font-family: 'Roboto', sans-serif;
}
.fixed-p-nav a {
transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
-webkit-transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
-ms-transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
}
.other-title{
margin-bottom: 44px;
line-height: 1.55;
font-size: 18px;
font-weight: bold;
letter-spacing: .08em;
padding-left: 29px;
}
#other-image img{
width: 100%;
height: auto;
}
.other-title-sp{
display: none;
}


/* contact page*/
@media screen and (max-width: 640px) {

.contact .fixed-p-nav {
width: auto;
padding: 0 20px;
line-height: 1.66;
margin: 17px 0 16px;
font-size: 18px;
}
}


@media screen and (max-width: 640px) {
.page-other #other-image{
margin-bottom: 44px;
}
/*.fixed-p-nav {
width: auto;
padding: 0 20px;
line-height: 1.66;
margin: 17px 0 16px;
font-size: 18px;
}*/
.fixed-p-nav a {
}
.page-other .other-title{
display: none;
}
.page-other .other-title-sp{
display: block;
line-height: 1.4;
letter-spacing: .075em;
font-size: 22px;
font-weight: bold;
padding: 0 0 0 22px;
padding-top: 15px;
}
.page-other .other-content .other-description{
padding: 0;
}
.page-other .other-content .other-description dl {
    margin-top: 40px;
}
.page-other .other-content .other-description dl dt{
line-height: 1.66;
font-size: 24px;
}
.page-other .other-content .other-description dl dd{
line-height: 1.66;
font-size: 24px;
}



  .page-other #other-image img {
width: 100%;
height: auto;
  }
  .page-other .other-content {
width: 100%;
margin: 0 auto 83px;
box-sizing: border-box;
padding: 0 23px;
  }
  .page-other .other-content .other-title {
font-size: inherit;
  }
}


.page-shoplist {
  padding: 19px 30px 0;
  margin-bottom: 70px;
  box-sizing: border-box;
  font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
.page-shoplist .retail-store {
  margin-bottom: 44px;
}
.page-shoplist .retail-store .shoplist-title {
  display: inline-block;
  margin-right: 85px;
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: .08em;
  font-weight: bold;
  vertical-align: top;
}
.page-shoplist .retail-store .shoplist-item-wrap {
  display: inline-block;
  vertical-align: top;
}
.page-shoplist .retail-store .shoplist-item-wrap .shoplist-item {
  margin-bottom: 47px;
}
.page-shoplist .retail-store .shoplist-item-wrap .shoplist-item:last-child {
  margin-bottom: 0;
}
.page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-name {
  display: inline-block;
  width: 251px;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: .08em;
}
.page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-image {
  display: inline-block;
  margin-top: 6px;
  margin-right: 23px;
  width: 220px;
  height: 122px;
  vertical-align: top;
}
.page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-image img {
  width: 100%;
  height: auto;
}
.page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-address {
  display: inline-block;
  margin-top: -2px;
  width: 510px;
  line-height: 2.34;
  font-size: 12px;
  letter-spacing: .08em;
}
.page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-address:after {
  display: table;
  content: '';
  clear: both;
}
.page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-address dt {
  display: inline-block;
}
.page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-address dd {
  display: inline-block;
  width: 440px;
}
.page-shoplist .oroshisaki-store {
  position: relative;
  display: inline-block;
}
.page-shoplist .oroshisaki-store .shoplist-title {
  display: inline-block;
  margin-right: 55px;
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: .08em;
  font-weight: bold;
  vertical-align: top;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap {
  display: inline-block;
  margin-top: 5px;
  padding: 18px 0 0 0;
  border-top: 2px solid #808080;
  width: 190px;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap > li {
  margin-bottom: 20px;
  background: url(/common/img/shoplist/img_underline.png) no-repeat bottom left;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap > li:after {
  content: '';
  display: table;
  clear: both;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap h3 {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .08em;
  vertical-align: top;
  cursor: pointer;
  padding: 0 0 20px;
  float: left;
}

.page-shoplist .oroshisaki-store .shoplist-pref-wrap h3.ac{
  color: #ef7d4d;  
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item {
  padding-right: 4px;
  float: right;
  display: none;
  overflow: hidden;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item.active {
  opacity: 1;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dt {
  margin-bottom: 11px;
  cursor: pointer;
  min-width: 56px;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd {
  display: none;
  position: absolute;
  top: 5px;
  left: 386px;
  width: 754px;
  opacity: 0;
  border-top: 2px solid #808080;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dt.ac{
    color: #ef7d4d; 
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd.pref-open {
  display: block;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd.active {
  opacity: 1;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail {
  padding: 17px 0 0 0;
  font-size: 12px;
  line-height: 1.5;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap {
  margin-bottom: 10px;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap .shop-name {
  display: table-cell;
  width: 242px;
  box-sizing: border-box;
  padding: 0 15px 0px 0;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap .shop-address {
  display: table-cell;
  width: 338px;
  box-sizing: border-box;
  padding: 0 15px 0px 0;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap .shop-tel {
  display: table-cell;
  width: 107px;
  box-sizing: border-box;
  padding: 0 15px 0px 0;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap .shop-gender {
  display: table-cell;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap .shop-gender span:first-child {
  margin-right: 15px;
}
.page-shoplist .shoplist-pref {
  display: inline-block;
}
.page-shoplist #h2_catego {
  display: none;
}
@media screen and (max-width: 640px) {
  .page-shoplist {
margin-top: 16px;
padding: 76px 20px 0;
box-sizing: border-box;
font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
  }
  .page-shoplist .retail-store {
display: block;
margin-bottom: 22px;
  }
  .page-shoplist #h2_catego {
padding: 0;
margin-top: 16px;
margin-bottom: 39px; 
font-family: 'Roboto', sans-serif;
  }
  .page-shoplist #h2_catego > a {
padding-right: 26px; 
  }
  .page-shoplist #h2_catego > a:after {
position: absolute;
top: 50%;
content: '>';
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 3px; 
  }
  .page-shoplist #h2_catego a {
position: relative;
display: inline-block;
line-height: 1.66;
font-size: 18px;
letter-spacing: .08em;
vertical-align: top;
  }
  .page-shoplist #h2_catego #topicPath {
display: inline-block;
vertical-align: top;
letter-spacing: normal;
line-height: 1.66;
font-size: 18px;
  }

  .page-shoplist #h2_catego #topicPath li {
display: inline-block;
font-family: 'Roboto', sans-serif;
letter-spacing: .08em;
  }
  .page-shoplist #h2_catego #topicPath li a {
display: inline-block;
  }


  .page-shoplist .retail-store .shoplist-title {
margin-right: 0;
line-height: 1.33;
font-size: 30px;
letter-spacing: .075em;
  }
  .page-shoplist .retail-store .shoplist-item-wrap {
display: block;
  }
  .page-shoplist .retail-store .shoplist-item-wrap .shoplist-item {
margin-bottom: 7px;
padding-bottom: 15px;
  }
  .page-shoplist .retail-store .shoplist-item-wrap .shoplist-item:last-child {
margin-bottom: 0;
  }
  .page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-name {
display: block;
padding: 11px 3px;
width: auto;
vertical-align: top;
line-height: 1.66;
letter-spacing: .08em;
font-size: 24px;
  }
  .page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-image {
margin: 0 0;
padding: 0;
width: 41.6%;
height: auto;
  }
  .page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-image img {
width: 100%;
height: auto;
  }
  .page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-address {
width: 58.4%;
box-sizing: border-box;
padding: 0 0 0 25px;
line-height: 1.875;
font-size: 16px;
letter-spacing: .08em;
  }
  .page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-address:after {
display: table;
content: '';
clear: both;
  }
  .page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-address dt {
display: inline-block;
line-height: 1.87;
vertical-align: top;
  }
  .page-shoplist .retail-store .shoplist-item-wrap .shoplist-item .shop-address dd {
width: 220px;
margin-bottom: 0;
  }
  .page-shoplist .oroshisaki-store {
display: block;
  }
  .page-shoplist .oroshisaki-store .shoplist-title {
line-height: 1.33;
font-size: 30px;
letter-spacing: .075em;
margin-right: 0;
margin-bottom: 19px;
  }
  .page-shoplist .oroshisaki-store .shoplist-pref-wrap {
display: block;
margin-top: 0;
padding: 0;
border-top: none;
width: auto;
  }
  .page-shoplist .oroshisaki-store .shoplist-pref-wrap > li{
background: none;
  }
  .page-shoplist .oroshisaki-store .shoplist-pref-wrap h3 {
padding: 0;
font-size: 24px;
background: #e6e6e6;
text-align: center;
display: block;
width: auto;
float: none;
line-height: 1.66;
letter-spacing: .08em;
  }
  .page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item {
width: 100%;
padding-right: 0;
  }
  .page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dt {
display: block;
text-align: center;
padding: 7px 0px 8px;
margin-bottom: 0;
border-top: 1px solid #e6e6e6;
box-sizing: border-box;
font-size: 20px;
line-height: 2;
letter-spacing: .08em;
  }
  .page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd {
position: relative;
top: 0;
left: 0;
border-top: 1px solid #e6e6e6;
width: auto;
opacity: 0;
display: none;
  }
  .page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail {
  padding: 17px 0 0 0;
  font-size: 12px;
  line-height: 1.5;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap {
  margin-bottom: 30px;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap .shop-name {
  display: block;
  width: auto;
  padding: 0;
  font-size: 20px;
  letter-spacing: .08em;
  line-height: 1.5;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap .shop-address {
  /*display: inline-block;
  vertical-align: top;
  width: 338px;
  box-sizing: content-box;
  padding: 0 25px 0px 0;
  font-size: 20px;
  letter-spacing: .08em;
  line-height: 1.5;*/
display: inline-block;
vertical-align: top;
width: 55%;
box-sizing: content-box;
padding: 0 4% 0px 0;
font-size: 20px;
letter-spacing: .08em;
line-height: 1.5;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap .shop-tel {
/*  display: inline-block;
  width: 167px;
  box-sizing: content-box;
  padding: 0 15px 0px 0;
  font-size: 20px;
  letter-spacing: .08em;
  vertical-align: top;
  line-height: 1.5;*/
  display: inline-block;
width: 28%;
box-sizing: content-box;
padding: 0 3% 0px 0;
font-size: 20px;
letter-spacing: .08em;
vertical-align: top;
line-height: 1.5;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap .shop-tel p{
width: 100%;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap .shop-address p{
width: 100%;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap .shop-gender {
  display: inline-block;
  font-size: 20px;
  letter-spacing: .08em;
  vertical-align: top;
  line-height: 1.5;
}
.page-shoplist .oroshisaki-store .shoplist-pref-wrap .shop-pref-item dd .shop-pref-detail .shop-pref-detail-wrap .shop-gender span:first-child {
  margin-right: 5px;
}
.page-shoplist .shoplist-pref {
  display: inline-block;
}


}
#other-page {
  margin: 0 auto 83px;
  padding: 0 30px;
  width: 1200px;
  box-sizing: border-box;
  font-family: MyYuGothic,"游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
}
#other-page .main-title {
  margin-bottom: 58px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
#other-page .other-image {
  line-height: 1;
}
#other-page .other-content .content-title {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 2;
}
#other-page .other-content .content-description {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 2;
}

#header {
  padding: 0 30px;
  margin: 0 0 24px 0;
  font-family: 'Muli', sans-serif;
  
}
#header .header-id {
  position: relative;
  width: 180px;
  height: 40px;
  z-index: 1;
  /*top: -2px;*/
}
#header .header-id a {
  display: block;
  width: 180px;
  height: 40px;
  transition: none;
  opacity: 1;
}
#header .header-id a img {
  width: 100%;
  height: auto;
}
#header .header-id.sp {
  display: none;
}
#header .header-id.pc {
  display: block;
}
#header .header-sns {
  line-height: 1;
  text-align: right;
  padding-top: 15px;
}
#header .header-sns li {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-indent: 9999px;
  overflow: hidden;
  vertical-align: top;
}
#header .header-sns li:last-child {
  margin-right: 0;
}
#header .header-sns li a {
  display: block;
  height: 100%;
  transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
  -webkit-transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
  -ms-transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
}
#header .header-sns li a.header-fa {
  background-image: url("/common/img/header/menu_sns_1_.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
#header .header-sns li a.header-tw {
  background-image: url("/common/img/header/menu_sns_2.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
#header .header-sns li a.header-in {
  background-image: url("/common/img/header/menu_sns_3_.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
#header .header-sns li a:hover {
  opacity: 0.8;
}
#header .header-navi {
  text-align: right;
  margin-top: -17px;
  font-family: 'Muli', sans-serif;
  
  
}
#header .header-navi li {
  display: inline-block;
  margin-right: 29px;
  font-family: 'Muli', sans-serif;
}
#header .header-navi li:last-child {
  margin-right: 0;
}
#header .header-navi li a {
  display: block;
  transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
  -webkit-transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
  -ms-transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
  letter-spacing: .08em;
  font-weight: bold;
  font-size: 14px;
}
#header .header-navi li a.active {
  border-bottom: 1px solid #333;
}
#header #site-nav {
  float: right;
}
#header #site-nav .site-sns {
  margin: 15px 0 0 0;
  text-align: right;
}
#header #site-nav .site-sns li {
  display: inline-block;
  margin-right: 5px;
  text-indent: 9999px;
  width: 20px;
  height: 20px;
}
#header #site-nav .site-sns li:last-child {
  margin-right: 0;
}
#header #site-nav .site-sns li a {
  display: block;
  height: 100%;
  transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
  -webkit-transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
  -ms-transition: opacity 400ms cubic-bezier(0, 0, 0, 0.69);
}
#header #site-nav .site-sns li a.site-sns-fb {
  background-image: url("/common/img/header/header_sns_icon_1_.png");
  background-size: 100% auto;
}
#header #site-nav .site-sns li a.site-sns-tw {
  background-image: url("/common/img/header/header_sns_icon_2.jpg");
  background-size: 100% auto;
}
#header #site-nav .site-sns li a.site-sns-insta {
  background-image: url("/common/img/header/header_sns_icon_3_.png");
  background-size: 100% auto;
}
#header #site-nav .site-sns li a:hover {
  opacity: 0.7;
}
#header #site-nav .site-gnav {
  margin: 23px 0 0 0;
}
#header #site-nav .site-gnav ul li {
  display: inline-block;
  margin-right: 27px;
}
#header #site-nav .site-gnav ul li:last-child {
  margin-right: 0;
}
#header #site-nav .site-gnav ul li a {
  font-size: 15px;
  letter-spacing: 0.009em;
}
#header #site-nav .site-gnav ul li a:hover {
  opacity: .7;
}
#header .menu-icon {
  display: none;
}
#header .menu-wrap {
  display: none;
}
#header:after {
  display: table;
  content: '';
  clear: both;
}

@media screen and (max-width: 640px) {
  #header {
padding: 0;
margin: 0;
  }
  #header .header-wrap {
overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;
z-index: 200;
  }
  #header .header-wrap .header-inr {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 76px;
background: #fff;
z-index: 1;
box-sizing: border-box;
border-bottom: 1px solid transparent;
transition: border-bottom 200ms;
-webkit-transition: border-bottom 200ms;
-ms-transition: border-bottom 200ms;
z-index: 11;
  }
  #header .header-wrap .header-inr.on-menu {
border-bottom: 1px solid #333;
  }
  #header .header-wrap .header-inr.on .search-box {
height: 75px;
background: #fff;
  }
  #header .header-wrap .header-inr .header-id {
width: auto;
float: none;
padding: 27px 0 0 0;
  }
  #header .header-wrap .header-inr .header-id a {
position: fixed;
left: 50%;
margin-left: -80px;
width: 160px;
  }
  #header .header-wrap .header-inr .header-id a img {
width: 100%;
height: auto;
  }
  #header .header-wrap .header-inr .header-id.pc {
display: none;
  }
  #header .header-wrap .header-inr .header-id.sp {
display: block;
  }
  #header .header-wrap .header-inr .header-sns {
display: none;
  }
  #header .header-wrap .header-inr .header-navi {
display: none;
  }
  #header .header-wrap .header-inr .search-box {
position: absolute;
top: 76px;
left: 0;
width: 100%;
height: 0;
background-color: #fff;
overflow: hidden;
transition: height 50ms cubic-bezier(0, 0, 0, 0);
-webkit-transition: height 50ms cubic-bezier(0, 0, 0, 0);
-ms-transition: height 50ms cubic-bezier(0, 0, 0, 0);
  }
  #header .header-wrap .header-inr .search-box input {
position: relative;
height: 50px;
color: #ccc;
font-size: 12px;
box-sizing: border-box;
width: 96%;
margin: 0 2%;
display: block;
border: 1px solid #bfbfbf;
margin-top: 12px;
padding: 0 12px;
font-size: 24px;
font-weight: bold;
line-height: 2;
letter-spacing: .05em;
background: url(/design/develop/images/header/search_icon.jpg) no-repeat right center;
background-size: 50px 48px;
  }
  #header .header-wrap .header-inr .search-box input:focus::-webkit-input-placeholder {
color: transparent;
background: none;
  }
  #header .header-wrap .header-inr .search-box input:focus:-moz-placeholder {
color: transparent;
background: none;
  }
  #header .header-wrap .header-inr .search-box input:focus::-moz-placeholder {
color: transparent;
background: none;
  }
  #header .header-wrap .header-inr .baloon {
position: absolute;
bottom: -8px;
right: 79px;
width: 15px;
height: 15px;
border-top: 1px solid #000;
border-right: 1px solid #000;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
background: #fff;
opacity: 0;
transition: opacity 50ms cubic-bezier(0, 0, 0, 0);
-webkit-transition: opacity 50ms cubic-bezier(0, 0, 0, 0);
-ms-transition: opacity 50ms cubic-bezier(0, 0, 0, 0);
  }
  #header .header-wrap .header-inr #menu-icon {
position: absolute;
left: 20px;
top: 29px;
z-index: 2;
cursor: pointer;
width: 30px;
height: 20px;
  }
  #header .header-wrap .header-inr #menu-icon .menu-bar {
position: absolute;
width: 30px;
height: 2px;
background-color: #000;
transition: all 500ms cubic-bezier(0, 0.61, 0, 0.85);
  }
  #header .header-wrap .header-inr #menu-icon.op .menu-bar:nth-of-type(1) {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
margin-top: 6px;
  }
  #header .header-wrap .header-inr #menu-icon.op .menu-bar:nth-of-type(2) {
opacity: 0;
  }
  #header .header-wrap .header-inr #menu-icon.op .menu-bar:nth-of-type(3) {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
margin-top: -12px;
  }
  #header .header-wrap .header-inr #menu-icon .menu-bar:nth-of-type(1) {
top: -1px;
  }
  #header .header-wrap .header-inr #menu-icon .menu-bar:nth-of-type(2) {
top: 8px;
  }
  #header .header-wrap .header-inr #menu-icon .menu-bar:nth-of-type(3) {
top: 17px;
  }
  #header .header-wrap .menu-content {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 76px 5.6% 6%;
border-top: 1px solid #000;
display: none;
opacity: 0;
background: #fff;
transition: opacity 200ms;
-webkit-transition: opacity 200ms;
z-index: 10;
  }
  #header .header-wrap .menu-content.open {
opacity: 1;
  }
  #header .header-wrap .menu-content .menu-content-main {
margin: 19px 0 0 0;
  padding-bottom: 30px;
  }
  #header .header-wrap .menu-content .menu-content-main nav {
float: left;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left {
width: 49.4%;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items:first-child {
margin-bottom: 2px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list input {
display: none;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list input:checked + .online-category {
padding: 5px 0 0 0;
height: auto;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list label {
position: relative;
display: block;
padding: 0 0 0 34px;
font-size: 24px;
line-height: 2.09;
letter-spacing: .08em;
cursor: pointer;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list label:after {
position: absolute;
top: 50%;
left: 2px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #ed7058;
width: 12px;
height: 2px;
content: '';
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list label:before {
position: absolute;
top: 50%;
left: 2px;
-webkit-transform: translateY(-50%) rotate(90deg);
-ms-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
background-color: #ed7058;
width: 12px;
height: 2px;
content: '';
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list label.lable-op:before {
opacity: 0;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category {
transition: padding 0.2s cubic-bezier(0, 0, 0.04, 0.74);
-webkit-transition: padding 0.2s cubic-bezier(0, 0, 0.04, 0.74);
-ms-transition: padding 0.2s cubic-bezier(0, 0, 0.04, 0.74);
height: 0;
overflow: hidden;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category .online-category-inr {
position: relative;
left: -35px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li {
margin-bottom: 20px;
padding: 0 0 0 64px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li:last-child {
margin-bottom: 5px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li > a {
font-size: 20px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li > label {
position: relative;
font-size: 20px;
letter-spacing: 0.08em;
line-height: 1;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li > input {
display: none;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li > input:checked ~ .online-category {
padding: 10px 0 0 0;
margin-left: 54px;
height: auto;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li > input:checked ~ label:before {
opacity: 0;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li .online-category {
transition: padding 0.2s cubic-bezier(0, 0, 0.04, 0.74);
-webkit-transition: padding 0.2s cubic-bezier(0, 0, 0.04, 0.74);
-ms-transition: padding 0.2s cubic-bezier(0, 0, 0.04, 0.74);
height: 0;
overflow: hidden;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li .online-category li a {
font-size: 20px;
line-height: 2;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-right {
width: 44%;
padding: 0 0 0 8px;
box-sizing: border-box;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-right .menu-nav-main li {
margin-bottom: 1px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-right .menu-sns li {
display: inline-block;
width: 44px;
margin-top: 45px;
margin-right: 12px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-right .menu-sns li a {
display: block;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-right .menu-sns li a img {
width: 100%;
height: auto;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-right .menu-sns:after {
display: table;
clear: both;
content: '';
  }
  #header .header-wrap .menu-content .menu-content-main nav .menu-nav-main li {
line-height: 1;
  }
  #header .header-wrap .menu-content .menu-content-main nav .menu-nav-main li a {
letter-spacing: 0.09em;
  }
  #header .header-wrap .menu-content .menu-content-main nav .menu-nav-main li a.main-menu {
font-size: 28px;
font-weight: bold;
line-height: 1.78;
letter-spacing: .089em;
  }
  #header .header-wrap .menu-content .menu-content-main nav .menu-nav-main li:nth-child(2n) {
margin-right: 0;
  }
  #header .header-wrap .menu-content .menu-content-main nav .menu-nav-main:after {
display: table;
clear: both;
content: '';
  }
  #header .header-wrap .menu-content .menu-content-main nav:after {
display: table;
clear: both;
content: '';
  }
  #header .header-wrap .menu-content .menu-content-main:after {
display: table;
clear: both;
content: '';
  }
  #header .header-wrap .menu-content .menu-content-sub-main {
margin-top: 45px;
padding-bottom: 40px;
  opacity: 0;
  }
  #header .header-wrap .menu-content .menu-content-sub-main .menu-content-sub-main-nav li a {
line-height: 1.78;
font-size: 28px;
letter-spacing: .09em;
font-weight: bold;
  }
  #header .header-wrap .menu-content .menu-content-sub-main:after {
display: table;
clear: both;
content: '';
  }
  #header .menu-wrap {
display: block;
  }
}
@media screen and (max-width: 540px) {
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list label {
font-size: 20px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li > a {
font-size: 20px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li > label {
font-size: 20px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li .online-category li a {
font-size: 20px;
line-height: 2;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-right .menu-sns li {
width: 34px;
margin-top: 35px;
  }
  #header .header-wrap .menu-content .menu-content-main nav .menu-nav-main li a.main-menu {
font-size: 20px;
  }
  #header .header-wrap .menu-content .menu-content-sub-main {
margin-top: 35px;
  }
  #header .header-wrap .menu-content .menu-content-sub-main .menu-content-sub-main-nav li a {
font-size: 20px;
  }
}

@media screen and (max-width: 440px) {
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list label {
padding: 0 0 0 34px;
font-size: 16px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li {
padding: 0 0 0 52px;
margin-bottom: 15px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li > a {
font-size: 16px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li > label {
font-size: 16px;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li .online-category li {
padding: 0 0 0 0;
  }
  #header .header-wrap .menu-content .menu-content-main nav.menu-nav-left .menu-nav-main .menu-online-items .menu-online-category .menu-online-category-list > .online-category > li .online-category li a {
font-size: 16px;
line-height: 2;
  }
  #header .header-wrap .menu-content .menu-content-main nav .menu-nav-main li a.main-menu {
font-size: 18px;
  }
  #header .header-wrap .menu-content .menu-content-sub-main .menu-content-sub-main-nav li a {
font-size: 18px;
  }
}
#footer {
  padding: 0 30px;
  box-sizing: border-box;
}
#footer a {
  transition: opacity 200ms cubic-bezier(0, 0, 0, 0);
  -webkit-transition: opacity 200ms cubic-bezier(0, 0, 0, 0);
  -ms-transition: opacity 200ms cubic-bezier(0, 0, 0, 0);
}
#footer a:hover {
  opacity: 0.7;
}
#footer .footer-inr {
  position: relative;
  margin: auto;
  width: 1140px;
  border-top: 1px dotted #999999;
}
#footer .footer-inr .title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: .08em;
  font-weight: bold;
}
#footer .footer-inr .page-top {
  position: absolute;
  bottom: 97px;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(/common/img/footer/icon_pagetop.jpg);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  cursor: pointer;
  transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
  -webkit-transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
  -ms-transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
}
#footer .footer-inr .page-top:hover {
  opacity: .8;
}
#footer .footer-inr .footer-category {
  margin-bottom: 84px;
}
#footer .footer-inr .footer-category:after {
  display: table;
  content: '';
  clear: both;
}
#footer .footer-inr .footer-category .footer-category-name li {
  margin-bottom: 22px;
  font-family: MyYuGothic,"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
#footer .footer-inr .footer-category .footer-category-name li:last-child {
  margin-bottom: 0;
}
#footer .footer-inr .footer-category .footer-category-name li.footer-category-wrap:after {
  content: "";
  clear: both;
  display: table;
}
#footer .footer-inr .footer-category .footer-category-name li h3 {
  display: inline-block;
  min-width: 135px;
  padding: 0 40px 0 0;
  float: left;
}
#footer .footer-inr .footer-category .footer-category-name li h3 a {
  vertical-align: bottom;
  font-weight: bold;
  letter-spacing: .13em;
  line-height: 2;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail {
  display: inline-block;
  float: left;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl {
  letter-spacing: -.50em;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl:last-child {
  margin-bottom: 0;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dt {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  letter-spacing: normal;
  padding-right: 14px;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dt:after {
  position: absolute;
  top: 0;
  right: 3px;
  margin-top: 0;
  margin-left: 0;
  content: '-';
  display: block;
  line-height: 2;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dt.no-detail:after {
  content: '';
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dt a {
  position: relative;
  padding-right: 15px;
  display: inline-block;
  letter-spacing: .08em;
  line-height: 2;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dt a:after {
  position: absolute;
  right: 2px;
  top: 0;
  content: '/';
  line-height: 2;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dt a:last-child {
  padding-right: 0;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dt a:last-child:after {
  content: '';
  display: none;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dd {
  display: inline-block;
  margin-right: 16px;
  letter-spacing: normal;
  vertical-align: top;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dd:last-child {
  margin-right: 0;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dd.s-dd {
  margin-left: 3px;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dd.s-dd a {
  position: relative;
  display: inline-block;
  margin-right: 17px;
  line-height: 2;
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dd.s-dd a:after {
  position: absolute;
  right: -15px;
  top: 0;
  content: '/';
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dd.s-dd a:last-child:after {
  content: '';
}
#footer .footer-inr .footer-category .footer-category-name li .footer-category-detail dl dd a {
  letter-spacing: .07em;
  line-height: 2;
}
#footer .footer-inr .footer-navi {
  margin-bottom: 46px;
  text-align: center;
}
#footer .footer-inr .footer-navi li {
  display: inline-block;
  margin-right: 27px;
}
#footer .footer-inr .footer-navi li:last-child {
  margin-right: 0;
}
#footer .footer-inr .footer-navi li a {
  /*font-size: 12px;
  letter-spacing: .019em;
  line-height: 2.5;
  font-family: MyYuGothic,"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;*/
}
#footer .footer-inr #copy-right {
  display: block;
  font-size: 10px;
  text-align: center;
  letter-spacing: .043em;
  line-height: 3;
}

@media screen and (max-width: 640px) {
  #footer {
padding: 0;
  }
  #footer .footer-inr {
padding-top: 43px;
width: auto;
  }
  #footer .footer-inr .title {
display: none;
  }
  #footer .footer-inr .footer-category {
display: none;
  }
  #footer .footer-inr .footer-navi {
/*margin-bottom: 69px;*/
  margin-bottom: 16px;
text-align: center;
  padding: 0 30px;
  }
  #footer .footer-inr .footer-navi li {
/*display: inline-block;
padding: 0 17px;
margin-right: 0;*/
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin-right: 0;
  }
  #footer .footer-inr .footer-navi li:after{
 position: absolute;
    right: -4px;
    content: '|';
    line-height: 2.2;
    font-size: 16px;
    top: 50%;
    margin-top: -20px;
  }
  #footer .footer-inr .footer-navi li.no-line:after{
    content:'';
  }
  #footer .footer-inr .footer-navi li:nth-child(3) {
margin-right: 0;
  }
  #footer .footer-inr .footer-navi li:last-child {
margin-right: 0;
  }
  #footer .footer-inr .footer-navi li a {
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: MyYuGothic,"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;

/*font-size: 16px;
letter-spacing: 0.05em;
line-height: 1.875;
font-family: MyYuGothic,"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;*/
  }
  #footer .footer-inr .page-top {
position: absolute;
bottom: 74px;
right: 20px;
width: 50px;
height: 50px;
background: url(/common/img/footer/icon_pagetop.jpg);
background-repeat: no-repeat;
background-size: 50px 50px;
cursor: pointer;
transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
-webkit-transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
-ms-transition: opacity 200ms cubic-bezier(0, 0, 0, 0.95);
  }
  #footer .footer-inr #copy-right {
/*font-size: 12px;
line-height: 2.5;
letter-spacing: 0.03em;*/
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-inr .page-top {
    bottom: 104px;
  }
  #footer .footer-inr #copy-right {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  #footer .footer-inr .page-top {
    bottom: 102px;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    right: 10px;
  }
  #footer .footer-inr .footer-navi {
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-inr .page-top {
      bottom: 82px;
      width: 40px;
      height: 40px;
      background-size: 40px 40px;
      right: 10px;
  }
  #footer .footer-inr .footer-navi li a{
    font-size: 15px;
  }
  #footer .footer-inr #copy-right{
    font-size: 13px;
  }
}
@media screen and (max-width: 440px) {
  #footer .footer-inr{
        padding-top: 30px;
  }
  #footer .footer-inr .page-top {
      bottom: 68px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    right: 10px;
  }
  #footer .footer-inr .footer-navi li a{
    font-size: 12px;
  }
  #footer .footer-inr #copy-right{
    font-size: 10px;
  }
  #footer .footer-inr .footer-navi li:after{
    font-size: 13px;
    top: 50%;
    margin-top: -15px;
  }
}
/*#footer .footer-inr .page-top {
    bottom: 104px;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }*/
/*# sourceMappingURL=style.css.map */

/*コレクションページ追記会*/

#main .entry-title,
#main .posted-on,
#main .entry-meta{
	text-align: center;
}

h1.year{
text-align: center;
font-size: 25px;
letter-spacing: 0.08em;
padding: 40px;
font-family: 'Roboto', sans-serif;
}




/*News価格表*/
table.kakaku, th, td {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}

table.kakaku th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #ffffff;
}
table.kakaku td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
}

/* yomimono 追記 */

#main .Article__Wrapper a {
  color: #1565c0 !important;
}

