@charset "UTF-8";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

html {
  height: 100%;
  line-height: 1.5;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  letter-spacing: .03em;
  background-color: #fff;
  color: #333;
  word-wrap: break-word;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a, button, input[type=submit], .modal-open {
  display: inline-block;
  text-decoration: underline;
  color: #959EA7;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
}
a img, button img, input[type=submit] img, .modal-open img {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, button:hover, input[type=submit]:hover, .modal-open:hover {
  color: #CDD6DD;
}
a:hover img, button:hover img, input[type=submit]:hover img, .modal-open:hover img {
  opacity: .8;
}
a.btn_s, button.btn_s, input[type=submit].btn_s, .modal-open.btn_s {
  color: #6F7579;
  font-size: 12px;
  border: 1px #CDD6DD solid;
  display: inline-block;
  padding: 6px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
}
a.btn_s:hover, button.btn_s:hover, input[type=submit].btn_s:hover, .modal-open.btn_s:hover {
  background-color: #2BC8EA;
  color: #fff;
  border: 1px #2BC8EA solid;
}
a.btn_l, button.btn_l, input[type=submit].btn_l, .modal-open.btn_l {
  color: #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #7896a5;
  text-decoration: none;
  padding: 14px 0px;
  font-size: 16px;
  border-style: none;
  cursor: pointer;
  width: 90%;
  max-width: 300px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-right: 16px;
  margin-left: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
a.btn_l:hover, button.btn_l:hover, input[type=submit].btn_l:hover, .modal-open.btn_l:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 1;
}
a.btn_l.btn_l_magazine img, button.btn_l.btn_l_magazine img, input[type=submit].btn_l.btn_l_magazine img, .modal-open.btn_l.btn_l_magazine img {
  width: 200px;
}
a.pink, a.btn_pink, button.pink, button.btn_pink, input[type=submit].pink, input[type=submit].btn_pink, .modal-open.pink, .modal-open.btn_pink {
  background-color: #FF5F7E;
}
a.blue, a.btn_blue, button.blue, button.btn_blue, input[type=submit].blue, input[type=submit].btn_blue, .modal-open.blue, .modal-open.btn_blue {
  background-color: #2BC8EA;
  color: #fff;
  display: block;
  padding: 14px 0;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 90%;
  max-width: 300px;
  border: 1px #2BC8EA solid;
  text-decoration: none;
}
a.blue:hover, a.btn_blue:hover, button.blue:hover, button.btn_blue:hover, input[type=submit].blue:hover, input[type=submit].btn_blue:hover, .modal-open.blue:hover, .modal-open.btn_blue:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 896px) {
  a.blue, a.btn_blue, button.blue, button.btn_blue, input[type=submit].blue, input[type=submit].btn_blue, .modal-open.blue, .modal-open.btn_blue {
    padding: 12px 0;
  }
}
a.line, button.line, input[type=submit].line, .modal-open.line {
  border: 1px #CDD6DD solid;
  color: #333;
  background-color: #fff;
}
a.facebook, button.facebook, input[type=submit].facebook, .modal-open.facebook {
  background: #3c5b97;
}
a.twitter, button.twitter, input[type=submit].twitter, .modal-open.twitter {
  background: #5aaeec;
}

*:focus {
  outline: none;
}

input::-webkit-input-placeholder,
isindex::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #959EA7;
}

input:focus::-webkit-input-placeholder,
isindex:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.inner {
  max-width: 1280px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .only_pc {
    display: none;
  }
}

@media screen and (max-width: 896px) {
  .only_pctb {
    display: none;
  }
}

.only_tbsp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .only_tbsp {
    display: inline;
  }
}

@media screen and (max-width: 1024px) {
  section.only_tbsp, div.only_tbsp {
    display: block;
  }
}

.only_sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .only_sp {
    display: inline;
  }
}

.only_sp_ss {
  display: none;
}
@media screen and (max-width: 320px) {
  .only_sp_ss {
    display: inline;
  }
}

@media screen and (max-width: 896px) {
  section.only_sp, div.only_sp {
    display: block;
  }
}

.center {
  text-align: center;
}
@media screen and (max-width: 896px) {
  .center.check {
    text-align: left;
    line-height: 1.3;
  }
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

@media screen and (max-width: 896px) {
  .center_sp {
    text-align: center;
  }

  .right_sp {
    text-align: right;
  }

  .left_sp {
    text-align: left;
  }
}
.linkspot {
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (max-width: 896px) {
  .linkspot {
    margin-top: -40px;
    padding-top: 40px;
  }
}

.caution {
  color: #666;
  font-size: 12px;
}

.red {
  color: #FF5F7E;
}

header #header_sub {
  background-color: #2E3234;
  color: #F0F3F5;
  font-size: 12px;
}
@media screen and (max-width: 896px) {
  header #header_sub {
    display: none;
  }
}
header #header_sub .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header #header_sub #header_catchcopy {
  padding: 15px 0;
  -webkit-flex: 1;
  flex: 1;
}
header #header_sub #header_sub_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header #header_sub #header_sub_nav ul li {
  margin: 0 15px;
}
header #header_sub #header_sub_nav ul li.magazine {
  border-left: 1px #6F7579 solid;
  padding-left: 30px;
}
header #header_sub #header_sub_nav ul li.magazine a {
  padding: 10px 0;
  width: 140px;
  background: url("/images/pc/logo_magazine_wh.svg") no-repeat center center;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
}
header #header_sub #header_sub_nav ul li.magazine a:hover {
  opacity: 1;
  background: url("/images/pc/logo_magazine.svg") no-repeat center center;
  background-size: contain;
}
header #header_sub #header_sub_nav ul li a {
  color: #F0F3F5;
  display: inline-block;
  padding: 15px 0;
  text-decoration: none;
}
header #header_sub #header_sub_nav ul li a:hover {
  opacity: .7;
}
header #header_sub #header_sub_nav ul li a.guide {
  background: url("/images/pc/ico_question_wh.svg") no-repeat left center;
  background-size: 14px;
  padding-left: 18px;
}
header #header_main {
  padding: 16px 0;
  border-bottom: 1px rgba(46, 50, 52, 0.1) solid;
}
@media screen and (max-width: 896px) {
  header #header_main {
    padding: 10px 0;
  }
}
header #header_main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header #header_main h1 {
  width: 134px;
}
header #header_main h1 img {
  width: 134px;
}
@media screen and (max-width: 896px) {
  header #header_main h1 {
    width: inherit;
    -webkit-flex: 1;
    flex: 1;
  }
  header #header_main h1 a {
    width: 84px;
    display: block;
  }
}
header #header_main #header_search {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 30px;
}
@media screen and (max-width: 896px) {
  header #header_main #header_search {
    display: none;
  }
}
header #header_main #header_category {
  position: relative;
  margin-left: 30px;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  header #header_main #header_category {
    display: none;
  }
}
header #header_main #header_category #header_category_btn {
  color: #959EA7;
  font-size: 12px;
  border: 1px #CDD6DD solid;
  display: block;
  padding: 8px 30px 8px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
}
header #header_main #header_category #header_category_btn::after {
  content: "";
  display: block;
  background: url("/images/pc/ico_arrow_s_b.svg") no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translate(0, -50%) rotate(0deg);
  -ms-transform: translate(0, -50%) rotate(0deg);
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header #header_main #header_category #header_category_btn:hover {
  background-color: #2BC8EA;
  color: #fff;
  border: 1px #2BC8EA solid;
  opacity: 1;
}
header #header_main #header_category #header_category_btn:hover::after {
  background: url("/images/pc/ico_arrow_s_b_wh.svg") no-repeat center center;
  background-size: contain;
}
header #header_main #header_category #header_category_btn.on {
  background-color: #2BC8EA;
  color: #fff;
  border: 1px #2BC8EA solid;
}
header #header_main #header_category #header_category_btn.on::after {
  -moz-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  background: url("/images/pc/ico_arrow_s_b_wh.svg") no-repeat center center;
  background-size: contain;
}
header #header_main #header_category #header_category_contents {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #fff;
  width: 600px;
  -moz-box-shadow: 1px 2px 10px rgba(51, 51, 51, 0.3);
  -webkit-box-shadow: 1px 2px 10px rgba(51, 51, 51, 0.3);
  box-shadow: 1px 2px 10px rgba(51, 51, 51, 0.3);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  padding: 15px;
}
header #header_main #header_category #header_category_contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
header #header_main #header_category #header_category_contents ul li {
  width: 49%;
}
header #header_main #header_category #header_category_contents ul li:nth-child(odd) {
  margin-right: 2%;
}
header #header_main #header_category #header_category_contents ul li:first-child a {
  border-top: none;
}
header #header_main #header_category #header_category_contents ul li:last-child a {
  border-bottom: none;
}
header #header_main #header_category #header_category_contents ul li:nth-last-child(2):nth-child(odd) a {
  border-bottom: none;
}
header #header_main #header_cart {
  margin-left: 12px;
}
@media screen and (max-width: 896px) {
  header #header_main #header_cart {
    margin-left: 0px;
  }
}
header #header_main #header_cart a {
  display: block;
  background: url("/images/pc/ico_cart.svg") no-repeat center center;
  background-size: 26px auto;
  width: 32px;
  height: 32px;
  position: relative;
}
@media screen and (max-width: 896px) {
  header #header_main #header_cart a {
    background-size: 22px auto;
    width: 28px;
    height: 28px;
  }
}
header #header_main #header_cart a .badge {
  background-color: #FF5F7E;
  color: #fff;
  padding: 0 4px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 10px;
  position: absolute;
  top: -4px;
  right: -8px;
}
header #header_main #header_favorite {
  margin-left: 24px;
}
@media screen and (max-width: 896px) {
  header #header_main #header_favorite {
    margin-left: 0px;
  }
}
header #header_main #header_favorite a {
  display: block;
  background: url("/images/pc/ico_favorite_bk.svg") no-repeat center center;
  background-size: 26px auto;
  width: 28px;
  height: 24px;
  position: relative;
  text-indent: -9999px;
}
@media screen and (max-width: 896px) {
  header #header_main #header_favorite a {
    background-size: 22px auto;
    width: 28px;
    height: 24px;
  }
}
@media screen and (max-width: 320px) {
  header #header_main #header_favorite a {
    display: none;
  }
}
header #header_main #header_btnarea {
  margin-left: 10px;
}
@media screen and (max-width: 896px) {
  header #header_main #header_btnarea {
    margin-right: 34px;
  }
}
header #header_main #header_btnarea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header #header_main #header_btnarea ul li {
  margin-left: 10px;
}
@media screen and (max-width: 896px) {
  header #header_main #header_btnarea ul li {
    margin-left: 5px;
  }
}
header #header_main #header_btnarea ul li a {
  color: #959EA7;
  font-size: 12px;
  border: 1px #CDD6DD solid;
  display: block;
  padding: 8px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
header #header_main #header_btnarea ul li a:hover {
  background-color: #2BC8EA;
  color: #fff;
  border: 1px #2BC8EA solid;
  opacity: 1;
}
@media screen and (max-width: 896px) {
  header #header_main #header_btnarea ul li a {
    padding: 6px 8px;
    font-size: 11px;
  }
}

