@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, li {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

/*テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ内側 {
    -moz-box-shadow: inset 1px 1px 3px #000;
    -webkit-box-shadow: inset 1px 1px 3px #000;
    box-shadow: inset 1px 1px 3px #000;
}
*/
/*角丸 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
*/
/*トランジション {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
*/
/*透明 {
    filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}
*/
/*背景のみ透明 {
    background-color:rgba(255,255,255,0.2);
}
*/
/*グラデーション {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
    background-image: -moz-linear-gradient(top, #ffffff, #000000);
    background-image: -ms-linear-gradient(top, #ffffff, #000000);
    background-image: -o-linear-gradient(top, #ffffff, #000000);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
    background-image: -webkit-linear-gradient(top, #ffffff, #000000);
    background-image: linear-gradient(top, #ffffff, #000000);
}
*/
/*スマホ対応
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){

}
*/
/*------------------------------------------------
  width value
--------------------------------------------------*/
/*------------------------------------------------
	base styles
--------------------------------------------------*/
body {
  color: #404040;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  line-height: 1.8em;
}

td {
  color: #000000;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

body, p, dl, ol, ul, h1, h2, h3, h4, h5, h6, form, table, td {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

ol, ul {
  list-style-type: none;
}

ol li img,
ul li img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img {
  border: none;
}

select {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

input, textarea, selectbox {
  color: #000000;
}

textarea {
  font-size: 100%;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

strong {
  font-weight: bold;
}

a:hover img {
  opacity: 0.8;
}

p {
  margin-bottom: 1em;
}

/*------------------------------------------------
	common styles
--------------------------------------------------*/
.cf:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0px;
  font-size: 0.1em;
  line-height: 0;
}

/* no ie mac \*/
* html .clearfix {
  height: 1%;
}

.cf {
  display: block;
  *zoom: 1;
}

/* --------------------------------------------- */
/* global */
.right {
  float: right;
}

.left {
  float: left;
}

.both {
  clear: both;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center !important;
}

a, a:link, a:visited, a:hover, a:active {
  color: #0e3d97;
  text-decoration: underline;
}

/* --------------------------------------------- */
/* original */
body {
  min-width: 780px;
}

header {
  height: 360px;
  border-top: 10px solid #082878;
  background: #0e3d97;
}
header .inner {
  background: url("../images/00mainVisual_bg.png") right bottom no-repeat;
  background-size: 255px 352px;
  position: relative;
  height: 100%;
}
header .inner h1 {
  font-size: 8px;
  color: #082878;
  position: absolute;
  top: -20px;
  left: 0;
}
header .inner h2 {
  position: absolute;
  top: 50px;
}

span {
  color: #ff3333;
}

section {
  padding: 30px 0;
}
section:nth-of-type(odd) {
  background: #dffbfc;
}
section#detail .inner {
  width: 780px;
  padding-top: 10px;
}
section#detail .left:nth-of-type(2) {
  padding-left: 29px;
}
section#detail .btn {
  position: relative;
  bottom: -20px;
}
section#detail p {
  margin: 5px 0 0;
}
section#detail.kantoku {
  position: relative;
}
section#detail.kantoku .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/sale_end_bg.png);
  z-index: 5;
}
section#detail.kantoku .inner {
  position: relative;
}
section#detail.kantoku .inner .end {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  top: 43%;
}
section#detail.kantoku .inner .end img {
  width: 80%;
}
section#detail.kantoku .kantoku_img {
  padding-left: 0;
  padding-right: 29px;
}
section#variation {
  text-align: center;
}
section#variation .bx-wrapper {
  width: 650px;
}
section#ranking {
  padding: 20px 0 20px 0;
}
section#ranking h2 {
  text-align: center;
  margin-bottom: 10px;
}
section#ranking .left:first-of-type {
  width: 496px;
}
section#media {
  padding: 20px 0 20px 0;
}
section#media h2 {
  text-align: center;
  margin-bottom: 30px;
}
section#media .left:first-of-type {
  width: 374px;
}
section#attention h2 {
  text-align: center;
  margin-bottom: 20px;
}
section#attention li.list_blue {
  background: url("../images/list_blue.gif") no-repeat 0 6px;
  padding-left: 30px;
  margin-bottom: 5px;
}
section#attention dl {
  margin-top: 20px;
  border: 1px solid #d6d6d9;
  background: #fff;
}
section#attention dl dt {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #d6d6d9;
  text-align: center;
  background: #fafafc;
  padding: 5px 0;
  font-weight: bold;
  font-size: 16px;
}
section#attention dl dd {
  padding: 20px;
}
section#attention dl dd #companyInfo {
  margin: 0 auto;
  width: 650px;
}
section#attention dl dd #companyInfo .left:first-of-type {
  padding-top: 5px;
  padding-right: 20px;
}

