@charset "UTF-8";
/*=============================================================

	Date: 2021-5-26
	CSS Document ： 知ってる？ スモール（P）サイズとトール（T）サイズ

=============================================================*/
/*------------------------------------
 共通
------------------------------------*/
body {
 overflow-x: hidden;
}
body .pc_ff {
 display: block !important;
}
body .sp_ff {
 display: none !important;
}
.clearfix:after, .uni_contents:after {
 display: block;
 visibility: hidden;
 clear: both;
 zoom: 1;
 height: 0;
 content: '.';
}

#contents {
 font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
 letter-spacing: .25em;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-feature-settings: 'palt'1;
 color: #444444;
 font-size: 76%;
 text-align: center;
}
/*------------------------------------
 header_ff
------------------------------------*/
#header_ff {
 border-bottom: 1px solid #CCCCCC;
 display: flex;
 justify-content: space-between;
 width: 920px;
 margin: 0 auto;
 align-items: center;
 padding: 10px 0;
}
.logoImg {}
#head-topnavi_allb_ff {}
ul.nave_allb_ff {
 display: flex;
 margin-bottom: 0;
}
ul.nave_allb_ff li {
 margin: 0 0.5em;
}
ul.nave_allb_ff li a {
 letter-spacing: 0.1em;
}
/*------------------------------------
 pankuzu
------------------------------------*/
ul#plist {
 width: 920px;
 margin: 0.9em auto;
 display: flex;
 justify-content: flex-start;
 flex-wrap: wrap;
 font-size: 90%;
 letter-spacing: 0.1em;
}
ul#plist li {}
ul#plist li a {}
/*------------------------------------
 Title
------------------------------------*/
#fv_ff {
 margin-bottom: 4em;
}
#title_ff {
 background: #faf8ee;
 padding-top: 3em;
}
.ttl_inner img {
 display: block;
 margin: 0 auto;
 animation: fade 1.0s cubic-bezier(.475, .885, .320, 1.575) both;
 animation-delay: .5s;
 opacity: 0;
}
.ttl_inner img:nth-child(2) {
 animation-delay: 1.0s;
}
/*------------------------------------
main
------------------------------------*/
#main {
 max-width: 920px;
 margin: 0 auto;
 animation: fade 1.0s cubic-bezier(.475, .885, .320, 1.575) both;
 animation-delay: 1s;
 opacity: 0;
}
#main p {
 font-size: 125%;
 letter-spacing: 0.2em;
 line-height: 1.9;
}
.section {
 margin: 5em auto 5em;
}
/*------------------------------------
 各見出し
------------------------------------*/
.section_ttl {
 font-family: "Midashi Go MB31";
 font-weight: bold;
 position: relative;
 display: block;
}
.section_ttl span.italic {
 transform: skewX(-10deg);
 display: inline-block;
 letter-spacing: 0.1em;
}
.min {
 font-size: 90%;
}
h4.section_ttl {
 color: #FFF;
 font-size: 260%;
 background: #213c87;
 margin-bottom: 0.8em;
 padding: 2px 0;
}
h4.section_ttl::before {
 content: "";
 display: block;
 position: absolute;
 width: 100%;
 height: 1px;
 border-top: 1px solid #213c87;
 top: -5px;
 left: 0;
}
h5.section_ttl {
 color: #213c87;
 font-size: 230%;
 margin-bottom: 0.3em;
}
h5.section_ttl img {
 position: absolute;
 top: -15px;
 left: 0;
}
h5.section_ttl span.italic {
 border-bottom: 1px solid #213c87;
}
/*------------------------------------
 image
------------------------------------*/
.image {
 margin: 1.5em auto;
}
/*------------------------------------
 ぴったり似合うが見つかる試着室
------------------------------------*/
h3.section_ttl {
 color: #213c87;
 font-size: 210%;
}
h3.section_ttl .bg_color {
 display: inline-block;
 color: #FFF;
 margin-top: 0.2em;
 font-size: 172%;
 background: #213c87;
 padding: 0px 2em;
 line-height: 1.2;
}
#shityaku .section:not(:last-child)::after {
 content: "";
 display: block;
 width: 100%;
 height: 1em;
 margin: 2em auto;
 background: url(../images/line_dot.png) repeat-x center;
 background-size: contain;
}
#shityaku h6.section_ttl > span {
 color: #213c87;
 font-size: 203%;
 background: #FFF;
 padding: 0.2em 0.7em;
 margin: 3px 0;
 border-bottom: 2px solid #213c87;
 display: inline-block;
}
#shityaku {
 background: #faf8ee;
 margin: 7em -500%;
 padding: 5em 500% 4em;
}
#shityaku .section {
 text-align: left;
 position: relative;
 margin: 1.5em auto 3em;
}
#shityaku .section .image {
 display: inline-block;
 vertical-align: bottom;
}
#shityaku h6.section_ttl {
 position: absolute;
 font-size: 100%;
}


