﻿@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}
/* ===============================================================================
slick
=============================================================================== */
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    /* font-family: 'slick'; */
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    outline:none;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: "A1 Mincho", serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1.6;
  font-size: 1.6rem;
  background: url(../img/bg.jpg) repeat-y;
  color: #1a1a1a;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

a:hover {
  opacity: 0.5;
  text-decoration: none;
}
a img:hover {
  opacity: 0.5 !important;
}
/* a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}*/
img {
  vertical-align: top;
  max-width: 100%;
}

@media screen and (min-width: 641px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  a:hover {
    opacity: 1;
  }  
}
.pre{
	color: #de1700;
}
.late{
	color: #0012b8;
}
.full{
	color: #f300aa;
}
/* ===============================================================================
HeaderArea
=============================================================================== */
.header{
	text-align: center;
  border-bottom: #0012b8 solid 2px;
  font-size: 1.6rem;
  font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", meiryo, "M+ 1p", sans-serif;
  height: 80px;
  line-height: 80px;
}
.header div.line_r{
  position: relative;
}
.header .logo{
  position: absolute;
  top: 8px;
  left: 50px;
}
div.line_r,
ul.line_r{
	max-width: 1260px;
	width: 95%;
	margin: 0 auto;
	border-left: #de1700 solid 2px;
	border-right: #de1700 solid 2px;
}
#index div.line_r{
	width: 1260px;
}
#index .header{
  min-width: 1260px;
}
@media screen and (max-width: 1024px) {
  #index .header{
    min-width: 100%;
  }  
}
@media screen and (max-width: 640px) {
	.header{
		font-size: 1.2rem;
		height: 40px;
		line-height: 40px;
  }
  .header .logo{
    width: 12%;
    top: 5px;
    left: 5px;
  }
}
/* ===============================================================================
ContentsArea
=============================================================================== */
.contents{
	padding: 85px 0 45px;
}
.contents .inner{
	max-width: 794px;
  margin: 0 auto;
  position: relative;
}
.contents .slider,
.contents .slider2{
	max-width: 794px;
	width: 90%;
    margin: 0 auto;
}
.contents .slider img,
.contents .slider2 img{
	padding: 10px;
	background-color: #ffffff;
}
.contents .content{
	width: 630px;
	margin: 90px auto 100px;
}
.contents h1{
	font-size: 3rem;
}
.contents .comment{
	font-size: 2rem;
	padding: 60px 0 80px;
}
.contents dl{
	padding-bottom: 5px;
}
.contents dl dt{
  font-family: 'Helvetica Neue',sans-serif;
	width: 88px;
  border: #000 solid 1px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
}
.contents dl dd{
	display: inline;
	padding-left: 1em;
}
.contents .term{
	padding: 20px 0 0;
	font-size: 1.6rem;
}
.contents div.term:last-of-type{
	padding: 0;
}
#index .contents{
  padding: 185px 0 50px;
}
#index .contents h1{
  position: absolute;
  top: -140px;
  left: 110px;
  z-index: 1;
}
#index .contents h2{
  text-align: center;
  padding-top: 40px;
}
.yodogawa {
  min-width: 1260px;
  border-top: 2px solid #0012b8;
  font-weight: bold;
}
.yodogawa .txt{
  max-width: 430px;
  width: 80%;
  margin: 0 auto;
  padding: 70px 0 40px;
}
.yodogawa .btn_wrapper{
  text-align: center;
}
.yodogawa .btn{
  text-align: center;
  margin-bottom: 50px;
  cursor: pointer;
  display: inline-block;
}
.yodogawa .btn:hover{
  opacity: .5;
}
.yodogawa .banner{
  padding-bottom: 100px;
}
.yodogawa .popup{
  position: fixed;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}