#sp_nav_btn {
  display: none;
}
@media screen and (max-width: 896px) {
  #sp_nav_btn {
    display: block;
    width: 44px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  #sp_nav_btn::before, #sp_nav_btn::after, #sp_nav_btn span {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #2BC8EA;
    position: absolute;
    left: 10px;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  #sp_nav_btn::before {
    top: 17px;
  }
  #sp_nav_btn span {
    top: 25px;
  }
  #sp_nav_btn::after {
    top: 33px;
  }
  #sp_nav_btn.yss_active::before {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(8px) rotate(45deg);
    }
  }
  #sp_nav_btn.yss_active span {
    -webkit-animation: active-menu-bar02 .75s forwards;
    animation: active-menu-bar02 .75s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes active-menu-bar02 {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  #sp_nav_btn.yss_active::after {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(-8px) rotate(-45deg);
    }
  }
  #sp_nav_btn.yss_close::before {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  #sp_nav_btn.yss_close span {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes menu-bar02 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #sp_nav_btn.yss_close::after {
    -webkit-animation: menu-bar03 .75s forwards;
    animation: menu-bar03 .75s forwards;
  }
  @-webkit-keyframes menu-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar03 {
    0% {
      transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
}

#sp_nav {
  display: none;
}
@media screen and (max-width: 896px) {
  #sp_nav {
    display: block;
    background-color: #fff;
  }
  #sp_nav .sp_nav_contents {
    max-width: 1280px;
    width: 92%;
    margin: 20px auto;
  }
  #sp_nav .sp_nav_contents #sp_nav_search {
    margin-right: 40px;
  }
  #sp_nav .sp_nav_contents .nav_title {
    border-left: 4px #959EA7 solid;
    margin: 20px 0 10px;
    padding: 3px 0 3px 10px;
    font-size: 14px;
    font-weight: bold;
  }
  #sp_nav .sp_nav_contents .h2_btn {
    text-align: right;
    margin-top: -36px;
    margin-bottom: 10px;
  }
  #sp_nav .sp_nav_contents .sp_nav_btn_s {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #sp_nav .sp_nav_contents .sp_nav_btn_s a.guide::before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    vertical-align: -3px;
    background: url("/images/pc/ico_question.svg") no-repeat left center;
    background-size: 14px;
    padding-left: 18px;
  }
  #sp_nav .sp_nav_contents #sp_nav_sub_nav ul {
    text-align: center;
  }
  #sp_nav .sp_nav_contents #sp_nav_sub_nav ul li {
    display: inline-block;
    color: #959EA7;
    margin: 0 5px 10px;
  }
  #sp_nav .sp_nav_contents #sp_nav_sub_nav ul li a {
    color: #6F7579;
    font-size: 12px;
  }
}

#main_slide {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px rgba(46, 50, 52, 0.1) solid;
}
#main_slide li a {
  display: block;
}
#main_slide li img {
  width: 100%;
}
#main_slide .slick-arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100;
  width: 50px;
  height: 50px;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(46, 50, 52, 0.7);
}
#main_slide .slick-arrow:hover {
  background-color: #2e3234;
}
#main_slide .slick-arrow.slick-prev {
  left: 0;
  background-image: url("/images/pc/ico_arrow_l_wh.svg");
}
#main_slide .slick-arrow.slick-next {
  right: 0;
  background-image: url("/images/pc/ico_arrow_r_wh.svg");
}
#main_slide .slick-dots {
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  text-align: center;
}
#main_slide .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
#main_slide .slick-dots li button {
  text-indent: -1000px;
  overflow: hidden;
  width: 6px;
  height: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  background-color: #959EA7;
}
#main_slide .slick-dots li.slick-active button {
  background-color: #2E3234;
}

#main_layout {
  margin: 40px auto;
  max-width: 1280px;
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 896px) {
  #main_layout {
    margin: 30px auto;
  }
}
#main_layout #main {
  -webkit-flex: 1;
  flex: 1;
}
@media screen and (max-width: 896px) {
  #main_layout #main {
    -webkit-flex: initial;
    flex: initial;
    width: 100%;
  }
}
#main_layout #main h1.title_category {
  border-left: 4px #959EA7 solid;
  padding: 5px 0 5px 16px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 896px) {
  #main_layout #main h1.title_category {
    padding: 3px 0 3px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    width: 60%;
  }
}
#main_layout #main h2 {
  border-left: 4px #959EA7 solid;
  padding: 5px 0 5px 16px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 896px) {
  #main_layout #main h2 {
    padding: 3px 0 3px 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
#main_layout #main h2.title_category {
  border-left: none;
  padding: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 896px) {
  #main_layout #main h2.title_category {
    margin-bottom: 10px;
  }
}
#main_layout #main h2.title_category img {
  width: 24px;
  vertical-align: middle;
  margin-right: 14px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 896px) {
  #main_layout #main h2.title_category img {
    margin-right: 10px;
  }
}
#main_layout #main h2.title_visual {
  border: none;
  padding: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 896px) {
  #main_layout #main h2.title_visual {
    margin: -30px -5% 30px;
  }
}
#main_layout #main h2 .h2_s {
  font-size: 12px;
  color: #959EA7;
  display: block;
  font-weight: normal;
}
#main_layout #main h3.title_category {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 18px;
  padding-top: 8px;
}
@media screen and (max-width: 896px) {
  #main_layout #main h3.title_category {
    font-size: 16px;
  }
}
#main_layout #main h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 10px 0;
}
#main_layout #main .h2_btn {
  text-align: right;
  margin-top: -54px;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  #main_layout #main .h2_btn {
    margin-top: -40px;
    margin-bottom: 10px;
  }
}
#main_layout #main .h2_btn.h2_btn_magazine {
  margin-top: -58px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #main_layout #main .h2_btn.h2_btn_magazine {
    margin-top: -60px;
    margin-bottom: 5px;
  }
}
#main_layout #main .h2_btn.h2_btn_magazine .btn_s {
  width: 180px;
  height: 40px;
  background: #fff url("/images/pc/logo_magazine.svg") no-repeat center center;
  background-size: 140px auto;
  text-indent: -1000px;
  text-align: left;
  overflow: hidden;
}
#main_layout #main .h2_btn.h2_btn_magazine .btn_s:hover {
  background: #2BC8EA url("/images/pc/logo_magazine_wh.svg") no-repeat center center;
  background-size: 140px auto;
}
@media screen and (max-width: 1024px) {
  #main_layout #main .h2_btn.h2_btn_magazine .btn_s {
    width: 90px;
    height: 50px;
    background: #fff url("/images/pc/logo_magazine_sp.svg") no-repeat center center;
    background-size: 60px auto;
  }
  #main_layout #main .h2_btn.h2_btn_magazine .btn_s:hover {
    background: #2BC8EA url("/images/pc/logo_magazine_sp_wh.svg") no-repeat center center;
    background-size: 60px auto;
  }
}
#main_layout #main .sort {
  margin-top: -54px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 896px) {
  #main_layout #main .sort {
    margin-top: 0px;
    text-align: left;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
#main_layout #main .sort::before {
  content: "並び替え";
  color: #959EA7;
  font-size: 12px;
  margin-right: 4px;
}
#main_layout #main .sort > div {
  margin-left: 5px;
}
#main_layout #main .sort > div.sort_down a, #main_layout #main .sort > div.sort_up a {
  color: #6F7579;
  font-size: 12px;
  border: 1px #CDD6DD solid;
  display: block;
  padding: 6px 10px 6px 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
}
#main_layout #main .sort > div.sort_down a::after, #main_layout #main .sort > div.sort_up a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 4px;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#main_layout #main .sort > div.sort_down a:hover, #main_layout #main .sort > div.sort_up a:hover {
  background-color: #959EA7;
  border: 1px #959EA7 solid;
  color: #fff;
}
#main_layout #main .sort > div.sort_down.active a, #main_layout #main .sort > div.sort_up.active a {
  background-color: #fff;
  color: #2BC8EA;
  border: 1px #2BC8EA solid;
}
#main_layout #main .sort > div.sort_down.active a:hover, #main_layout #main .sort > div.sort_up.active a:hover {
  background-color: #2BC8EA;
  color: #fff;
}
#main_layout #main .sort > div.sort_down.active a:hover::after, #main_layout #main .sort > div.sort_up.active a:hover::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#main_layout #main .sort > div.sort_down a::after {
  background: url("/images/pc/ico_sort_arrow_down_gr.svg") no-repeat center center;
  background-size: contain;
}
#main_layout #main .sort > div.sort_down a:hover::after {
  background: url("/images/pc/ico_sort_arrow_down_wh.svg") no-repeat center center;
  background-size: contain;
}
#main_layout #main .sort > div.sort_down.active a::after {
  background: url("/images/pc/ico_sort_arrow_down_bl.svg") no-repeat center center;
  background-size: contain;
}
#main_layout #main .sort > div.sort_down.active a:hover::after {
  background: url("/images/pc/ico_sort_arrow_down_wh.svg") no-repeat center center;
  background-size: contain;
}
#main_layout #main .sort > div.sort_up a::after {
  background: url("/images/pc/ico_sort_arrow_up_gr.svg") no-repeat center center;
  background-size: contain;
}
#main_layout #main .sort > div.sort_up a:hover::after {
  background: url("/images/pc/ico_sort_arrow_up_wh.svg") no-repeat center center;
  background-size: contain;
}
#main_layout #main .sort > div.sort_up.active a::after {
  background: url("/images/pc/ico_sort_arrow_up_bl.svg") no-repeat center center;
  background-size: contain;
}
#main_layout #main .sort > div.sort_up.active a:hover::after {
  background: url("/images/pc/ico_sort_arrow_up_wh.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #main_layout #main .text_link {
    font-size: 12px;
  }
}
#main_layout #main .text_link a {
  color: #6F7579;
}
#main_layout #main .text_link a:hover {
  color: #2BC8EA;
}
#main_layout #main .text_link a::before {
  content: "";
  display: inline-block;
  background: url("/images/pc/ico_arrow_s.svg") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 8px;
  vertical-align: middle;
  margin-right: 2px;
  position: relative;
  top: -2px;
}
#main_layout #main .category_lead {
  margin-bottom: 40px;
}
#main_layout #main .list_sort.number {
  justify-content: flex-end;
}
#main_layout #main .current_category {
  margin: 0 0 40px 0;
}
#main_layout #main .current_category p {
  margin: 0 0 5px 0;
  font-size: 13px;
}
#main_layout #main .current_category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
}
#main_layout #main .current_category ul li {
  background-color: #eef4f7;
  font-size: 12px;
  padding: 1px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 896px) {
  #main_layout #main .h2_top_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  #main_layout #main .h2_top_2col h2 {
    width: 65%;
  }
  #main_layout #main .h2_top_2col .h2_btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 320px) {
  #main_layout #main .h2_top_2col h2 {
    width: 100%;
  }
}
#main_layout #side {
  width: 280px;
  margin-right: 60px;
}
@media screen and (max-width: 1024px) {
  #main_layout #side {
    margin-right: 40px;
  }
}
@media screen and (max-width: 896px) {
  #main_layout #side {
    width: 100%;
    margin-right: 0;
  }
}
#main_layout #side .nav_title {
  border-left: 4px #959EA7 solid;
  padding: 3px 0 3px 14px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  #main_layout #side .nav_title {
    padding: 3px 0 3px 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
