@charset "utf-8";
/* CSS Document */

/* common */
html,
body {
}
body {
  font-size: 88%;
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-x: hidden;
  color: #646464;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
}
body {
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 540px) {
  body {
    font-size: 82%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dt,
dd {
  font-size: 100%;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
  margin: 0 0 1em;
  font-weight: normal;
}
p {
  line-height: 1.8em;
  margin: 0 0 1.5em;
}
ol,
ul,
dt,
dd {
  line-height: 1.7em;
  margin: 0 0 1.5em;
}
table {
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

strong {
  font-weight: bold;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

.korolev {
  font-family: korolev, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.korolev_medium {
  font-family: korolev, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.korolev_bold {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* リスト通常使用 */
ul.normal {
  padding-left: 15px;
  margin-left: 15px;
  list-style: disc;
}
ul.normal li {
}
ul.none {
  list-style: none;
}

ol.normal {
  padding-left: 15px;
  margin-left: 15px;
  list-style: decimal;
}
ol.normal li {
}

dl {
  margin: 0;
  padding: 0;
}
dt {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0;
}

a:link {
  text-decoration: underline;
  color: #646464;
}
a:visited {
  text-decoration: underline;
  color: #646464;
}
a:hover {
  text-decoration: none;
  color: #646464;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 1px;
}
th,
td {
  padding: 10px;
  vertical-align: middle;
  border: solid 1px #ffffff;
  text-align: center;
}
th {
  background: #ccc;
  font-weight: bold;
}
td {
  background: #fff;
}
td {
  text-align: left;
}

@media screen and (max-width: 640px) {
  th,
  td {
    padding: 10px;
    font-size: 90%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  th,
  td {
    padding: 5px;
  }
}

.pc {
}
.sp {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline !important;
  }
}

/* header */
#header {
  padding: 40px 0 30px;
  text-align: left;
}
#header.second {
  padding: 30px 30px 40px;
  text-align: left;
}

#header .in {
  display: table;
  width: 1000px;
  margin: 0 auto;
}
#header.second .in {
  display: table;
  width: 100%;
}

#header #logo,
#header #gnavi,
#header #ico {
  display: table-cell;
  vertical-align: top;
}

#header #logo {
  width: 755px;
  margin: 0;
}
#header #logo img {
  width: 647px;
}
#header.second #logo {
  width: 250px;
}
#header.second #logo img {
  width: 100%;
}

#header #hnavi {
  width: 150px;
  padding: 20px 0 0;
  font-size: 86%;
  font-family: korolev, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.18em;
}
#header #hnavi ul {
  margin: 0;
}
#header #hnavi a {
  color: #000;
  text-decoration: none;
  position: relative;
}
#header #hnavi a span {
  position: relative;
  z-index: 2;
}
#header #hnavi a i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 7px;
  background: #f5ff03;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
#header #hnavi a:hover i {
  width: 100%;
}

#header.second #hnavi {
  width: auto;
  padding: 5px 40px 0 0;
  text-align: right;
}
#header.second #hnavi ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  border: dashed #707070;
  border-width: 0 1px 0 0;
  padding: 0 15px 0 0;
  position: relative;
}
#header.second #hnavi ul li:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
#header.second #hnavi ul li ul {
  position: absolute;
  left: 0;
  top: 20px;
  width: 170px;
  z-index: 10;
  text-align: left;
  padding: 10px 0 0;
  display: none;
}
#header.second #hnavi ul li:hover ul {
  display: block;
}
#header.second #hnavi ul li ul li {
  display: block;
  margin: 0;
  line-height: 1em;
  background: url('../images/menu_bg.png');
  padding: 0 7px !important;
  border: none;
}
#header.second #hnavi ul li ul li a {
  display: block;
  padding: 10px 0 8px;
  color: #fff;
  position: relative;
  border: dashed #fff;
  border-width: 0 0 1px;
}
#header.second #hnavi ul li ul li:last-of-type a {
  border: none;
}
#header.second #hnavi ul li ul li a span:before {
  content: '・';
}
#header #hnavi ul li ul li a i {
  background-color: rgba(255, 255, 255, 0.7);
}

#header #ico {
  padding: 15px 0 0;
  width: 60px;
}
#header #ico ul {
  display: table;
  width: 100%;
  margin: 0;
}
#header #ico ul li {
  display: table-cell;
  vertical-align: bottom;
}
#header #ico ul li:nth-of-type(1) {
  text-align: left;
}
#header #ico ul li:nth-of-type(2) {
  text-align: right;
}

#header.second #ico {
  padding: 0;
}

@media screen and (max-width: 900px) {
  #header {
    padding: 25px 0 20px !important;
  }
  #header .in {
    width: 95% !important;
    padding: 0 70px 0 0;
  }
  #header #hnavi {
    display: none;
  }

  #header #logo {
    width: auto !important;
    padding: 0 8% 0 0;
  }
  #header #logo img {
    width: 402px !important;
  }
  #header #ico {
  }
  #header.second #ico {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 480px) {
  #header .in {
    width: 95% !important;
    padding: 0 50px 0 0;
  }
  #header #ico {
    padding: 5px 0 0 !important;
    width: 60px;
  }
  #header #ico ul li {
    padding: 0 6px;
  }
}