.yodogawa .popup .box{
  background: #ffffff;
  width: 570px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3em 4em 5em;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-height: 90vh;
  overflow: scroll;
}
.yodogawa .popup .box > .close {
  width: 1.8em;
  position: static;
  cursor: pointer;
  margin: 0 -2em -3em auto;
}
.yodogawa .popup.active {
  z-index: 2;
  opacity: 1;
}
.yodogawa .popup > .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.yodogawa .popup .box h3{
  font-size: 2.2rem;
  padding: 0 0 .5em;
}
@media screen and (max-width: 1024px) {
  #index div.line_r{
    width: 95%;
  }
  .yodogawa{
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contents .content{
    width: 87%;
  }
  #index .contents{
    padding: 185px 0 40px;
  }
  #index .contents h1{
    width: 40%;
    left: 11%;
  }
  .yodogawa .txt{
    padding: 30px 0;
  }
  .yodogawa .btn{
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
	.contents{
		padding: 40px 0;
	}
  .contents .slider img,
  .contents .slider2 img{
		padding: 8px;
	}
	.contents .content{
		margin: 50px auto 0;
	}
	.contents h1 {
    font-size: 1.8rem;
    font-weight: bold;
	}
	.contents .comment{
		font-size: 1.6rem;
		padding: 20px 0 70px;
	}
	.contents dl dt{
		font-size: 1.4rem;
	}
	.contents dl dd{
		font-size: 1.4rem;
	}
	.contents .term{
		font-size: 1.4rem;
		padding: 15px 0 0;
  }
  #index .contents{
    padding: 75px 0 20px;
  }
  #index .contents h1{
    top: -56px;
  }
  #index .contents h2{
    width: 75%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .yodogawa .btn{
    width: 65%;
    margin: 0 auto;
  }
  .yodogawa .popup .box{
    width: 95%;
    margin: 0 auto;
    padding: 3em 2em;
  }
  .yodogawa .banner{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .yodogawa .popup .box > .close{
    margin: 0 0 -2em auto;
  }
}
/* ===============================================================================
slide
=============================================================================== */
.slick-dots{
	bottom: -35px;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4d4d4d;
    opacity: .3;
}
.slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
}
@media screen and (max-width: 640px) {
	.slick-dots{
		bottom: -25px;
	}
		.slick-dots li {
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}
	.slick-dots li button:before {
		width: 8px;
		height: 8px;
	}
	.slick-dots li.slick-active button:before {
		width: 8px;
		height: 8px;
	}
}
/* ===============================================================================
FilterArea
=============================================================================== */
.archive_ttl{
  min-width: 1260px;
  border-top: 2px solid #0012b8;
  border-bottom: 2px solid #0012b8;
  background: url(../img/bg.jpg);
  z-index: 2;
  overflow: scroll;
}
.archive_ttl div.line_r{
  position: relative;
}
.archive_ttl .ttl_s{
  position: absolute;
  top: 23px;
  left: 60px;
}
.archive_ttl .ttl_category{
  position: absolute;
  top: 23px;
  left: 320px;
}
.archive_ttl .ttl_category .sp{
  display: none;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#filter {
  width: 832px;
  margin: 0 40px 0 auto;
  padding: 30px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#filter a{
  width: 125px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  margin-bottom: 15px;
}
#filter a.jacket{
  background: url(../img/btn_01_off@2x.png) no-repeat;
  background-size: contain;
}
#filter a.jacket.active{
  background: url(../img/btn_01_on@2x.png) no-repeat;
  background-size: contain;
}
#filter a.dress{
  background: url(../img/btn_02_off@2x.png) no-repeat;
  background-size: contain;
}
#filter a.dress.active{
  background: url(../img/btn_02_on@2x.png) no-repeat;
  background-size: contain;
}
#filter a.accessory{
  background: url(../img/btn_06_off@2x.png) no-repeat;
  background-size: contain;
}
#filter a.accessory.active{
  background: url(../img/btn_06_on@2x.png) no-repeat;
  background-size: contain;
}
#filter a.scarf{
  background: url(../img/btn_07_off@2x.png) no-repeat;
  background-size: contain;
}
#filter a.scarf.active{
  background: url(../img/btn_07_on@2x.png) no-repeat;
  background-size: contain;
}
#filter a.interior{
  background: url(../img/btn_08_off@2x.png) no-repeat;
  background-size: contain;
}
#filter a.interior.active{
  background: url(../img/btn_08_on@2x.png) no-repeat;
  background-size: contain;
}
#filter a.top{
  background: url(../img/btn_04_off@2x.png) no-repeat;
  background-size: contain;
}
#filter a.top.active{
  background: url(../img/btn_04_on@2x.png) no-repeat;
  background-size: contain;
}
#filter a.knit{
  background: url(../img/btn_03_off@2x.png) no-repeat;
  background-size: contain;
}
#filter a.knit.active{
  background: url(../img/btn_03_on@2x.png) no-repeat;
  background-size: contain;
}
#filter a.bottoms{
  background: url(../img/btn_05_off@2x.png) no-repeat;
  background-size: contain;
}
#filter a.bottoms.active{
  background: url(../img/btn_05_on@2x.png) no-repeat;
  background-size: contain;
}
#filter a.tableware{
  background: url(../img/btn_09_off@2x.png) no-repeat;
  background-size: contain;
}
#filter a.tableware.active{
  background: url(../img/btn_09_on@2x.png) no-repeat;
  background-size: contain;
}
#filter a.pre{
  background: url(../img/btn_10_off@2x.png) no-repeat;
  background-size: contain;
}
#filter a.pre.active{
  background: url(../img/btn_10_on@2x.png) no-repeat;
  background-size: contain;
}
#filter a.late{
  background: url(../img/btn_11_off@2x.png) no-repeat;
  background-size: contain;
}
#filter a.late.active{
  background: url(../img/btn_11_on@2x.png) no-repeat;
  background-size: contain;
}
#filter a.allitem{
  background: url(../img/btn_12_off@2x.png) no-repeat;
  background-size: contain;
}
#filter a.allitem.active{
  background: url(../img/btn_12_on@2x.png) no-repeat;
  background-size: contain;
}
#filterlist {
  margin: 0 auto;
  text-align: left;
}
#filterlist ul {
  margin: 0 auto;
  padding: 90px 0;
  width: 970px;
  overflow: hidden;
  overflow-y: scroll;
  overflow-scrolling: auto;
  -webkit-overflow-scrolling: auto;
}

