@charset "UTF-8";
/*
åºæ¬ã»ããã£ã³ã°ã¯ããã«è¨è¿°ãã¾ãã
*/
/*********************************************************************************
**********************************************************************************

   PC/ã¹ãã  å±é

**********************************************************************************
**********************************************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
body {
  color: black;
  line-height: 1;
  position: relative;
  height: 100%;
}
*/
/*
a {
  text-decoration: none;
  color: black;
}

img {
  vertical-align: top;
}
*/
/*
ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
*/
/*
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}
*/
/*
.hidden {
  width: 0;
  height: 0;
  display: none !important;
  overflow: hidden;
}
*/
/*
p, ul, dl, dt, dd {
  margin: 0;
  padding: 0;
}

.br-disable {
  display: none;
}
*/



#wrapper-header {
  color: black;
  line-height: 1;
  position: relative;
}
#wrapper-header a {
  text-decoration: none;
  color: black;
}
#wrapper-header img {
  vertical-align: top;
}

#wrapper-header ul,#wrapper-header ol {
    list-style: none;
}
#wrapper-header h1,#wrapper-header h2,#wrapper-header h3,#wrapper-header h4,#wrapper-header h5,#wrapper-header h6 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
#wrapper-header .cf:before,#wrapper-header .cf:after {
    content: "";
    display: table;
}
#wrapper-header .cf {
  *zoom: 1;
}
#wrapper-header .hidden {
  width: 0;
  height: 0;
  display: none !important;
  overflow: hidden;
}
#wrapper-header p,#wrapper-header ul,#wrapper-header dl,#wrapper-header dt,#wrapper-header dd {
  margin: 0;
  padding: 0;
}
#wrapper-header .br-disable {
  display: none;
}




footer {
  color: black;
  line-height: 1;
  position: relative;
}
footer a {
  text-decoration: none;
  color: black;
}
footer img {
  vertical-align: top;
}

footer ul,footer ol {
    list-style: none;
}
footer h1,footer h2,footer h3,footer h4,footer h5,footer h6 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
footer .cf:before,footer .cf:after {
    content: "";
    display: table;
}
footer .cf {
  *zoom: 1;
}
footer .hidden {
  width: 0;
  height: 0;
  display: none !important;
  overflow: hidden;
}
footer p,footer ul,footer dl,footer dt,footer dd {
  margin: 0;
  padding: 0;
}
footer .br-disable {
  display: none;
}

footer .sp {
  display: none !important;
}


/******************************************************************************************
*******************************************************************************************

   PC  å±é

*******************************************************************************************
*******************************************************************************************/

#wrapper-header .sp {
  display: none !important;
}

#wrapper-header {
  font-family: YuGothic,'æ¸¸ã´ã·ãã¯','ã¡ã¤ãªãª','Meiryo','ãã©ã®ãè§ã´ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: white;
}
#wrapper-header #header-inner {
  width: 100%;
  height: 60px;
  background-color: #fdd000;
}
#wrapper-header #header-inner h1 {
  padding-top: 16px;
  padding-left: 26px;
}
#wrapper-header #header-inner #nav-icon {
  position: absolute;
  top: 18px;
  right: 20px;
}
#wrapper-header #header-inner #nav-icon a {
  display: block;
}
#wrapper-header #header-inner #nav-icon span {
  display: block;
  width: 24px;
  height: 4px;
  background-color: white;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#wrapper-header #header-inner #nav-icon span ~ span {
  margin-top: 5px;
}
#wrapper-header #header-inner #nav-icon a.click span:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
#wrapper-header #header-inner #nav-icon a.click span:nth-child(2) {
  opacity: 0;
}
#wrapper-header #header-inner #nav-icon a.click span:last-child {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
#wrapper-header #wrapper-header-nav {
  width: 970px;
  margin: 40px auto 50px auto;
  display: none;
}
#wrapper-header #wrapper-header-nav ul {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
#wrapper-header #wrapper-header-nav ul li {
  vertical-align: top;
  font-size: 16px;