#main_layout #side .btnlink_list {
  margin-bottom: 40px;
}
#main_layout #side .bnr_list {
  margin-bottom: 40px;
  /*			@include sp_s {
  				column-count: 1;
  				width: 260px;
  				margin-left: auto;
  				margin-right: auto;
  			}*/
}
@media screen and (max-width: 896px) {
  #main_layout #side .bnr_list {
    column-count: 2;
    column-gap: 2%;
    margin-bottom: 30px;
  }
}
#main_layout #side .bnr_list li {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  #main_layout #side .bnr_list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 10px;
  }
}
#main_layout #side .bnr_list li:last-child {
  margin-bottom: 0;
}
#main_layout #side .bnr_list li a {
  display: block;
}
#main_layout #side .bnr_list li img {
  width: 100%;
}
#main_layout #side .sns_account {
  text-align: center;
}
@media screen and (max-width: 896px) {
  #main_layout #side .sns_account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
#main_layout #side .sns_account .nav_title {
  border: none;
  padding: 0;
  color: #2BC8EA;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 896px) {
  #main_layout #side .sns_account .nav_title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
#main_layout #side .sns_account ul {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  #main_layout #side .sns_account ul {
    margin: 0 10px;
  }
}
#main_layout #side .sns_account ul li {
  margin: 0 12px;
}
@media screen and (max-width: 896px) {
  #main_layout #side .sns_account ul li {
    margin: 0 5px;
  }
  #main_layout #side .sns_account ul li img {
    width: 30px;
  }
}
@media screen and (max-width: 896px) {
  #main_layout #side .sns_account p {
    font-size: 12px;
  }
}

#item_layout {
  max-width: 1280px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
#item_layout #item_main {
  float: right;
  width: 550px;
  will-change: min-height;
}
@media screen and (max-width: 1280px) {
  #item_layout #item_main {
    width: 450px;
  }
}
@media screen and (max-width: 1024px) {
  #item_layout #item_main {
    float: none;
    width: 100%;
    display: none;
  }
}
#item_layout #item_main .sidebar__inner {
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  padding: 40px 0 0;
}
@media screen and (max-width: 896px) {
  #item_layout #item_main .sidebar__inner {
    padding: 20px 0;
  }
}
#item_layout #item_detail {
  margin-right: 610px;
  padding: 40px 0;
}
@media screen and (max-width: 1280px) {
  #item_layout #item_detail {
    margin-right: 510px;
  }
}
@media screen and (max-width: 1024px) {
  #item_layout #item_detail {
    margin-right: 0;
  }
}
@media screen and (max-width: 896px) {
  #item_layout #item_detail {
    padding: 20px 0;
  }
}
#item_layout #item_detail .category {
  width: 100%;
  font-size: 10px;
  color: #959EA7;
  margin-bottom: 10px;
}
#item_layout #item_detail .category li {
  display: inline-block;
  margin-right: 10px;
}
#item_layout #item_detail .category li a {
  color: #6F7579;
  text-decoration: none;
}
#item_layout #item_detail .category li a:hover {
  color: #959EA7;
}
#item_layout #item_detail .category li a:hover img {
  -webkit-animation: none;
  animation: none;
  opacity: .7;
}
#item_layout #item_detail .category li img {
  width: 12px;
  margin-right: 4px;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
#item_layout #item_detail h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #item_layout #item_detail h1 {
    font-size: 18px;
  }
}
#item_layout #item_detail strong {
  font-weight: bold;
}
#item_layout #item_detail em {
  font-style: oblique;
}

footer .footer_contents {
  background-color: #F0F3F5;
  padding: 40px 0;
}
footer .footer_contents .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: baseline;
  align-items: baseline;
}
footer .footer_contents .site_guide, footer .footer_contents .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: baseline;
  align-items: baseline;
  width: 50%;
}
@media screen and (max-width: 896px) {
  footer .footer_contents .site_guide, footer .footer_contents .service {
    width: 100%;
  }
}
footer .footer_contents .site_guide {
  border-right: 1px #CDD6DD solid;
}
@media screen and (max-width: 896px) {
  footer .footer_contents .site_guide {
    border: none;
    margin-bottom: 20px;
  }
}
footer .footer_contents .service {
  padding-left: 40px;
}
@media screen and (max-width: 896px) {
  footer .footer_contents .service {
    padding-left: 0px;
  }
}
footer .footer_contents .title {
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 896px) {
  footer .footer_contents .title {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
footer .footer_contents ul {
  width: 50%;
}
footer .footer_contents ul li a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 896px) {
  footer .footer_contents ul li a {
    padding: 5px 0;
    font-size: 12px;
  }
}
footer #copy {
  background-color: #333;
  color: #959EA7;
  text-align: center;
  font-size: 10px;
  padding: 20px 0;
}

.form_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form_search .search_input {
  border-top: 1px #CDD6DD solid;
  border-right: none;
  border-bottom: 1px #CDD6DD solid;
  border-left: 1px #CDD6DD solid;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  padding: 6px 10px;
  font-size: 12px;
  height: 44px;
  margin: 0;
  vertical-align: top;
  -webkit-flex: 1;
  flex: 1;
}
.form_search .search_btn {
  border-top: 1px #CDD6DD solid;
  border-right: 1px #CDD6DD solid;
  border-bottom: 1px #CDD6DD solid;
  border-left: none;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  padding: 6px 10px;
  font-size: 12px;
  height: 44px;
  width: 44px;
  margin: 0;
  vertical-align: top;
  background: url("/images/pc/ico_search.svg") no-repeat center center;
  background-size: 16px auto;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form_search .search_btn:hover {
  background: url("/images/pc/ico_search_on.svg") no-repeat center center;
  background-size: 16px auto;
}

.special_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 40px;
}
.special_list li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}
.special_list li:nth-child(3n) {
  margin-right: 0;
}
.special_list li a {
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 896px) {
  .special_list li a {
    max-width: 134px;
  }
}
.special_list li a .special_title {
  width: 100%;
  margin-top: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 896px) {
  .special_list li a .special_title {
    font-size: 12px;
  }
}
.special_list li a:hover {
  color: #2BC8EA;
}
.special_list li img {
  width: 100%;
  border: 1px #CDD6DD solid;
}
@media screen and (max-width: 896px) {
  .special_list {
    margin-bottom: 40px;
  }
  .special_list li {
    width: 48%;
    margin-right: 4%;
  }
  .special_list li:nth-child(3n) {
    margin-right: 4%;
  }
  .special_list li:nth-child(2n) {
    margin-right: 0;
  }
}

.special_list_slide {
  margin: 0 -12px 60px;
}
.special_list_slide .slick-track > li {
  padding: 0 12px;
  margin: 0;
}
.special_list_slide .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 100;
  width: calc(3.5vw - 6px);
  height: 100%;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
.special_list_slide .slick-arrow.slick-prev {
  left: calc(-3.5vw + 16px);
  background-image: url("/images/pc/ico_arrow_l.svg");
  background-color: #fff;
}
.special_list_slide .slick-arrow.slick-prev:hover {
  background-image: url("/images/pc/ico_arrow_l_bl.svg");
}
.special_list_slide .slick-arrow.slick-next {
  right: calc(-3.5vw + 16px);
  background-image: url("/images/pc/ico_arrow_r.svg");
  background-color: #fff;
}
.special_list_slide .slick-arrow.slick-next:hover {
  background-image: url("/images/pc/ico_arrow_r_bl.svg");
}
.special_list_slide .slick-arrow.slick-disabled {
  display: none !important;
}
@media screen and (max-width: 896px) {
  .special_list_slide {
    margin: 0 0 20px;
  }
  .special_list_slide ul {
    margin: 0 -4%;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    padding: 0 4%;
  }
  .special_list_slide ul li {
    -webkit-flex: none;
    flex: none;
    margin-right: 8px;
    width: inherit;
  }
  .special_list_slide ul li:last-child {
    padding-right: 4%;
  }
  .special_list_slide ul li:nth-child(2n) {
    margin-right: 8px;
  }
  .special_list_slide ul li img {
    width: 134px;
  }
}

.btnlink_list ul li a {
  color: #333;
  padding: 14px 20px;
  display: block;
  border-bottom: 1px #CDD6DD solid;
  text-decoration: none;
  position: relative;
}
.btnlink_list ul li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/pc/ico_arrow_r.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -5px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.btnlink_list ul li a img {
  width: 20px;
  margin-right: 12px;
}
.btnlink_list ul li a:hover {
  padding-left: 30px;
}
.btnlink_list ul li a:hover::after {
  right: 5px;
  opacity: 1;
}
.btnlink_list ul li:first-child a {
  border-top: 1px #CDD6DD solid;
}
@media screen and (max-width: 896px) {
  .btnlink_list {
    margin: 0 -4%;
  }
  .btnlink_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 170px;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    padding-left: 4%;
    padding-right: 4%;
  }
  .btnlink_list ul li {
    -webkit-flex: none;
    flex: none;
  }
  .btnlink_list ul li.end {
    padding-right: 4%;
  }
  .btnlink_list ul li a {
    height: 50px;
    border-right: 1px #CDD6DD solid;
  }
  .btnlink_list ul li:nth-child(-n + 3) a {
    border-left: 1px #CDD6DD solid;
  }
  .btnlink_list ul li:nth-child(3n + 1) a {
    border-top: 1px #CDD6DD solid;
  }
  .btnlink_list.line2 ul {
    height: 120px;
  }
  .btnlink_list.line2 ul li:nth-child(-n + 3) a {
    border-left: none;
  }
  .btnlink_list.line2 ul li:nth-child(3n + 1) a {
    border-top: none;
  }
  .btnlink_list.line2 ul li:nth-child(-n + 2) a {
    border-left: 1px #CDD6DD solid;
  }
  .btnlink_list.line2 ul li:nth-child(2n + 1) a {
    border-top: 1px #CDD6DD solid;
  }
}