@media (min-width: 920px) {
/* PC */
#shityaku .section01 h6.section_ttl {
 top: 38px;
 left: 50px;
}
#shityaku .section01 h6.section_ttl > span:nth-child(1) {
padding-right: 0;
}
#shityaku .section01 h6.section_ttl > span:nth-child(3) {
padding-left: 0;
}

#shityaku .section02 h6.section_ttl {
 top: 18px;
 right: 48px;
}
#shityaku .section03 h6.section_ttl {
 top: 57px;
 left: 28px;
}
#shityaku .section04 h6.section_ttl {
 top: 24px;
 right: 18px;
}
#shityaku .section {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 align-items: flex-end;
}
#shityaku .section:not(:last-child)::after {
 order: 2;
}
#shityaku .section:nth-child(2n) .image {
order: 1;
}
}


/*------------------------------------
 spec
------------------------------------*/
.item {
 text-align: center;
 display: inline-block;
 vertical-align: bottom;
 margin-bottom: 2em;
}
.item a {
 display: inline-block;
}
.item a:hover {
 text-decoration: none;
 opacity: 0.7;
}
.item a:hover img {
 opacity: 1;
}
.item .item_photo {
 display: inline-block;
 ;
}
.spec {
 font-size: 125%;
 display: block;
 vertical-align: middle;
 text-align: center;
 margin: 1em 0 0;
}
.name {
 color: #333333;
}
.price {
 font-size: 90%;
 display: block;
 line-height: 1.5;
}
.tani {
 font-size: 80%;
}
.num {
 font-family: "Josefin Sans", "Helvetica Neue", Arial, Meiryo, sans-serif !important;
 font-style: italic;
 font-weight: 400 !important;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-size: 200%;
 letter-spacing: 0;
 line-height: 1.8;
}
.tax {}
/*------------------------------------
 アニメーション
------------------------------------*/
.section {
 opacity: 0;
}
.fade {
 animation: fade01 1.0s forwards;
 visibility: visible !important;
}
@keyframes fade01 {
 0% {
  opacity: 0;
  transform: translateY(15px);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
/*------------------------------------
 アイテムをチェック
------------------------------------*/
#items {
 width: 920px;
 margin: 3em auto;
}
#items > div {
 font-size: 132%;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
#items a {
 font-weight: bold;
 position: relative;
 transition: all .3s;
 letter-spacing: .24em;
}
#items a:hover {
 text-decoration: none;
}
.items_ttl {
 font-size: 170%;
}
#items .item_size_ttl {
 font-size: 130%;
 position: relative;
 display: block;
 text-align: center;
}
.item_size_ttl p {
 line-height: 1.9;
 display: inline-block;
 vertical-align: middle;
}
.item_size_ttl:before, .item_size_ttl:after {
 display: inline-block;
 width: 0;
 height: 3.5em;
 margin: 0 2em;
 content: '';
 transform: rotate(-30deg);
 vertical-align: middle;
 border-right: 1px solid #b2b2b2;
}
.item_size_ttl:after {
 transform: rotate(30deg);
}
/* カテゴリー別 */
.item_category {
 margin: 2em 0 3em;
}
.item_category a, .item_more a {
 display: block;
 width: 20%;
 padding: .9em 1em;
 border: 1px solid #ccc;
 border-radius: .3em;
}
.item_category a:hover {
 background: #d1da3c;
}
.item_more a:hover {
 background: #E5E5E5;
}
#items div:not(.item_bnr) a:after {
 position: absolute;
 top: calc(50% - .25em);
 right: 1.5em;
 display: block;
 width: .35em;
 height: .35em;
 content: '';
 transition: all .3s;
 transform: rotate(-45deg);
 border-right: 2px solid #000;
 border-bottom: 2px solid #000;
}
/* サイズ展開別 */
.item_size {
 margin: 1.5em auto 3em;
}
.item_size a {
 display: block;
 width: 33.33%;
 padding: 1.4em 0;
 color: #fff;
 background: #78aabe;
}
#items div.item_size a:hover {
 opacity: .7;
}
#items div.item_size a:after {
 border-color: #fff;
}
.item_size a:nth-child(2) {
 background: #d77d73;
}
.item_size a:nth-child(3) {
 background: #d0b943;
}
/* もっと見る */
.item_more a {
 font-size: 110%;
 width: 44%;
}
.item_more a:last-child {
 padding-top: 1.6em;
}
/* バナー */
.item_bnr {
 margin: 4em auto 1em;
}
.item_bnr a {
 margin-bottom: 1.2em;
}
.item_bnr a img {
 transition: all .3s;
}
/*------------------------------------
 ページトップへ
------------------------------------*/
.pagetop {
 position: relative;
 z-index: 10000;
 display: none;
 width: 100%;
 max-width: 1000px;
 height: 0;
 margin: 0 auto;
}
.pagetop a {
 position: fixed;
 z-index: 10000;
 right: 25px;
 bottom: 25px;
 left: auto;
 display: block;
 width: 54px;
 height: 54px;
 transition: all .3s;
 border: 1px solid #bbb;
 border-radius: 50%;
 background: #fff;
}
.pagetop a:after {
 position: absolute;
 top: 44%;
 left: 35%;
 display: block;
 width: 30%;
 height: 30%;
 content: '';
 transition: all .3s;
 transform: rotate(45deg);
 border-top: 1px solid #000;
 border-left: 1px solid #000;
}
.pagetop a:hover {
 bottom: 35px;
 border-color: #fff;
 background: #d1da3c;
}
/*------------------------------------
web font
------------------------------------*/
#main p, #items a, .spec span, .btn_more a, .btn_more span, .items_ttl {
 font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Hiragino Kaku Gothic W6 JIS2004';
 font-weight: bold;
}













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

