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

Date: 2018-3-19
CSS Document ： 身長別 丈感ガイド

1.基本
2.タイトルエリア
3.メインガイド
4.このマークに注目

=============================================================*/
.load_none {
 opacity: 0;
}
/*------------------------------------

ベース

------------------------------------*/
body {
	overflow-x: hidden;
}
#wrapper {
 text-align: left;
 color: #000;
 font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 padding-top: 0;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 max-width: 920px;
 margin: 0px auto 60px;
	font-size: 76%;
}
img {
 width: auto;
 height: auto;
 border: none;
 vertical-align: bottom
}
a:hover {
 color: #888;
 text-decoration: underline;
 opacity: 0.7;
}
.bnrArea_ff li img {
 transition: all .3s
}
#header {
 max-width: 920px;
 margin: 0 auto;
 position: relative;
 zoom: 1;
 min-height: 42px
}
#header #head-topnavi_allb {
 position: absolute;
 right: 0;
 top: 12px
}
#header #head-topnavi_allb li {
 float: left;
 margin-left: 10px;
 margin-top: 2px
}
#add-line_allb a {
 border-left: none;
 padding-left: 0
}
#header a:hover img, .bnrArea_ff a:hover img {
 opacity: .7;
 text-decoration: underline
}
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 line-height: 0;
}
.clearfix {
 display: block;
}
/*------------------------------------

基本（スマホ）

------------------------------------*/
.pc_ff {
 display: block;
}
.sp_ff {
 display: none;
}
@media (max-width: 919px) {
 #wrapper {
  font-size: 49.5%;
 }
 .pc_ff {
  display: none !important;
 }
 .sp_ff {
  display: block;
 }
 body {
  -webkit-text-size-adjust: 100%;
 }
 /* ヘッダー */
 #headerbox_ff {
  width: 100%;
  min-width: 10px;
  min-height: 12px;
  left: 0px;
  top: 0px;
  z-index: auto;
 }
 #header_ff {
  width: auto;
  min-width: 10px;
  padding: 10px 10px 10px 10px;
  white-space: normal;
  float: none;
 }
 #header_ff ul {
  text-align: left;
 }
 #header_ff li {
  display: inline-block;
  _display: inline;
  margin: 0;
  padding-right: 5px;
  font-size: 10px;
 }
}
@media (max-width: 480px) {
 #header_ff {
  padding: 5px 5px 5px 5px;
 }
 #header_ff li {
  padding-right: 3px;
  font-size: 8px;
 }
}
/*------------------------------------

タイトルエリア

------------------------------------*/
#titlearea_ff {
 position: relative;
}
#titleinner_ff {
 background: #F5F5F5;
 margin: 0px -500% 0px;
 padding: 0px 500% 20px;
}
#titlearea_ff h2 {
 background: #8E7F6F;
 max-width: 920px;
 margin: 0px -500% 0px;
 padding: 0px 500% 0px;
}
#titlearea_ff .top_image {
 position: absolute;
 top: -20px;
 right: 0;
}
#titlearea_ff p {
 max-width: 720px;
 margin: 0.6em 0 0.2em;
 color: #422713;
 font-size: 137%;
 line-height: 1.6;
 letter-spacing: 1px;
 text-align: center;
 vertical-align: bottom;
}
span.text_max {
 font-size: 148%;
 /*line-height: 2.6;*/
 letter-spacing: 2px;
}
#titlearea_ff p span.text_max {
 display: inline-block;
 margin: 0.5em auto;
}
span.text_point {
 font-size: 115%;
 font-weight: bold;
 border-bottom: 6px solid #FFDD00;
 padding-bottom: 0px;
 vertical-align: unset;
 line-height: 0.7;
 display: inline-block;
}
@media (max-width: 919px) {
 #titlearea_inner_ff {
  max-height: inherit;
 }
 #titlearea_ff h2 {
  margin: 0px -500% 0px;
  background: #938474;
  width: 60%;
 }
 #titlearea_ff .top_image {
  width: 38%;
  top: -11px;
  right: 3%;
 }
 #titlearea_ff p {
  max-width: 100%;
  font-size: 190%;
  margin: 1.1em 0 0.6em;
 }
 span.text_max {
  display: inline-block;
  font-size: 150%;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
 }
 #titlearea_ff p span.text_max {
  line-height: 1.5;
  margin: 0 auto 0.5em;
 }
 span.text_point {
  border-bottom: 10px solid #FFDD00;
 }
}
/*-------------------------------------

身長とアイテムを選択してください。

-------------------------------------*/
.sentaku_title {
 margin: 1.6em auto 0;
 text-align: center;
 font-size: 245%;
 position: relative;
}
.sentaku_title span {
 color: #595757;
 border-bottom: 1px solid #AEAFAF;
 padding-bottom: 6px;
 letter-spacing: 3px;
}
.sentaku_title span span {
 letter-spacing: -0.5em;
}
img.arrow_bottom {
 display: block;
 margin: 0 auto 1.3em;
}
.sentaku_title img.arrow_bottom {
 display: block;
 margin: 0.7em auto 0;
}
@media (max-width: 919px) {
 .sentaku_title {
  width: 98%;
  line-height: 1.6;
  font-size: 225%;
 }
 .arrow_bottom {
  width: 6%;
  margin: 0.3em auto 0.2em;
 }
 .sentaku_title span {
  letter-spacing: 0px;
 }
}
/*------------------------------------

ナビゲーション

------------------------------------*/
.nav_ff {
 text-align: center;
}
.nav_ff li {
 display: inline-block;
 background: #fff;
 margin: 20px 20px 10px;
 padding: 2px;
 border-radius: 5px;
 border: 1px solid #727171;
}
.nav_ff li img {
 padding: 3px;
 border-radius: 3px;
 -webkit-transition: all .3s;
 transition: all .3s
}
@media (min-width: 920px) {
 .nav_ff li:hover img {
  background: #FFDD00;
 }
}
.nav_ff li.is-active img {
 background: #FFDD00;
}
.nav_ff.tab {
 margin-bottom: 0;
}
@media (max-width: 919px) {
 .nav_ff li {
  width: 26%;
  margin: 20px 1.5%;
  padding: 2px;
  box-sizing: border-box;
 }
 .nav_ff li img {
  width: 96%;
  box-sizing: border-box;
 }
}
/*------------------------------------

メイン

------------------------------------*/
.tab .is-active {}
/*アイテム選択*/
.main {
 max-width: 820px;
 margin: 0em auto 1em;
}
.item_change {}
.item_change li {
 float: left;
 position: relative;
}
.item_change li img {
 -webkit-transition: all .3s;
 transition: all .3s
}
.item_change li img.on_image, .item_change li img.hover_image {
 opacity: 0;
 position: absolute;
 top: 0;
 left: 0;
}
.item_change li:hover img.hover_image {
 opacity: 1;
}
.item_change li.is-active img.off_image, .item_change li.is-active:hover img.hover_image {
 opacity: 0;
}
.item_change li.is-active img.on_image {
 opacity: 1;
}
.item_sentaku {
 color: #595757;
 position: absolute;
 text-align: center;
 clear: both;
 font-size: 210%;
 letter-spacing: 3px;
 width: 100%;
 top: 45%;
 left: 0;
 z-index: 100;
}
/*着丈表示*/
.guide_hyou {
 width: 100%;
 position: relative;
 display: inline-block;
}
.small .kitake:nth-child(4) {
 position: relative;
}
.kitake {
 opacity: 0;
 clear: both;
 position: absolute;
 top: 0;
 left: 0;
}
ul.hyou_inner {}
ul.hyou_inner li ul li {
 margin: 1em 20px 1em 0px;
}
ul.hyou_inner li ul li:last-child {
 margin: 1em 0px 1em;
}
.kitake ul li {
 float: left;
}
.kitake ul li span {
 position: relative;
 display: block;
}
@media (max-width: 919px) {
 .small .kitake {
  position: absolute !important;
 }
 .kitake.is-active {
  position: relative !important;
 }
 .item_change li:hover img.hover_image {
  opacity: 0;
 }
 .kitake ul li span {
  background: none;
 }
 .item_change {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
 }
 .item_change ul {
  width: 160%;
  display: table;
  margin: 0;
 }
 .item_change li {
  float: none;
  display: table-cell;
 }
 img {
  width: 100%;
  height: auto;
 }
 .guide_hyou, ul.hyou_inner, ul.hyou_inner li {
  width: 100%;
 }
 ul.hyou_inner li ul {
  width: 94%;
  margin: 0 auto;
  text-align: center;
 }
 ul.hyou_inner li ul li {
  width: 40%;
  margin: 0em 2% 0.5em 0px;
  float: none;
  display: inline-block;
  vertical-align: top;
 }
 ul.hyou_inner li:nth-child(even) ul li {
  width: 31%;
 }
 ul.hyou_inner li:nth-child(odd) ul li:nth-child(3) {
  clear: both;
 }
 ul.hyou_inner li:nth-child(even) ul li:nth-child(4) {
  clear: both;
 }
 ul.hyou_inner li:nth-child(odd) ul li:nth-child(2), ul.hyou_inner li:nth-child(even) ul li:nth-child(3), ul.hyou_inner li ul li:last-child {
  margin: 0em 0px 0.5em;
 }
 .item_sentaku {
  background: #fff;
  top: 44%;
  width: 90%;
  left: 5%;
  padding: 0.9em 0;
 }
}
.kitake ul span img {
 position: relative;
 display: block;
}
.kitake ul span img:nth-child(2), .kitake ul span img:nth-child(3) {
 position: absolute;
 top: 0;
 left: 0;
}
/* 注釈 */
.kitake ul li p {
 color: #727171;
 text-align: center;
 margin: 0.6em -1em 0;
 font-weight: bold;
}
.atten_text {
 font-size: 110%;
 letter-spacing: 0;
}
.atten_min_text {
 line-height: 1.5em;
 font-size: 80%;
}
.atten_text_bottom {
 color: #231815;
 text-align: center;
 margin: 3em auto;
 line-height: 1.7;
 font-size: 120%;
}
.main .atten_text_bottom span {
 display: inline-block;
 text-align: left;
}
/*  side front back */
.direction_wrap {
 opacity: 0.3;
}
.direction li {
 pointer-events: none;
}
.direction {
 clear: both;
 margin: 0px auto 20px;
 position: relative;
 z-index: 3000;
 text-align: center;
}
.direction li {
 margin: 0 0.8em;
 display: inline-block;
 background: #F5F5F5;
 border-radius: 5px;
 transition: all .3s;
 cursor: pointer;
}
.direction li:hover, .direction li.is-active {
 background: #FFDD00; /*薄いイエロー#FFF5B2*/
}
@media (max-width: 919px) {
 .direction_wrap {
  margin-top: 1em;
 }
 .direction {
  clear: both;
  margin: 1.5em auto 20px;
 }
 .direction li {
  width: 16%;
 }
 .atten_text {
  font-size: 120%;
 }
 .atten_text_bottom {
  margin: 3em 5%;
 }
}
/* アニメーション */
.fade_ff {
 animation: fade_ff 0.5s forwards;
 visibility: visible !important;
 opacity: 1.0;
}
.fadeTitle_ff {
 animation: fade_ff 0.6s forwards;
 visibility: visible !important;
 opacity: 0;
 animation-delay: 1.2s;
}
.check_fade {
 animation: fade_ff 0.6s forwards;
 visibility: visible !important;
 opacity: 0;
 animation-delay: 0.8s;
}
@keyframes fade_ff {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
/* バナー */
.bnrArea_ff {
 display: block;
 max-width: 820px;
 text-align: center;
 margin: 0 auto;
}
.bnrArea_ff li {
 display: inline-block;
 margin: 0px 0 15px;
 width: 100%;
}
.bnrArea_ff li img {
 margin: 0 auto;
}
.bnrArea_ff li h3 {
 margin: -10px 10px -7px;
 padding: 0 18px;
 font-size: 170%;
 text-align: center;
 display: inline-block;
 letter-spacing: 3px;
 background: #FFF;
 font-weight: bold;
}
.bnrArea_ff.mark_annai li {
 width: auto;
 margin: 0 15px;
}
@media (max-width: 919px) {
 .bnrArea_ff {
  display: block;
  max-width: 920px;
  text-align: center;
  margin: 4em auto 4em;
 }
 .bnrArea_ff li {
  width: 90%;
  margin: 0px 0 1.5em;
 }
 .bnrArea_ff li:last-child {
  float: none;
 }
 .bnrArea_ff.mark_annai {
  width: 94%;
  margin: 0 auto;
 }
 .bnrArea_ff.mark_annai li {
  float: none;
  width: 84%;
  margin: 0 7% 1em;
 }
}
/* ヘッダー */
#plist {
 width: 55%;
 font-size: 80%;
 padding: 15px 0 0 15px;
 float: left;
}
#plist a {
 padding-bottom: 1px;
}
#plist a, #plist a:visited {
 color: #888888 !important;
 text-decoration: none;
}
#headerbox_id {
 width: 100%;
 min-height: 40px;
 position: relative;
 /* left: 0px; */
 /* top: 0px; */
 margin-bottom: 1em;
 z-index: 100;
}
#header_ff {
 width: 40%;
 font-size: 80%;
 min-width: 200px;
 margin: 0;
 padding: 15px 15px 15px 0;
 white-space: nowrap;
 float: right;
}
#header_ff ul {
 text-align: right;
}
#header_ff li {
 display: inline-block;
 _display: inline;
 margin-right: 7px;
}
*:first-child + html #header_ff li {
 display: inline;
}
#header_ff li a {
 padding-bottom: 1px;
}
@media (max-width: 919px) {
 #plist {
  font-size: 140%;
  width: auto;
  padding: 0.5em;
  float: none;
 }
 /* ヘッダー */
 #headerbox_id {
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: auto;
 }
 #header_ff {
  display: none;
 }
 #header_ff ul {
  text-align: left;
 }
 #header_ff li {
  display: inline-block;
  _display: inline;
  margin: 0;
  padding-right: 5px;
  font-size: 10px;
 }
 #header_ff a, #header_ff a:visited {
  color: #888888 !important;
 }
}
@media (max-width: 480px) {
 #header_ff {
  padding: 5px 5px 5px 5px;
 }
 #header_ff li {
  padding-right: 3px;
  font-size: 8px;
 }
}
.tab_wrap {
 position: relative;
}
.direction_wrap {
 position: relative;
 margin-top: 0.6em;
}
/* このマークに注目 */
ul.mark_comment {
 color: #3E3A39;
 max-width: 920px;
 margin: 65px auto 40px;
}
ul.mark_comment li {
 width: 100%;
 margin: 0 -500%;
 padding: 0 500%;
 background: #FAFAFA;
 display: table;
 font-size: 130%;
 border-collapse: separate; /* セルの間隔を空ける */
 border-spacing: 17px 0;
}
ul.mark_comment li:first-child {
 display: block;
 padding: 20px 500%;
 text-align: center;
 background: #F7F3F0;
}
ul.mark_comment h6 {
 color: #595757;
 font-size: 140%;
 font-weight: bold;
 display: inline-block;
 vertical-align: middle;
 letter-spacing: 1px;
 margin: 0;
}
ul.mark_comment li:first-child p {
 text-align: center;
 margin: 0.9em auto 0;
 letter-spacing: 1px;
}
ul.mark_comment li:first-child img {
 margin: 0 4px;
 display: inline-block;
 vertical-align: bottom;
}
@media (max-width: 919px) {
 ul.mark_comment li:first-child h6 {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0.3em auto 0.6em;
 }
 ul.mark_comment li img {
  width: 17%;
 }
 ul.mark_comment li:first-child p {
  font-size: 110%;
  width: 90%;
  line-height: 1.6;
 }
}
ul.mark_comment li:nth-child(2) p, ul.mark_comment li:nth-child(3) p {
 font-size: 100%;
 line-height: 1.4;
 max-width: 860px;
 padding: 20px 0;
 margin: 0 auto;
 display: block;
}
ul.mark_comment li:nth-child(2) p {
 border-bottom: 1px dotted #AEAFAF;
}
ul.mark_comment li span.cell {
 display: table-cell;
 vertical-align: middle;
}
ul.mark_comment li span.cell span.min-text {
 font-size: 85%;
}
ul.mark_comment li span.cell span.max-text {
 font-size: 140%;
}
ul.mark_comment li span.cell span.point_line {
 background: url(../images/under_line_y.gif) repeat-x bottom;
}
@media (max-width: 919px) {
 ul.mark_comment {
  margin: 2em auto;
 }
 ul.mark_comment li {
  display: block;
 }
 ul.mark_comment li:first-child {
  padding: 1.2em 500%;
 }
 ul.mark_comment li:nth-child(2) p, ul.mark_comment li:nth-child(3) p {
  font-size: 110%;
  width: 80%;
  padding: 1.3em 0;
 }
 ul.mark_comment li:nth-child(2) img, ul.mark_comment li:nth-child(3) img {
  display: block;
  width: 23%;
  margin: 0.1em auto 0.6em;
 }
 ul.mark_comment li span.cell {
  display: block;
  vertical-align: middle;
 }
}