.label {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 896px) {
  .label {
    top: -6px;
    right: -6px;
  }
}
.label li {
  width: 44px;
  height: 44px;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 4px;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 896px) {
  .label li {
    width: 38px;
    height: 38px;
    line-height: 1;
  }
}
.label li.new {
  background-color: #FF5F7E;
}
.label li.pickup {
  background-color: #2BC8EA;
}
.label li.on.new {
  -webkit-animation: label_anime .4s ease .5s 1 forwards;
  animation: label_anime .4s ease .5s 1 forwards;
}
.label li.on.pickup {
  -webkit-animation: label_anime .4s ease 0s 1 forwards;
  animation: label_anime .4s ease 0s 1 forwards;
}
@-webkit-keyframes label_anime {
  0% {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: .5;
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes label_anime {
  0% {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: .5;
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 20px;
}
.item_list > li, .item_list .slick-track > li {
  width: 30%;
  margin-bottom: 40px;
  position: relative;
  margin-right: 5%;
}
.item_list > li:nth-child(3n), .item_list .slick-track > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .item_list > li, .item_list .slick-track > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .item_list > li:nth-child(3n), .item_list .slick-track > li:nth-child(3n) {
    margin-right: 4%;
  }
  .item_list > li:nth-child(2n), .item_list .slick-track > li:nth-child(2n) {
    margin-right: 0;
  }
}
.item_list > li a, .item_list .slick-track > li a {
  display: block;
  color: #333;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  text-decoration: none;
}
.item_list > li a:hover .name, .item_list .slick-track > li a:hover .name {
  color: #2BC8EA;
}
.item_list > li .thumb, .item_list .slick-track > li .thumb {
  width: 100%;
  padding-top: 56%;
  position: relative;
  margin-bottom: 7px;
}
.item_list > li .thumb img, .item_list .slick-track > li .thumb img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px #CDD6DD solid;
}
.item_list > li .thumb .item_end::before, .item_list .slick-track > li .thumb .item_end::before {
  content: "終了しました";
  position: absolute;
  left: 0px;
  color: #FFF;
  background: rgba(200, 200, 200, 0.8);
  width: 100%;
  text-align: center;
  display: block;
  height: 40px;
  padding: 10px 0px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  bottom: -1px;
  z-index: 1;
}
.item_list > li .name, .item_list .slick-track > li .name {
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.3;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 896px) {
  .item_list > li .name, .item_list .slick-track > li .name {
    font-size: 12px;
  }
}
.item_list > li .description, .item_list .slick-track > li .description {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (max-width: 896px) {
  .item_list > li .description, .item_list .slick-track > li .description {
    font-size: 12px;
  }
}
.item_list > li .category, .item_list .slick-track > li .category {
  width: 100%;
  font-size: 10px;
  color: #959EA7;
  margin-bottom: 5px;
}
.item_list > li .category li, .item_list .slick-track > li .category li {
  display: inline-block;
  margin-right: 10px;
}
.item_list > li .category li img, .item_list .slick-track > li .category li img {
  width: 12px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: text-top;
}
.item_list > li .category + .price, .item_list .slick-track > li .category + .price {
  width: 100%;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.item_list > li .usual_price, .item_list .slick-track > li .usual_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: 14px;
  color: #ff0000;
  line-height: 1em;
  margin-bottom: 5px;
}
.item_list > li .usual_price dt, .item_list .slick-track > li .usual_price dt {
  display: inline-block;
  margin-right: 1em;
}
.item_list > li .usual_price dd, .item_list .slick-track > li .usual_price dd {
  display: inline-block;
  text-decoration: line-through;
}
.item_list > li .usual_price dd::after, .item_list .slick-track > li .usual_price dd::after {
  content: "円(税込)";
}
@media screen and (max-width: 480px) {
  .item_list > li .usual_price, .item_list .slick-track > li .usual_price {
    display: block;
  }
}
.item_list > li .favorite, .item_list .slick-track > li .favorite {
  font-size: 12px;
}
.item_list > li .favorite::before, .item_list .slick-track > li .favorite::before {
  display: inline-block;
  content: "";
  background: url("/images/pc/ico_favorite.svg") no-repeat center center;
  background-size: contain;
  width: 13px;
  height: 13px;
  vertical-align: -1px;
  margin-right: 3px;
}
.item_list > li .price, .item_list .slick-track > li .price {
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
  color: #FF5F7E;
  font-size: 18px;
  line-height: 1;
}
.item_list > li .price::after, .item_list .slick-track > li .price::after {
  content: "円";
  display: inline-block;
  font-size: 14px;
  margin-left: 2px;
}
.item_list > li .price_spcial, .item_list .slick-track > li .price_spcial {
  display: block;
  width: 100%;
  text-align: right;
  color: #FF5F7E;
  font-size: 18px;
  line-height: 1;
}
.item_list > li .price_spcial::after, .item_list .slick-track > li .price_spcial::after {
  content: "円";
  display: inline-block;
  font-size: 14px;
  margin-left: 2px;
}

.pager2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px rgba(46, 50, 52, 0.1) solid;
  border-bottom: 1px rgba(46, 50, 52, 0.1) solid;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .pager2 {
    margin-left: -4%;
    margin-right: -4%;
    margin-bottom: 40px;
    padding: 0 4%;
  }
}
.pager2 .prev a, .pager2 .next a {
  min-width: 40px;
  min-height: 40px;
  padding: 20px;
  text-decoration: none;
}
.pager2 .prev a::before, .pager2 .next a::before {
  color: #959EA7;
}
@media screen and (max-width: 896px) {
  .pager2 .prev a::before, .pager2 .next a::before {
    display: none;
  }
}
.pager2 .prev a:hover::before, .pager2 .next a:hover::before {
  color: #2BC8EA;
}
.pager2 .prev a {
  background: url("/images/pc/ico_arrow_l.svg") no-repeat 10px center;
  background-size: 8px auto;
  padding-left: 30px;
}
.pager2 .prev a::before {
  content: "前へ";
}
.pager2 .prev a:hover {
  background: url("/images/pc/ico_arrow_l_bl.svg") no-repeat 5px center;
  background-size: 8px auto;
}
.pager2 .next a {
  background: url("/images/pc/ico_arrow_r.svg") no-repeat right 10px center;
  background-size: 8px auto;
  padding-right: 30px;
}
.pager2 .next a::before {
  content: "次へ";
}
.pager2 .next a:hover {
  background: url("/images/pc/ico_arrow_r_bl.svg") no-repeat right 5px center;
  background-size: 8px auto;
}
.pager2 .num {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pager2 .num li a, .pager2 .num li > div {
  display: block;
  text-decoration: none;
  padding: 20px 15px;
}
@media screen and (max-width: 896px) {
  .pager2 .num li a, .pager2 .num li > div {
    padding: 20px 10px;
  }
}
.pager2 .num li a:hover {
  color: #2BC8EA;
}

.btn_area {
  margin-bottom: 40px;
  text-align: center;
}

.item_list_slide {
  margin: -30px -24px 30px;
}
.item_list_slide .item_list .slick-track {
  padding-top: 30px;
}
.item_list_slide .item_list .slick-track > li {
  padding: 0 24px;
  margin: 0;
}
.item_list_slide .item_list .slick-track > li .label {
  right: 14px;
}
.item_list_slide .item_list .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 100;
  width: calc(3.5vw - 6px);
  height: 100%;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: inherit;
}
.item_list_slide .item_list .slick-arrow.slick-prev {
  left: calc(-3.5vw + 28px);
  background-image: url("/images/pc/ico_arrow_l.svg");
  background-color: #fff;
}
.item_list_slide .item_list .slick-arrow.slick-prev:hover {
  background-image: url("/images/pc/ico_arrow_l_bl.svg");
}
.item_list_slide .item_list .slick-arrow.slick-next {
  right: calc(-3.5vw + 28px);
  background-image: url("/images/pc/ico_arrow_r.svg");
  background-color: #fff;
}
.item_list_slide .item_list .slick-arrow.slick-next:hover {
  background-image: url("/images/pc/ico_arrow_r_bl.svg");
}
.item_list_slide .item_list .slick-arrow.slick-disabled {
  display: none !important;
}
@media screen and (max-width: 896px) {
  .item_list_slide {
    margin: 0 -4% 20px;
  }
  .item_list_slide > .item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 10px 4% 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    margin-top: -10px;
  }
  .item_list_slide > .item_list > li {
    -webkit-flex: none;
    flex: none;
    width: 220px;
    margin-right: 16px;
    margin-bottom: 10px;
  }
  .item_list_slide > .item_list > li:last-child {
    width: calc(220px + 4%);
    padding-right: 4%;
  }
}

.ranking .ranking_tab {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .ranking .ranking_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: -4%;
    margin-right: -4%;
    padding-left: 4%;
  }
  .ranking .ranking_tab > div {
    -webkit-flex: none;
    flex: none;
  }
  .ranking .ranking_tab > div:last-child {
    padding-right: 4%;
  }
  .ranking .ranking_tab > div ul > li a {
    padding: 5px 8px;
    font-size: 10px;
  }
  .ranking .ranking_tab > div ul > li:first-child:nth-last-child(5), .ranking .ranking_tab > div ul > li:first-child:nth-last-child(5) ~ li {
    -webkit-flex: auto;
    flex: auto;
  }
  .ranking .ranking_tab > div ul > li:first-child:nth-last-child(5) a, .ranking .ranking_tab > div ul > li:first-child:nth-last-child(5) ~ li a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.ranking .ranking_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.ranking .ranking_tab ul > li {
  text-align: center;
  -webkit-flex: initial;
  flex: initial;
  padding-bottom: 6px;
}
.ranking .ranking_tab ul > li a {
  display: block;
  text-decoration: none;
  color: #333;
  border-bottom: 4px #CDD6DD solid;
  padding: 10px 30px;
  position: relative;
}
.ranking .ranking_tab ul > li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #CDD6DD;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ranking .ranking_tab ul > li a:hover::before {
  height: 100%;
}
.ranking .ranking_tab ul > li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid #2E3234;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.ranking .ranking_tab ul > li a.is_active {
  border-bottom: 4px #2E3234 solid;
}
.ranking .ranking_tab ul > li a.is_active::after {
  opacity: 1;
}
.ranking .ranking_tab ul > li:first-child:nth-last-child(5), .ranking .ranking_tab ul > li:first-child:nth-last-child(5) ~ li {
  -webkit-flex: auto;
  flex: auto;
}
.ranking .ranking_tab ul > li:first-child:nth-last-child(5) a, .ranking .ranking_tab ul > li:first-child:nth-last-child(5) ~ li a {
  padding-left: 0;
  padding-right: 0;
}
.ranking .ranking_tab ul > li img {
  width: 20px;
  margin-right: 12px;
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  .ranking .ranking_tab ul > li img {
    width: 18px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3px;
  }
}
.ranking .ranking_tab .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 100;
  width: calc(3.5vw - 6px);
  height: 100%;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: inherit;
}
.ranking .ranking_tab .slick-arrow.slick-prev {
  left: calc(-3.5vw + 4px);
  background-image: url("/images/pc/ico_arrow_l.svg");
  background-color: #fff;
}
.ranking .ranking_tab .slick-arrow.slick-prev:hover {
  background-image: url("/images/pc/ico_arrow_l_bl.svg");
}
.ranking .ranking_tab .slick-arrow.slick-next {
  right: calc(-3.5vw + 4px);
  background-image: url("/images/pc/ico_arrow_r.svg");
  background-color: #fff;
}
.ranking .ranking_tab .slick-arrow.slick-next:hover {
  background-image: url("/images/pc/ico_arrow_r_bl.svg");
}
.ranking .ranking_tab .slick-arrow.slick-disabled {
  display: none !important;
}
.ranking .ranking_contents {
  position: relative;
  z-index: 1;
}
.ranking .item_list > li {
  counter-increment: ranking;
}
.ranking .item_list > li::before {
  content: counter(ranking);
  display: inline-block;
  background-color: #959EA7;
  color: #fff;
  padding: 1px 4px;
  height: 20px;
  min-width: 20px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ranking .item_list .slick-track > li {
  counter-increment: ranking;
}
.ranking .item_list .slick-track > li::before {
  content: counter(ranking);
  display: inline-block;
  background-color: #959EA7;
  color: #fff;
  padding: 1px 4px;
  height: 20px;
  min-width: 20px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 2;
}

.magazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .magazine {
    margin-bottom: 30px;
  }
}
.magazine .magazine_l {
  border-top: 1px #CDD6DD solid;
  border-bottom: 1px #CDD6DD solid;
  width: 42%;
  margin-right: 5%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .magazine .magazine_l {
    width: 100%;
    margin-right: 0;
    border-top: none;
    border-bottom: none;
  }
  .magazine .magazine_l a {
    padding-top: 0;
    text-decoration: none;
  }
}
.magazine .magazine_l .thumb {
  width: 100%;
  margin-bottom: 10px;
}
.magazine .magazine_l .thumb img {
  border: 1px #CDD6DD solid;
}
.magazine .magazine_s {
  -webkit-flex: 1;
  flex: 1;
  border-top: 1px #CDD6DD solid;
}
@media screen and (max-width: 480px) {
  .magazine .magazine_s {
    width: 100%;
    -webkit-flex: initial;
    flex: initial;
  }
}
.magazine .magazine_s li {
  border-bottom: 1px #CDD6DD solid;
}
.magazine .magazine_s li .thumb {
  width: 34%;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .magazine .magazine_s li .thumb {
    width: 46%;
    margin-right: 10px;
  }
}
.magazine .magazine_s li .thumb img {
  border: 1px #CDD6DD solid;
}
.magazine .magazine_s li .text_wrap {
  -webkit-flex: 1;
  flex: 1;
}
.magazine a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  padding: 10px 0;
  text-decoration: none;
}
.magazine a .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.magazine a .category {
  background-color: #CDD6DD;
  color: #fff;
  font-size: 10px;
  padding: 1px 8px;
}
.magazine a .date {
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
  font-size: 10px;
  color: #959EA7;
}
.magazine a .title {
  width: 100%;
  color: #333;
  margin-top: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .magazine a .title {
    font-size: 12px;
  }
}
.magazine a:hover .title {
  color: #2BC8EA;
}

