@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
/* RESET
================================================================================ */
#contents, #mainContents {
  width: 100%;
  background: transparent;
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.sp_content div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_content i {
  font-style: normal;
}

/* SETTING
================================================================================ */
.sp_content {
  color: #262626;
  font-size: 16px;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Droid Sans Japanese, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.sp_content a {
  color: #065b8f;
}
.sp_content a:visited {
  color: #5a7fb9;
}
.sp_content a:hover, .sp_content a:active, .sp_content a:focus {
  color: #087ac0;
}
.sp_content div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_content .sp_container {
  max-width: 990px;
  margin: 0 auto;
}
.sp_content .sp_container > small {
  display: block;
  margin-left: 1em;
  font-size: 0.75em;
  margin-top: 50px;
}
.sp_content .alt {
  display: none;
}

/* PARTS
======================================== */
a.link-arrow:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: .3em .4em;
  border-color: transparent transparent transparent #2899e1;
}

.mark1em_list li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .2em;
}
.mark1em_list li * {
  text-indent: 0;
}
.mark1em_list li > i:first-child {
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.dot_list li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .2em;
}
.dot_list li * {
  text-indent: 0;
}
.dot_list li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.sp_site_lead {
  padding-top: 50px;
  margin-bottom: 80px;
}
.sp_site_lead .block-heading {
  text-align: center;
  font-size: 1.625em;
  margin-bottom: 50px;
}
.sp_site_lead .block-heading p:before, .sp_site_lead .block-heading p:after {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 0;
  border-top: 1px solid #262626;
  margin: 0 .2em;
  vertical-align: middle;
}
.sp_site_lead .block-heading h2 {
  text-align: center;
  font-size: 2.30769em;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .12em;
}
.sp_site_lead .block-heading h2 span {
  font-size: 0.75em;
}
.sp_site_lead .block-body {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_site_lead .block-body > * {
  -webkit-flex-basis: 47%;
  flex-basis: 47%;
  padding: 3% 5% 3%;
  color: #FFF;
  background: url("../images/site_lead1.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sp_site_lead .block-body > * h3 {
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .2em;
}
.sp_site_lead .block-body > * p {
  font-size: 0.875em;
  line-height: 1.8;
  text-align: justify;
  -ms-text-justify: inter-character;
  text-justify: inter-character;
}
.sp_site_lead .block-body > *:nth-child(2) {
  background-image: url("../images/site_lead2.jpg");
}

.sp_lineup_tag {
  font-size: 1.125em;
  display: inline-block;
  text-align: left;
  margin-left: 10px;
  width: 48%;
}
.sp_lineup_tag h3 {
  display: table;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-size: 1em;
  margin-bottom: .3em;
}
.sp_lineup_tag h3 strong {
  display: table-cell;
  width: 2em;
  font-size: 3.88889em;
  font-weight: 900;
  margin-right: .1em;
  line-height: .6;
}
.sp_lineup_tag h3 span {
  display: table-cell;
  vertical-align: bottom;
  border-top: 2px solid #2899e1;
  font-size: 1.55556em;
  font-weight: 700;
  line-height: 0.57143;
  padding: .4em .1em;
}
.sp_lineup_tag h3 span i {
  font-size: 0.85714em;
  font-style: normal;
}
.sp_lineup_tag h3 span small {
  font-size: 0.5em;
  font-weight: 700;
}
.sp_lineup_tag > p {
  font-size: 1em;
  margin-bottom: .5em;
  line-height: 1.2;
}
.sp_lineup_tag .detail_btn {
  display: inline-block;
  text-align: center;
  font-size: 1.11111em;
  line-height: 1.2;
  padding: .3em 1.4em;
  background: #065b8f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.sp_lineup_tag .detail_btn, .sp_lineup_tag .detail_btn:hover, .sp_lineup_tag .detail_btn:visited {
  color: #FFF;
  text-decoration: none;
}
.sp_lineup_tag .detail_btn:before {
  content: "";
  display: inline-block;
  background: url("../images/btn_arrow.png") no-repeat left center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 0.5em;
  height: 0;
  padding: 0.8em 0 0;
  margin-right: .4em;
}

.sp_lineup_item {
  position: relative;
  height: 385px;
  background-repeat: no-repeat;
}
.sp_lineup_item a {
  -webkit-transition: filter .4s;
  -moz-transition: filter .4s;
  -ms-transition: filter .4s;
  -o-transition: filter .4s;
  transition: filter .4s;
}
.sp_lineup_item a:hover {
  filter: brightness(120%);
}
.sp_lineup_item figure {
  position: absolute;
  top: 0;
  margin: 0;
}
.sp_lineup_item figure img {
  max-width: 100%;
  height: auto;
}
.sp_lineup_item .osusume {
  position: absolute;
  right: 5%;
  bottom: 20%;
  max-width: 161px;
}

.sp_lineup_block {
  position: relative;
  padding-left: 60px;
}
.sp_lineup_block h2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  padding-top: 25px;
  background-color: rgba(6, 91, 143, 0.1);
  text-align: center;
}
.sp_lineup_block.lineup--wireless {
  margin-bottom: 80px;
}
.sp_lineup_block.lineup--wireless .sp_lineup_item {
  background-image: url("../images/lineup_bgodd.png");
  background-position: bottom right;
}
.sp_lineup_block.lineup--wireless .sp_lineup_item figure {
  right: 0;
}
.sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(even) {
  background-image: url("../images/lineup_bgeven.png");
  background-position: bottom left;
  text-align: right;
}
.sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(even) .sp_lineup_tag {
  margin-left: 0;
}
.sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(even) figure {
  right: auto;
  left: 2%;
}
.sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(1) {
  padding-top: 50px;
}
.sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(2) {
  margin-top: -80px;
  padding-top: 120px;
}
.sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(3) {
  margin-top: -70px;
  padding-top: 150px;
}
.sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(3) figure {
  padding-right: 5%;
}
.sp_lineup_block.lineup--wired h2 {
  background-color: rgba(6, 91, 143, 0.7);
}
.sp_lineup_block.lineup--wired .sp_lineup_item {
  background-image: url("../images/lineup_bgeven.png");
  background-position: bottom left;
  text-align: right;
}
.sp_lineup_block.lineup--wired .sp_lineup_item .sp_lineup_tag {
  margin-left: 0;
}
.sp_lineup_block.lineup--wired .sp_lineup_item figure {
  right: auto;
  left: 2%;
}
.sp_lineup_block.lineup--wired .sp_lineup_item:nth-child(even) {
  background-image: url("../images/lineup_bgodd.png");
  background-position: bottom right;
  text-align: left;
}
.sp_lineup_block.lineup--wired .sp_lineup_item:nth-child(even) .sp_lineup_tag {
  margin-left: 10px;
}
.sp_lineup_block.lineup--wired .sp_lineup_item:nth-child(even) figure {
  left: auto;
  right: 0;
}
.sp_lineup_block.lineup--wired .sp_lineup_item:nth-child(1) {
  padding-top: 100px;
}
.sp_lineup_block.lineup--wired .sp_lineup_item:nth-child(2) {
  margin-top: -70px;
  padding-top: 140px;
}
.sp_lineup_block + small {
  margin-top: 30px;
  margin-bottom: 80px;
}

.sp_katsuyou_item {
  margin-bottom: 50px;
}
.sp_katsuyou_item .item-heading {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.4375em;
  border-top: 2px solid #2899e1;
  padding: .8em 0 0;
  margin-bottom: 1.6em;
}
.sp_katsuyou_item .item-heading p {
  letter-spacing: .16em;
  margin-bottom: .5em;
}
.sp_katsuyou_item .item-heading p span {
  font-size: 0.82609em;
}
.sp_katsuyou_item .item-heading p i {
  display: block;
  margin-top: .3em;
}
.sp_katsuyou_item .item-heading p i img {
  display: block;
  margin: 0 auto;
}
.sp_katsuyou_item .item-heading h2 {
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: 900;
}
.sp_katsuyou_item .item-heading h2 span {
  font-size: 0.8em;
}
.sp_katsuyou_item .item-body {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_katsuyou_item .item-body > div {
  padding-left: 30px;
  font-size: 0.875em;
  -webkit-flex-basis: 55%;
  flex-basis: 55%;
}
.sp_katsuyou_item .item-body > div p {
  line-height: 1.8;
}
.sp_katsuyou_item .item-body > div p + p {
  margin-top: 1.8em;
}
.sp_katsuyou_item .item-body > figure {
  -webkit-flex-basis: 43%;
  flex-basis: 43%;
  margin: 0;
}
.sp_katsuyou_item .item-body > figure img {
  max-width: 90%;
  height: auto;
}
.sp_katsuyou_item .item-body > p {
  right: 1em;
  bottom: 7%;
  position: absolute;
  display: inline-block;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.sp_katsuyou_item .item-body > p span {
  display: block;
  font-size: 1.25em;
  border-top: 1px solid #2899e1;
  margin-top: .2em;
  padding: 0 .2em;
}
.sp_katsuyou_item .item-body > p span i {
  font-size: 0.7em;
}
.sp_katsuyou_item:nth-child(1) .item-body > div {
  padding-bottom: 11%;
}
.sp_katsuyou_item:nth-child(1) .item-body > p {
  right: 32%;
}

.sp_body_nav {
  margin-top: 80px;
}
.sp_body_nav li {
  display: block;
  margin: 20px 5%;
}
.sp_body_nav a {
  display: block;
  text-align: center;
  padding: .6em .3em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.2;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  background-color: #065b8f;
}
.sp_body_nav a, .sp_body_nav a:hover, .sp_body_nav a:visited {
  color: #FFF;
  text-decoration: none;
}
.sp_body_nav a:hover, .sp_body_nav a.current {
  filter: brightness(120%);
}
.sp_body_nav a:before {
  content: "";
  display: inline-block;
  background: url("../images/btn_arrow.png") no-repeat left center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 0.4em;
  height: 0;
  padding: 0.66667em 0 0;
  margin-right: .4em;
}

.sp_body {
  padding: 0 0 80px;
  background: url("../images/bgpat.png") repeat center;
}
.sp_body .twitter_box {
  -webkit-flex-basis: 320px;
  flex-basis: 320px;
  border-right: 1px solid #D9D9D9;
  padding: 2vw;
  background-color: #EAEBF0;
}

.sp_present {
  background: url("../images/present_bg.jpg") no-repeat top center;
  background-attachment: fixed;
}
.sp_present .container-heading {
  background: url("../images/present_img.png") no-repeat right 5% bottom;
  -webkit-background-size: 48% auto;
  -o-background-size: 48% auto;
  background-size: 48% auto;
  padding: 80px 30px 50px;
}
.sp_present .container-heading h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 80px;
}
.sp_present .container-heading h2 span {
  font-size: 0.8125em;
}
.sp_present .container-heading p {
  width: 46%;
  line-height: 1.8;
}
.sp_present .container-body {
  font-size: 0.875em;
  padding-left: 30px;
  padding-right: 30px;
  zoom: 1;
}
.sp_present .container-body:before, .sp_present .container-body:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.sp_present .container-body:after {
  clear: both;
}
.sp_present .container-body h3 {
  font-size: 1.71429em;
  line-height: 1.1;
  font-weight: bold;
  border-bottom: 1px solid #2899e1;
  padding: 0 0 .3em;
  margin: 0 0 .3em;
}
.sp_present .container-body section {
  margin-bottom: 50px;
  line-height: 1.8;
}
.sp_present .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.sp_item_heading {
  padding-left: 30px;
  padding-bottom: 1em;
  padding-top: 11px;
  background: url("../images/recom_heading_deco.png") no-repeat top left 30px;
  border-bottom: 1px solid #2899e1;
}
.sp_item_heading .sp_item_catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
  padding-top: .6em;
  margin-bottom: .4em;
}
.sp_item_heading .sp_item_catch span {
  font-size: 0.77778em;
}
.sp_item_heading > div {
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_item_heading > div .sp_comment {
  flex-basis: calc(100% - 34em);
}
.sp_item_heading > div .sp_item_name {
  flex-basis: 34em;
}
.sp_item_heading .sp_comment {
  color: #065b8f;
}
.sp_item_heading .sp_comment dt {
  font-weight: normal;
  font-size: 1em;
}
.sp_item_heading .sp_comment dd {
  line-height: 1.4;
  font-size: 1.125em;
}
.sp_item_heading .sp_item_name {
  font-size: 1em;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: .14em;
  font-weight: 400;
  line-height: .75;
}
.sp_item_heading .sp_item_name span {
  font-size: 3.75em;
}
.sp_item_heading .sp_item_name strong {
  font-size: 5.375em;
  font-weight: 900;
  padding: 0 .1em;
}
.sp_item_heading .sp_item_name small {
  font-weight: 400;
  font-size: 1.25em;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-left: 1px solid #262626;
  padding: 0 .6em;
  line-height: 1.2;
}
.sp_item_heading.heading--itempage .sp_comment dt {
  margin-bottom: .2em;
}
.sp_item_heading.heading--itempage .sp_comment dt:before, .sp_item_heading.heading--itempage .sp_comment dt:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-color: #065b8f;
  width: 0;
  height: 0;
  padding: 1.2em 0 0;
  vertical-align: middle;
}
.sp_item_heading.heading--itempage .sp_comment dt:before {
  border-width: 0 0 0 1px;
  margin-right: .4em;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.sp_item_heading.heading--itempage .sp_comment dt:after {
  border-width: 0 1px 0 0;
  margin-left: .4em;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
.sp_item_heading.heading--itempage .sp_comment dd li {
  display: inline-block;
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-right: 1em;
}
.sp_item_heading.heading--itempage .sp_comment dd li * {
  text-indent: 0;
}
.sp_item_heading.heading--itempage .sp_comment dd li:before {
  content: "□";
  display: inline-block;
  width: 1em;
  margin-right: .2em;
  text-indent: 0;
}
.sp_item_heading.heading--recommendpage > div .sp_item_name small {
  width: 8em;
}
.sp_item_heading.heading--recommendpage .sp_comment {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sp_item_heading.heading--recommendpage .sp_comment dt {
  padding-right: .5em;
}
.sp_item_heading.heading--recommendpage .sp_comment dt:before, .sp_item_heading.heading--recommendpage .sp_comment dt:after {
  content: "";
  display: block;
  border-style: solid;
  border-color: #065b8f;
  width: 5em;
  height: 0;
  vertical-align: middle;
  margin: 0 0 0 auto;
}
.sp_item_heading.heading--recommendpage .sp_comment dt:before {
  border-width: 1px 0 0 0;
  margin-bottom: .4em;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
.sp_item_heading.heading--recommendpage .sp_comment dt:after {
  border-width: 0 0 1px 0;
  margin-top: .4em;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.sp_item_heading.heading--recommendpage .sp_comment dt {
  width: 5.5em;
}

.sp_item_main {
  position: relative;
  margin-top: 50px;
  padding: 30px;
}
.sp_item_main figure {
  margin: 0;
}
.sp_item_main figure img {
  max-width: 100%;
  height: auto;
}
.sp_item_main .sp_data_block {
  position: absolute;
  right: 5%;
  top: 5%;
  font-family: "Noto Sans JP", sans-serif;
  width: 40%;
  max-width: 345px;
  position: absolute;
  font-size: 1.25em;
  background-color: rgba(255, 255, 255, 0.75);
}
.sp_item_main .sp_data_block dl {
  line-height: 1.2;
  padding: .4em 0;
}
.sp_item_main .sp_data_block dl dt {
  font-weight: 400;
  float: left;
}
.sp_item_main .sp_data_block dl dd {
  font-size: 1.7em;
  font-weight: 900;
  text-align: right;
}
.sp_item_main .sp_data_block dl dd i {
  font-size: 0.73529em;
  font-weight: 700;
}
.sp_item_main .sp_data_block dl dd small {
  font-weight: 400;
  font-size: 1rem;
  display: block;
}
.sp_item_main .sp_data_block dl + dl {
  border-top: 1px solid #D9D9D9;
}
.sp_item_main .sp_data_block dl.sp_data_box {
  font-size: 1rem;
  background: rgba(232, 232, 232, 0.7);
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Droid Sans Japanese, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom: none;
  padding: 1em;
  margin-top: .6em;
}
.sp_item_main .sp_data_block dl.sp_data_box dt {
  float: none;
  color: #065b8f;
  border-bottom: 1px solid #065b8f;
  font-weight: normal;
  padding: 0 0 .2em;
  margin-bottom: .6em;
}
.sp_item_main .sp_data_block dl.sp_data_box dd {
  text-align: left;
  font-size: 0.875em;
  font-weight: normal;
}
.sp_item_main .sp_data_block dl.sp_data_box li + li {
  margin-top: .6em;
}

.recommend_point_block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.recommend_point_block > div {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.recommend_point_block .point_box {
  background: rgba(232, 232, 232, 0.7);
  position: relative;
  padding-bottom: 31%;
}
.recommend_point_block .point_box .box-heading {
  border-left: 0.4em solid #2899e1;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 .5em 0 .6em;
  height: 4em;
  line-height: 1.2;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.recommend_point_block .point_box .box-body {
  padding: 1em 30px;
}
.recommend_point_block .point_box .box-body p {
  line-height: 1.8;
}
.recommend_point_block .point_box .box-body figure {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  margin: 0;
}
.recommend_point_block .point_box .box-body figure img {
  width: 100%;
  height: auto;
}
.recommend_point_block .point_box + .sp_itempoint_box {
  margin-top: 30px;
}

.sp_grid2 {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp_grid2 > * {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.sp_grid2 img {
  max-width: 100%;
  height: auto;
}

.sp_recommend_block {
  margin-bottom: 80px;
}
.sp_recommend_block .block-heading {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25em;
  line-height: 1.3;
  font-weight: 900;
  border-top: 2px solid #2899e1;
  padding: 1.2em .2em 0;
}
.sp_recommend_block .block-heading span {
  font-size: 0.8em;
}
.sp_recommend_block .block-body {
  padding: 50px 30px 30px;
}
.sp_recommend_block .block-body p {
  line-height: 1.8;
}
.sp_recommend_block .recommend_graph {
  line-height: 1.2;
  margin-top: 30px;
}
.sp_recommend_block .recommend_graph ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: url("../images/recom_kakeru.png") no-repeat center;
}
.sp_recommend_block .recommend_graph li {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  background-color: #2899e1;
  padding: .6em .4em;
  font-size: 1.75em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}
.sp_recommend_block .recommend_graph li:nth-child(n+3) {
  margin-top: 5%;
}
.sp_recommend_block .recommend_graph > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  letter-spacing: .12em;
  line-height: 1.2;
}
.sp_recommend_block .recommend_graph > p:before {
  content: "";
  background: url("../images/recom_eq.png") no-repeat center;
  display: block;
  margin: 0 auto;
  height: 1em;
}
.sp_recommend_block .recommend_catch {
  color: #065b8f;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
.sp_recommend_block .recommend_catch dt {
  font-size: 1.75em;
  margin-bottom: .2em;
}
.sp_recommend_block .recommend_catch dd {
  color: #262626;
  border: 1px solid #065b8f;
  font-size: 2.25em;
  text-align: center;
  display: block;
  padding: .6em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
.sp_recommend_block .sp_imgleft {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_recommend_block .sp_imgleft > figure {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
}
.sp_recommend_block .sp_imgleft > figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sp_recommend_block .sp_imgleft > div {
  -webkit-flex-basis: 55%;
  flex-basis: 55%;
}
.sp_recommend_block .sp_imgleft > div p {
  margin-bottom: 1.6em;
}
.sp_recommend_block .sp_imgleft > div figure {
  margin: 30px 0 0;
}
.sp_recommend_block .sp_imgleft > div figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sp_recommend_block .recommend_preset {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2em;
}
.sp_recommend_block .recommend_preset h3 {
  font-size: 1.25em;
  font-weight: 900;
  border: 1px solid #065b8f;
  line-height: 1.2;
  padding: .2em .4em;
  margin-bottom: .5em;
}
.sp_recommend_block .recommend_preset dl {
  font-size: 1.25em;
  line-height: 1.2;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp_recommend_block .recommend_preset dl dt {
  display: inline-block;
  width: 5em;
  font-weight: 900;
  margin-bottom: .5em;
  position: relative;
}
.sp_recommend_block .recommend_preset dl dt:after {
  content: ":";
  display: inline-block;
  color: #065b8f;
  position: absolute;
  right: 0;
  right: 0;
}
.sp_recommend_block .recommend_preset dl dd {
  display: inline-block;
  color: #065b8f;
  font-weight: 400;
  width: calc(100% - 6em);
  margin-bottom: .5em;
}

.sp_recommend_main {
  margin-bottom: 80px;
  padding-top: 50px;
}
.sp_recommend_main .block-body {
  padding: 30px;
}
.sp_recommend_main .block-body > p {
  line-height: 1.8;
}
.sp_recommend_main .block-body > p + p {
  margin-top: 1.3em;
}

.sp_item {
  margin-bottom: 80px;
}
.sp_item:first-child {
  padding-top: 50px;
}
.sp_item .item-body {
  padding: 30px 30px 0;
}
.sp_item .item-body > p {
  line-height: 1.8;
}
.sp_item .item-body > p + p {
  margin-top: 1.4em;
}
.sp_item .item-point {
  margin-top: 30px;
}
.sp_item .sp_itempoint_box {
  background: rgba(232, 232, 232, 0.7);
  padding: 30px;
}
.sp_item .sp_itempoint_box .box-heading {
  border-left: 0.4em solid #2899e1;
  font-size: 1.5em;
  font-weight: bold;
  padding: .25em 0 .25em .6em;
  margin-bottom: .6em;
  line-height: 1.2;
}
.sp_item .sp_itempoint_box.box--imgset {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_item .sp_itempoint_box.box--imgset > div {
  -webkit-flex-basis: 49%;
  flex-basis: 49%;
}
.sp_item .sp_itempoint_box.box--imgset > figure {
  margin: 0;
  -webkit-flex-basis: 46%;
  flex-basis: 46%;
}
.sp_item .sp_itempoint_box.box--imgset > figure img {
  max-width: 100%;
  height: auto;
}
.sp_item .sp_itempoint_box + .sp_itempoint_box {
  margin-top: 30px;
}

.sp_item_link {
  margin-top: 50px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_item_link > * {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.sp_item_link a {
  text-align: center;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: .8em .3em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.2;
  letter-spacing: .05em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  background-color: #065b8f;
}
.sp_item_link a, .sp_item_link a:hover, .sp_item_link a:visited {
  color: #FFF;
  text-decoration: none;
}
.sp_item_link a:hover, .sp_item_link a.current {
  filter: brightness(120%);
}
.sp_item_link a:before {
  content: "";
  display: inline-block;
  background: url("../images/btn_arrow.png") no-repeat left center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 0.4em;
  height: 0;
  padding: 0.66667em 0 0;
  margin-right: .4em;
}
.sp_item_link a.btn_a {
  background-color: #313030;
}
.sp_item_link a.btn_r {
  background-color: #c53428;
}

/* SNS
======================================== */
#sp-head-bkmark {
  background-color: #292929;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #292929), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#292929 0%, #000000 100%);
  background-image: -webkit-linear-gradient(#292929 0%, #000000 100%);
  background-image: linear-gradient(#292929 0%, #000000 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF292929', endColorstr='#FF000000');
  padding: 5px 0;
}
#sp-head-bkmark .famicom {
  display: inline-block;
  float: left;
}

.bookmark_button li {
  float: right;
  margin-left: 10px;
}
.bookmark_button li.gplus {
  width: 60px;
}
.bookmark_button li.twitter {
  width: 90px;
}
.bookmark_button li:last-child {
  margin-right: 0;
}

/* HEADER
======================================== */
.socialBtn {
  position: relative;
  padding: 0;
  margin: 1em 0;
  float: none;
}
.socialBtn ul {
  zoom: 1;
}
.socialBtn ul:before, .socialBtn ul:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.socialBtn ul:after {
  clear: both;
}
.socialBtn li {
  display: inline-block;
  float: left;
  overflow: hidden;
  height: 21px;
}
.socialBtn .ballon {
  position: relative;
  float: right;
  padding: 0 5px;
  display: inline-block;
  border: 1px solid #CCC;
  margin-left: 7px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  height: 18px;
  line-height: 18px;
  background-color: #FFF;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
}
.socialBtn .ballon:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right-color: #AAA;
}
.socialBtn .ballon:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right-color: #FFF;
}
.socialBtn a, .socialBtn a:hover, .socialBtn a:visited {
  color: #000;
}
.socialBtn a:hover {
  text-decoration: none;
  text-shadow: none;
}

.sp_header .sp_container {
  position: relative;
  max-width: 1240px;
  background-color: #FFF;
}
.sp_header .sp_container > p {
  margin: 1em 4.5% 30px;
  font-size: 14em/fsD;
  line-height: 1.8;
}
.sp_header .socialBtn {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 4.5%;
  margin: 0;
}
.sp_header .sp_kv {
  position: relative;
}
.sp_header .siteid img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.sp_nav {
  background: #2899e1;
  padding: 10px 0;
}
.sp_nav ul {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_nav ul li {
  -webkit-flex-basis: 33.3%;
  flex-basis: 33.3%;
  padding: 0 5px;
}
.sp_nav ul li + li {
  border-left: 1px solid #9acff1;
}
.sp_nav a {
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  font-size: 1.25em;
  line-height: 1.2;
}
.sp_nav a, .sp_nav a:hover, .sp_nav a:visited {
  color: #FFF;
  text-decoration: none;
}
.sp_nav a:hover, .sp_nav a.current {
  background: url("../images/gnav_pat.png") repeat center;
}
.sp_nav a:before {
  content: "";
  background: url("../images/btn_arrow.png") no-repeat left center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 0.5em;
  height: 0;
  padding: 0.83333em 0 0;
  margin-right: .4em;
}

/* FOOT
======================================== */
.sp_footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../images/footer_bgpat.png") repeat center;
  background-attachment: fixed;
}
.sp_footer .sp_container {
  padding-left: 80px;
  padding-right: 80px;
}
.sp_footer a {
  display: block;
  text-align: center;
  padding: .6em .3em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.2;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  background-color: #ff6d00;
  letter-spacing: .05em;
}
.sp_footer a, .sp_footer a:hover, .sp_footer a:visited {
  color: #FFF;
  text-decoration: none;
}
.sp_footer a:hover {
  filter: brightness(120%);
}
.sp_footer a:before {
  content: "";
  display: inline-block;
  background: url("../images/btn_arrow.png") no-repeat left center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 0.4em;
  height: 0;
  padding: 0.66667em 0 0;
  margin-right: .4em;
}

/* PC Large
================================================================================ */
@media screen and (min-width: 1240px) {
  .sp_header {
    background: url("../images/header_bg.jpg") no-repeat top center;
  }
}
@media screen and (min-width: 768) {
  .for-sp, .for-sp_d {
    display: none;
  }
}
/* Middle
================================================================================ */
/* SMP
================================================================================ */
@media screen and (max-width: 1050px) {
  .sp_site_lead {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sp_nav a {
    font-size: 1.125em;
  }

  .sp_item_heading > div .sp_comment {
    flex-basis: calc(100% - 28em);
  }
  .sp_item_heading > div .sp_item_name {
    flex-basis: 28em;
  }
  .sp_item_heading .sp_comment {
    color: #065b8f;
  }
  .sp_item_heading .sp_comment dt {
    font-weight: normal;
    font-size: 0.875em;
  }
  .sp_item_heading .sp_comment dd {
    line-height: 1.4;
    font-size: 1em;
  }
  .sp_item_heading .sp_item_name span {
    font-size: 2.625em;
  }
  .sp_item_heading .sp_item_name strong {
    font-size: 4.375em;
  }
  .sp_item_heading .sp_item_name small {
    font-size: 1.125em;
  }

  .sp_item .sp_itempoint_box .box-heading {
    font-size: 1.25em;
  }

  .sp_item_main {
    position: relative;
    margin-top: 8vw;
    padding: 0;
  }
  .sp_item_main .sp_data_block {
    right: 0;
  }

  .recommend_point_block {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .recommend_point_block .point_box .box-heading {
    font-size: 1.25em;
  }

  .sp_recommend_block .block-heading {
    font-size: 2em;
  }
  .sp_recommend_block .recommend_graph li {
    font-size: 1.25em;
  }
  .sp_recommend_block .recommend_graph > p {
    font-size: 2.25em;
  }
  .sp_recommend_block .recommend_graph > p:before {
    margin: .5em auto;
  }
  .sp_recommend_block .recommend_catch dt {
    font-size: 1.25em;
  }
  .sp_recommend_block .recommend_catch dd {
    font-size: 2em;
  }
  .sp_recommend_block .sp_item_link {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .sp_item_link a, .sp_body_nav a, .sp_footer a {
    font-size: 1.625em;
  }
}
@media screen and (max-width: 900px) {
  .sp_site_lead {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sp_lineup_tag {
    font-size: 1em;
  }
  .sp_lineup_tag h3 strong {
    font-size: 3.75em;
  }
  .sp_lineup_tag h3 span {
    font-size: 1.5em;
    line-height: 0.58333;
    padding: .4em .1em;
  }
  .sp_lineup_tag h3 span i {
    font-size: 0.66667em;
  }
  .sp_lineup_tag h3 span small {
    font-size: 0.5em;
  }
  .sp_lineup_tag > p {
    font-size: 1em;
    margin-bottom: .5em;
  }
  .sp_lineup_tag .detail_btn {
    font-size: 1.25em;
  }

  .sp_lineup_block {
    position: relative;
    padding-left: 60px;
  }
  .sp_lineup_block h2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    padding-top: 25px;
    background-color: rgba(6, 91, 143, 0.1);
    text-align: center;
  }
  .sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(1) {
    padding-top: 180px;
  }
  .sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(2) {
    margin-top: 0;
    padding-top: 140px;
  }
  .sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(3) {
    margin-top: 0;
    padding-top: 40px;
  }
  .sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(3) figure {
    padding-right: 2%;
  }
  .sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(3) .osusume {
    right: 1%;
    width: 28%;
    bottom: 92%;
  }
  .sp_lineup_block.lineup--wired .sp_lineup_item:nth-child(1) figure {
    max-width: 49%;
  }
  .sp_lineup_block.lineup--wired .sp_lineup_item:nth-child(2) {
    margin-top: 0;
  }
  .sp_lineup_block + small {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .for-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_header .socialBtn {
    position: relative;
    margin: .5em 0;
    bottom: auto;
  }
  .sp_header .sp_container > p {
    margin: 5vw;
  }

  .sp_nav a {
    font-size: 1.14286em;
  }

  .sp_content {
    font-size: 14px;
  }
  .sp_content .sp_container > small {
    font-size: 0.78571em;
    margin-top: 8vw;
  }

  .sp_site_lead {
    padding-top: 8vw;
    margin-bottom: 10vw;
  }
  .sp_site_lead .block-heading {
    font-size: 1em;
    margin-bottom: 8vw;
  }
  .sp_site_lead .block-heading p:before, .sp_site_lead .block-heading p:after {
    width: 1em;
  }
  .sp_site_lead .block-heading h2 {
    font-size: 7vw;
  }
  .sp_site_lead .block-heading h2 span {
    font-size: 0.71429em;
  }
  .sp_site_lead .block-body > * h3 {
    font-size: 1.42857em;
  }
  .sp_site_lead .block-body > * p {
    font-size: 1em;
  }

  .sp_lineup_tag {
    width: 90%;
    margin-left: 5%;
  }
  .sp_lineup_tag h3 strong {
    font-size: 3.57143em;
  }

  .sp_lineup_item {
    height: auto;
    margin-bottom: 8vw;
    background-image: url("../images/lineup_bg_sp.png") !important;
    background-position: bottom right !important;
    text-align: left  !important;
  }
  .sp_lineup_item figure {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .sp_lineup_item figure img {
    max-width: 80%;
    height: auto;
  }

  .sp_lineup_block {
    position: relative;
    padding-left: 30px;
  }
  .sp_lineup_block h2 {
    width: 30px;
  }
  .sp_lineup_block h2 img {
    width: 24px;
    height: auto;
  }
  .sp_lineup_block.lineup--wireless {
    margin-bottom: 10vw;
  }
  .sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(even) .sp_lineup_tag {
    margin-left: auto;
  }
  .sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(even) figure {
    right: auto;
    left: auto;
  }
  .sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(1) {
    padding-top: 5px;
  }
  .sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(2) {
    margin-top: 0;
    padding-top: 5px;
  }
  .sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(2) .sp_lineup_tag {
    margin-left: 5%;
  }
  .sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(3) {
    margin-top: 0;
    padding-top: 5px;
  }
  .sp_lineup_block.lineup--wireless .sp_lineup_item:nth-child(3) figure {
    padding-right: 0;
  }
  .sp_lineup_block.lineup--wired .sp_lineup_item .sp_lineup_tag {
    margin-left: auto;
  }
  .sp_lineup_block.lineup--wired .sp_lineup_item figure {
    right: auto;
    left: auto;
  }
  .sp_lineup_block.lineup--wired .sp_lineup_item:nth-child(1) {
    padding-top: 5px;
  }
  .sp_lineup_block.lineup--wired .sp_lineup_item:nth-child(1) .sp_lineup_tag {
    margin-left: 10px;
  }
  .sp_lineup_block.lineup--wired .sp_lineup_item:nth-child(1) figure {
    padding-right: 0;
    max-width: inherit;
  }
  .sp_lineup_block.lineup--wired .sp_lineup_item:nth-child(2) {
    margin-top: 0;
    padding-top: 5px;
  }
  .sp_lineup_block + small {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }

  .sp_katsuyou_item {
    margin-bottom: 8vw;
  }
  .sp_katsuyou_item .item-heading h2 {
    font-size: 1.42857em;
  }
  .sp_katsuyou_item .item-heading h2 span {
    font-size: 0.66667em;
  }
  .sp_katsuyou_item .item-body {
    display: block;
    padding: 0 5vw;
  }
  .sp_katsuyou_item .item-body > div {
    display: block;
    padding-left: 0;
    font-size: 1em;
    margin-bottom: 5vw;
  }
  .sp_katsuyou_item .item-body > figure {
    display: block;
    text-align: center;
  }
  .sp_katsuyou_item .item-body > p {
    right: 5vw;
    bottom: 0;
  }
  .sp_katsuyou_item:nth-child(1) .item-body > div {
    padding-bottom: 0;
  }
  .sp_katsuyou_item:nth-child(1) .item-body > p {
    right: 5vw;
  }
  .sp_katsuyou_item:nth-child(1) .item-body > figure {
    padding-bottom: 3.5em;
  }

  .sp_body_nav {
    margin-top: 10vw;
  }
  .sp_body_nav li {
    display: block;
    margin: 10px 5%;
  }
  .sp_body_nav a {
    padding: 1em .3em;
    font-size: 1.28571em;
  }
  .sp_body_nav a:before {
    width: 0.4em;
    padding: 0.66667em 0 0;
  }

  .sp_body {
    padding: 0 0 10vw;
  }
  .sp_body .twitter_box {
    -webkit-flex-basis: 320px;
    flex-basis: 320px;
    border-right: 1px solid #D9D9D9;
    padding: 2vw;
    background-color: #EAEBF0;
  }

  .sp_present {
    -webkit-background-size: 140% auto;
    -o-background-size: 140% auto;
    background-size: 140% auto;
  }
  .sp_present .container-heading {
    background: none;
    padding: 5vw 5vw 8vw;
  }
  .sp_present .container-heading h2 {
    font-size: 1.71429em;
    margin-bottom: 1em;
  }
  .sp_present .container-heading h2 span {
    font-size: 0.8125em;
  }
  .sp_present .container-heading h2:after {
    content: "";
    display: block;
    background: url("../images/present_img_sp.png") no-repeat center bottom;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 0;
    padding: 60vw 0 0;
    margin: 0 auto;
  }
  .sp_present .container-heading p {
    width: 100%;
  }
  .sp_present .container-body {
    font-size: 1em;
    padding-left: 5vw;
    padding-right: 5vw;
    zoom: 1;
  }
  .sp_present .container-body:before, .sp_present .container-body:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .sp_present .container-body:after {
    clear: both;
  }
  .sp_present .container-body h3 {
    font-size: 1.28571em;
  }
  .sp_present .container-body section {
    margin-bottom: 8vw;
  }
  .sp_present .twitter-tweet {
    margin-left: auto;
    margin-right: auto;
  }

  .sp_footer {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .sp_footer .sp_container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .sp_footer a {
    font-size: 1.42857em;
  }

  .sp_item_heading {
    padding-left: 5vw;
    padding-top: 0;
    background-position: top left 5vw;
    -webkit-background-size: auto .5em;
    -o-background-size: auto .5em;
    background-size: auto .5em;
  }
  .sp_item_heading .sp_item_catch {
    margin-right: 5vw;
    font-size: 2em;
  }
  .sp_item_heading .sp_item_catch span {
    font-size: 0.78571em;
  }
  .sp_item_heading .sp_item_name span {
    font-size: 2.14286em;
  }
  .sp_item_heading .sp_item_name strong {
    font-size: 3.57143em;
  }
  .sp_item_heading .sp_item_name small {
    font-size: 1em;
  }
  .sp_item_heading > div .sp_comment {
    flex-basis: calc(100% - 24em);
  }
  .sp_item_heading > div .sp_item_name {
    flex-basis: 24em;
  }
  .sp_item_heading.heading--recommendpage .sp_comment {
    display: block;
  }
  .sp_item_heading.heading--recommendpage .sp_comment dt {
    display: block;
    margin-bottom: .2em;
    width: auto;
  }
  .sp_item_heading.heading--recommendpage .sp_comment dt br {
    display: none;
  }
  .sp_item_heading.heading--recommendpage .sp_comment dt:before, .sp_item_heading.heading--recommendpage .sp_comment dt:after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-color: #065b8f;
    width: 0;
    height: 0;
    padding: 1.2em 0 0;
    vertical-align: middle;
  }
  .sp_item_heading.heading--recommendpage .sp_comment dt:before {
    border-width: 0 0 0 1px;
    margin-right: .4em;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  .sp_item_heading.heading--recommendpage .sp_comment dt:after {
    margin: 0;
    border-width: 0 1px 0 0;
    margin-left: .4em;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  .sp_item_heading.heading--recommendpage .sp_comment dd {
    display: block;
  }
  .sp_item_heading.heading--recommendpage .sp_comment dd li {
    display: inline-block;
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-right: 1em;
  }
  .sp_item_heading.heading--recommendpage .sp_comment dd li * {
    text-indent: 0;
  }
  .sp_item_heading.heading--recommendpage .sp_comment dd li:before {
    content: "□";
    display: inline-block;
    width: 1em;
    margin-right: .2em;
    text-indent: 0;
  }

  .sp_item_main {
    position: relative;
    margin-top: 5vw;
  }
  .sp_item_main figure {
    margin: 0 0 5vw;
    text-align: center;
  }
  .sp_item_main figure img {
    max-width: 80%;
  }
  .sp_item_main .sp_data_block {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: inherit;
    font-size: 1.14286em;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sp_item_main .sp_data_block > * {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
  }
  .sp_item_main .sp_data_block dl {
    line-height: 1.1;
    padding: .4em 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .sp_item_main .sp_data_block dl dt {
    font-weight: 400;
    float: left;
  }
  .sp_item_main .sp_data_block dl dd {
    font-size: 1.7em;
    font-weight: 900;
    text-align: right;
  }
  .sp_item_main .sp_data_block dl dd i {
    font-size: 0.73529em;
    font-weight: 700;
  }
  .sp_item_main .sp_data_block dl dd small {
    font-weight: 400;
    font-size: 1rem;
    display: block;
  }
  .sp_item_main .sp_data_block dl + dl {
    border-top: none;
  }
  .sp_item_main .sp_data_block dl.sp_data_box {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .recommend_point_block .point_box .box-heading {
    font-size: 1.28571em;
  }
  .recommend_point_block .point_box .box-body {
    padding: 1em;
  }
  .recommend_point_block .point_box .box-body figure {
    left: 1em;
    bottom: 1em;
    width: calc(100% - 2em);
  }
  .recommend_point_block .point_box + .sp_itempoint_box {
    margin-top: 5vw;
  }

  .sp_recommend_block {
    margin-bottom: 8vw;
  }
  .sp_recommend_block .block-heading {
    font-size: 1.71429em;
  }
  .sp_recommend_block .block-body {
    padding: 5vw;
  }
  .sp_recommend_block .recommend_graph ul {
    -webkit-background-size: 4% auto;
    -o-background-size: 4% auto;
    background-size: 4% auto;
  }
  .sp_recommend_block .recommend_graph li {
    font-size: 1.28571em;
  }
  .sp_recommend_block .recommend_graph > p {
    font-size: 1.71429em;
  }
  .sp_recommend_block .recommend_graph > p:before {
    margin: .5em auto;
  }
  .sp_recommend_block .recommend_catch {
    margin-top: 2em;
  }
  .sp_recommend_block .recommend_catch dt {
    font-size: 1.14286em;
  }
  .sp_recommend_block .recommend_catch dd {
    font-size: 1.28571em;
  }
  .sp_recommend_block .sp_imgleft {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sp_recommend_block .sp_imgleft > figure {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
  }
  .sp_recommend_block .sp_imgleft > div {
    -webkit-flex-basis: 65%;
    flex-basis: 65%;
  }
  .sp_recommend_block .sp_imgleft > div figure {
    margin: 5vw 0 0;
  }
  .sp_recommend_block .recommend_preset {
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 2em;
  }
  .sp_recommend_block .recommend_preset h3 {
    font-size: 1.14286em;
  }
  .sp_recommend_block .recommend_preset dl {
    font-size: 1em;
  }

  .sp_recommend_main {
    padding-top: 5vw;
    margin-bottom: 8vw;
  }
  .sp_recommend_main .block-body {
    padding: 5vw;
  }
  .sp_recommend_main .block-body > p {
    line-height: 1.8;
  }
  .sp_recommend_main .block-body > p + p {
    margin-top: 1.3em;
  }

  .sp_item {
    margin-bottom: 10vw;
  }
  .sp_item:first-child {
    padding-top: 5vw;
  }
  .sp_item .item-body {
    padding: 5vw 5vw 0;
  }
  .sp_item .item-point {
    margin-top: 5vw;
  }
  .sp_item .sp_itempoint_box {
    padding: 1em;
  }
  .sp_item .sp_itempoint_box .box-heading {
    font-size: 1.28571em;
  }
  .sp_item .sp_itempoint_box.box--imgset {
    display: block;
  }
  .sp_item .sp_itempoint_box.box--imgset > figure {
    text-align: center;
    margin-top: 1.5em;
  }
  .sp_item .sp_itempoint_box + .sp_itempoint_box {
    margin-top: 5vw;
  }

  .sp_item_link {
    margin-top: 8vw;
  }
  .sp_item_link > * {
    -webkit-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }

  .for-pc {
    display: none;
  }

  .sp_item_link a, .sp_body_nav a, .sp_footer a {
    padding: 1em .3em;
    font-size: 1.42857em;
  }
}
@media screen and (max-width: 640px) {
  .sp_site_lead .block-body {
    display: block;
  }
  .sp_site_lead .block-body > * {
    display: block;
    margin: 0 0 5vw;
    padding: 3% 5% 3%;
  }

  .sp_item_heading > div {
    display: block;
  }
  .sp_item_heading > div .sp_comment {
    margin-bottom: .5em;
  }
  .sp_item_heading > div .sp_comment dt {
    font-size: 0.78571em;
  }
  .sp_item_heading > div .sp_comment dd {
    font-size: 0.92857em;
  }

  .recommend_point_block {
    display: block;
  }
  .recommend_point_block .point_box + .point_box {
    margin-top: 5%;
  }
  .recommend_point_block .point_box {
    padding-bottom: 0;
  }
  .recommend_point_block .point_box .box-heading {
    height: auto;
    padding: .8em .5em .8em .6em;
  }
  .recommend_point_block .point_box .box-body figure {
    margin-top: 4%;
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 480px) {
  .for-sp_s {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .sp_header .socialBtn {
    left: .5em;
  }

  .for-sp_d {
    display: none;
  }

  .sp_nav {
    padding: 5px;
  }
  .sp_nav ul {
    display: block;
  }
  .sp_nav ul li {
    padding: 0;
    display: block;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .sp_nav ul li + li {
    border-left: none;
    border-top: 1px solid #9acff1;
  }
  .sp_nav a {
    height: auto;
    padding: .6em .4em;
  }
  .sp_nav a:before {
    width: 0.77778em;
    height: 0;
    padding: 0.77778em 0 0;
  }

  .sp_recommend_block .sp_grid2 {
    display: block;
  }
  .sp_recommend_block .sp_grid2 figure {
    margin-top: 3%;
  }
  .sp_recommend_block .sp_imgleft {
    display: block;
  }
  .sp_recommend_block .sp_imgleft figure {
    margin-bottom: 5%;
    text-align: center;
  }
  .sp_recommend_block .sp_imgleft figure img {
    width: auto;
    max-height: 40vh;
    margin-left: auto;
    margin-right: auto;
  }

  .sp_item_heading .sp_item_catch {
    font-size: 1.71429em;
  }

  .sp_item_link a, .sp_body_nav a, .sp_footer a {
    font-size: 1.28571em;
  }
}