/*
  font-size: 1rem;
*/
  font-weight: bold;
}
#wrapper-header #wrapper-header-nav #header-nav-type-1 {
  width: 724px;
}
#wrapper-header #wrapper-header-nav #header-nav-type-1 li {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 20px;
}
#wrapper-header #wrapper-header-nav #header-nav-type-1 li.margin-left-reset {
  margin-left: 0;
}
#wrapper-header #wrapper-header-nav #header-nav-type-1 li a {
  display: block;
  width: 226px;
  height: 140px;
}
#wrapper-header #wrapper-header-nav #header-nav-type-1 li a img {
  border: 1px solid #f4f4f4;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 {
  width: 185px;
  margin-left: 45px;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 > li {
  position: relative;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 > li a {
  display: block;
  margin-left: 20px;
  margin-top: 5px;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 > li:before {
  content: url(https://www.loft.co.jp/new/img/header/img-link-icon-type-1.png);
  position: absolute;
  width: 10px;
  height: 17px;
  top: -1px;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 > li:last-child:before {
  content: '';
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 > li ~ li {
  margin-top: 15px;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 #header-sns li {
  display: inline-block;
  margin-left: 8px;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 #header-sns li:first-child {
  margin-left: 0;
}
#wrapper-header #wrapper-header-nav #header-nav-type-2 #header-sns li a {
  margin-left: 0;
}
#wrapper-header #header-omni7-loft-top-line {
  width: 100%;
  height: 2px;
  background-color: #f4f4f4;
  display: none;
}
#wrapper-header #header-omni7-loft {
  text-align: center;
  padding-bottom: 1px;
  border-bottom: 2px solid #fdd000;
}

/*
 * 2016.06.15ãä¿®æ­£ãstart
 * */
#shop_serch_apology {
  padding-top: 0px;
  background-color: white;
}
#shop_serch_apology p {
  width: 960px;
  margin: 0 auto;
  color: red;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 30px 0;
  text-align: left;
}
/*
 * 2016.06.15ãä¿®æ­£ãend
 * */


/*//////////////////////////////////////////////////////*/
/*
 * è¿½å ã2016.5.27ãstart
 * */
/*//////////////////////////////////////////////////////*/
#wrapper-footer-change-1 {
  width: 100%;
  background-color: #f4f4f4;
}
#wrapper-footer-change-1 #footer-obi {
  width: 100%;
  height: 60px;
  background-color: #fdd000;
  overflow: hidden;
}
#wrapper-footer-change-1 #footer-obi ul {
  width: 960px;
  margin: 0 auto 0 auto;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
#wrapper-footer-change-1 #footer-obi ul li {
  position: relative;
  line-height: 60px;
  font-size: 15px;
  float: right;
}
#wrapper-footer-change-1 #footer-obi ul li:first-child {
  float: left;
}
#wrapper-footer-change-1 #footer-obi ul li:nth-child(2) a {
  margin-left: 34px;
  margin-right: 40px;
}
#wrapper-footer-change-1 #footer-obi ul li:nth-child(2) a:before {
  content: url(https://www.loft.co.jp/new/img/footer/new_pc/img-pc-icon-musimegane.png);
  position: absolute;
  width: 29px;
  height: 30px;
  top: 10px;
  left: 0px;
}
#wrapper-footer-change-1 #footer-obi ul li:nth-child(2) a:after {
  content: url(https://www.loft.co.jp/new/img/footer/new_pc/img-pc-icon-arrow-1.png);
  position: absolute;
  width: 29px;
  height: 30px;
  top: 5px;
  right: 0px;
}
#wrapper-footer-change-1 .wrapper-footer-links {
  background-color: white;
  padding-bottom: 30px;
}
#wrapper-footer-change-1 .wrapper-shop-list-title {
  width: 100%;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
}
#wrapper-footer-change-1 .wrapper-shop-list-title ul {
  width: 960px;
  margin: 0 auto 0 auto;
  font-size: 0;
  line-height: 2.7;
}
#wrapper-footer-change-1 .wrapper-shop-list-title ul li {
  position: relative;
  display: inline-block;
  width: 20%;
  font-size: 14px;
/*
  font-size: 0.875rem;
*/
  border-right: 2px solid #f4f4f4;
  padding-top: 8px;
  padding-bottom: 8px;
}
#wrapper-footer-change-1 .wrapper-shop-list-title ul li a {
  width: 100%;
  display: block;
  padding-left: 42px;
}
#wrapper-footer-change-1 .wrapper-shop-list-title ul li a:before {
  content: url(https://www.loft.co.jp/new/img/footer/new_pc/img-pc-icon-arrow-2.png);
  position: absolute;
  width: 18px;
  height: 11px;
  top: 12px;
  left: 17px;
}
#wrapper-footer-change-1 .wrapper-shop-list-title ul li:nth-child(5n+1) {
  border-left: 2px solid #f4f4f4;
}
#wrapper-footer-change-1 .wrapper-shop-list-title ul li:nth-child(n+6) {
  border-top: 2px solid #f4f4f4;
}
#wrapper-footer-change-1 .section-shop div {
  width: 960px;
  margin: 35px auto 40px auto;
}
#wrapper-footer-change-1 .section-shop div h3 {
  display: inline-block;
  font-size: 20px;
