@charset "utf-8";
body {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif;
  line-height: 1.5;
  color:#333;
}
/*----------------------------------------------------
共通
----------------------------------------------------*/
img.sp-only { display: inline-block; }
.pc-only { display: none; }
#title-area {
  margin-bottom: 15px;
}
#bread-clumb {
  position: relative;
  top: -16px;
  margin-bottom: -16px;
  padding:16px 5px 10px;
  background-size:3px 3px;
  border-top:1px solid #cfcfcf;
  border-bottom:1px solid #cfcfcf;
}
main article {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 13px;
  line-height: 1.5;
}
main article img {
  width: 100%;
}
p.page-top-btn {
  margin-top: 0;
  padding-top: 50px;
}
@media screen and (min-width: 569px) {
  .pc-only { display: block; }
  img.pc-only { display: inline-block; }
  .sp-only { display: none; }
  #bread-clumb{
    top:-10px;
    width:100%;
    margin: 0 0 -10px;
    padding:7px 0 0px;
    border-bottom: none;
  }
  main article {
    padding-right: 0;
    padding-left: 0;
    font-size: 116%;
  }
  p.page-top-btn {
    padding-top: 100px;
  }
}
/*----------------------------------------------------
Layout
----------------------------------------------------*/
.bk-base-layout {
  margin-top: 35px;
}
.bk-button-layout {
  margin: 30px 5px 0;
}
.bk-prepare-layout {
  margin-top: 25px;
}
.bk-prepare-layout + .bk-prepare-layout {
  margin-top: 35px;
}
.bk-mv-layout {
  margin: -15px -15px 0;
}
@media screen and (min-width: 569px) {
  .bk-base-layout {
    margin-top: 40px;
  }
  .bk-button-layout {
    margin: 40px 0 0;
  }
  .bk-button-layout .bk-button--large {
    width: 400px;
    margin: 0 auto;
  }
  .bk-prepare-layout + .bk-prepare-layout {
    margin-top: 70px;
  }
  .bk-mv-layout { margin: 0; }
}
/*----------------------------------------------------
Heading
----------------------------------------------------*/
.bk-heading--level-2 {
  margin-bottom: 20px;
  padding: 6px 5px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #023893;
  border-radius: 4px;
}
.bk-heading--level-3 {
  font-size: 15px;
  text-align: center;
  color: #023893;
  border-bottom: 1px solid #023893;
}
.bk-heading--check {
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 0 0 0 35px;
  font-size: 15px;
  font-weight: bold;
  background: none;
  border: none;
}
.bk-heading--check::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  content: '';
  background: url(/sell/mobilephone/images/new/icon_check.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.bk-heading--horizontal-line {
  position: relative;
  margin-bottom: 18px;
  text-align: center;
  color: #023893;
  font-size: 18px;
}
.bk-heading--horizontal-line::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: '';
  border-top: solid 2px #023893;
}
.bk-heading--horizontal-line span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  background: #fff;
}
@media screen and (min-width: 569px) {
  .bk-heading--level-2 {
    padding: 8px 5px;
    font-size: 157%;
  }
  .bk-heading--level-3 {
    text-align: left;
    font-size: 128.5%;
  }
  .bk-heading--check {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 128.5%;
  }
  .bk-heading--horizontal-line {
    font-size: 157%;
  }
}
/*----------------------------------------------------
Button
----------------------------------------------------*/
.bk-button {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 25px 10px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  box-shadow:0px 2px 0px 0px #c3c3c3;
  transition-property: background-color, border-color, color, opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.bk-button::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 13px;
  background: url(/sell/mobilephone/images/new/icon_arrow-right.png) 0 0 no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
  content: '';
}
.bk-button:hover { opacity: 1; }
.bk-button--blue { background-color: #023893; }
.bk-button--blue:hover { background-color: #2657aa; }
.bk-button--red { background-color: #d90000; }
.bk-button--red:hover { background-color: #e44d4d; }
.bk-button--border {
  color: #1d2fa8;
  background-color: #fff;
  border: 1px solid #023793;
}
.bk-button--border:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.bk-button--border::after {
  background-image: url(/sell/mobilephone/images/new/icon_arrow-right-blue.png);
}
.bk-button--large {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 569px) {
  .bk-button {
    padding: 15px 45px;
  }
  .bk-button::after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .bk-button--large { font-size: 157%; }
}
/*----------------------------------------------------
Grid
----------------------------------------------------*/
.bk-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.bk-grid > * {
  padding-left: 10px;
  box-sizing: border-box;
}
.bk-grid__flex {
  display: flex;
}
@media screen and (min-width: 569px) {
  .bk-grid--width-md-1-2 > * {
    width: 50%;
  }
}
/*----------------------------------------------------
Icon
----------------------------------------------------*/
.bk-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.bk-icon--blank {
  width: 13px;
}
@media screen and (min-width: 569px) {
  .bk-icon {
    margin-left: 10px;
  }
}
/*----------------------------------------------------
List
----------------------------------------------------*/
.bk-list {
  margin-top: 10px;
}
.bk-list > * {
  position: relative;
  padding-left: .7rem;
  box-sizing: border-box;
}
.bk-list > *::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.bk-list--bullet > *::before {
  content: '\02022';
}
.bk-list--note {
  margin-top: .5em;
  font-size: small;
}
.bk-list--note > * {
  padding-left: 1rem;
}
.bk-list--note > *::before {
  content: '\00203b';
}
@media screen and (min-width: 569px) {
  .bk-list--width-medium-1-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .bk-list--width-medium-1-2 > * {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
  }
}
/*----------------------------------------------------
Step Box
----------------------------------------------------*/
.bk-step-box {
  position: relative;
  margin-top: 20px;
  padding: 45px 20px 20px;
  border: 2px solid #023893;
}
.bk-step-box + .bk-step-box {
  margin-top: 55px;
}
.bk-step-box + .bk-step-box::before {
  display: block;
  position: absolute;
  top: -48px;
  left: 50%;
  width: 35px;
  height: 37px;
  background: url(/sell/mobilephone/images/new/icon_arrow-step.png) 0 0 no-repeat;
  background-size: 100% auto;
  transform: translateX(-50%);
  content: '';
}
.bk-step-box__label {
  position: absolute;
  top: 4px;
  left: -7px;
  display: flex;
  align-items: center;
  padding: 6px 10px 3px;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  color: #023893;
  border: 2px solid #023893;
  background-color: #b1e0ec;
}
.bk-step-box__label-number {
  padding-left: 3px;
  font-size: 20px;
}
.bk-step-box__title {
  font-size: 18px;
  text-align: center;
  color: #023893;
}
.bk-step-box__text {
  padding-top: 14px;
}
.bk-step-box__button {
  width: 200px;
  margin: 14px auto 0;
}
@media screen and (min-width: 569px) {
  .bk-step-box {
    margin-top: 40px;
    padding: 30px;
  }
  .bk-step-box + .bk-step-box {
    margin-top: 85px;
  }
  .bk-step-box + .bk-step-box::before {
    display: block;
    position: absolute;
    top: -68px;
    width: 47px;
    height: 48px;
  }
  .bk-step-box__label {
    padding: 6px 10px 3px;
    font-size: 128%;
  }
  .bk-step-box__label-number {
    font-size: 155%;
  }
  .bk-step-box__title {
    font-size: 157%;
  }
  .bk-step-box__text {
    padding-top: 10px;
    text-align: center;
  }
  .bk-step-box__button {
    width: 310px;
    margin-top: 10px;
  }
}
/*----------------------------------------------------
Strip
----------------------------------------------------*/
.bk-strip {
  margin-top: 15px;
  padding: 15px;
  background-color: #f2f6fc;
}
@media screen and (min-width: 569px) {
  .bk-strip {
    margin-top: 20px;
    padding: 30px;
  }
}
/*----------------------------------------------------
Figure Box
----------------------------------------------------*/
.bk-figure-box__image {
  width: 66%;
  margin: 0 auto 15px;
  text-align: center;
}
.bk-figure-box__image--constriction {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 569px) {
  .bk-figure-box {
    display: flex;
    margin-left: -10px;
  }
  .bk-figure-box > * {
    box-sizing: border-box;
    padding-left: 10px;
  }
  .bk-figure-box--gutter-extra-large {
    margin-left: -20px;
  }
  .bk-figure-box--gutter-extra-large > * {
    padding-left: 20px !important;
  }
  .bk-figure-box__image {
    width: calc(100% / 3) ;
    margin-bottom: 0;
  }
  .bk-figure-box__image--constriction {
    width: 280px;
    padding-right: 0;
    padding-left: 0;
  }
  .bk-figure-box__text { width: calc(100% - 280px) ; }
}
/*----------------------------------------------------
Price Check
----------------------------------------------------*/
.bk-price-check {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  padding: 20px;
  flex-wrap: wrap;
  border: 2px solid #023893;
}
.bk-price-check__title {
  font-size: 15px;
  font-weight: bold;
  color: #023893;
}
.bk-price-check__step {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  background-color: #ccb704;
  border-radius: 10px;
  line-height: 20px;
  vertical-align: middle;
}
.bk-price-check__step-num {
  padding-left: 3px;
  font-size: 15px;
}
.bk-price-check__title--disabled { color: #888; }
.bk-price-check__title--disabled .bk-price-check__step {
  background-color: #b5b5b5;
}
.bk-price-check__title--result {
  font-size: 18px;
  color: #222;
}
.bk-price-check__content select {
  display: inline-block;
  width: 100%;
  height: 34px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #023893;
  cursor: pointer;
}
.bk-price-check__content select:disabled {
  border-color: #aaa;
  cursor: default;
}
.bk-price-check__content--result {
  display: flex;
  align-items: flex-end;
  width: 100%;
  font-weight: bold;
}
.bk-price-check__content-price {
  width: calc(100% - 25px);
  text-align: center;
  font-size: 23px;
  color: #e93f33;
  border-bottom: 1px solid #222;
}
.bk-price-check__content-yen {
  display: inline-block;
  width: 25px;
  padding-left: 10px;
  box-sizing: border-box;
  text-align: right;
  font-size: 18px;
  color: #222;
}
@media screen and (min-width: 569px) {
  .bk-price-check {
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    padding-right: 90px;
    padding-left: 100px;
  }
  .bk-price-check__title {
    width: 170px;
    font-size: 114%;
  }
  .bk-price-check__step {
    font-size: 80%;
  }
  .bk-price-check__step-num {
    font-size: 125%;
  }
  .bk-price-check__title--result { font-size: 157%;}
  .bk-price-check__content {
    width: calc(100% - 170px);
    padding: 5px 0;
  }
  .bk-price-check__content select {
    margin: 0;
  }
  .bk-price-check__content-price {
    width: calc(100% - 30px);
  }
  .bk-price-check__content-yen {
    width: 30px;
    font-size: 157%;
  }
}
/*----------------------------------------------------
Panel
----------------------------------------------------*/
.bk-panel {
  padding: 20px;
}
.bk-panel__title {
  text-align: center;
  color: #023793;
  border-bottom: 2px solid #023793;
}
.bk-panel__image {
  margin-top: 15px;
  text-align: center;
  overflow: hidden;
}
.bk-panel__image img {
  display: block;
}
.bk-panel__text {
  margin-top: 15px;
}
.bk-panel__button {
  width: 200px;
  margin: 20px auto 0;
}
.bk-panel__button + .bk-panel__button {
  margin-top: 10px;
}
@media screen and (min-width: 569px) {
  .bk-panel {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .bk-panel__title {
    font-size: 128.5%;
    color: #023793;
  }
  .bk-panel__image {
    margin-top: 20px;
  }
  .bk-panel__text {
    margin-top: 20px;
  }
  .bk-panel__button {
    width: 100%;
  }
  .bk-panel__button--bottom {
    margin-top: auto;
  }
}
/*----------------------------------------------------
Card
----------------------------------------------------*/
.bk-card {
  display: flex;
  width: 100%;
  padding: 20px 10px 7px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #1d2fa8;
  background-color: #fff;
  border: 2px solid #023793;
  box-shadow:0px 2px 0px 0px #c3c3c3;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.bk-card:hover {
  opacity: 0.7;
}
.bk-card__image {
  width: 75px;
  padding-right: 10px;
}
.bk-card__text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 85px);
}
.bk-card__text-large {
  font-size: 15px;
  font-weight: bold;
}
.bk-card__text-small {
  margin-top: auto;
  padding-top: 3px;
  text-align: right;
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .bk-card {
    align-items: center;
    padding: 15px;
  }
  .bk-card__image {
    width: 150px;
    padding-right: 20px;
    text-align: right;
  }
  .bk-card__image img {
    display: inline-block;
    width: 100px;
  }
  .bk-card__text {
    width: calc(100% - 200px);
  }
  .bk-card__text-large {
    font-size: 114%;
  }
  .bk-card__text-small {
    font-size: 85%;
  }
}
/*----------------------------------------------------
point-list
----------------------------------------------------*/
.point-list {
	background: #ffe153;
	padding: 16px;
	border-radius: 4px;
}
.point-list-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.point-list-item + .point-list-item {
	margin-top: 16px;
}
.point-list-item img {
	width: 60px;
	margin-right: 12px;
}
.point-list-item > p {
	width: calc(100% - 72px);
}
.point-list-item strong {
	display: inline-block;
	position: relative;
}
.point-list-item strong::after {
	border-bottom: dashed 1px #D9262D;
	display: block;
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (min-width: 569px) {
	.point-list {
    display: flex;
		justify-content: center;
		padding: 20px;
	}
	.point-list-item {
		flex-direction: column;
		padding: 12px 0;
		width: 100%;
	}
	.point-list-item img {
    width: 70px;
    margin-right: 0;
    margin-bottom: 16px;
	}
	.point-list-item strong::after {
		border-bottom-width: 2px;
	}
	.point-list-item > p {
		text-align: justify;
		text-justify: inter-ideograph;
		width: 100%;
	}
	.point-list-item + .point-list-item {
    margin-top: 0;
		margin-left: 16px;
		padding-left: 16px;
		border-left: 1px solid #fff;
	}
}
/*----------------------------------------------------
reasons
----------------------------------------------------*/
.reasons {
	margin: 28px auto 48px;
}
.reasons-item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.reasons-item strong {
	width: calc(100% - 160px);
}
.reasons-item + .reasons-item {
	margin-top: 28px;
}
.reasons-item-images {
	width: 148px;
	margin-right: 12px;
}
@media screen and (min-width: 569px) {
	.reasons {
    margin: 28px auto 48px;
    display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.reasons.reasons-text {
    display: block;
  }
	.reasons-item {
    flex-direction: column;
    width: calc(33% - 24px);
	}
	.reasons-item strong {
    width: 100%;
	}
	.reasons-item + .reasons-item {
		margin-top: 0;
	}
	.reasons-item-images {
		width: 80%;
		height: 80%;
    margin-right: 0;
    margin-bottom: 12px;
	}
}
/*----------------------------------------------------
	card3_2
----------------------------------------------------*/
@media screen and (max-width: 568px) {
  .card3_2{
    display:flex;
    flex-wrap:wrap;
  }
    .card3_2 h3 {
      display: flex;
      align-items: center;
      width:100%;
      margin-bottom:2.66vw;
      font-size:4.26vw;
      font-weight:bold;
    }
    .card3_2 dl{
      display:flex;
      flex-direction:column;
      width:calc(50% - 1.33vw);
      margin-right:2.66vw;
      border-radius:1.06vw;
    }
    .card3_2 dl:nth-of-type(even){
      margin-right:0;
      }
    .card3_2 dl:nth-of-type(n + 3){
      margin-top:2.66vw;
      }
      .card3_2 dl dt{
      }
        .card3_2 dl dt > img{
          border-radius:0 0 1.06vw 1.06vw;
        }
      .card3_2 dl dd{
        margin:0!important;
        padding:2.4vw;
        font-size:3.73vw;
        text-align:center;
        line-height:1.2;
        border-radius:1.06vw 1.06vw 0 0;
      }
      .card3_2 dl dd.row2{
        padding:1.33vw;
        font-size:2.8vw;
      }
      .card3_2 dl dd.noPhoto{
        border-radius:1.06vw;
      }
        .card3_2 dl dd em{
          font-size:3.2vw;
        }
      .card3_2 h3:nth-of-type(2){
        margin-top:2.66vw;
        margin-bottom:0;
      }
      .hobby__toy .card3_2 dl:nth-of-type(4),
      .hobby__toy .card3_2 dl:nth-of-type(6){
        margin-right:2.66vw;
      }
      .hobby__toy .card3_2 dl:nth-of-type(5),
      .hobby__toy .card3_2 dl:nth-of-type(7){
        margin-right:0;
      }
  }
  @media screen and (min-width: 569px) {
    .card3_2{
      display:flex;
      flex-wrap:wrap;
    }
    .card3_2 h3 {
      display: flex;
      align-items: center;
      width:100%;
      margin-bottom:20px;
      font-size:16px;
      font-size:114.28%;
      font-weight:bold;
    }
    .card3_2 h3:nth-of-type(2) {
      margin-top:20px;
      margin-bottom:0;
    }
    .card3_2 dl{
      display:flex;
      flex-direction:column;
      margin-top:20px;
      margin-right:20px;
      border-radius:4px;
      border-radius:4px;
    }
    .card3_2 dl:nth-of-type(-n + 3){
      margin-top:0;
    }
    .card3_2 dl:nth-of-type(3n){
      margin-right:0;
    }
    .card3_2 dl dd.row2{
      padding:6px 5px 4px 5px;
      font-size:95%;
      line-height:1.2;
    }
  }
/*----------------------------------------------------
card-list
----------------------------------------------------*/
.card-list__ttl {
	margin: 0!important;
	padding: 2.4vw;
  background: #313f56;
	border-radius: 1.06vw 1.06vw 0 0;
}
.card3_2 h3.card-list__ttl::before,
.card3_2 h3.card-list__ttl::after {
	display: none;
}
.card3_2 h3.card-list__ttl {
	color: #fff;
	font-size: 3.73vw;
	text-align: center;
	line-height: 1.2;
	display: block;
	font-weight: normal;
}
.card-list dl dd {
	background: none;
	padding: 0;
}
.card-list + .note-box {
	margin-top: 15px;
}
.column--popularity .ttl {
	display: inline-block;
	width: 100%;
	margin: 2.66vw 0 1.33vw;
	padding: 1.33vw;
	background: #f7f7f7;
	font-size: 4.26vw;
}
.card-list-text-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  margin-top: 5vw;
}
.card3_2 h3.card-list-text-box__name {
  margin: 0;
  padding: 2.4vw;
  color: #fff;
  font-size: 3.73vw;
  line-height: 1.2;
  border-radius: 4px;
  background: #313f56;
  font-weight: normal;
  width: 31.5%;
  display: block;
}
@media screen and (min-width: 569px) {
	.card3_2 h3.card-list__ttl {
		width: 205px;
    padding: 11px 10px 9px 10px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    border-radius: 4px 4px 0 0;
	}
	.column--popularity .ttl {
    margin: 20px 0 10px 0;
		padding: 0 0 5px 0;
		background: none;
    border-bottom: 1px solid #d8dae0;
    font-size: 16px;
  }
  .card-list-text-box {
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 0;
    width: 205px;
  }
  .card3_2 h3.card-list-text-box__name {
    padding: 11px 10px 9px 10px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 0;
  }
  .card3_2 h3.card-list-text-box__name + .card-list-text-box__name {
    margin-top: 10px;
  }
}
/*----------------------------------------------------
ピックアップ店舗
----------------------------------------------------*/
.mdl__toggle {
  background: #ffffff url(/sell/brand/images/icon_brand_open.png) right 20px center no-repeat;
  background-size: 26px 26px;
  border: 1px solid #313f56;
  border-radius: 4px;
  cursor: pointer;
}
.mdl__toggle.opened {
  background: #023893 url(/sell/brand/images/icon_brand_close.png) right 20px center no-repeat;
  border: 0;
}
.mdl__toggle .bk-heading--level-2 {
  background: transparent;
  color: #023893;
  margin-bottom: 0;
}
.mdl__toggle.opened .bk-heading--level-2 {
  color: #fff;
}
.shadow {
  box-shadow: 0px 0.26vw 0.52vw 0.4vw rgba(0,0,0,0.17);
}
@media screen and (min-width: 569px) {
  .shadow {
    box-shadow: 0px 1px 2px 1.25px rgba(0,0,0,0.17);
  }
}
