@charset "UTF-8";
/* ========== すべて共通 ========== */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

figure {
  display: block;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

/* wrapper */
.os__wrapper {
  width: 740px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* セクション */
.sec1,
.sec2,
.sec3,
.sec4,
.sec5,
.black__section,
.yellow__section,
.btn__wrapper {
  width: 740px;
  margin: 0 auto;
  position: relative;
}

.black__section {
  background: #000;
}

.yellow__section {
  background: #f6f6e7;
}

.btn__wrapper {
  text-align: center;
}

/* フルサイズイメージ */
.full__img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.mark__img {
  font-size: 50px;
  padding-left: 50px;
  position: relative;
}

.mark__img::before {
  background-image: url(/img/usr/b2b/event/n2012/mark.png);
  content: " ";
  display: inline-block;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: sub;
}

/* 見出し */
.sec__title {
  padding: 10px 20px 0;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

.s__sec__title {
  font-size: 1.4rem;
  width: 90%;
  display: block;
  margin: 0 auto;
}

/* 本文 */
.sec__p {
  font-size: 1.2rem;
  line-height: 1.6;
  display: block;
  width: 90%;
  margin: 0 auto;
}

/* 黒背景用白文字 */
.black__sec__p {
  font-size: 1.2rem;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
}

/* トップバナー */
.top_list li {
  list-style: none;
  margin-bottom: 12px;
}

.top_list li:first-child {
  margin-top: 12px;
}

/* ボタン */
.button__img {
  display: inline-block;
  margin: 10px;
  text-align: center;
  max-width: 80%;
}

/* 新商品 */
.new__mark {
  z-index: 200;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  color: #e83f20;
  padding: 0 3px;
  font-weight: 600;
  -webkit-transform: scale(0.6) translateX(-30%);
          transform: scale(0.6) translateX(-30%);
  /* 横位置調整  */
  /* ブリンクのアニメ指定    */
  -webkit-animation: newAnime 0.7s infinite alternate;
  animation: newAnime 0.7s infinite alternate;
}

@-webkit-keyframes newAnime {
  0% {
    color: #ff0000;
    /* ブリンク時の文字色*/
    background: #ffffff;
    /* ブリンク時の背景色*/
  }
  100% {
    color: #ffffff;
    /* ブリンク時の文字色*/
    background: #ff0000;
    /* ブリンク時の背景色*/
  }
}

@keyframes newAnime {
  0% {
    color: #ff0000;
    /* ブリンク時の文字色*/
    background: #ffffff;
    /* ブリンク時の背景色*/
  }
  100% {
    color: #ffffff;
    /* ブリンク時の文字色*/
    background: #ff0000;
    /* ブリンク時の背景色*/
  }
}

/* 黄色背景*/
.ke__box__wrapper {
  position: relative;
  width: 100%;
  background: #ffe55f;
  display: block;
  margin: 30px auto 20px;
  padding: 80px 0 30px;
}

/* 4列*/
.ke__box {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: underline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* figure要素 */
.ke__img__box {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 10px;
  width: calc(100% / 4 - 8px);
  color: #fff;
  border: 3px double #ccc;
}

.ke__box__wrapper .ke__box .ke__img__box {
  border: none;
}

.ke__img__box a {
  text-decoration: underline;
  color: #000;
}

/* 四番目のfigureの右余白なし */
.ke__img__box:nth-child(4n) {
  margin-right: 0;
}

/* figure内画像 */
.ke__img__box img {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

/* figureのキャプション */
.ke__img__box figcaption {
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
}

/* 黒背景のfigure枠線なし */
.black__section .ke__img__box {
  border: none;
}

/* 黒背景のキャプションとリンクを白文字にする */
.black__section figcaption,
.black__section a {
  color: #fff;
}

/* 黒背景用白文字 */
.black__sec__p {
  font-size: 1rem;
}

/* リボンイメージ */
.ribon__img {
  position: absolute;
  display: block;
  top: -40px;
  left: 0;
}

.new_lists {
  width: 100%;
  list-style: none;
}

.new_lists li {
  list-style: none;
}

.new_lists li dt {
  font-size: 2rem;
}

.new_lists li dt p {
  background: red;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  padding: 0 15px;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* 下に余白をつける */
.m__bottom__distance {
  margin-bottom: 30px;
}

/* 下に要素の余白をつける */
.ss__bottom {
  padding-bottom: 10px;
}

.s__bottom {
  padding-bottom: 30px;
}

.m__bottom {
  padding-bottom: 50px;
}

.l__bottom {
  padding-bottom: 80px;
}

/* 動画設定 */
.move {
  width: 100%;
  height: 415px;
}

@media screen and (max-width: 739px) {
  .os__wrapper {
    width: 100%;
  }
  .sec1,
  .sec2,
  .sec3,
  .sec4,
  .sec5,
  .black__section,
  .yellow__section,
  .btn__wrapper {
    width: 100%;
  }
  .full__img {
    max-width: 100%;
  }
  .mark__img {
    font-size: 1.6rem;
    padding-left: 26px;
  }
  .mark__img::before {
    width: 80px;
    height: 80px;
  }
  /* 見出し */
  .sec__title {
    margin: 0 5px;
    padding: 10px 0 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .s__sec__title {
    font-size: 1.2rem;
  }
  .sec__p {
    font-size: 1rem;
  }
  /* 黒背景用白文字 */
  .black__sec__p {
    font-size: 1rem;
  }
  /* 2列*/
  .ke__box {
    padding: 0 5px;
    margin: 5px auto;
    width: 100%;
  }
  .ke__img__box {
    margin: 0;
    margin-bottom: 5px;
    margin-right: 3px;
    width: calc(100% / 3 - 2px);
  }
  .ke__img__box:nth-child(3n) {
    margin-right: 0;
  }
  .ke__img__box:nth-child(4n) {
    margin-right: 3px;
  }
  .ke__img__box img {
    width: 90%;
  }
  .ke__img__box figcaption {
    width: 100%;
    font-size: 12px;
    padding: 3px 8px;
  }
  .move {
    width: 100%;
    height: 215px;
  }
  .button__img {
    max-width: 80%;
  }
  .ribon__img {
    top: -20px;
    right: 0;
    max-width: 70%;
  }
  .new_lists {
    width: 100%;
    list-style: none;
  }
  .new_lists li {
    list-style: none;
  }
  .new_lists li dt {
    font-size: 1.6rem;
  }
  .new_lists li dt p {
    background: red;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 0 12px;
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* 黄色背景*/
  .ke__box__wrapper {
    padding: 40px 0 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .m__bottom__distance {
    margin-bottom: 20px;
  }
  .s__bottom {
    padding-bottom: 10px;
  }
  .m__bottom {
    padding-bottom: 20px;
  }
  .l__bottom {
    padding-bottom: 30px;
  }
}

/* ========== すべて共通 ========== */
.black__section h1 {
  padding: 20px 0 0;
  color: #fff;
  display: block;
  width: 90%;
  margin: 0 auto 10px;
  border-bottom: 1px solid #fff;
}

.j__black__sec__p {
  width: 90%;
  display: block;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #fff;
}

.desc_red {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fd1010;
}

.desc_big {
  font-size: 1.6rem;
  font-weight: 600;
}

.center {
  text-align: center;
}

/* ボタン画像 */
.button_img {
  display: block;
  margin: 0 auto;
}

/* 4列*/
.j__ke__box {
  margin: 30px 0;
  width: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: underline;
}

.j__ke__box a {
  color: #000;
}

.black__cap a {
  color: #fff;
}

.j__ke__img__box {
  margin: 0 10px;
  padding: 0;
  width: calc(740px / 4 - 30px);
}

.j__ke__img__box:nth-child(4n) {
  margin: 0;
}

.j__ke__img__box figcaption {
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ke_img {
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aside_wrapper {
  display: block;
  margin: 0 auto;
  width: 690px;
  background: #f7d5e5;
  border-radius: 25px;
}

.g_disc_p {
  width: 690px;
  padding: 20px 50px;
  white-space: pre-wrap;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.g_img {
  padding: 20px 0 0;
  margin: 10px auto;
  display: block;
}

.m__bottom {
  padding-bottom: 30px;
}

@media screen and (max-width: 739px) {
  .desc_big {
    font-size: 1.2rem;
  }
  /* 3列 */
  .j__ke__box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
  }
  .j__ke__img__box {
    width: calc(100% / 2 - 4px);
    margin: 0 2px;
    padding: 0;
  }
  .j__ke__img__box figcaption {
    font-size: 0.8rem;
    padding: 0 5px;
  }
  .j__ke__img__box img {
    padding: 5px;
  }
  .ke_img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .j__ke__img__box:nth-child(4n) {
    margin: 0;
  }
  .aside_wrapper {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #f7d5e5;
    border-radius: 25px;
  }
  .desc_big {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .j__black__sec__p {
    width: 90%;
    display: block;
    margin: 0 auto;
    font-size: 1rem;
    color: #fff;
  }
  .g_disc_p {
    width: 100%;
    padding: 20px;
    white-space: pre-wrap;
    font-size: 0.9rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .desc_red {
    font-size: 1rem;
    font-weight: 600;
    color: red;
  }
  .g_img {
    width: 60%;
    padding: 20px 0 0;
    margin: 10px auto;
    display: block;
  }
  /* ボタン画像 */
  .button_img {
    max-width: 90%;
  }
}
/*# sourceMappingURL=base.css.map */