/*
  font-size: 1.25rem;
*/
  color: #fdd000;
  border-bottom: 3px solid #fdd000;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
#wrapper-footer-change-1 .section-shop div ul {
  font-size: 0;
}
#wrapper-footer-change-1 .section-shop div li {
  position: relative;
  font-size: 14px;
/*
  font-size: 0.9375rem;
  font-size: 0.9rem;
*/
  line-height: 1.2;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin-top: 20px;
}
#wrapper-footer-change-1 .section-shop div li a {
  display: block;
  width: 100%;
  padding-right: 10px;
  padding-left: 15px;
}
#wrapper-footer-change-1 .section-shop div li a:before {
  content: url(https://www.loft.co.jp/new/img/footer/new_pc/img-pc-icon-arrow-3.png);
  position: absolute;
  width: 7px;
  height: 10px;
  top: 0px;
  left: 0px;
}
#wrapper-footer-change-1 .section-shop div li.column-2 {
  width: 40%;
}
#wrapper-footer-change-1 .section-shop div li.column-3 {
  width: 60%;
}
#wrapper-footer-change-1 .section-shop ~ .section-shop {
  border-top: 2px solid #f4f4f4;
}
#wrapper-footer-change-1 .section-shop:last-child div {
  margin-bottom: 0;
}
#wrapper-footer-change-1 #footer-sns {
  width: 960px;
  margin: 30px auto 0 auto;
  font-size: 0;
  text-align: center;
  padding-bottom: 30px;
}
#wrapper-footer-change-1 #footer-sns li {
  display: inline-block;
}
#wrapper-footer-change-1 #footer-sns li ~ li {
  margin-left: 10px;
}
#wrapper-footer-change-1 #footer-nav {
  width: 960px;
  margin: 0 auto 0 auto;
  padding: 30px 0 0 0;
  font-size: 0;
}
#wrapper-footer-change-1 #footer-nav li {
  display: inline-block;
  font-size: 15px;
/*
  font-size: 0.9375rem;
*/
}
#wrapper-footer-change-1 #footer-nav li ~ li:before {
  content: '|';
  padding: 0 20px;
}
#wrapper-footer-change-1 #copyright {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 40px 0 40px 0;
}

/*//////////////////////////////////////////////////////*/
/*
 * è¿½å ã2016.5.27ãend
 * */
/*//////////////////////////////////////////////////////*/

#wrapper-footer {
  width: 100%;
}
#wrapper-footer #footer-obi {
  width: 100%;
  height: 60px;
  background-color: #fdd000;
  overflow: hidden;
}
#wrapper-footer #footer-obi ul {
  width: 960px;
  margin: 0 auto 0 auto;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
#wrapper-footer #footer-obi ul li {
  position: relative;
  line-height: 60px;
  float: right;
}
#wrapper-footer #footer-obi ul li:first-child {
  float: left;
}
#wrapper-footer #footer-obi ul li:nth-child(2) a {
  margin-left: 34px;
  margin-right: 40px;
}
#wrapper-footer #footer-obi ul li:nth-child(2) a:before {
  content: url(https://www.loft.co.jp/new/img/footer/pc/img-pc-icon-musimegane.png);
  position: absolute;
  width: 29px;
  height: 30px;
  top: 10px;
  left: 0px;
}
#wrapper-footer #footer-obi ul li:nth-child(2) a:after {
  content: url(https://www.loft.co.jp/new/img/footer/pc/img-pc-icon-arrow-1.png);
  position: absolute;
  width: 29px;
  height: 30px;
  top: 5px;
  right: 0px;
}
#wrapper-footer #wrapper-footer-links {
  background-color: #f4f4f4;
}
#wrapper-footer .wrapper-shop-list {
  display: table;
  width: 960px;
  margin: 0 auto 0 auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.7;
  padding-top: 30px;
}
#wrapper-footer .wrapper-shop-list > li {
  width: 196px;
  display: table-cell;
}
#wrapper-footer #footer-sns {
  width: 960px;
  margin: 50px auto 0 auto;
  font-size: 0;
  text-align: center;
}
#wrapper-footer #footer-sns li {
  display: inline-block;
}
#wrapper-footer #footer-sns li ~ li {
  margin-left: 10px;
}
#wrapper-footer #footer-nav {
  width: 960px;
  margin: 65px auto 0 auto;
  font-size: 0;
}
#wrapper-footer #footer-nav li {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
}
#wrapper-footer #footer-nav li ~ li:before {
  content: '|';
  padding: 0 20px;
}
#wrapper-footer #copyright {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 52px 0 40px 0;
}

