@charset "UTF-8";

/*---------------------------------------------------------
style.css RESET
---------------------------------------------------------*/
.feature-page {
  padding-bottom: 60px;
  font-size: 15px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
.feature-page {
  padding-bottom: 30px;
  font-size: 14px;
}
}

.feature-page h2,
.feature-page h3,
.feature-page h4,
.feature-page h5 {
  background: none;
  margin: 0;
  padding: 0;
}


/*---------------------------------------------------------
COMMON
---------------------------------------------------------*/
.link-text { color: #0068b7 !important; }
.link-text:hover { text-decoration: underline; }

.strong { font-weight: bold; }

.underline { text-decoration: underline; }

.quote_link { word-break: break-all; }

.feature-page_ranking { margin-top: 60px; }
@media only screen and (max-width: 768px) {
.feature-page_ranking { margin-top: 30px; }
}

.feature-page_ranking .ac-body { margin-top: 10px; }


/*---------------------------------------------------------
CONTENTS HEADER
---------------------------------------------------------*/
.contents-header { width: 100%; }

.contents-header .headline {
  margin-top: 40px;/* 40px */
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
.contents-header .headline { font-size: 20px; }
}
@media only screen and (max-width: 320px) {
.contents-header .headline { font-size: 18px; }
}

.contents-header .headline_span {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
.contents-header .headline_span { font-size: 16px; }
}
@media only screen and (max-width: 320px) {
.contents-header .headline_span { font-size: 14px; }
}


/*---------------------------------------------------------
MAIN IMG
---------------------------------------------------------*/
.main-img { width: 100%; }
.main-img .picture { width: 100%; }


/*---------------------------------------------------------
CONTENTS INTRODUCTION
---------------------------------------------------------*/
.contents-introduction {
  width: 870px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
.contents-introduction { width: 95%; }
}

.contents-introduction .sentence { margin-top: 1em; }

.contents-introduction .sentence:first-child { margin-top: 0; }


/*---------------------------------------------------------
SECTION MAIN HEADING
---------------------------------------------------------*/
.section_main-heading .section_inner { margin-top: 30px; }
@media only screen and (max-width: 768px) {
.section_main-heading .section_inner { margin-top: 15px; }
}


/*---------------------------------------------------------
GAZO
---------------------------------------------------------*/
.gazo {
  width: 100%;
  box-sizing: border-box;
}

.gazo .link-block {
  display: block;
  width: 100%;
  height: 100%;
}

.gazo_figure {
  width: 100%;
  box-sizing: border-box;
}

.gazo_figure .picture {
  display: block;
  width: 100%;
}

.gazo_figure.figure_border .picture { border: 1px solid #ccc; }

.gazo_commentary {
  width: 100%;
  padding: 10px 0 0;
  box-sizing: border-box;
}

.gazo_commentary .headline {
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

.gazo_commentary .kakaku {
  margin-top: 0.5em;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #f00;
}
@media only screen and (max-width: 768px) {
.gazo_commentary .kakaku { margin-top: 0.5em; }
}

.gazo_commentary .sentence { margin-top: 1em; }

.gazo_commentary .sentence:nth-of-type(1) { margin-top: 0; }


/*---------------------------------------------------------
BASIC COLUMN
---------------------------------------------------------*/
.base-column:after {
  content: "\0020";
  clear: both;
  display: block;
}

.base-column .gazo { float: left; }

.base-column.col2 .gazo {
  width: 420px;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
.base-column.col2 .gazo {
  width: 100%;
  margin-left: 0;
}
.base-column.col2 .gazo:nth-child(odd) { float: left; }
.base-column.col2 .gazo:nth-child(even) { float: right; }
}

.base-column.col2 .gazo_figure {
  display: table-cell;
  width: 420px;
  height: 420px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
.base-column.col2 .gazo_figure {
  height: auto;
}
}

.base-column.col2 .gazo_figure .picture {
  display: inline;
  width: auto;
  height: auto;
  max-width: 420px;
  max-height: 420px;
}
@media only screen and (max-width: 768px) {
.base-column.col2 .gazo_figure .picture {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
}

.base-column.col3 .gazo {
  width: 280px;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
.base-column.col3 .gazo {
  width: 100%;
  margin-left: 0;
}
.base-column.col3 .gazo:nth-child(odd) { float: left; }
.base-column.col3 .gazo:nth-child(even) { float: right; }
}
/* fot IE */
@media all and (-ms-high-contrast: none) {
  .base-column.col3 .gazo { width: 278px; }
}

.base-column.col3 .gazo:nth-child(3n+1) { margin-left: 0; }
@media only screen and (max-width: 768px) {
.base-column.col3 .gazo:nth-child(3n+1) { margin-left: 0; }
.base-column.col3 .gazo:nth-child(n+3) { margin-top: 10px; }
}

.base-column.col3 .gazo_figure {
  display: table-cell;
  width: 280px;
  height: 280px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
.base-column.col3 .gazo_figure {
  height: auto;
}
}

.base-column.col3 .gazo_figure .picture {
  display: inline;
  width: auto;
  height: auto;
  max-width: 280px;
  max-height: 280px;
}
@media only screen and (max-width: 768px) {
.base-column.col3 .gazo_figure .picture {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
}

.base-column.col4 .gazo {
  width: 200px;
  margin-left: 23px;
}
@media only screen and (max-width: 768px) {
.base-column.col4 .gazo {
  width: 49%;
  margin-left: 0;
}
.base-column.col4 .gazo:nth-child(odd) { float: left; }
.base-column.col4 .gazo:nth-child(even) { float: right; }
}
/* fot IE */
@media all and (-ms-high-contrast: none) {
.base-column.col4 .gazo { width: 199px; }
}

.base-column.col4 .gazo:nth-child(4n+1) { margin-left: 0; }
@media only screen and (max-width: 768px) {
.base-column.col4 .gazo:nth-child(4n+1) { margin-left: 0; }
.base-column.col4 .gazo:nth-child(n+3) { margin-top: 10px; }
}

.base-column.col4 .gazo_figure {
  display: table-cell;
  width: 200px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
.base-column.col4 .gazo_figure {
  height: auto;
}
}

.base-column.col4 .gazo_figure .picture {
  display: inline;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}
@media only screen and (max-width: 768px) {
.base-column.col4 .gazo_figure .picture {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
}

.base-column .gazo:first-child { margin-left: 0; }


/*---------------------------------------------------------
PICKUP BOX
---------------------------------------------------------*/
.pickup-box:after {
  content: "\0020";
  clear: both;
  display: block;
}

.pickup-box_main {
  float: left;
  width: 400px;
  height: 400px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.pickup-box_main {
  float: none;
  width: 100%;
  height: auto;
}
}

.pickup-box_main .picture { width: 100%; }

.pickup-box_item {
  float: right;
  width: 470px;
  padding-left: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.pickup-box_item {
  float: none;
  width: 100%;
  padding-left: 0;
}
}
/* fot IE */
@media all and (-ms-high-contrast: none) {
.pickup-box_item { width: 469px; }
}

.pickup-box_item .gazo {
  display: table;
  width: 100%;
}

.pickup-box_item .gazo:nth-child(2) { margin-top: 31px; }
@media only screen and (max-width: 768px) {
.pickup-box_item .gazo:nth-child(2) {
  border-top: 1px solid #ccc;
  margin-top: 10px;
}
}

.pickup-box_item .gazo .gazo_figure {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
.pickup-box_item .gazo .gazo_figure {
  width: 30%;
  padding: 10px 5% 0 0;
}
}

.pickup-box_item .gazo .gazo_figure .picture { width: 185px; }
@media only screen and (max-width: 768px) {
.pickup-box_item .gazo .gazo_figure .picture { width: 100%; }
}

.pickup-box_item .gazo .gazo_commentary {
  display: table-cell;
  vertical-align: top;
  width: 255px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
.pickup-box_item .gazo .gazo_commentary {
  width: 65%;
  padding: 10px 0 0 0;
}
}


/*---------------------------------------------------------
SP SIDEWAYS
---------------------------------------------------------*/
.base-column.sp-sideways {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.base-column.sp-sideways .gazo { float: none; }

.base-column.sp-sideways .base-column.col2 .gazo {
  width: 420px;
  margin-left: 0;
}
.base-column.sp-sideways .base-column.col2 .gazo:nth-child(n+3) { margin-top: 30px; }
@media only screen and (max-width: 768px) {
.base-column.sp-sideways .base-column.col2 .gazo { width: 100%; }
.base-column.sp-sideways .base-column.col2 .gazo:nth-child(n+3) { margin-top: 10px; }
}

.base-column.sp-sideways .base-column.col3 .gazo {
  width: 280px;
  margin-left: 0;
}
.base-column.sp-sideways .base-column.col3 .gazo:nth-child(n+4) { margin-top: 30px; }
@media only screen and (max-width: 768px) {
.base-column.sp-sideways .base-column.col3 .gazo { width: 100%; }
.base-column.sp-sideways .base-column.col3 .gazo:nth-child(n+4) { margin-top: 10px; }
}

.base-column.sp-sideways .base-column.col4 .gazo {
  width: 23%;
  margin-left: 0;
}
.base-column.sp-sideways .base-column.col4 .gazo:nth-child(n+5) { margin-top: 30px; }
@media only screen and (max-width: 768px) {
.base-column.sp-sideways .base-column.col4 .gazo { width: 100%; }
.base-column.sp-sideways .base-column.col4 .gazo:nth-child(n+5) { margin-top: 10px; }
}

@media only screen and (max-width: 768px) {
.sp-sideways .gazo,
.sp-sideways.base-column.col3 .gazo,
.sp-sideways.base-column.col4 .gazo {
  border-top: 1px solid #ccc;
  display: table;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0 0;
}
.sp-sideways .gazo_figure,
.sp-sideways .gazo .gazo_commentary {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 0 0;
}
.sp-sideways .gazo_figure,
.sp-sideways.base-column.col3 .gazo .gazo_figure,
.sp-sideways.base-column.col4 .gazo .gazo_figure {
  width: 30%;
  padding-right: 5%;
}
.sp-sideways .gazo .gazo_commentary,
.sp-sideways.base-column.col3 .gazo .gazo_commentary,
.sp-sideways.base-column.col4 .gazo .gazo_commentary { width: 65%; }
}


/*---------------------------------------------------------
GAZO FIGURE-LEFT & RIGHT
---------------------------------------------------------*/
.gazo.figure-left:after,
.gazo.figure-right:after {
  content: "\0020";
  clear: both;
  display: block;
}

.gazo.figure-left .gazo_figure,
.gazo.figure-right .gazo_commentary {
  float: left;
  width: auto;
}
.gazo.figure-right .gazo_figure,
.gazo.figure-left .gazo_commentary {
  float: right;
  width: auto;
}
@media only screen and (max-width: 768px) {
.gazo.figure-left .gazo_figure,
.gazo.figure-right .gazo_commentary
.gazo.figure-right .gazo_figure,
.gazo.figure-left .gazo_commentary {
  float: none;
  width: 100%;
}
}


@media only screen and (max-width: 768px) {
.gazo.figure-left .gazo_figure .picture,
.gazo.figure-right .gazo_figure .picture { width: 100%; }
}

.gazo.figure-left .gazo_commentary,
.gazo.figure-right .gazo_commentary { padding: 0; }
@media only screen and (max-width: 768px) {
.gazo.figure-left .gazo_commentary,
.gazo.figure-right .gazo_commentary { padding: 10px 0 0; }
}


/*---------------------------------------------------------
GAZO TEXT AROUND
---------------------------------------------------------*/
.gazo.figure-left.text-around .gazo_figure,
.gazo.figure-right.text-around .gazo_figure { padding: 0; }
.gazo.figure-left.text-around .gazo_figure { margin: 0 15px 15px 0; }
.gazo.figure-right.text-around .gazo_figure { margin: 0 0 15px 15px; }
@media only screen and (max-width: 768px) {
.gazo.figure-left.text-around .gazo_figure,
.gazo.figure-right.text-around .gazo_figure { margin: 0; }
}

.gazo.figure-left.text-around .gazo_commentary,
.gazo.figure-right.text-around .gazo_commentary { float: none; }


/*---------------------------------------------------------
BUTTON
---------------------------------------------------------*/
.btn.protrusion {
  background: linear-gradient(#bbb 0, #ccc 40%, #aaa 95%);
  border-color: #ccc;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  width: 100%;
}

.btn.protrusion .btn-body {
  position: relative;
  height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  transition: .3s;
}
@media only screen and (max-width: 768px) {
.btn.protrusion .btn-body {
  height: 40px;
  font-size: 14px;
}
}

.btn.protrusion .btn-body:hover { opacity: 0.7; }


/*---------------------------------------------------------
FLOAT CENTER
---------------------------------------------------------*/
.float-center {
  position: relative;
  overflow: hidden;
}
.float-center_wrap {
  position: relative;
  left: 50%;
  float: left;
}
.float-center_list {
  position: relative;
  left: -50%;
  float: left;
}


/*---------------------------------------------------------
PRINT BAG
---------------------------------------------------------*/
.print-bag { margin-top: 23px; }
.print-bag .column-list {
  width: 49%;
  margin-left: 2%;
}
@media only screen and (max-width: 667px) {
.print-bag .column-list {
  width: 100%;
  margin-left: 0;
}
}
.print-bag .column-list:first-child { margin-left: 0; }
@media only screen and (max-width: 667px) {
.print-bag .column-list:nth-child(even) { margin-top: 2em; }
}
.print-bag .column-list:after {
  content: "\0020";
  clear: both;
  display: block;
}
.print-bag .column-list .figure,
.print-bag .column-list .comment { float: left; }
.print-bag .column-list .figure { width: 200px; }
@media only screen and (max-width: 667px) {
.print-bag .column-list .figure { width: 35%; }
.print-bag .column-list .figure .picture {
  display: block;
  width: 100%;
}
}
.print-bag .column-list .comment {
  width: 220px;
  padding: 7px 9px;
}
@media only screen and (max-width: 667px) {
.print-bag .column-list .comment {
  width: 65%;
  padding: 0 0 0 9px;
}
}
.print-bag .column-list .comment .headline {
  font-size: 14px;
  line-height: 1;
  color: #83b600;
}
.print-bag .column-list .comment .sentence {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.7;
}
@media only screen and (max-width: 667px) {
.print-bag .column-list .comment .sentence {
  margin-top: 0.5em;
  font-size: 12px;
  line-height: 1.2;
}
}
.print-bag .column-list .comment .common-link-text {
  display: block;
  margin-top: 29px;
}
@media only screen and (max-width: 667px) {
.print-bag .column-list .comment .common-link-text { margin-top: 0.5em; }
}
.recommended {
  width: 836px;
  margin: 23px auto 0;
}
@media only screen and (max-width: 667px) {
.recommended {
  width: 100%;
}
}
.recommended .column-list {
  width: 250px;
  height: 170px;
  margin-left: 43px;
  transition: 0.3s;
}
@media only screen and (max-width: 667px) {
.recommended .column-list {
  float: left;
  width: 49%;
  height: auto;
  margin-left: 0;
}
}
.recommended .column-list:hover { opacity: 0.7; }
.recommended .column-list:first-child,
.recommended .column-list:nth-child(3n+1) { margin-left: 0; }
.recommended .column-list:nth-child(n+4) { margin-top: 30px; }
@media only screen and (max-width: 667px) {
.recommended .column-list:nth-child(even) { margin-left: 2%; }
.recommended .column-list:nth-child(n+3) { margin-top: 2em; }
}
@media only screen and (max-width: 667px) {
.recommended .column-list .figure .picture {
  display: block;
  width: 100%;
}
}
.recommended .column-list .comment {
  margin-top: 3px;
  text-align: left;
  text-decoration: underline;
  font-size: 13px;
  line-height: 1.7;
  color: #2f84ed;
}
.print-bag > .sentence {
  margin-top: 46px;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.print-bag > .sentence {
  margin-top: 2em;
  font-size: 12px;
}
}
.print-bag > .sentence a {
  text-decoration: underline;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #d8302c;
}
@media only screen and (max-width: 667px) {
.print-bag > .sentence a { line-height: 1.2; }
}



/*---------------------------------------------------------
SPECIAL PRICE
---------------------------------------------------------*/
.special-price {
  background-image: url(/html/plugin/Exp/assets/images/cp/common/bg_box.png);
  background-position: left top;
  background-repeat: repeat;
  box-shadow: 0 2px 4px #ccc;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
.special-price {
  margin: 25px 0 0 0;
}
}

.special-price .headline .headline_inner {
  position: relative;
  border-bottom: 2px solid #d21e21;
  display: block;
  width: 100%;
  padding: 23px 0 8px 57px;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
.special-price .headline .headline_inner {
  padding: 23px 0 8px 25px;
  font-size: 15px;
  line-height: 1.2;
}
}

.special-price .headline .headline_inner:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 17px;
  background-image: url(/html/plugin/Exp/assets/images/cp/common/icon_osususme.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 48px;
}
@media only screen and (max-width: 768px) {
.special-price .headline .headline_inner:before {
  top: 16px;
  left: 5px;
  background-size: 100%;
  width: 16px;
  height: 24px;
}
}

.special-price .headline .headline_inner .span {
  font-size: 26px;
  color: #d21e21;
}
@media only screen and (max-width: 768px) {
.special-price .headline .headline_inner .span {
  display: block;
  font-size: 16px;
}
}

.special-price .base-column {
  padding: 15px 20px 18px;
}
@media only screen and (max-width: 768px) {
.special-price .base-column {
  padding: 15px 10px 18px;
}
}

.special-price .base-column.col3 .gazo {
  width: 245px;
  margin: 0;
  padding: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
.special-price .base-column.col3 .gazo {
  width: 100%;
}
.special-price .base-column.col3 .gazo:first-child {
  border-top: none;
}
}

.special-price .base-column .gazo:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 293px;
  margin: 0 23px;
  padding-left: 23px;
  padding-right: 23px;
}
@media only screen and (max-width: 768px) {
.special-price .base-column .gazo:nth-child(2) {
  border-left: none;
  border-right: none;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
}

.special-price .base-column .gazo_figure {
  background-color: #fff;
  border: 1px solid #eee;
  width: 245px;
  height: 245px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
.special-price .base-column .gazo_figure {
  background-color: transparent;
  border: none;
  width: 30%;
  height: auto;
}
}

.special-price .base-column .gazo_figure .picture {
  display: inline;
  width: auto;
  height: auto;
  max-width: 245px;
  max-height: 245px;
}
@media only screen and (max-width: 768px) {
.special-price .base-column .gazo_figure .picture {
  border: none;
  width: 100%;
  max-width: none;
  max-height: none;
}
}

.special-price .base-column .gazo_commentary {
  width: 245px;
}
@media only screen and (max-width: 768px) {
.special-price .base-column .gazo_commentary {
  width: 65%;
}
}

.special-price .base-column .gazo_commentary .headline {
  height: 45px;
  color: #3587ea;
}
@media only screen and (max-width: 768px) {
.special-price .base-column .gazo_commentary .headline {
  height: auto;
}
}

.special-price .base-column .gazo_commentary .kakaku {
  margin-top: 0;
  color: #333;
}

.special-price .base-column .gazo_commentary .kakaku:nth-of-type(2) {
  margin-top: 24px;
  text-align: right;
  font-size: 22px;
  color: #d21e21;
}
@media only screen and (max-width: 768px) {
.special-price .base-column .gazo_commentary .kakaku:nth-of-type(2) {
  margin-top: 12px;
  font-size: 18px;
}
}