.inner {
  width: 780px;
  margin: 0 auto;
}

footer {
  background: #0e3d97;
  color: #fff;
  text-align: center;
  height: 25px;
  padding: 8px 0;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width: 380px) {
  body {
    min-width: 100%;
  }
  header {
    height: 560px;
    padding: 0 5px;
    border-top: 10px solid #082878;
    background: #0e3d97;
  }
  header .inner {
    background: url("../images/00mainVisual_bg.png") center bottom no-repeat;
    background-size: 238px 346px;
    position: relative;
    height: 100%;
  }
  header .inner h1 {
    font-size: 1px;
    color: #082878;
    position: absolute;
    top: -20px;
    left: 0;
    line-height: 0;
  }
  header .inner h2 {
    top: 25px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  li.list_blue {
    background: url("../images/list_blue.gif") no-repeat 0 6px;
    padding-left: 30px;
    margin-bottom: 5px;
  }
  span {
    color: #ff3333;
  }
  section {
    padding: 30px 10px;
  }
  section:nth-of-type(odd) {
    background: #dffbfc;
  }
  section .left {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section#detail .inner {
    width: 100%;
    padding-top: 10px;
  }
  section#detail .left:first-of-type {
    text-align: center;
  }
  section#detail .left:nth-of-type(2) {
    margin-top: 10px;
    text-align: center;
    padding-left: 0;
  }
  section#detail .btn {
    position: relative;
    bottom: 0;
    margin: 20px 0 0;
    display: block;
  }
  section#detail #qr {
    display: none;
  }
  section#detail p {
    margin: 5px 0 0;
  }
  section#detail.kantoku {
    padding-left: 0;
  }
  section#detail.kantoku .inner {
    padding-left: 10px;
  }
  section#detail.kantoku .inner .end {
    top: 40%;
  }
  section#detail.kantoku .inner .end img {
    width: 90%;
  }
  section#variation {
    text-align: center;
  }
  section#variation .bx-wrapper {
    width: 100%;
  }
  section#variation .bx-wrapper li {
    padding: 0;
  }
  section#ranking {
    padding: 20px 10px;
  }
  section#ranking .left:nth-of-type(2) {
    position: static;
    text-align: center;
  }
  section#media {
    padding: 20px 10px;
  }
  section#media .left:nth-of-type(2) {
    position: static;
    text-align: center;
  }
  section#attention h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  section#attention dl {
    margin-top: 20px;
    border: 1px solid #d6d6d9;
  }
  section#attention dl dt {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #d6d6d9;
    text-align: center;
    background: #fafafc;
    padding: 5px 0;
    font-weight: bold;
    font-size: 16px;
  }
  section#attention dl dd {
    padding: 20px;
  }
  section#attention dl dd #companyInfo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  footer {
    background: #0e3d97;
    color: #fff;
    text-align: center;
    padding: 20px 0;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}