.top #wrapper-contests .main-title {
  display: block;
  width: 66.7%;
  margin: 0 auto 0 auto;
  padding-top: 195px;
}
.top #wrapper-contests .main-title img {
  width: 100%;
}
.top #wrapper-contests .main-visual {
  display: block;
  width: 66.7%;
  margin: 0 auto 0 auto;
}
.top #wrapper-contests .main-visual img {
  width: 100%;
}
.top #wrapper-main-contents {
  margin-top: 85px;
  background-color: #f4f4f4;
}
.top .main-contents-inner {
  width: 100%;
  font-size: 0;
}
.top .main-contents-inner a:hover {
  color: #fdd000;
}
.top .main-contents-inner li {
  position: relative;
  display: inline-block;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  background-color: white;
}
.top .main-contents-inner li img {
  width: 100%;
}
.top .main-contents-inner .pc-column-2 {
  width: 50%;
}
.top .main-contents-inner .pc-column-3 {
  width: 33.333%;
}
.top .main-contents-inner .pc-column-4 {
  width: 25%;
  background-color: white;
}
.top .main-contents-inner .pc-column-4 .column-4-space img {
  width: 100%;
}
.top .main-contents-inner .contents-type-2 a {
  display: block;
  position: relative;
}
.top .main-contents-inner .contents-type-2 a p {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.top .main-contents-inner .contents-type-2 a .sub-title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.5;
  top: 10px;
  left: 54px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .top .main-contents-inner .contents-type-2 a .sub-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .top .main-contents-inner .contents-type-2 a .sub-title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .top .main-contents-inner .contents-type-2 a .sub-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.top .main-contents-inner .contents-type-2 a .title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3;
  top: 52px;
  left: 54px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .top .main-contents-inner .contents-type-2 a .title {
    font-size: 17px;
    font-size: 1.0625rem;
    top: 35px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .top .main-contents-inner .contents-type-2 a .title {
    font-size: 17px;
    font-size: 1.0625rem;
    top: 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .top .main-contents-inner .contents-type-2 a .title {
    font-size: 20px;
    font-size: 1.25rem;
    top: 40px;
  }
}
.top .main-contents-inner .news:before {
  content: url(https://www.loft.co.jp/new/img/contents/top/pc/img-pc-icon-news.png);
  position: absolute;
  width: 14px;
  height: 68px;
  top: 16px;
  left: 16px;
}
.top .main-contents-inner .news:after {
  content: url(https://www.loft.co.jp/new/img/contents/top/pc/img-pc-icon-arrow-1.png);
  position: absolute;
  width: 20px;
  height: 33px;
  bottom: 22px;
  left: 60px;
}
.top .main-contents-inner .shop-list:before {
  content: url(https://www.loft.co.jp/new/img/contents/top/pc/img-pc-icon-shop-list.png);
  position: absolute;
  width: 18px;
  height: 106px;
  top: 16px;
  left: 16px;
}
.top .main-contents-inner .shop-list:after {
  content: url(https://www.loft.co.jp/new/img/contents/top/pc/img-pc-icon-arrow-1.png);
  position: absolute;
  width: 24px;
  height: 40px;
  bottom: 22px;
  left: 60px;
}
.top .main-contents-inner .shop-list {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-shop-list-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.top .main-contents-inner .col-3-04-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-3-04-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-3-06-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-3-06-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-01-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-01-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-02-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-02-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-03-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-03-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-04-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-04-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-05-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-05-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-06-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-06-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-07-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-07-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-08-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-08-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-09-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-09-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-10-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-10-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-11-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-11-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-12-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-12-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-13-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-13-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.top .main-contents-inner .col-4-14-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-14-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
/* add 2016.6.2 */
.top .main-contents-inner .col-4-15-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-15-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
/* add 2016.6.23 */
.top .main-contents-inner .col-4-16-bg {
  background: white url(https://www.loft.co.jp/new/img/contents/top/pc/img-banner-col-4-16-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
/* kumamoto */
.top .main-contents-inner .pc-column-1 {
width:100%;
}

footer {
  font-family: YuGothic,'æ¸¸ã´ã·ãã¯','ã¡ã¤ãªãª','Meiryo','ãã©ã®ãè§ã´ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
}
/*# sourceMappingURL=style.css.map */