SP

------------------------------------*/
@media (max-width: 919px) {
 body .pc_ff {
  display: none !important;
 }
 body .sp_ff {
  display: block !important;
 }
 /*------------------------------------
 共通
------------------------------------*/
 body {}
 .clearfix:after, .uni_contents:after {}
 #plist {}
 #contents {
    width: 100%;
    font-size: 60%;
    /* overflow-x: hidden; */
}
 #contents a:active {}
 img {
  width: 100%;
  height: auto;
 }
 /*------------------------------------
 header_ff
------------------------------------*/
 #header_ff {
    width: 100%;
}
 .logoImg {
    margin: 0 4%;
    width: 50%;
}
 #head-topnavi_allb_ff {
    display: none;
}
 ul.nave_allb_ff {}
 ul.nave_allb_ff li {}
 ul.nave_allb_ff li a {}
 /*------------------------------------
 pankuzu
------------------------------------*/
 ul#plist {
 width: 95%;
 display: block;
 text-align: left;
 box-sizing: border-box;
 /* font-size: 80%; */
 margin: 10px auto;
 }
 ul#plist li {
    display: inline;
}
 ul#plist li a {}
 /*------------------------------------
 Title
------------------------------------*/
 #fv_ff {
  margin-bottom: 0.5em;
 }
 #title_ff {
  padding-top: 1.5em;
 }
 .ttl_inner {
  padding-top: 0.7em;
  background: #FFF;
 }
 .ttl_inner img {
  animation: fade 1.0s cubic-bezier(.475, .885, .320, 1.575) both;
  animation-delay: .5s;
  opacity: 0;
 }
 .ttl_inner img:nth-child(2) {
  animation-delay: 1.0s;
 }
 /*------------------------------------
main
------------------------------------*/
 #main {
    width: 100%;
    overflow-x: hidden;
}
 #main p {
  font-size: 135%;
  letter-spacing: 0.2em;
  margin: 0 1.5em;
  text-align: center;
  line-height: 1.9;
 }
 .section {
  margin: 4em auto 5em;
 }
 /*------------------------------------
 各見出し
------------------------------------*/
 .section_ttl {
  position: relative;
  display: block;
  text-align: center;
 }
 .section_ttl span.italic {}
 .min {
  font-size: 85%;
  letter-spacing: 0;
 }
 h4.section_ttl {
  font-size: 210%;
  background: #213c87;
  margin-bottom: 0.8em;
  padding: 0.3em 0;
 }
 h4.section_ttl::before {}
 h5.section_ttl {
  font-size: 200%;
  margin: 0em 0 1em;
 }
 h5.section_ttl img {
  position: static;
  margin: 0 30% 0 -44%;
  width: 41%;
 }
 h5.section_ttl span.italic {
  padding-bottom: 0.3em;
 }
 /*------------------------------------
 image
------------------------------------*/
 .image {
  margin: 1.5em auto;
 }
 /*------------------------------------
 ぴったり似合うが見つかる試着室
------------------------------------*/
 h3.section_ttl {
  color: #213c87;
  font-size: 165%;
  margin-bottom: 1.8em;
 }
 h3.section_ttl .bg_color {
  margin-top: 0.4em;
  font-size: 195%;
  padding: 0.2em 0.8em;
  line-height: 1.25;
 }
 #shityaku .section:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  margin: 2em auto;
  background-size: contain;
 }
 #shityaku h6.section_ttl > span {
  color: #213c87;
  font-size: 303%;
  line-height: 1.6;
  background: #FFF;
  padding: 0.2em 0.6em;
  margin: 3px 0;
  border-bottom: 2px solid #213c87;
  display: inline-block;
 }
 #shityaku {
  background: #faf8ee;
  margin: 5em -500%;
  padding: 3.5em 500% 4em;
 }
 #shityaku .section {
  text-align: left;
  position: relative;
  margin: 1.5em auto 3em;
 }
 #shityaku .section .image {
  margin: 0.5em auto;
 }
 #shityaku h6.section_ttl {
    position: static;
    font-size: 66%;
}
 #shityaku .section:nth-child(2n) {
  text-align: right;
 }
 #shityaku .section01 h6.section_ttl {}
 #shityaku .section02 h6.section_ttl {}
 #shityaku .section03 h6.section_ttl {}
 #shityaku .section04 h6.section_ttl {}


 #shityaku .section01 .image {
  width:95%;
  margin-right:-5%;
 }
 
 /*------------------------------------
 spec
------------------------------------*/
 .item {
  text-align: center;
  display: block;
  vertical-align: bottom;
  margin: 1em 0 2em;
  width: 100%;
 }
 .item a {
  display: block;
  color: #000;
 }
 .item a:hover {
  text-decoration: none;
 }
 .item .item_photo, .link_image {
  display: inline-block;
  width: 28%;
  vertical-align: middle;
 }
 .section03 .item a {
  display: inline-block;
  vertical-align: middle;
 }
 .link_image a {
  width: 50%;
  float: left;
 }
 .link_image .item_photo {
  width: 100%;
 }
 .spec {
  font-size: 125%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0.5em 0 0 1em;
  line-height: 1.5;
 }
 .name {
  color: #333333;
 }
 .price {
  font-size: 90%;
  display: block;
  line-height: 1.5;
 }
 .tani {
  font-size: 80%;
 }
 .num {
  font-family: "Josefin Sans", "Helvetica Neue", Arial, Meiryo, sans-serif !important;
  font-style: italic;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 200%;
  letter-spacing: 0;
  line-height: 1.8;
 }
 .tax {}
 /*------------------------------------
 アイテムをチェック
------------------------------------*/
 #items {
  margin: 3em auto 1em;
  width: 100%;
 }
 #items > div {
  width: 80%;
  font-size: 132%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 #items a {
  font-weight: bold;
  position: relative;
  transition: all .3s;
  letter-spacing: .24em;
  color: #444;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0.9em 1em;
 }
 .items_ttl {
  font-size: 175%;
  line-height: 1.45;
  letter-spacing: 0.2em;
  text-align: center;
 }
 #items .item_size_ttl {
  font-size: 120%;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 92%;
 }
 .item_size_ttl p {
  line-height: 1.9;
  text-align: center;
  display: block;
  vertical-align: middle;
 }
 .item_size_ttl:before, .item_size_ttl:after {
  display:none;
 }
 /* カテゴリー別 */
 .item_category {
  margin: 1.5em auto 1.2em;
 }
 .item_category a, .item_more a {
  display: block;
  width: 47%;
  box-sizing: border-box;
  padding: .9em 1em;
  border: 1px solid #ccc;
  border-radius: .3em;
 }
 #items div:not(.item_bnr) a:after {
  position: absolute;
  top: calc(50% - .25em);
  right: 1.5em;
  display: block;
  width: .35em;
  height: .35em;
  content: '';
  transition: all .3s;
  transform: rotate(-45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
 }
 /* サイズ展開別 */
 #items .item_size {
  width: 73%;
  margin: 1.5em auto 1.5em;
 }
 #items div.item_size a {
  display: block;
  width: 100%;
  padding: 1.4em 0;
  color: #fff;
  background: #78aabe;
 }
 #items div.item_size a:after {
  border-color: #fff;
 }
 #items .item_size a:nth-child(2) {
  background: #d77d73;
 }
 #items .item_size a:nth-child(3) {
  background: #d0b943;
 }
 /* もっと見る */
 .item_more {
  margin: 0 auto;
 }
 .item_more a {
  font-size: 110%;
  width: 100%;
 }
 /* バナー */
 #items .item_bnr {
  width: 90%;
  margin: 2em auto 0;
 }
 .item_bnr a {
  width: 48%;
  margin-bottom: 1.2em;
 }
 .item_bnr a img {}
 /*------------------------------------
 ページトップへ
------------------------------------*/
 .pagetop {
  width: 100%;
  max-width: 1000px;
 }
 .pagetop a {
  right: 25px;
  bottom: 25px;
  width: 10vw;
  height: 10vw;
 }
 .pagetop a:after {
  top: 44%;
  left: 35%;
  width: 30%;
  height: 30%;
 }
}