@charset "UTF-8";
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 16px; }

ul, ol, li {
  list-style-type: none; }

a:link,
a:visited {
  text-decoration: none; }

* {
  margin: 0;
  padding: 0; }

.NewItem {
  max-width: 350px;
  position: relative; }
  .NewItem img {
    width: 100%;
    height: auto; }

.product-item__info {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-family: 'Roboto', sans-serif; }
  .product-item__info p.Category {
    font-size: 0.9em;
    line-height: 1.2em;
    letter-spacing: 0.12em;
    margin: 0 0 8px;
    font-weight: 300; }
  .product-item__info p.ItemNumber {
    font-size: 1.875em;
    line-height: 1.2em;
    letter-spacing: 0.12em;
    margin: 0;
    font-weight: 300; }
  .product-item__info p.ItemText {
    font-size: 0.8em;
    line-height: 1.8em;
    letter-spacing: 0.12em;
    margin: 0 0 10px;
    font-weight: 300; }
  .product-item__info p.Price {
    font-size: 0.8em;
    line-height: 1.2em;
    letter-spacing: 0.12em;
    margin: 0;
    font-weight: 300; }

p.DeadLine {
  display: inline-block;
  width: 100px;
  text-align: center;
  font-size: 0.75em;
  border-radius: 50px;
  padding: 2px; }
  p.DeadLine.wh {
    color: #fff;
    border: 1px solid #fff; }
  p.DeadLine.bl {
    color: #333;
    border: 1px solid #333; }

#SizeSelect {
  max-width: 600px;
  width: 90%;
  margin: 0 auto 60px;
  /*エリアの表示非表示と形状*/
  /*areaにis-activeというクラスがついた時の形状*/ }
  #SizeSelect .SelectTable .SizeTitle {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #SizeSelect .SelectTable .SizeTitle {
        margin-bottom: 40px; } }
    #SizeSelect .SelectTable .SizeTitle .Title {
      display: flex;
      margin-bottom: 10px; }
      #SizeSelect .SelectTable .SizeTitle .Title h2 {
        font-size: 1.8em; }
      #SizeSelect .SelectTable .SizeTitle .Title .Choose {
        margin: 10px 0 0 20px; }
        #SizeSelect .SelectTable .SizeTitle .Title .Choose a {
          font-size: 0.9em;
          color: #838383;
          position: relative; }
          #SizeSelect .SelectTable .SizeTitle .Title .Choose a::after {
            position: absolute;
            top: 50%;
            right: -10px;
            content: '';
            margin-top: -3px;
            width: 6px;
            height: 6px;
            border: 0px;
            border-top: solid 1px #838383;
            border-right: solid 1px #838383;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: .5s; }
          #SizeSelect .SelectTable .SizeTitle .Title .Choose a:hover::after {
            right: -13px; }
    #SizeSelect .SelectTable .SizeTitle p {
      font-size: 0.8em;
      line-height: 1.6em;
      color: #838383; }
  #SizeSelect .SelectTable table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
    #SizeSelect .SelectTable table.Menu {
      border-top: solid 1px #eee; }
    #SizeSelect .SelectTable table tr {
      border-bottom: solid 1px #eee;
      cursor: pointer; }
      @media (min-width: 1200px) {
        #SizeSelect .SelectTable table tr.Select {
          transition: .5s; }
          #SizeSelect .SelectTable table tr.Select:hover {
            background-color: #DADADA; } }
    #SizeSelect .SelectTable table th, #SizeSelect .SelectTable table td {
      text-align: center;
      width: 16.666%;
      padding: 10px 0;
      font-size: 0.8em;
      color: #333; }
      @media (min-width: 390px) {
        #SizeSelect .SelectTable table th, #SizeSelect .SelectTable table td {
          font-size: 0.9em; } }
      @media (min-width: 1024px) {
        #SizeSelect .SelectTable table th, #SizeSelect .SelectTable table td {
          font-size: 1em; } }
  #SizeSelect .SelectTable .tab li a {
    display: block; }
  #SizeSelect .SelectTable .tab li.active a {
    background-color: #727171; }
    #SizeSelect .SelectTable .tab li.active a th, #SizeSelect .SelectTable .tab li.active a td {
      color: #fff; }
  #SizeSelect .SelectTable h6 {
    font-size: 0.9em;
    font-weight: normal;
    font-feature-settings: "palt";
    text-align: right;
    color: #838383;
    margin: 5px 0 0 0; }
  #SizeSelect .SelectedSizeTitle {
    margin: 20px 0 10px; }
    @media (min-width: 768px) {
      #SizeSelect .SelectedSizeTitle {
        margin: 40px 0 10px; } }
    #SizeSelect .SelectedSizeTitle h3 {
      font-size: 1.4em;
      text-align: center; }
  #SizeSelect .area {
    display: none;
    opacity: 0;
    padding: 10px 0;
    margin: auto;
    width: 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333; }
    @media (min-width: 768px) {
      #SizeSelect .area {
        padding: 20px 0; } }
    #SizeSelect .area .SelectedSize {
      text-align: left; }
      #SizeSelect .area .SelectedSize h3 {
        font-size: 1.2em;
        margin-bottom: 5px; }
      #SizeSelect .area .SelectedSize p {
        font-size: 0.9em; }
  #SizeSelect .area.is-active {
    display: block;
    /*表示*/
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards; }
@keyframes displayAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  #SizeSelect .SelectedBtn {
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    background-color: #b09583;
    transition: all 0.5s;
    cursor: pointer;
    width: 100%;
    margin-top: 15px; }
    @media (min-width: 768px) {
      #SizeSelect .SelectedBtn {
        margin-top: 30px; } }
    #SizeSelect .SelectedBtn a {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
      text-decoration: none;
      color: #fff; }
      #SizeSelect .SelectedBtn a::after {
        content: '»';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -15px;
        transition: 0.5s; }
    #SizeSelect .SelectedBtn:hover a {
      padding-right: 15px; }
    #SizeSelect .SelectedBtn:hover a::after {
      opacity: 1;
      right: 0; }