#filterlist ul li {
  margin: 7px;
  width: 180px;
  text-align: left;
  float: left;
  display: inline;
  overflow: hidden;
}

#filterlist ul li img {
  width: 180px;
  float: left;
}

#filterlist ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .archive_ttl{
    min-width: 100%;
  }
  .archive_ttl .ttl_s{
    display: none;
  }
  #filter{
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .archive_ttl .ttl_category{
    position: static;
  }
  .archive_ttl .ttl_category .pc{
    display: none;
  }
  .archive_ttl .ttl_category .sp{
    width: 30%;
    display: block;
    margin: 0 auto;
    padding: 5px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .archive_ttl div.line_r{
    padding: 10px 0;
  }
  #filter{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #filterlist ul{
    width: 90%;
    padding: 30px 0 50px;
  }
  #filterlist ul li{
    width: 32%;
    margin: .5vw;
  }
  #filterlist ul li img {
    width: 100%;
    float: left;
  }

}
@media screen and (max-width: 640px) {
  .archive_ttl .ttl_category .sp{
    width: 40%;
  }
  #filter{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #filter a{
    width: 100px;
    height: 25px;
    margin-bottom: 8px;
  }
  #filter a.active{
    width: 100px;
    height: 25px;
  }
}
@media screen and (max-width: 320px) {
  #filter a{
    width: 85px;
    height: 21px;
  }
  #filter a.active{
    width: 85px;
  }
}
/* ===============================================================================
navArea
=============================================================================== */
.nav{
  border-top: 2px solid #0012b8;
}
.nav ul{
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  padding: 50px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav ul li.index{
  margin-top: 70px;
}
.nav ul li.pre,
.nav ul li.next{
  width: 160px;
  height: auto;
  position: relative;
}
.nav ul li.index{
  margin-top: 70px;
}
.nav ul li.pre a,
.nav ul li.next a{
  display: block;
  position: relative;
}
.nav ul li.pre a::after,
.nav ul li.next a::after{
  margin: 0 0 0 2px;
  display: block;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav ul li.pre a::after{
  content: '';
  display: inline-block;
  width: 30px;
  height: 14px;
  background-image: url(../img/btn_pre@2x.png);
  background-size: contain;
  vertical-align: middle;
}
.nav ul li.next a::after{
  content: '';
  display: inline-block;
  width: 30px;
  height: 14px;
  background-image: url(../img/btn_next@2x.png);
  background-size: contain;
  vertical-align: middle;
}


.nav ul li.pre img,
.nav ul li.next img{
  padding: 5px;
  background-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .nav ul{
    padding: 20px 0 40px;
  }
  .nav ul li.index{
    margin-top: 18px;
  }
  .nav ul li.index img{
    width: 60%;
    margin: 0 auto;
  }
  .nav ul li.pre a::after,
  .nav ul li.next a::after{
    bottom: -25px;
  }
}
/* ===============================================================================
FooterArea
=============================================================================== */
.footer {
  font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", meiryo, "M+ 1p", sans-serif;
  border-top: 2px solid #0012b8;
  position: relative;
}
#index .footer{
  min-width: 1260px;
}
.footer .line_r{
	padding-top: 50px;
}
.footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share li a {
    font-size: 3.8rem;
}
.footer li span {
    display: block;
    vertical-align: middle;
}
.footer .share_title {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    font-size: 1.2rem;
}
.footer .share_title span {
    display: block;
    line-height: 1em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.footer .share li {
  margin: 0 35px 0 0;
  line-height: 0;
}
.footer .email span {
    display: inline-block;
    margin: -4px 5px 0 0;
    font-size: 3rem;
}
.footer .hobo li {
  font-size: 1.3rem;
  margin: 0 0 0 35px;
}
.footer .ico_home span {
    margin: -8px 0 0 0;
    display: block;
    font-size: 3.8rem;
}
.footer .copyright {
  padding: 60px 0 40px 0;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: .1em;
}
.to-top{
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  height: 74px;
  right: 5%;
  bottom: 20px;
  cursor: pointer;
}
@media screen and (min-width: 641px){
	.footer .inner {
		max-width: 820px;
		width: 90%;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		margin: 0 auto;
		position: relative;
	}
	.footer .hobo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		top: 6px;
		right: 50px;
	}
}
@media screen and (max-width: 1024px) {
  #index .footer{
    min-width: 100%;
  }
  .to-top{
    right: 40px;
  }
}
@media screen and (max-width: 640px){
	.footer {
		text-align: center;
		position: relative;
		z-index: 1;
	}
  .footer .inner {
    max-width: 820px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  .footer .share {
    max-width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 40px auto;
  }
  .footer .share li {
    margin: 0;
  }
  .footer .hobo {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
  }
  .footer .hobo li {
    margin: 0 0 40px 0;
    display: block;
  }
  .footer .copyright {
		padding: 20px 0 40px 0;
		text-align: center;
		font-size: 12px;
		letter-spacing: .1em;
  }
  .to-top{
    width: 15%;
    right: 4%;
    bottom: 0;
  }
}