/* gnavi */
#gnavi {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: url('../images/menu_bg.png');
  z-index: 99;
  padding: 80px 0 0;
  font-size: 129%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  font-family: korolev, sans-serif;
}
#gnavi.active {
  left: 0;
}
#gnavi a {
  color: #fff;
  text-decoration: none;
}
#gnavi ul {
  margin: 0 auto;
  width: 80%;
  font-size: 1.2em;
}
#gnavi ul li {
  border: solid #cccccc;
  border-width: 0 0 1px;
}
#gnavi ul li:last-of-type {
  border: none;
}
#gnavi ul li a {
  display: block;
  padding: 15px;
}

#gnavi ul li ul {
  border: none;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 74%;
}
#gnavi ul li ul li {
  border: none;
}
#gnavi ul li ul li a {
  padding: 5px;
}

@media screen and (max-width: 900px) {
}

/* spmenu */
#sp_menu {
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 15px;
  display: none;
}
#sp_menu a {
  display: block;
}
/*#sp_menu.active .menu-trigger{background-color:rgba(0,0,0,0.7);}*/

@media screen and (max-width: 900px) {
  #sp_menu {
    display: block;
    top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #sp_menu {
    display: block;
    top: 20px;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
}
.menu-trigger.active {
  background: transparent;
}
.menu-trigger span {
  position: absolute;
  left: 8px;
  width: 24px;
  height: 2px;
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 19px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 10px;
}

.menu-trigger.active span {
  background-color: #fff;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* */
#indx_sec01 {
  background: #fafafa;
  padding: 45px 0 80px;
}

@media screen and (max-width: 900px) {
  #indx_sec01 {
    padding: 0 0 20px;
  }
}

/* main */
#main_slide01 {
  width: 1000px;
  text-align: center;
  position: relative;
  padding: 0 0 30px;
  margin: 0 auto 30px;
}
#main_slide01 .swiper-slide {
  position: relative;
  background: #fff;
}

.swiper-wrapper {
  position: relative;
}
.swiper-pagination-bullets {
  bottom: 5px !important;
}
.swiper-pagination-bullet {
  opacity: 1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #c9c9c9;
}
.swiper-pagination-bullet-active {
  background: #000;
}

#main_slide01 .swiper-slide a .img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
#main_slide01 .swiper-slide a:hover .img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

@media screen and (max-width: 900px) {
  #main_slide01 {
    width: 100%;
    padding: 0 0 30px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 540px) {
}

.pan {
  text-align: center;
  position: relative;
  left: 50%;
  float: left;
  margin-bottom: 50px;
}
.pan li {
  float: left;
  margin-right: 10px;
  position: relative;
  left: -50%;
}
.pan li::after {
  content: '/';
  padding-left: 10px;
}

.pan li:last-child:after {
  content: '';
  padding-left: 0px;
}
.pan li a {
  text-decoration: none;
  font-weight: normal;
}
.pan li:last-of-type {
  text-decoration: none;
  font-weight: bold;
}
.pan li:last-of-type a {
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .pan {
    text-align: center;
    position: relative;
    left: inherit;
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .pan li {
    float: left;
    margin-right: 10px;
    position: relative;
    left: inherit;
    font-size: 0.8em;
  }
}

#news {
  margin: 0 0 50px;
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
}
#news .in {
  display: table;
  width: 100%;
}
#news .news_h,
#news .news {
  display: table-cell;
  vertical-align: top;
}
#news .news_h {
  width: 100px;
  font-family: korolev, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 171%;
}
#news .news {
  padding: 7px 0 0;
}
#news .news dl {
  display: table;
  width: 100%;
}
#news .news dt,
#news .news dd {
  display: table-cell;
  vertical-align: top;
}
#news .news dt {
  width: 110px;
}

@media screen and (max-width: 900px) {
  #news {
    margin: 0 auto 30px;
    padding: 12px;
    width: 96%;
    border: 2px solid #eeeeee;
  }
  #news .news_h,
  #news .news {
    display: block;
  }
  #news .news_h {
    width: 100%;
    margin: 0 0 5px;
  }
  #news .news {
    padding: 0;
  }
  #news .news dt,
  #news .news dd {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}

#indx_about {
  width: 840px;
  margin: 0 auto;
}
#indx_about .about_h {
  font-size: 180%;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 25px;
  line-height: 1.3em;
}
#indx_about .about_h strong,
#indx_about .about_h span {
  display: inline-block;
  vertical-align: middle;
}
#indx_about .about_h strong {
  font-family: korolev, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-right: 20px;
  letter-spacing: 0.15em;
}
#indx_about .about_h span {
  font-size: 50%;
  position: relative;
  top: -2px;
}
#indx_about .about_h i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 6px;
  background: #c7cad5;
}

@media screen and (max-width: 900px) {
  #indx_about {
    width: 90%;
    margin: 0 auto;
  }
  #indx_about .about_h {
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
  #indx_about .about_h span {
    top: -5px;
  }
}
@media screen and (max-width: 480px) {
  #indx_about .about_h {
    font-size: 171%;
  }
}