#Rental {
  max-width: 600px;
  width: 90%;
  margin: 0 auto 60px; }
  #Rental .RentalTitle {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #Rental .RentalTitle {
        display: flex;
        align-items: center; } }
    #Rental .RentalTitle h2 {
      font-size: 1.8em; }
    #Rental .RentalTitle h3 {
      font-size: 1.2em; }
  #Rental p {
    font-size: 0.8em;
    line-height: 1.6em;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    color: #838383; }
  #Rental .RentalImg {
    margin: 20px 0;
    font-size: 0; }
    #Rental .RentalImg img {
      width: 100%;
      height: auto; }
  #Rental h4 {
    font-size: 1.0em;
    text-align: center; }
    #Rental h4 .Brown {
      color: #b09583; }

@media screen and (min-width: 680px) {
  .pc {
    display: inline; }

  .sp {
    display: none; } }
@media screen and (max-width: 680px) {
  .pc {
    display: none; }

  .sp {
    display: inline; } }
#HowMeasure {
  max-width: 600px;
  width: 90%;
  margin: 0 auto 60px; }
  #HowMeasure .HowTitle h2 {
    font-size: 1.3em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc; }
  #HowMeasure p {
    font-size: 0.8em;
    line-height: 1.6em;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    color: #838383; }
  #HowMeasure .YutorilImg {
    margin: 20px 0;
    font-size: 0; }
    #HowMeasure .YutorilImg img {
      width: 100%;
      height: auto; }
  #HowMeasure .EachSize {
    margin-bottom: 30px; }
    #HowMeasure .EachSize h3 {
      font-size: 1.125em;
      font-feature-settings: "palt";
      letter-spacing: 0.08em; }
    #HowMeasure .EachSize p {
      font-size: 0.9em;
      color: #333; }
    #HowMeasure .EachSize ul {
      margin-top: 10px; }
      #HowMeasure .EachSize ul li {
        font-size: 0.8em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        color: #333;
        margin-bottom: 2px; }