#item_list_magazine .thumb {
  width: 18%;
}
@media screen and (max-width: 896px) {
  #item_list_magazine .thumb {
    width: 30%;
  }
}

.planning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  background-color: #F7FAFC;
  padding: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .planning {
    padding: 20px 20px 10px;
    margin-bottom: 30px;
  }
}
.planning .detail {
  text-align: center;
  width: 220px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .planning .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.planning .detail h2 {
  border: none !important;
  padding: 0 !important;
  color: #2BC8EA;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 896px) {
  .planning .detail h2 {
    width: 100% !important;
  }
}
.planning .detail h2 img {
  width: 134px;
  margin-bottom: 4px;
}
@media screen and (max-width: 896px) {
  .planning .detail h2 img {
    width: 100px;
  }
}
.planning .detail h2 span {
  display: block;
  font-size: 16px;
}
.planning .detail p {
  margin-bottom: 14px;
}
@media screen and (max-width: 896px) {
  .planning .detail p {
    font-size: 12px;
  }
}
.planning .detail .btn .btn_s {
  color: #2BC8EA;
}
.planning .detail .btn .btn_s:hover {
  color: #fff;
}
.planning .planning_list {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
@media screen and (max-width: 1024px) {
  .planning .planning_list {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
  }
}
.planning .planning_list > li {
  width: 31%;
  margin-right: 3.5%;
  position: relative;
}
.planning .planning_list > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .planning .planning_list > li {
    width: 160px;
    margin-right: 16px;
    -webkit-flex: none;
    flex: none;
  }
  .planning .planning_list > li:last-child {
    width: calc(160px + 20px);
    padding-right: 20px;
  }
}
.planning .planning_list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  text-decoration: none;
  color: #333;
}
.planning .planning_list > li a .thumb {
  margin-bottom: 5px;
  width: 100%;
}
.planning .planning_list > li a .thumb img {
  border: 1px #CDD6DD solid;
}
.planning .planning_list > li a .name {
  font-size: 12px;
  color: #333;
  line-height: 1.3;
  margin-bottom: 5px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.planning .planning_list > li a .category {
  width: 100%;
  font-size: 10px;
  color: #959EA7;
  margin-bottom: 5px;
}
.planning .planning_list > li a .category li {
  display: inline-block;
  margin-right: 10px;
}
.planning .planning_list > li a .category li img {
  width: 12px;
  margin-right: 4px;
  display: inline-block;
}
.planning .planning_list > li a .favorite {
  font-size: 12px;
  margin-right: 14px;
}
.planning .planning_list > li a .favorite::before {
  display: inline-block;
  content: "";
  background: url("/images/pc/ico_favorite.svg") no-repeat center center;
  background-size: contain;
  width: 13px;
  height: 13px;
  vertical-align: -1px;
  margin-right: 3px;
}
.planning .planning_list > li a .comment {
  font-size: 12px;
}
.planning .planning_list > li a .comment::before {
  display: inline-block;
  content: "";
  background: url("/images/pc/ico_comment.svg") no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 12px;
  vertical-align: -1px;
  margin-right: 3px;
}
.planning .planning_list > li a:hover .name {
  color: #2BC8EA;
}

.info_list {
  border-top: 1px #CDD6DD solid;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .info_list {
    margin-bottom: 30px;
  }
}
.info_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px #CDD6DD solid;
  padding: 14px 20px;
}
@media screen and (max-width: 896px) {
  .info_list li {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding: 14px 0px;
  }
}
.info_list li .date {
  font-size: 10px;
  color: #959EA7;
  margin-top: 4px;
  width: 80px;
}
@media screen and (max-width: 896px) {
  .info_list li .date {
    width: 100%;
    margin-top: 0;
  }
}
.info_list li .text {
  -webkit-flex: 1;
  flex: 1;
}
@media screen and (max-width: 896px) {
  .info_list li .text {
    -webkit-flex: initial;
    flex: initial;
  }
}
.info_list li .text a {
  color: #333;
  text-decoration: underline;
}
.info_list li .text a:hover {
  color: #2BC8EA;
}

.bnr_slide {
  margin: 0 -10px 60px;
}
@media screen and (max-width: 896px) {
  .bnr_slide {
    margin: 0 -4% 40px;
  }
}
.bnr_slide .slick-track > li {
  padding: 0 10px;
}
@media screen and (max-width: 896px) {
  .bnr_slide .slick-track > li {
    padding: 0 4px;
  }
}
.bnr_slide .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 100;
  width: calc(3.5vw - 6px);
  height: 100%;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: inherit;
}
.bnr_slide .slick-arrow.slick-prev {
  left: calc(-3.5vw + 14px);
  background-image: url("/images/pc/ico_arrow_l.svg");
  background-color: #fff;
}
.bnr_slide .slick-arrow.slick-prev:hover {
  background-image: url("/images/pc/ico_arrow_l_bl.svg");
}
.bnr_slide .slick-arrow.slick-next {
  right: calc(-3.5vw + 14px);
  background-image: url("/images/pc/ico_arrow_r.svg");
  background-color: #fff;
}
.bnr_slide .slick-arrow.slick-next:hover {
  background-image: url("/images/pc/ico_arrow_r_bl.svg");
}
.bnr_slide .slick-arrow.slick-disabled {
  display: none !important;
}
.bnr_slide .slick-dots {
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  text-align: center;
}
.bnr_slide .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.bnr_slide .slick-dots li button {
  text-indent: -1000px;
  overflow: hidden;
  width: 6px;
  height: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  background-color: #959EA7;
}
.bnr_slide .slick-dots li.slick-active button {
  background-color: #2E3234;
}

.top_about_iot {
  margin: 0 0 40px 0;
}

.item_data2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 1px #CDD6DD solid;
  padding-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .item_data2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.item_data2 .promoter {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 4em;
}
.item_data2 .promoter::before {
  content: "出品者：";
  display: block;
  color: #959EA7;
  font-size: 12px;
  position: absolute;
  top: 18px;
  left: 0;
}
.item_data2 .promoter .promoter_name {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.item_data2 .promoter .promoter_name .promoter_name_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.item_data2 .promoter .icon {
  width: 50px;
  height: 50px;
  border: 1px #CDD6DD solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
}
.item_data2 .promoter .icon img {
  height: 100%;
  max-width: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.item_data2 .promoter .name {
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.3;
}
.item_data2 .promoter .promoter_link {
  display: inline-block;
  vertical-align: middle;
}
.item_data2 .promoter .website, .item_data2 .promoter .message {
  display: inline-block;
  margin-left: 2px;
}
.item_data2 .promoter .website a, .item_data2 .promoter .website > div, .item_data2 .promoter .message a, .item_data2 .promoter .message > div {
  display: block;
  font-size: 12px;
  padding: 8px 0px 8px 24px;
  color: #959EA7;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.item_data2 .promoter .website a:hover, .item_data2 .promoter .website > div:hover, .item_data2 .promoter .message a:hover, .item_data2 .promoter .message > div:hover {
  opacity: 1;
  color: #2BC8EA;
}
.item_data2 .promoter .website {
  margin-right: 15px;
}
.item_data2 .promoter .website a, .item_data2 .promoter .website > div {
  background: url("/images/pc/ico_website.svg") no-repeat left center;
  background-size: 18px auto;
}
.item_data2 .promoter .website a:hover, .item_data2 .promoter .website > div:hover {
  background: url("/images/pc/ico_website_bl.svg") no-repeat left center;
  background-size: 18px auto;
}
.item_data2 .promoter .message a, .item_data2 .promoter .message > div {
  display: inline-block;
  border: 1px #CDD6DD solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 16px 8px 44px;
  background: url("/images/pc/ico_message.svg") no-repeat 17px center;
  background-size: 18px auto;
}
.item_data2 .promoter .message a:hover, .item_data2 .promoter .message > div:hover {
  border: 1px #2BC8EA solid;
  background: url("/images/pc/ico_message_bl.svg") no-repeat 17px center;
  background-size: 18px auto;
}
.item_data2 .favorite_btn {
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .item_data2 .favorite_btn {
    margin-bottom: 10px;
  }
}
.item_data2 .favorite_btn::before {
  content: "お気に入り：";
  display: inline-block;
  color: #959EA7;
  font-size: 12px;
  margin-right: 5px;
}
@media screen and (max-width: 896px) {
  .item_data2 .favorite_btn::before {
    width: 6.5em;
  }
}
.item_data2 .favorite_btn a {
  display: inline-block;
  border: 1px #CDD6DD solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #6F7579;
  padding: 8px 16px 8px 36px;
  background: url("/images/pc/ico_favorite_gr.svg") no-repeat 16px center;
  background-size: 18px auto;
  font-size: 12px;
  text-decoration: none;
}
.item_data2 .favorite_btn a:hover {
  border: 1px #FF5F7E solid;
  background: url("/images/pc/ico_favorite.svg") no-repeat 16px center;
  background-size: 18px auto;
}
.item_data2 .favorite_btn .num {
  display: inline-block;
  margin-right: 10px;
}
.item_data2 .favorite_btn .num::after {
  content: "人";
  display: inline-block;
  font-size: 12px;
}
.item_data2 .favorite_btn.on a {
  border: 1px #FF5F7E solid;
  background: url("/images/pc/ico_favorite.svg") no-repeat 16px center;
  background-size: 18px auto;
}
.item_data2 .favorite_btn.on a:hover {
  border: 1px #CDD6DD solid;
  background: url("/images/pc/ico_favorite_gr.svg") no-repeat 16px center;
  background-size: 18px auto;
}
.item_data2 .review_all {
  margin-right: 20px;
}
@media screen and (max-width: 896px) {
  .item_data2 .review_all {
    width: 100%;
  }
}
.item_data2 .review_all::before {
  content: "レビュー：";
  display: inline-block;
  color: #959EA7;
  font-size: 12px;
}
@media screen and (max-width: 896px) {
  .item_data2 .review_all::before {
    width: 6.5em;
  }
}
.item_data2 .review_all .num a {
  color: #2BC8EA;
  text-decoration: underline;
  margin-left: 5px;
}
.item_data2 .review_all .num a:hover {
  color: #959EA7;
}
.item_data2 .review_all .num a::after {
  content: "件";
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
}

#sp_floatbtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  #sp_floatbtn {
    position: fixed;
    z-index: 100;
    bottom: -100px;
    left: 0;
    width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #fff;
    border-top: 1px #CDD6DD solid;
  }
  #sp_floatbtn.on {
    bottom: 0;
  }
  #sp_floatbtn #item_buy_btn {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #FF5F7E;
    color: #fff;
    height: 52px;
    text-align: center;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    margin: 0.5em 0 0.5em 0.5em;
    border-radius: 4px;
  }
  #sp_floatbtn #item_buy_btn img {
    height: 24px;
    margin: -12px 6px -12px 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  #sp_floatbtn #item_buy_btn a {
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    line-height: 52px;
  }
  #sp_floatbtn .favorite_btn a {
    background: #fff url("/images/pc/ico_favorite_gr.svg") no-repeat center center;
    background-size: 18px auto;
    display: block;
    height: 46px;
    width: 46px;
    margin-top: 0.8em;
  }
  #sp_floatbtn .favorite_btn.on a {
    background: #fff url("/images/pc/ico_favorite.svg") no-repeat center center;
    background-size: 18px auto;
  }
}