#indx_sec02 {
  background: #dee3ed;
  padding: 60px 0 50px;
}
#indx_sec02 .box {
  width: 1080px;
  margin: 0 auto 20px;
  border-radius: 10px;
  text-align: center;
}
#indx_sec02 .box:last-of-type {
  margin: 0 auto;
}

#indx_sec02 .box.box01 {
  background: #fff;
  padding: 90px 40px 60px;
}
#indx_sec02 .box.box02 {
  background: #f7fffd;
  padding: 90px 40px 60px;
}
#indx_sec02 .box.box03 {
  background: #f7f7f7;
  padding: 60px 40px 60px;
}

#indx_sec02 .box .h {
  font-size: 300%;
  font-family: korolev, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1em;
}
#indx_sec02 .box .lead {
  font-size: 108%;
}

#indx_sec02 .box.box01 .h {
  margin: 0 0 15px;
}
#indx_sec02 .box.box01 .lead {
  margin: 0 0 80px;
}

#indx_sec02 .box.box02 .h {
  margin: 0 0 30px;
}
#indx_sec02 .box.box02 .lead {
  margin: 0 0 40px;
}

#indx_sec02 .box.box03 .h {
  margin: 0 0 40px;
}

#indx_sec02 .box .collabo_list {
  margin: 0;
}
#indx_sec02 .box .collabo_list li {
  float: left;
  width: 200px;
  margin: 0 25px 0;
  line-height: 0;
}

#indx_sec02 .box .selection_list {
  margin: 0;
}
#indx_sec02 .box .selection_list li {
  float: left;
  width: 500px;
  margin: 0;
  line-height: 0;
  padding: 0 30px 0 0;
  text-align: left;
}
#indx_sec02 .box .selection_list li:nth-of-type(2) {
  border: dashed #707070;
  border-width: 0 0 0 1px;
  padding: 0 0 0 30px;
}

#indx_sec02 .box .selection_list li img {
  width: 396px;
}

#indx_sec02 .box .prof_list {
  margin: 0;
  display: table;
}
#indx_sec02 .box .prof_list .set {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 0 30px;
  text-align: center;
  letter-spacing: 0;
}
#indx_sec02 .box .prof_list .set:nth-of-type(2) {
  border: dashed #000;
  border-width: 0 0 0 1px;
}

#indx_sec02 .box .prof_list .set .img {
  margin: 0 0 30px;
  line-height: 0;
}
#indx_sec02 .box .prof_list .set .img img {
  width: 331px;
}
#indx_sec02 .box .prof_list .set .ex {
  margin: 0 0 30px;
}
#indx_sec02 .box .prof_list .set .addr {
  margin: 0;
}

@media screen and (max-width: 900px) {
  #indx_sec02 {
    padding: 20px 0;
  }
  #indx_sec02 .box {
    width: 90%;
  }

  #indx_sec02 .box.box01 {
    padding: 40px 20px;
  }
  #indx_sec02 .box.box02 {
    padding: 40px 20px;
  }
  #indx_sec02 .box.box03 {
    padding: 40px 20px;
  }

  #indx_sec02 .box .h {
    font-size: 229%;
  }
  #indx_sec02 .box .lead {
    font-size: 100%;
  }

  #indx_sec02 .box.box01 .lead {
    margin: 0 0 20px;
  }

  #indx_sec02 .box.box02 .h {
    margin: 0 0 15px;
  }
  #indx_sec02 .box.box02 .lead {
    margin: 0 0 20px;
  }

  #indx_sec02 .box.box03 .h {
    margin: 0 0 30px;
  }

  #indx_sec02 .box .collabo_list li {
    width: 45%;
    margin: 0 0 40px;
    padding: 0 10px;
  }
  #indx_sec02 .box .collabo_list li:nth-of-type(2n) {
    float: right;
  }
  #indx_sec02 .box .collabo_list li:nth-of-type(n + 3) {
    margin: 0;
  }

  #indx_sec02 .box .selection_list {
    padding: 0 10px;
  }
  #indx_sec02 .box .selection_list li {
    float: none;
    width: 100%;
    padding: 0;
  }
  #indx_sec02 .box .selection_list li:nth-of-type(2) {
    border: dashed #707070;
    border-width: 1px 0 0;
    padding: 15px 0 0;
    margin: 15px 0 0;
  }

  #indx_sec02 .box .selection_list li img {
    width: 75%;
  }

  #indx_sec02 .box .prof_list {
    padding: 0 10px;
  }
  #indx_sec02 .box .prof_list .set {
    display: block;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    letter-spacing: 0;
  }
  #indx_sec02 .box .prof_list .set:nth-of-type(2) {
    border: dashed #000;
    border-width: 1px 0 0;
    padding-top: 25px;
    margin-top: 25px;
  }

  #indx_sec02 .box .prof_list .set .img {
    margin: 0 0 15px;
  }
  #indx_sec02 .box .prof_list .set .img img {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #indx_sec02 .box .h {
    font-size: 178%;
  }
  #indx_sec02 .box .prof_list .set {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 10px 10px !important;
    text-align: center;
    letter-spacing: 0;
  }
  #indx_sec02 .box .prof_list .set:nth-of-type(2) {
    border: dashed #000 !important;
    border-width: 1px 0 0 !important;
    padding-top: 25px !important;
    margin-top: 25px;
  }
  #indx_sec02 .box .prof_list .set .ex {
    text-align: left;
  }
  #indx_sec02 .box .prof_list .set .img img {
    width: 100%;
  }
}

