<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@font-face {
    font-family: Marimekko;
    src: url('/assets/skin/frontend/carbon/marimekko/fonts/Marimekko-Book.otf') format("opentype")
}
@font-face {
    font-family: Marimekko;
    font-weight: 100;
    src: url('/assets/skin/frontend/carbon/marimekko/fonts/Marimekko-Thin.otf') format("opentype")
}
@font-face {
    font-family: Marimekko;
    font-weight: 200;
    src: url('/assets/skin/frontend/carbon/marimekko/fonts/Marimekko-Light.otf') format("opentype")
}
@font-face {
    font-family: Marimekko;
    font-weight: 700;
    src: url('/assets/skin/frontend/carbon/marimekko/fonts/Marimekko-Bold.otf') format("opentype")
}
@font-face {
    font-family: Marimekko;
    font-weight: 900;
    src: url('/assets/skin/frontend/carbon/marimekko/fonts/Marimekko-Black.otf') format("opentype")
}
@font-face {
    font-family: MarimekkoSans;
    src: url('/assets/skin/frontend/carbon/marimekko/fonts/MarimekkoSans-Book.otf') format("opentype")
}
@font-face {
    font-family: MarimekkoSans;
    font-weight: 100;
    src: url('/assets/skin/frontend/carbon/marimekko/fonts/MarimekkoSans-Thin.otf') format("opentype")
}
@font-face {
    font-family: MarimekkoSans;
    font-weight: 200;
    src: url('/assets/skin/frontend/carbon/marimekko/fonts/MarimekkoSans-Light.otf') format("opentype")
}
@font-face {
    font-family: MarimekkoSans;
    font-weight: 700;
    src: url('/assets/skin/frontend/carbon/marimekko/fonts/MarimekkoSans-Bold.otf') format("opentype")
}
@font-face {
    font-family: MarimekkoSans;
    font-weight: 900;
    src: url('/assets/skin/frontend/carbon/marimekko/fonts/MarimekkoSans-Black.otf') format("opentype")
}
*{
  margin:0;
  padding:0;
}
body{
  color:#333333;
  font-family:'Noto Sans Japanese', MarimekkoSans, Arial, sans-serif;
  font-size:12px;
  line-height:20px;
  background-color:transparent;
  letter-spacing: normal;
}
img{
  max-width:100%;
}
a{
  color:#333333;
  text-decoration:none;
}
a:active, a:hover {
  border-bottom: none;
  margin-bottom: auto;
}
.sizeguide-wrap {
  width:100%;
  max-width: 960px;
  margin: 0 auto;
}
.sizeguide-wrap &gt; .container{
  margin: 0 auto;
} 
.title-area{
  padding:50px 0;
  overflow:hidden;
  border-bottom: solid 1px #bbb;
}
.title-area h1{
  font-weight: bold;
  font-size:22px;
  text-align:center;
  font-family: MarimekkoSans, 'Noto Sans Japanese', Arial, sans-serif;
  letter-spacing: 0.06em;
  margin: 0;
}
.title-area h1 small{
  font-size:11px;
  margin-left:7px;
  display:inline-block;
  vertical-align:top;
}
.title-area .head-close{
  display: inline-block;
  position: fixed;
  top: 30px;
  left: auto;
  margin-left: 926px;
}
.title-area .head-close &gt; span{
  font-size:19px;
  vertical-align:top;
}
.select-wrap {
  width: 33.33%;
  width: -webkit-calc(100%/3);
  width: calc(100%/3);
  float:left;
  padding:60px 0 40px;
}
.select-wrap h2{
  font-size:15px;
  font-weight:bold;
  margin-bottom:24px;
  margin-top:0;
  text-align:center;
}
.select-list{
  list-style:none;
  overflow:hidden;
}

.select-list &gt; li &gt; a{
  display:block;
  margin:6px auto;
  text-align:center;
  font-size:13px;
  line-height: 2.5em;
}
.attention{
  clear: both;
  font-size:11px;
  line-height:27px;
  margin-bottom:35px;
  padding-top:30px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.attention .note{
  display:block;
}
.size-section {
  /*padding-bottom: 70px;*/
  border-top: solid 1px #bbb;
}

.size-section h3{
  font-size:20px;
  font-weight:bold;
  padding:70px 0 35px;
  text-align: center;
  margin: 0;
}
.size-section .figure{
  text-align:center;
}
.size-section.last-child{
  border-bottom: 1px solid #ddd;
}
.backlink{
  display: inline-block;
  position: fixed;
  left: auto;
  bottom: 30px;
  margin-left: 914px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}
.backlink.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
.page_top{
  padding-top: 45px;
  padding-bottom: 20px;
  text-align: right;
}
.page_top a{
  padding-right: 20px;
  background: url(/sizeguide/images/top.png) no-repeat 55px 6px;
  letter-spacing: normal;
}
.close {
  float: none;
  font-size: 20px;
  color: #000000;
  opacity: 1;
  font-weight: normal;
}
.close p{
  font-size: 16px;
  text-align: center;
  padding: 30px 0;
}
.close p a{
  padding-right:25px;
  background: url(/sizeguide/images/close.png) no-repeat 50px 7px;
}

@media (max-width: 959px) {
  .title-area .head-close{
    right: 10px;
    margin-left: 0;
  }
  .backlink{
    right: 10px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sizeguide-wrap {
    width:96%;
  }
  .sizeguide-wrap &gt; .container{
    padding: 0;
  }
  .attention .note{
    padding-left: 4px;
    text-align: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .select-wrap h2{
    font-size:15px;
  }
}
@media (max-width: 480px) {
  .title-area{
    padding: 45px 0;
  }
  .select-wrap h2{
    font-size: 13px;
    margin-bottom: 10px;
  }
  .select-list &gt; li &gt; a{
    font-size: 11px;
    line-height: 1.5em;
  }
  .select-wrap{
    padding:30px 0 20px;
  }
  .size-section h3{
    padding: 35px 0 30px;
    font-size: 15px;
  }
  .page_top{
    padding-top: 30px;
  }
}
</pre></body></html>