#item_buy_content {
  background-color: #fff;
  z-index: 1001;
}
#item_buy_content .sp_buy_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-flex: 1;
  flex: 1;
  padding: 10px 4%;
  color: #fff;
  background: #2E3234 url("/images/pc/ico_close.svg") no-repeat right 4% center;
  background-size: 22px auto;
}
#item_buy_content .sp_buy_title.float {
  position: fixed;
}
#item_buy_content .sp_buy_contents {
  padding: 44px 4% 4%;
}

@media screen and (max-width: 1024px) {
  #item_buy_wrap {
    display: none;
  }
}
#item_buy_wrap .item_detail_title {
  margin-bottom: 0;
}

.item_buy > li {
  padding: 30px 0;
  border-bottom: 1px #CDD6DD solid;
}
.item_buy > li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 896px) {
  .item_buy > li {
    padding: 15px 0;
  }
}
.item_buy > li .item_buy_top, .item_buy > li .item_buy_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.item_buy > li .thumb, .item_buy > li .item_buy_detail {
  width: 48%;
  margin-right: 4%;
  max-width: 360px;
}
.item_buy > li .text_wrap, .item_buy > li form {
  -webkit-flex: 1;
  flex: 1;
}
.item_buy > li .thumb {
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .item_buy > li .thumb {
    margin-bottom: 5px;
  }
}
.item_buy > li .thumb img {
  width: 100%;
}
.item_buy > li .text_wrap {
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .item_buy > li .text_wrap {
    margin-bottom: 5px;
  }
}
.item_buy > li .text_wrap .item_label {
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .item_buy > li .text_wrap .item_label {
    margin-bottom: 6px;
  }
}
.item_buy > li .text_wrap .item_label img {
  height: 18px;
  margin-right: 4px;
}
@media screen and (max-width: 896px) {
  .item_buy > li .text_wrap .item_label img {
    height: 16px;
    margin-right: 2px;
  }
}
.item_buy > li .text_wrap h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .item_buy > li .text_wrap h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.item_buy > li .text_wrap .usual_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #ff0000;
  font-size: 14px;
  margin-bottom: 5px;
}
.item_buy > li .text_wrap .usual_price dt {
  display: inline-block;
  margin-right: 1em;
}
.item_buy > li .text_wrap .usual_price dd {
  display: inline-block;
  text-decoration: line-through;
}
.item_buy > li .text_wrap .usual_price dd::after {
  content: "円(税込)";
}
@media screen and (max-width: 896px) {
  .item_buy > li .text_wrap .usual_price {
    display: block;
  }
}
.item_buy > li .text_wrap .price {
  color: #FF5F7E;
  font-size: 30px;
  margin-bottom: 5px;
}
.item_buy > li .text_wrap .price::after {
  content: "円(税込)";
  font-size: 18px;
}
@media screen and (max-width: 896px) {
  .item_buy > li .text_wrap .price {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .item_buy > li .text_wrap .price::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 896px) {
  .item_buy > li .text_wrap .stock {
    font-size: 12px;
  }
}
.item_buy > li .text_wrap .stock a, .item_buy > li .text_wrap .stock > div {
  color: #6F7579;
}
.item_buy > li .text_wrap .stock a:hover, .item_buy > li .text_wrap .stock > div:hover {
  color: #2BC8EA;
}
.item_buy > li .text_wrap .stock a::before, .item_buy > li .text_wrap .stock > div::before {
  content: "";
  display: inline-block;
  background: url("/images/pc/ico_arrow_s.svg") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 8px;
  vertical-align: middle;
  margin-right: 2px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 896px) {
  .item_buy > li .text_wrap .shippingfee {
    font-size: 12px;
  }
}
.item_buy > li .text_wrap .shippingfee a, .item_buy > li .text_wrap .shippingfee > div {
  color: #6F7579;
}
.item_buy > li .text_wrap .shippingfee a:hover, .item_buy > li .text_wrap .shippingfee > div:hover {
  color: #2BC8EA;
}
.item_buy > li .text_wrap .shippingfee a::before, .item_buy > li .text_wrap .shippingfee > div::before {
  content: "";
  display: inline-block;
  background: url("/images/pc/ico_arrow_s.svg") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 8px;
  vertical-align: middle;
  margin-right: 2px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 896px) {
  .item_buy > li .item_buy_detail {
    width: 100%;
    margin-bottom: 15px;
    max-width: inherit;
    margin-right: 0;
  }
}
.item_buy > li .item_buy_detail > .text {
  margin-bottom: 10px;
  font-size: 12px;
}
.item_buy > li .item_buy_detail .caution_box {
  background-color: #F0F3F5;
  padding: 8px 10px;
  font-size: 12px;
}
.item_buy > li .item_buy_detail .caution_box li {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.item_buy > li .item_buy_detail .caution_box li .title {
  color: #959EA7;
}
.item_buy > li .item_buy_detail .caution_box li .text {
  -webkit-flex: 1;
  flex: 1;
}
@media screen and (max-width: 896px) {
  .item_buy > li form {
    width: 100%;
    -webkit-flex: initial;
    flex: initial;
  }
}
.item_buy > li form .option {
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .item_buy > li form .option {
    display: inline-block;
  }
}
.item_buy > li form .num_input {
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .item_buy > li form .num_input {
    display: inline-block;
    margin-bottom: 10px;
  }
}
.item_buy > li form .num_input::before {
  content: "個数";
  display: inline-block;
  font-size: 12px;
  color: #959EA7;
  margin-right: 4px;
}
@media screen and (max-width: 896px) {
  .item_buy > li form .btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.item_buy > li form .btn_list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .item_buy > li form .btn_list li {
    -webkit-flex: 1;
    flex: 1;
  }
  .item_buy > li form .btn_list li:first-child {
    margin-right: 10px;
  }
}
.item_buy > li form .btn_list li a, .item_buy > li form .btn_list li button, .item_buy > li form .btn_list li input[type=submit] {
  background-color: #FF5F7E;
  color: #fff;
  display: block;
  width: 100%;
  padding: 14px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
}
.item_buy > li form .btn_list li a:hover, .item_buy > li form .btn_list li button:hover, .item_buy > li form .btn_list li input[type=submit]:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.item_buy > li form .btn_list li a:hover img, .item_buy > li form .btn_list li button:hover img, .item_buy > li form .btn_list li input[type=submit]:hover img {
  -webkit-animation: none;
  animation: none;
}
.item_buy > li form .btn_list li a.cart, .item_buy > li form .btn_list li button.cart, .item_buy > li form .btn_list li input[type=submit].cart {
  background-color: #2BC8EA;
}
.item_buy > li form .btn_list li a img, .item_buy > li form .btn_list li button img, .item_buy > li form .btn_list li input[type=submit] img {
  height: 24px;
  margin: -12px 6px -12px 0;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 896px) {
  .item_buy > li form .btn_list li a, .item_buy > li form .btn_list li button, .item_buy > li form .btn_list li input[type=submit] {
    font-size: 14px;
    padding: 12px 0;
  }
  .item_buy > li form .btn_list li a img, .item_buy > li form .btn_list li button img, .item_buy > li form .btn_list li input[type=submit] img {
    height: 20px;
    margin: -10px 4px -10px 0;
  }
}
.item_buy > li form .btn_list_external li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CDD6DD;
}
.item_buy > li form .btn_list_external li:last-child {
  border-bottom: none;
}
.item_buy > li form .btn_list_external li a, .item_buy > li form .btn_list_external li button, .item_buy > li form .btn_list_external li input[type=submit] {
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 6px 14px;
  text-indent: -9999px;
  text-align: center;
}
.item_buy > li form .btn_list_external li a:hover, .item_buy > li form .btn_list_external li button:hover, .item_buy > li form .btn_list_external li input[type=submit]:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.item_buy > li form .btn_list_external li a:hover img, .item_buy > li form .btn_list_external li button:hover img, .item_buy > li form .btn_list_external li input[type=submit]:hover img {
  -webkit-animation: none;
  animation: none;
}
.item_buy > li form .btn_list_external li a.amazon, .item_buy > li form .btn_list_external li button.amazon, .item_buy > li form .btn_list_external li input[type=submit].amazon {
  background: url("/images/pc/logo_amazon.png") no-repeat center center;
  background-size: 35% auto;
  min-height: 26px;
}
@media screen and (max-width: 1024px) {
  .item_buy > li form .btn_list_external li a.amazon, .item_buy > li form .btn_list_external li button.amazon, .item_buy > li form .btn_list_external li input[type=submit].amazon {
    background-size: 20% auto;
  }
}
@media screen and (max-width: 896px) {
  .item_buy > li form .btn_list_external li a.amazon, .item_buy > li form .btn_list_external li button.amazon, .item_buy > li form .btn_list_external li input[type=submit].amazon {
    background-size: 18% auto;
    padding: 19px 0;
  }
}
@media screen and (max-width: 480px) {
  .item_buy > li form .btn_list_external li a.amazon, .item_buy > li form .btn_list_external li button.amazon, .item_buy > li form .btn_list_external li input[type=submit].amazon {
    background-size: 28% auto;
    padding: 16px 16px;
  }
}
.item_buy > li form .btn_list_external li a.rakuten, .item_buy > li form .btn_list_external li button.rakuten, .item_buy > li form .btn_list_external li input[type=submit].rakuten {
  background: url("/images/pc/logo_rakuten.png") no-repeat center center;
  background-size: 35% auto;
  min-height: 26px;
}
@media screen and (max-width: 1024px) {
  .item_buy > li form .btn_list_external li a.rakuten, .item_buy > li form .btn_list_external li button.rakuten, .item_buy > li form .btn_list_external li input[type=submit].rakuten {
    background-size: 20% auto;
  }
}
@media screen and (max-width: 896px) {
  .item_buy > li form .btn_list_external li a.rakuten, .item_buy > li form .btn_list_external li button.rakuten, .item_buy > li form .btn_list_external li input[type=submit].rakuten {
    background-size: 18% auto;
    padding: 19px 19px;
  }
}
@media screen and (max-width: 480px) {
  .item_buy > li form .btn_list_external li a.rakuten, .item_buy > li form .btn_list_external li button.rakuten, .item_buy > li form .btn_list_external li input[type=submit].rakuten {
    background-size: 28% auto;
    padding: 16px 16px;
  }
}
.item_buy > li form .btn_list_external li a.paypay, .item_buy > li form .btn_list_external li button.paypay, .item_buy > li form .btn_list_external li input[type=submit].paypay {
  background: url("/images/pc/logo_paypay.png") no-repeat center center;
  background-size: 48% auto;
  min-height: 26px;
}
@media screen and (max-width: 1024px) {
  .item_buy > li form .btn_list_external li a.paypay, .item_buy > li form .btn_list_external li button.paypay, .item_buy > li form .btn_list_external li input[type=submit].paypay {
    background-size: 30% auto;
  }
}
@media screen and (max-width: 896px) {
  .item_buy > li form .btn_list_external li a.paypay, .item_buy > li form .btn_list_external li button.paypay, .item_buy > li form .btn_list_external li input[type=submit].paypay {
    background-size: 26% auto;
    padding: 19px 19px;
  }
}
@media screen and (max-width: 480px) {
  .item_buy > li form .btn_list_external li a.paypay, .item_buy > li form .btn_list_external li button.paypay, .item_buy > li form .btn_list_external li input[type=submit].paypay {
    background-size: 40% auto;
    padding: 16px 16px;
  }
}
.item_buy > li form .caution_text {
  font-size: 11px;
}
@media screen and (max-width: 1024px) {
  .item_buy > li form .caution_text {
    font-size: 12px;
  }
}
.item_buy > li form .caution_text a {
  text-decoration: underline;
}
.item_buy > li form .external_link_text {
  font-size: 12px;
  margin: 15px 0;
  background-color: #959EA7;
  padding: 8px 10px;
  color: #fff;
}

.share2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .share2 {
    width: 100%;
    padding-top: 20px;
  }
}
.share2 li {
  margin: 0 2px;
}