/* cate */

#second_sec {
  background: #fafafa;
  padding: 70px 0 60px;
}

@media screen and (max-width: 900px) {
  #second_sec {
    padding: 20px 0 20px;
  }
}

.second_h {
  font-size: 300%;
  font-family: korolev, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1em;
  text-align: center;
  margin: 0 0 50px;
}
.second_lead {
  font-size: 108%;
  text-align: center;
  margin: 0 0 60px;
}
.second_main_img {
  margin: 0 0 70px;
  line-height: 0;
}

@media screen and (max-width: 900px) {
  .second_h {
    font-size: 229%;
    margin: 0 0 30px;
  }
  .second_lead {
    font-size: 100%;
    margin: 0 0 30px;
  }
  .second_main_img {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 480px) {
  .second_h {
    font-size: 178%;
  }
}

.cate_logo {
  margin: 0 0 20px;
  text-align: center;
  line-height: 0;
}
.cate_list {
  margin: 0 0 80px;
  text-align: center;
}
.cate_list li {
  width: 160px;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.cate_list li span {
  display: block;
}
.cate_list li span.img {
  margin: 0 0 15px;
  line-height: 0;
}
.cate_list li span.ex {
  font-size: 86%;
  line-height: 1.4em;
}

@media screen and (max-width: 900px) {
  .cate_logo {
    margin: 0 0 30px;
  }
  .cate_logo img {
    max-width: 50%;
  }
  .cate_list {
    margin: 0 0 40px;
  }
  .cate_list li {
    margin: 0 8px 20px;
  }
}
@media screen and (max-width: 480px) {
  .cate_list li {
    width: 120px;
    margin: 0 8px 20px;
  }
  .cate_logo {
    margin: 20px 0 10px;
  }
}

#second_sec .box {
  width: 1080px;
  margin: 60px auto 0;
  border-radius: 10px;
  background: #fff;
  padding: 90px 120px 50px;
  text-align: left;
}

#second_sec .box .about_h {
  font-size: 180%;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 25px;
  line-height: 1.3em;
}
#second_sec .box .about_h strong,
#second_sec .box .about_h span {
  display: inline-block;
  vertical-align: middle;
}
#second_sec .box .about_h strong {
  font-family: korolev, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-right: 20px;
  letter-spacing: 0.15em;
}
#second_sec .box .about_h span {
  font-size: 50%;
  position: relative;
  top: -2px;
}
#second_sec .box .about_h i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 6px;
  background: #c7cad5;
}

#second_sec .box .prof {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border: dashed #000;
  border-width: 0 0 1px;
  display: table;
  width: 100%;
}
#second_sec .box .prof:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}

#second_sec .box .prof .pic,
#second_sec .box .prof .txt {
  display: table-cell;
  vertical-align: top;
}
#second_sec .box .prof .pic {
  width: 195px;
}
#second_sec .box .prof .txt {
  padding: 0 0 0 25px;
  letter-spacing: 0;
}
#second_sec .box .prof .txt .logo {
  margin: 0 0 15px;
  line-height: 0;
}

@media screen and (max-width: 900px) {
  #second_sec .box {
    width: 92%;
    margin: 40px auto 0;
    padding: 40px 20px;
  }
  #second_sec .box .about_h {
    padding: 0 0 10px;
    margin: 0 0 20px;
  }
  #second_sec .box .about_h span {
    top: -5px;
  }

  #second_sec .box .prof {
    margin: 0 0 25px;
    padding: 0 30px 25px;
  }
  #second_sec .box .prof:last-of-type {
    padding: 0 30px;
  }
  #second_sec .box .prof .pic,
  #second_sec .box .prof .txt {
    display: block;
  }
  #second_sec .box .prof .pic {
    width: 100%;
    text-align: center;
  }
  #second_sec .box .prof .pic img {
    width: 60%;
  }
  #second_sec .box .prof .txt {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  #second_sec .box {
    width: 96%;
    margin: 40px auto 0;
    padding: 20px;
  }
  #second_sec .box .about_h {
    font-size: 170%;
  }
  #second_sec .box .prof {
    margin: 0 0 25px;
    padding: 0 5px 25px;
  }
  #second_sec .box p {
    font-size: 1.1em;
    line-height: 2em !important;
  }
  #second_sec .box .prof:last-of-type {
    padding: 0 5px;
  }
}

/* footer */
#footer {
  background: #2a3584;
  padding: 40px 30px 60px;
  color: #fff;
}
#footer a {
  color: #fff;
}

#footer .in {
  display: table;
  width: 100%;
}
#footer #f_left,
#footer #f_center,
#footer #f_right {
  display: table-cell;
  vertical-align: middle;
}

#footer #f_left {
  width: 212px;
}
#footer #f_left #f_logo {
  margin: 0;
  line-height: 0;
}

#footer #f_center {
  padding: 15px 0 0;
}

