@charset 'UTF-8';
/* ==========================================================================
   Layout
   ========================================================================== */
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
/* Header
   ========================================================================== */
.header {
  font-size: 0;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  background-color: #ffe700;
  z-index: 200;
}
.header-id {
  position: absolute;
  top: 13px;
  left: 13px;
}
.header-utility {
  display: block;
  overflow: hidden;
  margin-right: 84px;
  vertical-align: middle;
}
.header-utility .login {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.header-utility .login > a {
  color: #15305c;
}
.header-utility .login > a::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  content: '';
  vertical-align: -.1rem;
  background-image: url(../img/parts/parts_sprite.png);
  background-position: -15px -36px;
  background-size: 81px 61px;
}
.header-utility .signup {
  display: inline-block;
  vertical-align: middle;
}
.header-utility .signup > a {
  color: #15305c;
}
.header-utility .signup > a::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  content: '';
  vertical-align: -.1rem;
  background-image: url(../img/parts/parts_sprite.png);
  background-position: -15px -36px;
  background-size: 81px 61px;
}
.bookmark {
  position: absolute;
  top: 4px;
  right: 47px;
}
.bookmark > span {
  display: inline-block;
  color: #15305c;
}
.bookmark .bookmark-icon{
  width: 36px;
  height: 25px;
  padding-right: 0;
  background: url(/common/sp/img/layout/bookmark_clip.png) center center no-repeat;
  background-size: 22px 22px;
  position: absolute;
  right: 4px;
}
.bookmark > span > .now_bm {
  position: absolute;
  display: inline-block;
  top: 11px;
  right: 0;
  width: 14px;
  height: 14px;
  padding-top: 1px;
  text-align: center;
  vertical-align: middle;
  font-size: 7px;
  font-size: .7rem;
  line-height: 14px;
  color: #fff;
  border-radius: 50%;
  background-color: #e94e30;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bookmark .bm-text {
  position: absolute;
  display: inline-block;
  width: 60px;
  top: 24px;
  right: -8px;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 14px;
  color: #15305c;
}
.header-menu {
  position: absolute;
  top: 12px;
  right: 13px;
  width: 21px;
  height: 17px;
  margin: -5px -5px 0 0;
  padding: 5px;
}
.header-menu.add-text {
  top: 9px;
}
.header-menu .text {
  position: absolute;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  top: 24px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 10px;
  line-height: 14px;
  color: #15305c;
}
.header-menu .inner {
  position: relative;
}
.header-menu .item:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 3px;
  -webkit-transition: width .2s linear .2s;
          transition: width .2s linear .2s;
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 2px;
  background-color: #15305d;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.header-menu .item:nth-child(2) > span {
  position: absolute;
  top: 8px;
  left: 0;
  width: 21px;
  height: 3px;
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  border-radius: 2px;
  background-color: #15305d;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.header-menu .item:nth-child(3) {
  position: absolute;
  top: 16px;
  left: 0;
  width: 21px;
  height: 3px;
  -webkit-transition: width .2s linear .2s;
          transition: width .2s linear .2s;
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 2px;
  background-color: #15305d;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.header-menu.is-show .item:nth-child(1) {
  width: 0;
  -webkit-transition: width .3s;
          transition: width .3s;
}
.header-menu.is-show .item:nth-child(2) > span:first-child {
  left: -1px;
  width: 26px;
  -webkit-transition: all .3s linear .3s;
          transition: all .3s linear .3s;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.header-menu.is-show .item:nth-child(2) > span:last-child {
  left: -3px;
  width: 26px;
  -webkit-transition: all .3s linear .3s;
          transition: all .3s linear .3s;
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.header-menu.is-show .item:nth-child(3) {
  width: 0;
  -webkit-transition: width .3s;
          transition: width .3s;
}
/* Menu
   ========================================================================== */
.menu {
  position: fixed;
  z-index: 300;
  width: 85%;
  height: 100%;
  background-color: #f2f2f2;
  top: 0;
  right: 0;
  display: none;
  overflow-y: auto;
}
.menu a:link, .menu a:visited {
  color: #fff;
}
.menu-cover {
  position: fixed;
  z-index: 250;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: none;
  opacity: 0.8;
  background-color: #222;
}
.menu-info {
  background-color: #1e2b3f;
  color: #fff;
  padding: 20px 4% 15px;
  font-size: 16px;
  text-align: center;
  border-bottom: solid 1px #fff;
  display: block;
}
.menu-info.action {
  padding-bottom: 20px;
}
.menu-info.action img {
  width: 30%;
  height: calc((52 * (100vw * 0.85 * 0.92 * 0.3)) / 184);
  margin-bottom: 20px;
}
.menu-info .personal {
  font-size: 16px;
}
.menu-info .personal span {
  font-size: 10px;
  padding: 0 4px;
}
.menu-info .personal span.like-number {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-underline-position: under;
}
.menu-info .personal span.like-number.stop {
  font-size: 12px;
  font-weight: normal;
}
.menu-info .personal span.like-number::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 12px;
  background-image: url(/common/sp/img/parts/icon_like.png);
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}
.menu-info a.recommend {
  text-decoration: underline;
  text-underline-position: under;
}
.menu-info p span {
  font-weight: bold;
  padding: 0 4px;
}
.menu-info .button_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
.menu-info.action .button_area {
  margin: 0;
}
.menu-info .button_area li {
  width: 48%;
}
.menu a.left:link, .menu a.left:visited {
  color: #1e2b3f;
}
.mod-button.left {
  background-color: #fff;
  padding: 15px 4px 12px;
  font-size: 16px;
}
.mod-button.right {
  border: solid 2px;
  font-size: 16px;
}
.main-list > li {
  border-bottom: solid 1px #fff;
  background-color: #1e2b3f;
}
.main-list > li:last-child {
  border-bottom: none;
}
.main-list > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 4%;
  font-size: 15px;
}
.main-list .bookmark {
  position: static;
}
.nav-scout::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(/common/sp/img/parts/nav_icon_scout.png);
  background-size: cover;
  vertical-align: bottom;
  margin: 0 20px 0 10px;
}
.nav-bookmark::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(/common/sp/img/parts/nav_icon_bkm.png);
  background-size: cover;
  vertical-align: bottom;
  margin: 0 20px 0 10px;
}
.nav-management::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(/common/sp/img/parts/nav_icon_mng.png);
  background-size: cover;
  vertical-align: bottom;
  margin: 0 20px 0 10px;
}
.nav-ai::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 21px;
  background-image: url(/common/sp/img/parts/nav_icon_ai.png);
  background-size: cover;
  vertical-align: bottom;
  margin: 0 16px 0 6px;
}
.nav-knowhow::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(/common/sp/img/parts/nav_icon_kh.png);
  background-size: cover;
  vertical-align: bottom;
  margin: 0 20px 0 10px;
}
.nav-search span.search::before {
  content: '';
  display: inline-block;
  width: 17.5px;
  height: 17.5px;
  background-image: url(/common/sp/img/parts/nav_icon_search.png);
  background-size: cover;
  vertical-align: top;
  margin-right: 5px;
}
.nav-search span.ranking {
  font-size: 12px;
}
.main-list > li.nav-search {
  background-color: #fff;
  padding: 18px 4%;
}
.main-list > li.nav-search span {
  margin-left: 5px;
}
.main-list > li.nav-search p {
  font-size: 14px;
  color: #1e2b3f;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}
.main-list > li.nav-search > a {
  justify-content: center;
  color: #1e2b3f;
  border: solid 2px;
  padding: 8px 0 6px;
}
span.new-icon, span.count-icon {
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
  background-color: #e94e30;
  padding-right: 1px;
}
span.count-over::after {
  content: '+';
  position: relative;
  top: -4px;
  left: -1px;
}
.sub-list {
  padding: 12px 4%;
}
.sub-list li {
  font-size: 14px;
  margin-bottom: 10px;
}
.sub-list li:last-child {
  margin-bottom: 0;
}
.menu .sub-list a:link, .menu .sub-list a:visited {
  color: #888;
}
.menu-close {
  position: absolute;
  top: 0;
  display: none;
  z-index: 350;
}
.menu-close span {
  width: 26px;
  height: 3px;
  position: absolute;
  top: 20px;
  left: 10px;
  transform: rotateZ(45deg);
  background-color: #fff;
  z-index: 300;
  display: none;
}
.menu-close span:last-child {
  transform: rotateZ(-45deg);
}

/* Utility
   ========================================================================== */
.utility {
  background-color: #1e2b3f;
}
.utility-attention {
  padding: 14px 13px 11px;
  color: #fff;
  border-bottom: 1px solid #354153;
}
.utility-list {
  position: relative;
}
.utility-list::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 43, 63, 0)), color-stop(100%, #1e2b3f));
  background: -webkit-gradient(linear, left top, right top, from(rgba(30, 43, 63, 0)), to(#1e2b3f));
  background: -webkit-linear-gradient(left, rgba(30, 43, 63, 0) 0%, #1e2b3f 100%);
  background:         linear-gradient(to right, rgba(30, 43, 63, 0) 0%, #1e2b3f 100%);
}
.utility-list-inner {
      overflow-x: auto;
  -ms-overflow-x: auto;

  -webkit-overflow-scrolling: touch;
}
.utility-list-inside {
  font-size: 0;
  white-space: nowrap;
}
.utility-list-item {
  display: inline-block;
}
.utility-list-item > a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 13px 13px 11px;
  color: #fff;
}
.utility-list-item > a > span {
  position: relative;
}
.utility-list-item > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 2rem;
  margin-top: -1rem;
  content: '';
  background-color: #354153;
}
.utility-list-item .caution {
  font-size: 0;
  position: absolute;
  top: -6px;
  right: -8px;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: #e94e30;
}
.utility-list-item .caution::before {
  display: inline-block;
  width: 2px;
  height: 8px;
  margin-top: 2px;
  content: '';
  background-image: url(../img/parts/parts_sprite.png);
  background-position: -79px -17px;
  background-size: 81px 61px;
}
.utility-list-item:last-child > a::after {
  content: none;
}
/* Breadcrumbs
   ========================================================================== */
.container {
  position: relative;
}
/* Content.
   ========================================================================== */
.content {
  overflow: hidden;
}
.content-inside {
  padding: 15px 13px;
}
.content-view {
  top: 0;
  width: 100%;
  background-color: #fff;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.content-view:not(.content) {
  display: none;
}
/* Section.
   ========================================================================== */
.section {
  border-top: 1px solid #e3e3e3;
}
.section:first-child {
  border-top: none;
}
.section + .section-inner {
  border-top: 1px solid #e3e3e3;
}
.section-inner {
  padding: 15px 13px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fafafa;
}
.section-inner.bg-transparent {
  background: none;
}
.section-inner:last-child {
  border-bottom: none;
}
.section-inner + .section {
  border-top: none;
}
/* Footer
   ========================================================================== */
.footer {
  position: relative;
  background-color: #1e2b3f;
}
.footer-switch {
  font-size: 10px;
  font-size: 1rem;
  padding: 13px 0 10px;
  text-align: center;
  border-bottom: 1px solid #354153;
}
.footer-switch > a {
  display: inline-block;
  color: #a5aab2;
}
.footer-switch > a::before {
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-right: 7px;
  content: '';
  vertical-align: -.2rem;
  background-image: url(../img/parts/parts_sprite.png);
  background-position: -44px -29px;
  background-size: 81px 61px;
}
.footer-nav-row {
  display: table;
  width: 100%;
  border-bottom: 1px solid #354153;
}
.footer-nav-row > a {
  font-size: 10px;
  font-size: 1rem;
  display: table-cell;
  height: 39px;
  text-align: center;
  vertical-align: middle;
  color: #a5aab2;
}
.footer-nav-row .col {
  width: 50%;
  border-right: 1px solid #354153;
}
.footer-nav-row .col:last-child {
  border-right: none;
}
.footer-copyright {
  font-size: 8px;
  font-size: .8rem;
  padding: 11px 5px 10px;
  text-align: center;
  color: #fff;
}