.item_mainvisual {
  margin-bottom: 30px;
}
.item_mainvisual img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .item_mainvisual {
    margin-bottom: 20px;
  }
}

.item_video {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.item_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#sp_footer_buy_title {
  display: none;
}
@media screen and (max-width: 1024px) {
  #sp_footer_buy_title {
    display: block;
    color: #fff;
    background-color: #2E3234;
    padding: 10px 4%;
    margin: 40px -4% 0;
  }
}

.item_detail_title {
  background-color: #959EA7;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

#fb_commentBox {
  margin-bottom: 40px;
}

#review {
  margin-bottom: 60px;
}
#review .btn_blue {
  margin-bottom: 10px;
}

.item_review_list .item_review_cont {
  margin-bottom: 20px;
  border: 1px solid #CDD6DD;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
}
.item_review_list .item_review_cont .item_review_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 6px;
}
.item_review_list .item_review_cont .item_review_data .item_review_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1;
  flex: 1;
}
.item_review_list .item_review_cont .item_review_data .item_review_name .icon {
  width: 50px;
  height: 50px;
  border: 1px #CDD6DD solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  .item_review_list .item_review_cont .item_review_data .item_review_name .icon {
    width: 40px;
    height: 40px;
  }
}
.item_review_list .item_review_cont .item_review_data .item_review_name .icon img {
  height: 100%;
  max-width: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.item_review_list .item_review_cont .item_review_data .item_review_name .name {
  -webkit-flex: 1;
  flex: 1;
  font-size: 14px;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.3;
}
.item_review_list .item_review_cont .item_review_data .item_review_date_star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .item_review_list .item_review_cont .item_review_data .item_review_date_star {
    display: block;
    text-align: right;
  }
}
.item_review_list .item_review_cont .item_review_data .item_review_date {
  font-size: 12px;
  color: #959EA7;
  margin-left: 10px;
}
.item_review_list .item_review_cont .item_review_data .star_rating {
  margin-left: 10px;
}
.item_review_list .item_review_cont .item_review_text.more {
  position: relative;
  height: 135px;
  overflow: hidden;
  margin-bottom: -20px;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.item_review_list .item_review_cont .item_review_text.more::after {
  content: "続きを見る";
  font-size: 12px;
  color: #959EA7;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 40px;
  text-align: center;
  border-top: 1px #CDD6DD solid;
  background-color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 1;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.item_review_list .more_btn {
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #CDD6DD;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background-color: #F7FAFC;
  color: #959EA7;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.item_review_list .more_btn:hover {
  background-color: #CDD6DD;
  color: #fff;
}

#modal_message_contents {
  padding: 40px;
}
@media screen and (max-width: 896px) {
  #modal_message_contents {
    padding: 20px;
  }
}
#modal_message_contents #modal_message_to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 20px;
}
#modal_message_contents #modal_message_to::before {
  content: "TO：";
  color: #959EA7;
  font-size: 12px;
  margin-right: 5px;
}
#modal_message_contents #modal_message_to .icon {
  width: 50px;
  height: 50px;
  border: 1px #CDD6DD solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  #modal_message_contents #modal_message_to .icon {
    width: 40px;
    height: 40px;
  }
}
#modal_message_contents #modal_message_to .icon img {
  height: 100%;
  max-width: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#modal_message_contents #modal_message_to .name {
  -webkit-flex: 1;
  flex: 1;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.3;
}
#modal_message_contents #modal_message_text {
  height: 14em;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  #modal_message_contents #modal_message_text {
    height: 20em;
    margin-bottom: 10px;
  }
}
#modal_message_contents p a {
  color: #2BC8EA;
  text-decoration: underline;
}
#modal_message_contents p a:hover {
  color: #959EA7;
}

#modal_terms_contents {
  padding: 40px;
}
@media screen and (max-width: 896px) {
  #modal_terms_contents {
    padding: 20px;
  }
}
#modal_terms_contents h2 {
  color: #959EA7;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 40px;
}
#modal_terms_contents h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 896px) {
  #modal_terms_contents h2 {
    font-size: 16px;
    margin-top: 20px;
  }
}
#modal_terms_contents .scroll_textbox {
  max-height: 12em;
}

.scroll_textbox {
  max-height: 14em;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 14px;
  border: 1px solid #CDD6DD;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
}

#modal_stock {
  max-width: 400px;
}

#modal_stock_contents {
  padding: 40px;
}
@media screen and (max-width: 896px) {
  #modal_stock_contents {
    padding: 20px;
  }
}
#modal_stock_contents h2 {
  color: #959EA7;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 40px;
}
#modal_stock_contents h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 896px) {
  #modal_stock_contents h2 {
    font-size: 16px;
    margin-top: 20px;
  }
}
#modal_stock_contents table {
  width: 100%;
}
#modal_stock_contents table tr th, #modal_stock_contents table tr td {
  border-top: 1px #CDD6DD solid;
  border-bottom: 1px #CDD6DD solid;
  padding: 20px;
}

#modal_shippingfee {
  max-width: 400px;
}

#modal_shippingfee_contents {
  padding: 40px;
}
@media screen and (max-width: 896px) {
  #modal_shippingfee_contents {
    padding: 20px;
  }
}
#modal_shippingfee_contents h2 {
  color: #959EA7;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 40px;
}
#modal_shippingfee_contents h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 896px) {
  #modal_shippingfee_contents h2 {
    font-size: 16px;
    margin-top: 20px;
  }
}
#modal_shippingfee_contents table {
  width: 100%;
}
#modal_shippingfee_contents table tr th, #modal_shippingfee_contents table tr td {
  border-top: 1px #CDD6DD solid;
  border-bottom: 1px #CDD6DD solid;
  padding: 20px;
}

/* item_freehtml */
.item_freehtml {
  margin-bottom: 80px;
}
.item_freehtml p {
  margin-bottom: 16px;
}
.item_freehtml img {
  margin-bottom: 16px;
  width: 100%;
}
.item_freehtml h1 {
  color: #00b9e1;
  border-left: 4px solid #00b9e1;
  font-size: 20px;
  padding: 4px 0 0 10px;
  margin-bottom: 32px;
  margin-top: 32px;
  font-weight: bold;
  line-height: 1.5;
}
.item_freehtml h2 {
  color: #333;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .item_freehtml h2 {
    font-size: 18px;
  }
}
.item_freehtml h3 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.item_freehtml ol li {
  list-style: inside decimal;
  margin-bottom: 8px;
}
.item_freehtml ul li {
  list-style: none;
  margin-bottom: 8px;
}
.item_freehtml .standard_table table, .item_freehtml .standard_table th, .item_freehtml .standard_table td {
  border: 1px solid #a6b8c1;
}
.item_freehtml .standard_table table {
  width: 100%;
}

.star_rating {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.star_rating .star_rating_front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url("/images/pc/ico_review_on.svg") no-repeat left center;
  background-size: 100px auto;
  height: 100%;
}
.star_rating .star_rating_back {
  background: url("/images/pc/ico_review_off.svg") no-repeat left center;
  background-size: contain;
  width: 100px;
  padding-top: 20%;
}

.modal-content {
  width: 80%;
}

#breadcrumbs {
  border-bottom: 1px rgba(46, 50, 52, 0.1) solid;
}
#breadcrumbs ul {
  max-width: 1280px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0 12px;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 896px) {
  #breadcrumbs ul {
    padding: 6px 0 8px;
  }
}
#breadcrumbs ul li {
  display: inline;
  background: url("/images/pc/ico_arrow_s.svg") no-repeat right center;
  background-size: 5px auto;
  padding-right: 11px;
  margin-right: 0px;
}
@media screen and (max-width: 896px) {
  #breadcrumbs ul li {
    font-size: 10px;
  }
}
#breadcrumbs ul li:last-child {
  background: none;
  padding-right: 0px;
  margin-right: 0px;
}
#breadcrumbs ul li a {
  display: inline-block;
  text-decoration: none;
}

#pagetop {
  background: rgba(46, 50, 52, 0.8) url("/images/pc/ico_arrow_s_t_wh.svg") no-repeat center 48%;
  background-size: 12px auto;
  width: 40px;
  height: 40px;
  position: fixed;
  right: -40px;
  bottom: 60px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  z-index: 100;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 896px) {
  #pagetop {
    width: 34px;
    height: 34px;
  }
}
#pagetop.on {
  right: 0;
}
#pagetop:hover {
  background: #2e3234 url("/images/pc/ico_arrow_s_t_wh.svg") no-repeat center 48%;
  background-size: 12px auto;
}

.contents p {
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .contents p {
    margin-bottom: 20px;
  }
}

.guide_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  border-top: 1px #CDD6DD solid;
  border-left: 1px #CDD6DD solid;
  margin-bottom: 40px;
}
.guide_nav li {
  width: 25%;
  border-right: 1px #CDD6DD solid;
  border-bottom: 1px #CDD6DD solid;
}
@media screen and (max-width: 1024px) {
  .guide_nav li {
    width: 33.33%;
  }
}
@media screen and (max-width: 896px) {
  .guide_nav li {
    width: 50%;
  }
}
.guide_nav li a {
  color: #333;
  padding: 14px 20px;
  display: block;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 896px) {
  .guide_nav li a {
    padding: 10px 16px;
  }
}
.guide_nav li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/pc/ico_arrow_r.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.guide_nav li a:hover {
  padding-left: 30px;
}
.guide_nav li a:hover::after {
  right: 20px;
  opacity: 1;
}
.guide_nav li a.current {
  background-color: #eef4f7;
  background-image: url("/images/pc/ico_arrow_cross.svg");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center right 12px;
}
.guide_nav li a.current::after {
  background: none;
  transition: none;
}
.guide_nav li a.current:hover {
  padding-left: 20px;
}