#footer #f_right {
  width: 185px;
}
#footer #f_right ul {
  margin: 0;
  display: table;
  width: 100%;
}
#footer #f_right ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#footer #f_right ul li.knap {
  text-align: left;
}
#footer #f_right ul li.sankyo {
  text-align: right;
}
#footer #f_right ul li.knap img {
  width: 85px;
}
#footer #f_right ul li.sankyo img {
  width: 64px;
}

#f_link {
  margin: 0 0 5px;
  font-size: 72%;
}
#f_link li {
  display: inline-block;
}
#f_link li {
  display: inline-block;
  border-right: 1px solid #ffff;
  padding-right: 10px;
  margin-right: 10px;
}
#f_link li:last-child {
  display: inline-block;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
#copy {
  margin: 0;
  font-size: 79%;
}

@media screen and (max-width: 900px) {
  #footer {
    padding: 40px 30px;
  }

  #footer .in {
    display: flex;
    flex-direction: column;
  }
  #footer #f_left,
  #footer #f_center,
  #footer #f_right {
    display: block;
  }

  #footer #f_left {
    order: 1;
    width: 100%;
    margin: 0 0 30px;
  }
  #footer #f_left #f_logo {
    width: 62%;
    margin: 0 auto;
  }

  #footer #f_center {
    order: 3;
    padding: 0;
  }
  #footer #f_right {
    order: 2;
    width: 100%;
    margin: 0 0 30px;
  }
  #footer #f_right p {
    margin: 0 auto;
    width: 62%;
    line-height: 0;
  }
}

#topcontrol {
  position: fixed;
  right: 0;
  bottom: 0;
  line-height: 0;
  margin: 0;
  display: none;
  background: #000;
  width: 50px;
  height: 50px;
  font-size: 24px;
}
#topcontrol a {
  display: table;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
#topcontrol a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* コンテンツ */
#wrap {
  text-align: left;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .inner {
    width: 92%;
  }
}

.collaboration_list {
  margin: 50px 0;
}
.collaboration_list li {
  width: 200px;
  margin: 0 25px 50px;
  float: left;
}

.product_list {
  margin: 50px 0;
}
.product_list li {
  width: 160px;
  margin: 0 20px 50px;
  float: left;
  text-align: center;
  font-size: 0.8em;
}

.detail_img {
  margin: 0 0 50px;
  width: 450px;
  float: left;
}
.detail_img .img {
  margin: 0 0 5px;
  line-height: 0;
}
.detail_img .thumb {
  text-align: center;
}
.detail_img .thumb li {
  float: left;
  margin: 0 6px 0 0;
}
.detail_img .thumb li img {
  width: 108px;
}
.detail_img .thumb li:last-child {
  float: left;
  margin: 0;
}

.detail_info {
  width: 500px;
  float: right;
}

.products_data {
  margin: 0 0 30px;
  font-size: 0.9em;
}
.products_data dt {
  float: left;
  width: 168px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #ffffff;
  padding: 10px 0 12px;
}
.products_data dd {
  float: left;
  width: 332px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #ffffff;
  padding: 10px 0 12px;
}
.products_data dt:first-of-type {
  border-top: none !important;
}
.products_data dd:first-of-type {
  border-top: none !important;
}

.cart_btn {
  float: right;
  width: 380px;
}
button {
  border: none;
  background: none;
  width: 380px;
  float: left;
}
button img {
  width: 100%;
}
button img.hover {
  opacity: 0.6;
}

.input_area {
  float: left;
}
.unit_area {
  position: relative;
  float: left;
  display: inline-block;
  padding-top: 8px;
}
.unit_num {
  border: 1px solid 1px #cccccc !important;
  padding: 10px;
  width: 50px;
  margin: 18px 10px 0 0;
}
.btn_up {
  width: 20px !important;
  margin: 15px 0 0 0;
  padding-top: 5px;
  display: block;
}
.btn_up img {
  width: 50%;
}
.btn_down {
  width: 20px !important;
  margin: 10px 0 0 0;
  padding: 5px 0 0 -15px;
  display: block;
}
.btn_down img {
  width: 50%;
}

.topicpath-nav li:last-of-type a {
  text-decoration: none;
}