/*--------------------------------------------------------------*/
@media screen and (min-width: 380px) and (max-width: 667px) {
  body {
    min-width: 100%;
  }
  header {
    height: 280px;
    border-top: 10px solid #082878;
    background: #0e3d97;
  }
  header .inner {
    background: url("../images/00mainVisual_bg.png") right bottom no-repeat;
    background-size: 30%;
    position: relative;
    height: 100%;
  }
  header .inner h1 {
    font-size: 8px;
    color: #082878;
    position: absolute;
    top: -20px;
    left: 0;
  }
  header .inner h2 {
    width: 350px;
    height: auto;
    position: absolute;
    top: 60px;
    left: 10px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  li.list_blue {
    background: url("../images/list_blue.gif") no-repeat 0 6px;
    padding-left: 30px;
    margin-bottom: 5px;
  }
  span {
    color: #ff3333;
  }
  section {
    margin: 0 auto;
    padding: 30px 0 30px 0;
  }
  section:nth-of-type(odd) {
    background: #dffbfc;
  }
  section .left {
    float: none;
  }
  section#detail .inner {
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
  }
  section#detail .inner .left-img {
    margin-bottom: 10px;
  }
  section#detail .inner .left {
    padding: 0;
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  section#detail .inner .left .btn img {
    display: block;
    margin: 0 auto;
  }
  section#detail .inner .left .title-img {
    display: block;
    margin: 0 auto;
  }
  section#detail .inner .left .detail-title {
    float: none;
    text-align: center;
    width: 311px;
    display: block;
    margin: 0 auto;
  }
  section#detail .left:first-of-type {
    text-align: center;
  }
  section#detail .left:nth-of-type(2) {
    margin-top: 10px;
    text-align: center;
  }
  section#detail #qr {
    display: none;
  }
  section#detail p {
    margin: 5px 0 0;
    padding: 5px;
    text-align: left;
  }
  section#variation {
    text-align: center;
  }
  section#variation .bx-wrapper {
    width: 90%;
  }
  section#variation .bx-wrapper li {
    padding: 0;
  }
  section#ranking {
    padding: 20px 10px;
  }
  section#ranking .left {
    float: none;
    width: 90% !important;
    margin: 0 auto;
  }
  section#ranking .left:nth-of-type(2) {
    position: static;
    text-align: center;
  }
  section#media {
    padding: 20px 10px;
  }
  section#media .left {
    float: none;
    width: 90% !important;
    margin: 0 auto;
  }
  section#media .left:nth-of-type(2) {
    position: static;
    text-align: center;
  }
  section#attention {
    padding: 10px;
  }
  section#attention h2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  section#attention dl {
    margin-top: 20px;
    border: 1px solid #d6d6d9;
  }
  section#attention dl dt {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #d6d6d9;
    text-align: center;
    background: #fafafc;
    padding: 5px 0;
    font-weight: bold;
    font-size: 16px;
  }
  section#attention dl dd {
    padding: 20px;
  }
  section#attention dl dd #companyInfo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  footer {
    background: #0e3d97;
    color: #fff;
    text-align: center;
    padding: 20px 0;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  header {
    height: 580px;
    padding: 0 5px;
    border-top: 10px solid #082878;
    background: #0e3d97;
  }
  header .inner {
    background: url("../images/00mainVisual_bg.png") center bottom no-repeat;
    background-size: 238px 346px;
    position: relative;
    height: 100%;
  }
}
.stamp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 667px) {
  .stamp__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.stamp__thumbnail {
  max-width: 320px;
}

.stamp__description {
  margin-left: 10px;
}

.stamp__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.stamp__title span {
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  color: #0e3d97;
}

.stamp__price {
  margin-top: 10px;
}

.column-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #0e3d97;
  line-height: 1.2;
  margin-bottom: 40px;
}
.column-title span {
  color: #f16b47;
  font-size: 36px;
}
@media screen and (max-width: 667px) {
  .column-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .column-title span {
    font-size: 30px;
  }
}

.column-title-icon {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 667px) {
  .column-title-icon {
    width: 300px;
  }
}

.column-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 667px) {
  .column-description {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.column-figure {
  max-width: 400px;
}