.guide_contents {
  margin-bottom: 80px;
}
@media screen and (max-width: 896px) {
  .guide_contents {
    margin-bottom: 40px;
  }
}
.guide_contents h3 {
  background-color: #2BC8EA;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .guide_contents h3 {
    font-size: 16px;
  }
}
.guide_contents h4 {
  font-weight: bold;
  border-bottom: 1px #2BC8EA solid;
  padding: 10px 10px 6px;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .guide_contents h4 {
    font-size: 16px;
  }
}
.guide_contents h5.step_title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .guide_contents h5.step_title {
    font-size: 16px;
  }
}
.guide_contents h5.step_title span {
  margin-right: 10px;
  color: #2BC8EA;
}
.guide_contents h6.select_title {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 896px) {
  .guide_contents h6.select_title {
    font-size: 16px;
  }
}
.guide_contents p img {
  margin-top: 10px;
  width: 50%;
}
@media screen and (max-width: 896px) {
  .guide_contents p img {
    width: 100%;
  }
}
.guide_contents .ico_link_list li {
  background: url("/images/pc/ico_arrow_s_bl.svg") no-repeat left 8px;
  padding-left: 14px;
  margin-bottom: 20px;
  font-weight: bold;
}
.guide_contents .ico_link_list li p {
  margin-bottom: 0;
  font-weight: normal;
}
.guide_contents .guide_qa .guide_q {
  background: url("/images/pc/ico_q.svg") no-repeat left top;
  background-size: 30px auto;
  padding: 3px 0px 10px 40px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .guide_contents .guide_qa .guide_q {
    font-size: 14px;
  }
}
.guide_contents .guide_qa .guide_a {
  background: url("/images/pc/ico_a.svg") no-repeat left top;
  background-size: 30px auto;
  padding: 5px 0px 10px 40px;
  border-bottom: 1px #CDD6DD solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.guide_contents .guide_qa .guide_a img {
  margin-top: 10px;
  width: 50%;
}
@media screen and (max-width: 896px) {
  .guide_contents .guide_qa .guide_a img {
    width: 100%;
  }
}
.guide_contents .guide03_01 {
  position: relative;
}
.guide_contents .guide03_01 .guide03_01_img {
  width: 50%;
}
.guide_contents .guide03_01 .guide03_01_img img {
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .guide_contents .guide03_01 .guide03_01_img {
    position: relative;
    width: 100%;
  }
}
.guide_contents .guide03_02 {
  position: relative;
}
.guide_contents .guide03_02 .guide03_02_img {
  width: 50%;
}
.guide_contents .guide03_02 .guide03_02_img img {
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .guide_contents .guide03_02 .guide03_02_img {
    width: 100%;
  }
}

.mypage_main h3 {
  border-left: 4px #959EA7 solid;
  padding: 5px 0 5px 16px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 896px) {
  .mypage_main h3 {
    padding: 3px 0 3px 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.mypage_main h3.title_category {
  border-left: none;
  padding: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 896px) {
  .mypage_main h3.title_category {
    margin-bottom: 10px;
  }
}
.mypage_main h3.title_category img {
  width: 24px;
  vertical-align: middle;
  margin-right: 14px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 896px) {
  .mypage_main h3.title_category img {
    margin-right: 10px;
  }
}
.mypage_main h3.title_visual {
  border: none;
  padding: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 896px) {
  .mypage_main h3.title_visual {
    margin: -30px -4% 30px;
  }
}
.mypage_main h3 .h2_s {
  font-size: 12px;
  color: #959EA7;
  display: block;
  font-weight: normal;
}

/* form */
input[type=text], input[type=email], input[type=password], input[type=number], textarea {
  font-size: 14px;
  border: 1px solid #CDD6DD;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
}
input[type=text].input_s, input[type=email].input_s, input[type=password].input_s, input[type=number].input_s, textarea.input_s {
  width: 180px;
  margin-right: 24px;
}
input[type=text].input_ss, input[type=email].input_ss, input[type=password].input_ss, input[type=number].input_ss, textarea.input_ss {
  width: 100px;
  margin-right: 24px;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

label.form_select {
  position: relative;
  margin: 0px 8px 0px 0px;
  display: inline-block;
}

label.form_select select {
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 6px 46px 6px 6px;
  border: 1px solid #CDD6DD;
  height: 39px;
  margin: 0px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}

label.form_select select::-ms-expand {
  display: none;
}

label.form_select:after {
  display: block;
  content: " ";
  position: absolute;
  pointer-events: none;
  background: #CDD6DD url(/images/pc/ico_arrow_s_b_wh.svg) no-repeat center 54%;
  background-size: 10px auto;
  border-top: 1px solid #CDD6DD;
  border-bottom: 1px solid #CDD6DD;
  border-right: 1px solid #CDD6DD;
  border-left-style: none;
  height: 39px;
  width: 29px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  top: 0px;
  right: 0px;
}

#maintenance {
  padding: 80px 0;
  max-width: 1280px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 896px) {
  #maintenance {
    padding: 40px 0;
  }
}
#maintenance h1 {
  text-align: center;
  margin-bottom: 40px;
}
#maintenance h1 img {
  width: 50%;
  max-width: 300px;
}
#maintenance h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #959EA7;
}
#maintenance p {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  #maintenance p {
    text-align: left;
  }
}
#maintenance #maintenance_time {
  background-color: #F0F3F5;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 896px) {
  #maintenance #maintenance_time {
    text-align: left;
  }
}
#maintenance #footer {
  text-align: center;
  font-size: 10px;
  color: #959EA7;
}

/* item magazine */
#item_magazine .item_magazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  #item_magazine .item_magazine {
    margin-bottom: 30px;
  }
}
#item_magazine .item_magazine .item_magazine_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  border-top: 1px #F0F3F5 solid;
}
@media screen and (max-width: 480px) {
  #item_magazine .item_magazine .item_magazine_s {
    width: 100%;
    -webkit-flex: initial;
    flex: initial;
  }
}
#item_magazine .item_magazine .item_magazine_s li.magazine_list {
  border-bottom: 1px #F0F3F5 solid;
  width: 48%;
  padding: 15px 0;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 896px) {
  #item_magazine .item_magazine .item_magazine_s li.magazine_list {
    width: 100%;
    min-height: 100px;
    margin: 0;
  }
}
#item_magazine .item_magazine .item_magazine_s li.magazine_list:nth-child(2n) {
  border-bottom: 1px #F0F3F5 solid;
  width: 48%;
  padding: 15px 0;
  margin: 0;
}
@media screen and (max-width: 896px) {
  #item_magazine .item_magazine .item_magazine_s li.magazine_list:nth-child(2n) {
    width: 100%;
    min-height: 100px;
  }
}
#item_magazine .item_magazine .item_magazine_s li.magazine_list .thumb,
#item_magazine .item_magazine .item_magazine_s li.magazine_list:nth-child(2n) .thumb {
  width: 34%;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  #item_magazine .item_magazine .item_magazine_s li.magazine_list .thumb,
  #item_magazine .item_magazine .item_magazine_s li.magazine_list:nth-child(2n) .thumb {
    width: 46%;
    margin-right: 10px;
  }
}
#item_magazine .item_magazine .item_magazine_s li.magazine_list .thumb img,
#item_magazine .item_magazine .item_magazine_s li.magazine_list:nth-child(2n) .thumb img {
  border: 1px #F0F3F5 solid;
}
#item_magazine .item_magazine .item_magazine_s li.magazine_list .text_wrap,
#item_magazine .item_magazine .item_magazine_s li.magazine_list:nth-child(2n) .text_wrap {
  -webkit-flex: 1;
  flex: 1;
}
#item_magazine .item_magazine a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: baseline;
  align-items: baseline;
  text-decoration: none;
}
#item_magazine .item_magazine a .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: baseline;
  align-items: baseline;
}
#item_magazine .item_magazine a .item_category {
  background-color: #CDD6DD;
  color: #fff;
  font-size: 10px;
  padding: 1px 8px;
}
#item_magazine .item_magazine a .date {
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
  font-size: 10px;
  color: #959EA7;
}
#item_magazine .item_magazine a .title {
  width: 100%;
  color: #333;
  margin-top: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  #item_magazine .item_magazine a .title {
    font-size: 12px;
  }
}
#item_magazine .item_magazine a:hover .title {
  color: #2BC8EA;
}
#item_magazine h2 {
  border-left: 4px #959EA7 solid;
  padding: 5px 0 5px 16px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 896px) {
  #item_magazine h2 {
    padding: 3px 0 3px 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

/* item news */
.item_news {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .item_news {
    margin-bottom: 30px;
  }
}
.item_news h2 {
  border-left: 4px #959EA7 solid;
  padding: 5px 0 5px 16px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 896px) {
  .item_news h2 {
    padding: 3px 0 3px 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.item_news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px #F0F3F5 solid;
}
@media screen and (max-width: 896px) {
  .item_news dl {
    display: block;
  }
}
.item_news dt {
  padding: 0 12px 0 0;
  width: 15%;
  color: #959EA7;
}
@media screen and (max-width: 896px) {
  .item_news dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.item_news dd {
  width: 85%;
}
@media screen and (max-width: 896px) {
  .item_news dd {
    width: 100%;
  }
}

/* Special */
.special h3 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: #7896a5;
  margin-top: 48px;
  margin-bottom: 40px;
  line-height: 1.4em;
}
@media screen and (max-width: 896px) {
  .special h3 {
    font-size: 20px;
    text-align: left;
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.special p {
  margin: 0 0 60px 0;
}

/* Site map */
.sitemap_1col li {
  padding: 16px;
  border-bottom: #CDD6DD 1px solid;
}
.sitemap_1col li a {
  color: #6F7579;
  text-decoration: none;
}
.sitemap_1col li a:hover {
  color: #2BC8EA;
}

.sitemap_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .sitemap_2col {
    display: block;
  }
}
.sitemap_2col ul {
  border-bottom: #CDD6DD 1px solid;
  padding: 16px 16px 6px 16px;
}
@media screen and (max-width: 1024px) {
  .sitemap_2col ul {
    border-bottom: none !important;
  }
}
.sitemap_2col ul.sitename {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .sitemap_2col ul.sitename {
    width: 100%;
  }
}
.sitemap_2col ul.sitename li a {
  color: #6F7579;
  text-decoration: none;
}
.sitemap_2col ul.sitename li a:hover {
  color: #2BC8EA;
}
.sitemap_2col ul.sitemap_list {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .sitemap_2col ul.sitemap_list {
    width: 100%;
    border-bottom: #CDD6DD 1px solid !important;
  }
}
.sitemap_2col ul.sitemap_list li {
  padding: 0 0 10px 0;
  width: 50%;
}
@media screen and (max-width: 896px) {
  .sitemap_2col ul.sitemap_list li {
    width: 100%;
  }
}
.sitemap_2col ul.sitemap_list li a {
  color: #6F7579;
  text-decoration: none;
}
.sitemap_2col ul.sitemap_list li a:hover {
  color: #2BC8EA;
}
.sitemap_2col ul.sitemap_list li a::before {
  content: "";
  display: inline-block;
  background: url("/images/pc/ico_arrow_s.svg") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 8px;
  vertical-align: middle;
  margin-right: 2px;
  position: relative;
  top: -2px;
}