@media screen and (max-width: 520px) {
  .collaboration_list {
    margin: 50px 0;
  }
  .collaboration_list li {
    width: 40%;
    margin: 0 5% 20px;
    float: left;
  }

  .product_list {
    margin: 50px 0;
  }
  .product_list li {
    width: 40%;
    margin: 0 5% 20px;
    float: left;
  }

  .detail_info {
    width: 100%;
    float: none;
  }

  .input_block {
    clear: both;
    width: inherit;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .detail_img {
    margin: 0 0 50px 5%;
    width: 90%;
    float: none;
  }
  .detail_img .img {
    margin: 0 0 5px;
    line-height: 0;
  }
  .detail_img .thumb {
    text-align: center;
    width: 100%;
  }
  .detail_img .thumb li {
    float: left;
    margin: 0 2% 0 0;
    width: 23%;
  }
  .detail_img .thumb li img {
    width: 100%;
  }
  .detail_img .thumb li:last-child {
    float: left;
    margin: 0;
  }

  .input_area {
    margin-left: 5%;
    margin-bottom: 20px;
    width: 80%;
  }
  .unit_area {
    position: relative;
    float: none;
    display: inline-block;
    padding-top: 8px;
    margin-bottom: 20px;
  }
  .unit_num {
    border: 1px solid 1px #cccccc !important;
    padding: 10px;
    width: 90%;
    margin: 18px 10px 0 0;
  }

  .btn_up {
    width: 20px !important;
    margin: 10px 0 0 10px;
    padding-top: 5px;
    display: block;
  }
  .btn_up img {
    width: 90%;
  }
  .btn_down {
    width: 20px !important;
    margin: 10px 0 0 10px;
    padding: 5px 0 0 -15px;
    display: block;
  }
  .btn_down img {
    width: 90%;
  }

  .cart_btn {
    float: none;
    width: 94%;
    margin-left: 3%;
  }
  button {
    border: none;
    background: none;
    width: 100%;
  }

  .products_data {
    margin: 0 0 30px;
    font-size: 1.1em;
  }
  .products_data dt {
    float: none;
    width: 100%;
    border-bottom: none;
    border-top: none;
    padding: 10px;
    background: #eeeeee;
    margin: 0;
  }
  .products_data dd {
    float: none;
    width: 100%;
    border: #eeeeee 1px solid;
    padding: 10px;
    margin: 0;
  }
  .products_data dt:first-of-type {
    border-top: none !important;
  }
  .products_data dd:first-of-type {
    border-top: none !important;
  }
  .products_data br {
    display: none;
  }
}

#tokutei .h {
  font-size: 180%;
  font-family: korolev, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1em;
  border-bottom: 2px solid #c7cad5;
  padding-bottom: 10px;
}
#tokutei .h i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 6px;
  background: #c7cad5;
}

#top_lineup .h {
  font-size: 300%;
  font-family: korolev, sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1em;
  text-align: center;
}

/*------------------------------------------------
   汎用
------------------------------------------------*/

.tx_l {
  text-align: left !important;
}
.tx_c {
  text-align: center !important;
}
.tx_r {
  text-align: right !important;
}

.vm {
  vertical-align: middle !important;
}
.vt {
  vertical-align: top !important;
}
.vb {
  vertical-align: bottom !important;
}

.tx_slarge {
  font-size: 114% !important;
}
.tx_large {
  font-size: 128% !important;
}
.tx_xlarge {
  font-size: 150% !important;
}
.tx_xxlarge {
  font-size: 200% !important;
}
.tx_small {
  font-size: 85% !important;
}
.tx_midium {
  font-size: 100% !important;
}
.tx_xsmall {
  font-size: 71% !important;
}

.f_bold {
  font-weight: bold !important;
}
.f_normal {
  font-weight: normal !important;
}

.txt_under {
  text-decoration: underline !important;
}
.txt_strike {
  text-decoration: line-through !important;
}

.inblock {
  display: inline-block !important;
}
.ls_w {
  letter-spacing: 0.2em;
}
.ls_m {
  letter-spacing: 0.1em;
}

.relative {
  position: relative !important;
}

.lh0 {
  line-height: 0em !important;
}
.lh1 {
  line-height: 1em !important;
}
.lh13 {
  line-height: 1.3em !important;
}
.lh15 {
  line-height: 1.5em !important;
}
.lh2 {
  line-height: 2em !important;
}

ul.note {
  list-style: none !important;
}
ul.note li {
  text-indent: -1em !important;
  padding-left: 1em !important;
}
ul.note li:before {
  content: '※';
}

.note01 {
  padding-left: 1em !important;
  text-indent: -1em !important;
}
.note02 {
  padding-left: 2em !important;
  text-indent: -2em !important;
}
.note03 {
  padding-left: 3em !important;
  text-indent: -3em !important;
}
.note04 {
  padding-left: 4em !important;
  text-indent: -4em !important;
}
.note05 {
  padding-left: 5em !important;
  text-indent: -5em !important;
}
.note06 {
  padding-left: 6em !important;
  text-indent: -6em !important;
}
.note07 {
  padding-left: 7em !important;
  text-indent: -7em !important;
}
.note08 {
  padding-left: 8em !important;
  text-indent: -8em !important;
}
.note09 {
  padding-left: 9em !important;
  text-indent: -9em !important;
}
.note10 {
  padding-left: 10em !important;
  text-indent: -10em !important;
}
.note11 {
  padding-left: 11em !important;
  text-indent: -11em !important;
}
.note12 {
  padding-left: 12em !important;
  text-indent: -12em !important;
}

.red {
  color: #ff0000 !important;
}
.white {
  color: #ffffff !important;
}
.black {
  color: #333333 !important;
}

.w_full {
  width: 100% !important;
}
.wauto {
  width: auto !important;
}

.w100 {
  width: 100px !important;
}
.w200 {
  width: 200px !important;
}
.w300 {
  width: 300px !important;
}
.w400 {
  width: 400px !important;
}
.w500 {
  width: 500px !important;
}
.w600 {
  width: 600px !important;
}

.w03em {
  width: 3em !important;
}
.w04em {
  width: 4em !important;
}
.w05em {
  width: 5em !important;
}
.w06em {
  width: 6em !important;
}
.w07em {
  width: 7em !important;
}
.w08em {
  width: 8em !important;
}
.w09em {
  width: 9em !important;
}
.w10em {
  width: 10em !important;
}
.w11em {
  width: 11em !important;
}
.w12em {
  width: 12em !important;
}
.w13em {
  width: 13em !important;
}
.w14em {
  width: 14em !important;
}
.w15em {
  width: 15em !important;
}
.w16em {
  width: 16em !important;
}
.w17em {
  width: 17em !important;
}
.w18em {
  width: 18em !important;
}
.w19em {
  width: 19em !important;
}
.w20em {
  width: 20em !important;
}
.w21em {
  width: 21em !important;
}
.w22em {
  width: 22em !important;
}
.w23em {
  width: 23em !important;
}
.w24em {
  width: 24em !important;
}
.w25em {
  width: 25em !important;
}
.w26em {
  width: 26em !important;
}
.w27em {
  width: 27em !important;
}
.w28em {
  width: 28em !important;
}
.w29em {
  width: 29em !important;
}
.w30em {
  width: 30em !important;
}

.bdr {
  border: solid 1px #dddddd !important;
}
.bdr_none {
  border: none !important;
}

.radius05 {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.radius10 {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}

.radius_top05 {
  -webkit-border-top-left-radius: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
}
.radius_top10 {
  -webkit-border-top-left-radius: 10px !important;
  -webkit-border-top-right-radius: 10px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -moz-border-radius: 10px 10px 0 0 !important;
  border-radius: 10px 10px 0 0 !important;
}

.radius_bottom05 {
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  -webkit-border-bottom-right-radius: 5px !important;
  -moz-border-radius: 0 0 5px 5px !important;
  border-radius: 0 0 5px 5px !important;
}
.radius_bottom10 {
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-bottom-left-radius: 10px !important;
  -webkit-border-bottom-right-radius: 10px !important;
  -moz-border-radius: 0 0 10px 10px !important;
  border-radius: 0 0 10px 10px !important;
}

.mauto {
  margin: auto !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mt01 {
  margin-top: 1px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}
.mr01 {
  margin-right: 1px !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}

.pl0 {
  padding-left: 0 !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}

.pr0 {
  padding-right: 0 !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}

.pad0 {
  padding: 0 !important;
}
.pad05 {
  padding: 5px !important;
}
.pad10 {
  padding: 10px !important;
}
.pad15 {
  padding: 15px !important;
}
.pad20 {
  padding: 20px !important;
}
.pad30 {
  padding: 30px !important;
}
.pad40 {
  padding: 40px !important;
}

.plr05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.fl {
  float: left !important;
}
.fr {
  float: right !important;
}

.visi {
  display: block !important;
}
.hide {
  display: none !important;
}

/* clearfix */
.cls {
  clear: both;
}
/* For modern browsers */
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
} /* clearfixここまで */
/* 汎用ここまで */

/*
       * layout
       */
#wrapper {
  max-width: 1000px;
}

/*
       * contents
       */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
#contents .topicpath-nav li {
  padding: 0;
}
#contents .topicpath-nav a {
  margin-left: 5px;
}

/*
       * side
       */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
       * temp
       */

/* font */
.txt_l {
  text-align: left;
}
.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
.txt_fwn {
  font-weight: normal;
}
.txt_fwb {
  font-weight: bold;
}
.txt_10 {
  font-size: 10px;
}
.txt_12 {
  font-size: 12px;
}
.txt_14 {
  font-size: 14px;
}
.txt_16 {
  font-size: 16px;
}
.txt_18 {
  font-size: 18px;
}
.txt_20 {
  font-size: 20px;
}
.txt_24 {
  font-size: 24px;
}
.txt_28 {
  font-size: 28px;
}
.txt_c_333 {
  color: #333;
}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto {
  margin: 0 auto;
}
.mar_0 {
  margin: 0;
}
.mar_t_0 {
  margin-top: 0;
}
.mar_r_0 {
  margin-right: 0;
}
.mar_b_0 {
  margin-bottom: 0;
}
.mar_l_0 {
  margin-left: 0;
}
.mar_5 {
  margin: 5px;
}
.mar_t_5 {
  margin-top: 5px;
}
.mar_r_5 {
  margin-right: 5px;
}
.mar_b_5 {
  margin-bottom: 5px;
}
.mar_l_5 {
  margin-left: 5px;
}
.mar_t_10 {
  margin-top: 10px;
}
.mar_r_10 {
  margin-right: 10px;
}
.mar_b_10 {
  margin-bottom: 10px;
}
.mar_l_10 {
  margin-left: 10px;
}
.mar_t_20 {
  margin-top: 20px;
}
.mar_r_20 {
  margin-right: 20px;
}
.mar_b_20 {
  margin-bottom: 20px;
}
.mar_l_20 {
  margin-left: 20px;
}
.mar_t_30 {
  margin-top: 30px;
}
.mar_r_30 {
  margin-right: 30px;
}
.mar_b_30 {
  margin-bottom: 30px;
}
.mar_l_30 {
  margin-left: 30px;
}
.mar_t_50 {
  margin-top: 50px;
}
.mar_r_50 {
  margin-right: 50px;
}
.mar_b_50 {
  margin-bottom: 50px;
}
.mar_l_50 {
  margin-left: 50px;
}

/* padding */
.pad_v_10 {
  padding: 10px 0;
}
.pad_v_20 {
  padding: 20px 0;
}
.pad_v_30 {
  padding: 30px 0;
}
.pad_0 {
  padding: 0;
}
.pad_t_0 {
  padding-top: 0;
}
.pad_r_0 {
  padding-right: 0;
}
.pad_b_0 {
  padding-bottom: 0;
}
.pad_l_0 {
  padding-left: 0;
}
.pad_5 {
  padding: 5px;
}
.pad_t_5 {
  padding-top: 5px;
}
.pad_r_5 {
  padding-right: 5px;
}
.pad_b_5 {
  padding-bottom: 5px;
}
.pad_l_5 {
  padding-left: 5px;
}
.pad_10 {
  padding: 10px;
}
.pad_t_10 {
  padding-top: 10px;
}
.pad_r_10 {
  padding-right: 10px;
}
.pad_b_10 {
  padding-bottom: 10px;
}
.pad_l_10 {
  padding-left: 10px;
}
.pad_20 {
  padding: 20px;
}
.pad_t_20 {
  padding-top: 20px;
}
.pad_r_20 {
  padding-right: 20px;
}
.pad_b_20 {
  padding-bottom: 20px;
}
.pad_l_20 {
  padding-left: 20px;
}
.pad_30 {
  padding: 30px;
}
.pad_t_30 {
  padding-top: 30px;
}
.pad_r_30 {
  padding-right: 30px;
}
.pad_b_30 {
  padding-bottom: 30px;
}
.pad_l_30 {
  padding-left: 30px;
}

/* border */
.bor_t_1 {
  border-top: 1px solid #eee;
}
.bor_r_1 {
  border-right: 1px solid #eee;
}
.bor_b_1 {
  border-bottom: 1px solid #eee;
}
.bor_l_1 {
  border-left: 1px solid #eee;
}

/* vertical align */
.va-10 {
  vertical-align: -10%;
}
.va-20 {
  vertical-align: -20%;
}
.va-30 {
  vertical-align: -30%;
}
.va-35 {
  vertical-align: -35%;
}
.va-40 {
  vertical-align: -40%;
}

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
       * icons
       */
.icon-user {
  background-position: -208px 0px;
}
.icon-lg-b.icon-user {
  background-position: -312px 0px;
}
.icon-adduser {
  background-position: -240px 0px;
}
.icon-lg-b.icon-adduser {
  background-position: -360px 0px;
}
.icon-login {
  background-position: -48px -80px;
}
.icon-lg-b.icon-login {
  background-position: -72px -120px;
}
.icon-logout {
  background-position: -32px -80px;
}
.icon-lg-b.icon-logout {
  background-position: -48px -120px;
}
.icon-home {
  background-position: -176px -16px;
}
.icon-lg-b.icon-home {
  background-position: -264px -24px;
}
.icon-mail {
  background-position: -64px 0px;
}
.icon-lg-b.icon-mail {
  background-position: -96px 0px;
}
.icon-pencil {
  background-position: -96px 0px;
}
.icon-lg-b.icon-pencil {
  background-position: -144px 0px;
}
.icon-help {
  background-position: -272px -80px;
}
.icon-lg-b.icon-help {
  background-position: -408px -120px;
}
.icon-cart {
  background-position: -176px -64px;
}
.icon-lg-b.icon-cart {
  background-position: -264px -96px;
}
.icon-search {
  background-position: -208px -16px;
}
.icon-lg-b.icon-search {
  background-position: -312px -24px;
}
.icon-chevron_up {
  background-position: -0px -144px;
}
.icon-lg-b.icon-chevron_up {
  background-position: -0px -216px;
}
.icon-chevron_down {
  background-position: -352px -128px;
}
.icon-lg-b.icon-chevron_down {
  background-position: -528px -192px;
}
.icon-twitter {
  background-position: -96px -176px;
}
.icon-lg-b.icon-twitter {
  background-position: -144px -264px;
}
.icon-instagram {
  background-position: -112px -192px;
}
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}
.icon-facebook {
  background-position: -128px -176px;
}
.icon-lg-b.icon-facebook {
  background-position: -192px -264px;
}
.icon-youtube {
  background-position: -128px -160px;
}
.icon-lg-b.icon-youtube {
  background-position: -191px -240px;
}

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  display: inline;
  zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  display: inline;
  zoom: 1;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (max-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (max-width: 768px) and (min-resolution: 192dpi),
  only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}

.top_product_area {
  width: 100%;
  margin: 30px 0 80px;
}
.top_product_list li {
  width: 9%;
  margin: 0 0.5% 0.1%;
  float: left;
  font-size: 0.8em;
  overflow: hidden;
  vertical-align: top;
}
.top_product_list li img {
  overflow: hidden;
  vertical-align: top;
}
@media screen and (max-width: 520px) {
  .top_product_list li {
    width: 16%;
    margin: 0 2% 1%;
    float: left;
    font-size: 0.8em;
    overflow: hidden;
  }
}
