@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap");
#contentArea {
  background: white;
  width: 1000px;
  margin: 0 auto;
}
#contentArea #contentAreaInner {
  padding: 0;
  margin: 0;
  width: 735px;
  float: left;
}
#contentArea #contentRight {
  width: 235px;
  float: right;
  padding: 0;
  margin: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
body {
  font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

/* PC用
-------------------------------------------- */
@media screen and (min-width: 751px) {
  #wrapper2 {
    max-width: none;
    background: url(../img/nichijogumi_bg.png);
  }

  #nichijogumi_article {
    overflow: hidden;
    position: relative;
    background: url(../img/bg_blur.png) repeat-y center;
    background-size: contain;
  }
  #nichijogumi_article img {
    vertical-align: top;
  }

  .daiyoukai-container {
    width: 800px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }

  .pagetop {
    right: calc((100vw - 1130px) / 2);
  }

  .pagetop.absolute {
    position: absolute;
    bottom: 15px;
    z-index: 1;
  }

  .pagetop.fixed {
    position: fixed;
    bottom: 20px;
  }

  .slick-slide img {
    text-align: center;
    margin: 0 auto;
  }

  .accordion-title {
    position: relative;
    cursor: pointer;
  }
  .accordion-title::after {
    content: url(../img/accordion_arrow.png);
    position: absolute;
    top: 50%;
    right: 34px;
    line-height: 0;
    transform: translateY(-50%) rotate(180deg);
  }
  .accordion-title.open::after {
    transform: translateY(-50%) rotate(0);
  }
  .accordion-title.typeA {
    margin-top: 20px;
  }
  .accordion-content {
    display: none;
  }
  .accordion-content--clearfile {
    background: #f9ba14;
    padding: 0 5px 5px;
  }
  .accordion-content--sticker {
    background: #c087ba;
    padding: 0 5px 5px;
  }

  .slide-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slide-arrow.prev-arrow {
    left: 3%;
    z-index: 1;
  }
  .slide-arrow.next-arrow {
    right: 3%;
  }

  div .visible-xs {
    display: none !important;
  }

  .l-contents {
    text-align: center;
    padding-top: 40px;
  }
  /* .l-contents-section:not(:last-child) {
    margin-bottom: 50px;
  } */
  .l-contents-section.typeA {
    margin-top: 70px;
    padding-top: 60px;
  }
  .l-contents-section.typeB {
    padding-top: 50px;
  }
  .l-contents-delimiter {
    background: url(../img/delimiter.png) repeat-x center;
    height: 50px;
    margin: 0 calc(50% - 50vw);
  }
  .l-contents-entry-summary {
    text-align: left;
  }
  .l-contents-entry-summary__block:not(:last-child) {
    margin-bottom: 30px;
  }
  .l-contents-entry-summary__block h4 {
    font-size: 18px;
    font-weight: 700;
  }
  .l-contents-entry-summary__block ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .l-contents-entry-summary__block ol li {
    list-style: none;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .l-contents-entry-summary__link {
    font-size: 18px;
    font-weight: 700;
    color: #78ac2b;
  }
  .l-contents-broadcast {
    border: 4px solid #60acdf;
    margin-top: 40px;
    padding: 30px 50px;
    background: #fff;
  }
  .l-contents-broadcast__block:not(:last-child) {
    border-bottom: 1px solid #222;
    margin-bottom: 30px;
    padding-bottom: 80px;
  }
  .l-contents-broadcast__airtime {
    font-size: 30px;
    font-weight: 700;
    margin-top: 80px;
  }
  .l-contents-broadcast__airtime.typeA {
    text-align: left;
    display: inline-block;
  }
  .l-contents-body {
    padding: 50px 40px;
    position: relative;
  }
  .l-contents-body.typeA {
    padding: 60px 40px;
  }
  .l-contents-body.typeB {
    padding: 40px;
  }
  .l-contents-body.typeC {
    padding: 50px 40px 0;
  }
  .l-contents-inner {
    width: 690px;
    margin: 0 auto;
  }
  .l-contents-block__title {
    position: relative;
  }
  .l-contents-box {
    padding: 33px 38px 50px;
    background: url(../img/inner_bg01.png);
  }
  .l-contents-box.typeA {
    background: #fff;
    border-radius: 10px;
    padding: 77px 16px 24px;
  }
  .l-contents-box.typeB {
    background: #fff;
    border-radius: 10px;
    padding: 77px 40px 60px;
  }
  .l-contents__subtitle {
    position: relative;
    margin-bottom: 20px;
  }
  .l-contents__subtitle span {
    line-height: 66px;
    display: inline-block;
    background: #fff;
    padding: 0 60px;
    position: relative;
  }
  .l-contents__subtitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: #fff
  }
  #nichijogumi_article .l-contents__subtitle span img {
    vertical-align: middle;
  }
  .l-contents-maintitle {
    margin: 0 0 50px;
    padding-top: 50px;
  }
  .l-contents-maintitle.typeA {
    margin: 0 calc(50% - 50vw);
    padding: 80px 0;
    background: url(../img/illust_mt.png) no-repeat center;
    background-size: 100% 100%;
  }
  .l-contents-maintitle__wrap {
    margin: 0 calc(50% - 50vw);
    padding: 30px 0;
    position: relative;
  }
  .l-contents-maintitle__wrap.typeA {
    padding: 0;
  }
  .l-contents-maintitle__wrap::before,
  .l-contents-maintitle__wrap::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0;
    background-repeat: repeat-x;
    background-position: center;
    background-size: 100% 100%;
  }
  .l-contents-maintitle__wrap::before {
    top: 0;
    background-image: url(../img/ttl_line_top.png);
  }
  .l-contents-maintitle__wrap::after {
    bottom: 0;
    background-image: url(../img/ttl_line_bottom.png);
  }
  .l-contents-maintitle__wrap--clearfile {
    background: #f9ba14;
  }
  .l-contents-maintitle__wrap--sticker {
    background: #c087ba;
  }
  .l-contents-maintitle__wrap--choco {
    background: #60acdf;
  }
  .l-contents-maintitle__inner {
    width: 800px;
    margin: 0 auto;
    padding: 30px 0 30px 70px;
    position: relative;
  }
  .l-contents-maintitle__txt {
    background: #fff;
    line-height: 80px;
    text-align: left;
  }
  .l-contents-maintitle__txt span {
    width: 700px;
    display: inline-block;
    text-align: center;
  }
  #nichijogumi_article .l-contents-maintitle img {
    vertical-align: middle;
  }
  .l-contents-block {
    margin: 50px 0;
  }
  .l-contents-block:first-child {
    margin-top: 0;
  }
  .l-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-block.typeA {
    margin-top: 0;
  }
  .l-contents-block.typeB {
    margin: 40px 0;
  }
  .l-contents-block.typeB:last-child {
    margin-bottom: 0;
  }
  .l-contents-block.typeC {
    margin-bottom: 38px;
  }
  .l-contents-block__body {
    padding-top: 30px;
  }
  .l-contents-block__txt {
    text-align: left;
    font-size: 18px;
  }
  .l-contents-block__txt:not(:last-child) {
    margin-bottom: 30px;
  }
  .l-contents-block__txt a {
    color: #000;
    text-decoration: underline;
  }
  .l-contents-block__img.typeA,
  .l-contents-block__img.typeD,
  .l-contents-block__img.typeF {
    margin-top: 40px;
  }
  .l-contents-block__img.typeB {
    margin: 30px 0;
  }
  .l-contents-block__img.typeC {
    margin: 60px 0 40px;
  }
  .l-contents-block__badge {
    position: absolute;
    top: -40px;
    right: 55px;
  }
  .l-contents-block__badge.typeA {
    top: -70px;
    right: 25px;
  }
  .l-contents-block__badge.typeB {
    top: -15px;
    right: 50px;
  }
  .l-contents-block__badge.typeC {
    top: 50%;
    right: auto;
    left: 0;
    transform: translateY(-50%);
    z-index: 5;
  }
  .l-contents-block__badge.typeD {
    top: -30px;
  }
  .l-contents-block__badge.typeE {
    top: -30px;
    right: 0;
  }
  .l-contents-block__badge.typeF {
    top: -50px;
    right: 35px;
  }
  .l-contents-block__badge.typeG {
    top: -70px;
    right: 85px;
  }
  .l-contents-block__badge.typeH {
    top: -30px;
    right: 30px;
  }
  .l-contents-block__badge.typeI {
    top: -250px;
    right: 0;
  }
  .l-contents-block__badge.typeJ {
    top: -15px;
    right: 50px;
  }
  .l-contents-bg-grass {
    margin: 0 calc(50% - 50vw);
    position: relative;
  }
  .l-contents-bg-grass::before {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(../img/bg_grass.png) #78ac2b repeat-y top center; */
    /* background-size: contain; */
    background-color: #78ac2b;
  }
  .l-contents-bg-grass::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 130px;
    background: url(../img/grass_bottom.png) no-repeat center;
    background-size: 100% 100%;
  }
  .l-contents-bg-grass__inner {
    width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .l-contents-item__price.typeB,
  .l-contents-item__price.typeC {
    margin-top: 15px;
  }
  .l-contents__list {
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    margin: 50px 0 0;
    color: #222;
  }
  .l-contents__list.typeA {
    margin-top: 0;
  }
  .l-contents__list.typeB {
    color: #fff;
  }
  .l-contents__list.typeC {
    margin: 0;
    color: #fff;
  }
  .l-contents__list.typeD {
    text-align: center;
  }
  .l-contents__list.typeE {
    text-align: center;
    margin: 10px 0 20px;
    color: #fff;
  }
  .l-contents__list.typeF {
    margin-left: 0;
  }
  .l-contents__list.typeG {
    margin-top: 110px;
  }
  .l-contents__item {
    padding-left: 1em;
    text-indent: -1em;
  }
  .l-contents-slider {
    background: #fff;
    border-width: 4px;
    border-style: solid;
  }
  .l-contents-slider--clearfile {
    border-color: #f9ba14;
  }
  .l-contents-slider--sticker {
    border-color: #c087ba;
  }
  .l-contents-product__heading {
    font-size: 22px;
    color: #fff;
    background: #222;
  }
  .l-contents-product-list {
    font-size: 16px;
  }
  .l-contents-product-list li {
    display: flex;
    text-align: left;
  }
  .l-contents-product-list li:nth-child(even) {
    background: #fff;
  }
  .l-contents-product-list--clearfile li:nth-child(odd) {
    background: #fff6e0;
  }
  .l-contents-product-list--sticker li:nth-child(odd) {
    background: #f1e0ef;
  }
  .l-contents-product-list li span {
    padding: 10px;
  }
  .l-contents-product-list li span:first-child {
    width: 15%;
  }
  .l-contents-product-list li span:nth-child(2) {
    width: 62%;
  }
  .l-contents-product-list li span:nth-child(3) {
    width: 9%;
    text-align: center;
  }
  .l-contents-product-list li span:nth-child(4) {
    width: 14%;
    text-align: center;
  }
  .l-contents-product-list.l-contents-product-list--sticker li span:nth-child(2) {
    width: 35%;
  }
  .l-contents-product-list.l-contents-product-list--sticker li span:nth-child(3) {
    width: 36%;
    text-align: left;
  }
  .l-contents-product-list__caution {
    text-align: right;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    color: #222;
  }
  .l-contents-product__notice {
    background: #231816;
    color: #fff;
    font-size: 20px;
    padding: 5px;
  }
  .l-anchor-list {
    display: flex;
    justify-content: space-between;
    margin: 0 40px 30px;
  }
  /* .l-anchor-list li {
    width: 224px;
  } */
  .l-contents-btn a.disabled {
    pointer-events: none;
  }
  .l-contents-btn li:not(:last-child) {
    margin-bottom: 20px;
  }
  .l-contents-block-loppi-products {
    padding: 50px 70px;
    background: #fff;
  }
  .l-contents-block-loppi-products:not(:last-child) {
    margin-bottom: 20px;
  }
  .l-contents-block-loppi-product {
  }
  .l-contents-block-loppi-product:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
  }
  .l-contents-block-loppi-product__txt {
    font-size: 23px;
    font-weight: 700;
    margin: 27px 0;
    color: #2f2f2f;
  }
  .l-contents-block-loppi-howto {
    text-align: left;
  }
  .l-contents-block-loppi-howto:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
}
/* SP用
-------------------------------------------- */
@media screen and (max-width: 750px) {
  #wrapper {
    overflow: auto;
    overflow-x: hidden;
  }
  #wrapper2 {
    background: url(../img/nichijogumi_bg_sp.png) repeat-y center;
    background-size: contain;
  }
  div#wrapper-content {
    /* background-image: url(../img/202204/main-image.png);*/
  }
  div#wrapper-content img {
    vertical-align: top;
  }

  div .hidden-xs {
    display: none !important;
  }

  .daiyoukai-container {
  }

  #nichijogumi_article {
    overflow: hidden;
    position: relative;
  }
  #nichijogumi_article img {
    width: 100%;
    vertical-align: top;
  }

  .accordion-title {
    position: relative;
    cursor: pointer;
    font-size: 120%;
    font-weight: 700;
    line-height: 0;
  }
  .accordion-title::after {
    content: '';
    background: url(../img/accordion_arrow.png) no-repeat center;
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
    transform: translateY(calc(-50% - 1px)) rotate(180deg);
  }
  .accordion-title.open::after {
    transform: translateY(-50%) rotate(0);
  }
  .accordion-title.typeA {
    margin-top: 3%;
  }
  .accordion-content {
    display: none;
    font-size: 85%;
  }
  .accordion-content--clearfile {
    background: #f9ba14;
    padding: 0 3px 3px;
  }
  .accordion-content--sticker {
    background: #c087ba;
    padding: 0 3px 3px;
  }

  /* .slick-slide {
    margin: 0 0.4%;
  } */

  .l-contents-slider {
    background: #fff;
    border-width: 2px;
    border-style: solid;
    padding: 0 6%;
  }
  .l-contents-slider--clearfile {
    border-color: #f9ba14;
  }
  .l-contents-slider--sticker {
    border-color: #c087ba;
  }
  #nichijogumi_article img.slide-arrow {
    position: absolute;
    width: 6%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #nichijogumi_article img.slide-arrow.prev-arrow {
    left: 2%;
    z-index: 1;
  }
  #nichijogumi_article img.slide-arrow.next-arrow {
    right: 2%;
  }

  .pagetop {
    right: 5%;
    width: 14%;
    z-index: 2;
  }

  .pagetop.absolute {
    position: absolute;
    bottom: -1.8%;
  }

  .pagetop.fixed {
    position: fixed;
    bottom: 5%;
  }

  .l-contents {
    text-align: center;
    margin-top: 6%;
  }
  .l-contents-section:not(:last-child) {
    margin-bottom: 4%;
  }
  .l-contents-section.typeA {
    margin-top: 8%;
    padding-top: 10%;
  }
  .l-contents-delimiter {
    background: url(../img/delimiter.png) repeat-x center;
    background-size: contain;
    height: 25px;
    margin: 0 calc(50% - 50vw);
  }
  .l-contents-entry-summary {
    text-align: left;
  }
  .l-contents-entry-summary__block:not(:last-child) {
    margin-bottom: 3%;
  }
  .l-contents-entry-summary__block h4 {
    font-size: 90%;
    font-weight: 700;
  }
  .l-contents-entry-summary__block ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 70%;
  }
  .l-contents-entry-summary__block ol li {
    list-style: none;
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-size: 70%;
  }
  .l-contents-entry-summary__link {
    font-size: 90%;
    font-weight: 700;
    color: #78ac2b;
  }
  .l-contents-broadcast {
    border: 2px solid #60acdf;
    margin-top: 6%;
    padding: 4% 6%;
    background: #fff;
  }
  .l-contents-broadcast__block:not(:last-child) {
    border-bottom: 1px solid #222;
    margin-bottom: 4%;
    padding-bottom: 12%;
  }
  .l-contents-broadcast__airtime {
    font-size: 120%;
    font-weight: 700;
    margin-top: 12%;
  }
  .l-contents-broadcast__airtime.typeA {
    text-align: left;
    display: inline-block;
  }
  .l-contents-body {
    padding: 4%;
    position: relative;
  }
  .l-contents-body.typeA {
    padding: 8% 4% 4%;
  }
  .l-contents-body.typeB {
    padding: 8% 4% 4%;
  }
  .l-contents-inner {
    width: 84%;
    margin: 0 auto;
    position: relative;
  }
  .l-contents-inner.typeA {
    width: 100%;
  }
  .l-contents-block__title {
    position: relative;
  }
  .l-contents-block__title.typeA {
    height: 25px;
  }
  .l-contents-block__title.typeA img {
    width: auto !important;
    height: 100%;
  }
  /* #nichijogumi_article .l-contents-block__title img {
    width: 36%;
  }
  #nichijogumi_article .l-contents-block__title.typeB img {
    width: 78%;
  }
  #nichijogumi_article .l-contents-block__title.typeC img {
    width: 64%;
  } */
  .l-contents-box {
    padding: 4% 4% 6%;
    background: url(../img/inner_bg01.png);
  }
  .l-contents-box.typeA {
    background: #fff;
    border-radius: 10px;
    padding: 12% 6% 6%;
  }
  .l-contents-box.typeB {
    background: #fff;
    border-radius: 10px;
    padding: 12% 6% 6%;
  }
  .l-contents__subtitle {
    position: relative;
    margin-bottom: 8%;
  }
  .l-contents__subtitle span {
    display: inline-block;
    background: #fff;
    position: relative;
    width: 56%;
    padding: 1% 4%;
  }
  .l-contents__subtitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: #fff
  }
  #nichijogumi_article .l-contents__subtitle span img {
    vertical-align: middle;
  }
  .l-contents-maintitle {
    margin: 0 4% 6%;
    padding-top: 6%;
  }
  .l-contents-maintitle.typeA {
    margin: 6% 0;
    padding: 8% 4%;
    background: url(../img/illust_mt_sp.png) no-repeat center;
    background-size: 100% 100%;
  }
  .l-contents-maintitle.typeB {
    margin: 0 12% 6%;
  }
  .l-contents-maintitle__wrap {
    margin: 0 calc(50% - 50vw);
    padding: 4% 16%;
    position: relative;
  }
  .l-contents-maintitle__wrap.typeA {
    padding: 0;
  }
  .l-contents-maintitle__wrap.typeB {
    padding: 4% 6%;
  }
  .l-contents-maintitle__wrap::before,
  .l-contents-maintitle__wrap::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
  }
  .l-contents-maintitle__wrap::before {
    top: 0;
    background-image: url(../img/ttl_line_top.png);
  }
  .l-contents-maintitle__wrap::after {
    bottom: 0;
    background-image: url(../img/ttl_line_bottom.png);
  }
  .l-contents-maintitle__wrap--clearfile {
    background: #f9ba14;
  }
  .l-contents-maintitle__wrap--sticker {
    background: #c087ba;
  }
  .l-contents-maintitle__wrap--choco {
    background: #60acdf;
  }
  .l-contents-maintitle__inner {
    padding: 4% 12% 4% 32%;
    position: relative;
  }
  .l-contents-maintitle__inner.typeA {
    padding-right: 0;
    padding-left: 0;
  }
  .l-contents-maintitle__txt {
    background: #fff;
    text-align: left;
  }
  .l-contents-maintitle__txt span {
    display: inline-block;
    text-align: center;
    padding: 2% 8%;
  }
  #nichijogumi_article .l-contents-maintitle img {
    vertical-align: middle;
  }
  .l-contents-block {
    margin: 8% 0;
  }
  .l-contents-block:first-child {
    margin-top: 0;
  }
  .l-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-block.typeA {
    position: relative;
  }
  .l-contents-block.typeB {
    position: relative;
  }
  .l-contents-block__body {
    padding: 8%;
  }
  .l-contents-block__body.typeA {
    padding: 4% 0 0;
  }
  #nichijogumi_article .l-contents-block__img.typeA {
    margin-top: 4%;
  }
  #nichijogumi_article .l-contents-block__img.typeB {
    margin: 6%;
  }
  #nichijogumi_article .l-contents-block__img.typeC {
    margin-top: 8%;
    margin-bottom: 4%;
  }
  #nichijogumi_article .l-contents-block__img.typeD {
    margin: 6% 14% 0;
  }
  #nichijogumi_article .l-contents-block__img.typeE {
    background: #231816;
    padding: 1% 40%;
    line-height: 0;
  }
  #nichijogumi_article .l-contents-block__img.typeF {
    margin-top: 4%;
    padding: 0 8%;
  }
  #nichijogumi_article .l-contents-block__img.typeG {
    padding: 0 14%;
  }
  #nichijogumi_article .l-contents-block__img.typeH {
    margin-top: 4%;
    padding: 0 6%;
  }
  #nichijogumi_article .l-contents-block__img.typeI {
    padding: 0 24%;
  }
  #nichijogumi_article .l-contents-block__img.typeJ {
    padding: 0 30%;
  }
  #nichijogumi_article .l-contents-block__img.typeK {
    background: #231816;
    padding: 1% 2%;
    line-height: 0;
  }
  .l-contents-block__lead {
    padding: 0 6%;
  }
  .l-contents-block__badge {
    position: absolute;
    width: 20%;
    top: -1%;
    right: 7%;
  }
  .l-contents-block__badge.typeA {
    top: -2%;
    right: 3%;
  }
  .l-contents-block__badge.typeB {
    top: -0.5%;
    right: 11%;
  }
  .l-contents-block__badge.typeC {
    width: 26%;
    top: 50%;
    right: auto;
    left: 4%;
    transform: translateY(-50%);
    z-index: 5;
  }
  .l-contents-block__badge.typeD {
    top: -1.7%;
    right: 12%;
  }
  .l-contents-block__badge.typeE {
    width: 24%;
    top: -1.3%;
  }
  .l-contents-block__badge.typeF {
    width: 24%;
    top: -2%;
    right: 11%;
  }
  .l-contents-block__badge.typeG {
    width: 24%;
    top: -3%;
    right: 4.5%;
  }
  .l-contents-block__badge.typeH {
    width: 24%;
    top: -1.3%;
    right: 2%;
  }
  .l-contents-block__badge.typeI {
    width: 24%;
    top: -14%;
    right: 0;
  }
  .l-contents-block__badge.typeJ {
    width: 24%;
    top: -1.7%;
    right: 2%;
  }
  .l-contents-section__title.typeA {
    height: 40px;
    text-align: left;
  }
  .l-contents-section__title.typeA img {
    width: auto !important;
    max-height: 100%;
  }
  .l-contents-section__title.typeB {
    height: 40px;
  }
  .l-contents-section__title.typeB img {
    width: auto !important;
    height: 100%;
  }
  .l-contents-section__title.typeC {
    padding: 6% 2% 0;
  }
  .l-contents-section__title.typeD {
    height: 40px;
  }
  .l-contents-section__title.typeD img {
    width: auto !important;
    max-height: 100%;
  }
  .l-contents-bg-grass {
    position: relative;
  }
  .l-contents-bg-grass::before {
    content: '';
    position: absolute;
    bottom: .3%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_grass_sp.png) #78ac2b repeat-y top center;
    background-size: contain;
    /* background-color: #78ac2b; */
  }
  .l-contents-bg-grass::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(../img/grass_bottom_sp.png) no-repeat center;
    background-size: 100% 100%;
  }
  .l-contents-bg-grass__inner {
    position: relative;
    z-index: 1;
  }
  .l-contents-item__price {
    max-width: 42%;
    margin: 0 auto;
  }
  .l-contents-item__price.typeB,
  .l-contents-item__price.typeA {
    max-width: 50%;
  }
  .l-contents-item__price.typeC {
    margin-top: 2%;
  }
  .l-contents-btn {
    padding: 0 4%;
  }
  .l-contents-btn.typeA {
    padding: 0 4%;
  }
  .l-contents-btn li:not(:last-child) {
    margin-bottom: 2%;
  }
  .l-contents-btn a.disabled {
    pointer-events: none;
  }
  .l-contents-block-loppi-products {
    padding: 6% 8%;
    background: #fff;
  }
  .l-contents-block-loppi-products:not(:last-child) {
    margin-bottom: 3%;
  }
  .l-contents-block-loppi-product {
  }
  .l-contents-block-loppi-product:not(:last-child) {
    margin-bottom: 6%;
    padding-bottom: 6%;
    border-bottom: 1px solid #000;
  }
  #nichijogumi_article .l-contents-block-loppi-product__ttl {
    height: 15px;
  }
  #nichijogumi_article .l-contents-block-loppi-product__ttl img {
    width: auto;
    height: 100%;
  }
  .l-contents-block-loppi-product__txt {
    font-weight: 700;
    margin: 4% 0;
    color: #2f2f2f;
  }
  .l-contents-block-loppi-product__price {
    padding: 0 26%;
  }
  .l-contents-block-loppi-howto {
    text-align: left;
  }
  .l-contents-block-loppi-howto:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
  .l-contents__list {
    text-align: left;
    font-size: 70%;
    font-weight: 500;
    margin: 6% 0 2%;
  }
  .l-contents__list.typeA {
    margin-top: 0;
  }
  .l-contents__list.typeB {
    color: #fff;
  }
  .l-contents__list.typeC {
    margin: 0;
    padding: 0;
    color: #fff;
  }
  .l-contents__list.typeD {
    text-align: center;
  }
  .l-contents__list.typeE {
    text-align: center;
    margin: 2% 0 4%;
    color: #fff;
  }
  .l-contents__list.typeG {
    margin-top: 8%;
  }
  .l-contents-block__txt {
    text-align: left;
    font-size: 70%;
  }
  .l-contents-block__txt:not(:last-child) {
    margin-bottom: 6%;
  }
  .l-contents-block__txt a {
    color: #000;
    text-decoration: underline;
  }
  .l-contents__item {
    padding-left: 1em;
    text-indent: -1em;
  }
  .l-contents-product__heading {
    color: #fff;
    background: #222;
    padding: 2% 1%;
    font-size: 90%;
  }
  .l-contents-product-list li {
    text-align: left;
    padding: 2% 4%;
  }
  .l-contents-product-list li {
    display: flex;
    flex-wrap: wrap;
  }
  .l-contents-product-list li:nth-child(even) {
    background: #fff;
  }
  .l-contents-product-list--clearfile li:nth-child(odd) {
    background: #fff6e0;
  }
  .l-contents-product-list--sticker li:nth-child(odd) {
    background: #f1e0ef;
  }
  .l-contents-product-list li span:first-child, .l-contents-product-list li span:nth-child(3) {
    width: 11%;
  }
  .l-contents-product-list li span:nth-child(2), .l-contents-product-list li span:nth-child(4) {
    width: 89%;
  }
  .l-contents-product-list.l-contents-product-list--sticker li span:first-child, .l-contents-product-list.l-contents-product-list--sticker li span:nth-child(3) {
    width: 14%;
  }
  .l-contents-product-list.l-contents-product-list--sticker li span:nth-child(2), .l-contents-product-list.l-contents-product-list--sticker li span:nth-child(4) {
    width: 86%;
  }
  .l-contents-product-list__caution{
    text-align: right;
    font-size: 70%;
    font-weight: 500;
  }
  .l-contents-product__notice {
    background: #231816;
    color: #fff;
    font-size: 90%;
    padding: 2%;
  }
  .l-anchor-list {
    display: flex;
    justify-content: space-between;
    margin: 0 4% 5%;
  }
  .l-anchor-list li {
    width: 49%;
  }
}
/* Common
------------------------------------------------------------- */
.wf-hannari {
  font-family: "Hannari";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.color-red {
  color: #cc0000;
}
.color-green {
  color: #009944;
}
.color-blue {
  color: #0081cc;
}
.color-pink {
  color: #e95471;
}

.tl-center {
  text-align: center;
}

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.coming {
  background: #fe0000;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .coming {
    padding: 10px 0 9px;
    position: relative;
    z-index: 2;
  }
  .coming img {
    width: 50px;
  }

  .kv__area {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 30px rgba(34, 34, 34, .45);
  }

  .main__visual {
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  div#wrapper-content .coming {
    padding: 1% 0 1.4% 1%;
    line-height: 0;
    position: relative;
  }
  div#wrapper-content .coming img {
    width: 10%;
    vertical-align: middle;
  }

  .kv__area {
    box-shadow: 0 0 15px rgba(34, 34, 34, .45);
  }

  .main__visual {
    position: relative;
    text-align: center;
  }
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contact {
    position: relative;
    padding: 30px 0;
    margin: 0 calc(50% - 50vw);
    background: #f9ba14;
  }
  .l-contact::before,
  .l-contact::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0;
    background-repeat: repeat-x;
    background-position: center;
    background-size: 100% 100%;
  }
  .l-contact::before {
    top: 0;
    background-image: url(../img/ttl_line_top.png);
  }
  .l-contact::after {
    bottom: 0;
    background-image: url(../img/ttl_line_bottom.png);
  }
  .l-contact__box {
    background: #1b449a;
    padding: 20px;
  }
  .l-contact__inner {
    width: 800px;
    margin: 0 auto;
  }
  .l-contact-block__title {
    text-align: center;
    padding: 35px 0;
  }
  .l-contact-block__body {
    padding: 23px 0 24px;
    text-align: center;
  }
  .l-contact-block__chat {
    margin-bottom: 13px;
  }

  .snslist {
    text-align: center;
    letter-spacing: -0.4em;
    padding: 47px 0 20px;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }

  .l-bnr {
    text-align: center;
    padding: 90px 0;
  }
  .l-bnr__item {
    line-height: 0;
    margin-bottom: 20px;
  }
  .l-bnr__item:last-child {
    margin-bottom: 0;
  }
  .l-bnr__item a:hover {
    opacity: 0.6;
  }

  .l-copy {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-top: 50px;
  }

  .l-foot-icon {
    margin-top: 50px;
  }

  .l-pagetop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 5;
    opacity: 0;
    transition: all .5s;
  }
  .l-pagetop.show {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .l-contact {
    position: relative;
    padding: 4%;
    margin: 0 calc(50% - 50vw);
    background: #f9ba14;
  }
  .l-contact::before,
  .l-contact::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
  }
  .l-contact::before {
    top: 0;
    background-image: url(../img/ttl_line_top.png);
  }
  .l-contact::after {
    bottom: 0;
    background-image: url(../img/ttl_line_bottom.png);
  }
  .l-contact__inner {
  }
  .l-contact.typeA {
    padding-top: 8%;
  }
  .l-contact-block__title {
    text-align: center;
    padding: 6% 0;
  }
  .l-contact-block__body {
    padding: 4% 3%;
    text-align: center;
  }
  .l-contact-block__chat {
    margin-bottom: 2%;
  }

  .l-copy {
    text-align: center;
    line-height: 1;
    font-size: 105%;
    margin-top: 6%;
  }

  .l-foot-icon {
    padding: 8% 20% 0;
  }

  .l-pagetop {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 20%;
    z-index: 5;
    opacity: 0;
    transition: all .5s;
  }
  .l-pagetop.show {
    opacity: 1;
  }

  .snslist {
    position: relative;
    text-align: center;
    letter-spacing: -0.4em;
    padding: 7% 0 5%;
  }
  .snslist__item {
    width: 18%;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 2px;
  }

  .gotop {
    width: 50%;
    text-align: center;
    margin: 6% auto 1%;
  }
  .gotop__list {
    letter-spacing: -0.4em;
  }
  .gotop__item {
    display: inline-block;
    width: 48%;
    margin-right: 3%;
  }
  .gotop__item:last-of-type {
    margin-right: 0;
  }

  .l-contents__bnr {
    margin: 0 2%;
  }

  .l-bnr {
    padding: 8% 4% 8%;
  }
  .l-bnr__item:not(:last-child) {
    margin-bottom: 3%;
  }

  .pagemenu {
    text-align: center;
    margin: 0 3% 4%;
  }

  .foot__btn {
    text-align: center;
    margin: 0 3% 6%;
  }
}
.icon {
  display: inline;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-nav {
    padding: 50px 40px 40px;
  }
  .l-nav-sub {
    background: url(../img/bg_gameworld.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 20px 0 40px;
    position: relative;
  }
  .l-nav-sub::after {
    content: url(../img/bg_nav_leaf.png);
    position: absolute;
    bottom: 210px;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-nav__block:not(:last-child) {
    margin-bottom: 50px;
  }
  .l-nav__block.typeA:not(:last-child) {
    margin-bottom: 40px;
  }
  .l-nav__ttl {
  }
  .l-nav__ttl.typeA,
  .l-nav__ttl.typeB {
    margin-bottom: 10px;
  }
  .l-nav__list {
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
  .l-nav__list.typeA {
    display: flex;
    justify-content: space-between;
  }
  .l-nav__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .l-nav__list.typeA .l-nav__item:not(:last-child) {
    margin-bottom: 0;
  }
  .l-nav__item.typeA:not(:last-child) {
    margin-bottom: 0;
  }
  .l-nav__item--full {
    width: 100%;
  }
  .l-nav__item a {
    position: relative;
  }
  .l-nav__item a.disabled {
    pointer-events: none;
  }
  .l-nav__img {
    position: absolute;
  }
  .l-nav__item:first-child .l-nav__img:nth-child(2) {
    top: 40px;
    left: -30px;
  }
  .l-nav__item:first-child .l-nav__img:last-child {
    top: 0;
    right: -20px;
  }
  .l-nav__item:nth-child(2) .l-nav__img:nth-child(2) {
    top: -10px;
    left: -10px;
  }
  .l-nav__item:nth-child(2) .l-nav__img:last-child {
    top: -10px;
    right: -20px;
  }
}
@media screen and (max-width: 750px) {
  .l-nav {
    padding: 6%;
  }
  .l-nav-sub {
    background: url(../img/bg_gameworld_sp.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 0 0 4%;
  }
  .l-nav__ttl {
    margin-bottom: 4%;
  }
  .l-nav__ttl.typeA {
    width: 74%;
    margin-top: 6%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2%;
  }
  .l-nav__ttl.typeB {
    width: 64%;
    margin-right: auto;
    margin-bottom: 2%;
    margin-left: auto;
  }
  .l-nav__ttl.typeC,
  .l-nav__ttl.typeD {
    height: 25px;
    text-align: center;
  }
  .l-nav__ttl.typeC img,
  .l-nav__ttl.typeD img {
    width: auto !important;
    height: 100%;
  }
  .l-nav__ttl.typeD {
    margin-bottom: 2%;
  }
  .l-nav__block:not(:last-child) {
    margin-bottom: 8%;
  }
  .l-nav__list {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .l-nav__list.typeA {
    display: flex;
    justify-content: space-between;
  }
  .l-nav__list.typeB {
    margin-bottom: 3%;
  }
  .l-nav__item:not(:last-child) {
    margin-bottom: 3%;
  }
  .l-nav__list.typeA .l-nav__item:not(:last-child) {
    margin-bottom: 0;
  }
  .l-nav__item.typeA {
    width: 49%;
  }
  .l-nav__item.typeA:not(:last-child) {
    margin-bottom: 0;
  }
  .l-nav__item a {
    position: relative;
    display: block;
  }
  #nichijogumi_article .l-nav__img {
    position: absolute;
    width: 18%;
  }
  #nichijogumi_article .l-nav__item:first-child .l-nav__img:nth-child(2) {
    bottom: 4%;
    left: -1%;
  }
  #nichijogumi_article .l-nav__item:first-child .l-nav__img:last-child {
    top: 0;
    right: -2%;
  }
  #nichijogumi_article .l-nav__item:nth-child(2) .l-nav__img:nth-child(2) {
    width: 22%;
    bottom: 5%;
    left: -1%;
  }
  #nichijogumi_article .l-nav__item:nth-child(2) .l-nav__img:last-child {
    width: 22%;
    top: -4%;
    right: -2%;
  }
  .l-nav-block {
    margin-bottom: 3%;
    padding-bottom: 4px;
    border-radius: 5px;
    background: #db88cc;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec87b3), color-stop(41%, #b8c4e5), to(#0aa2a4));
    background: -webkit-linear-gradient(top, #ec87b3 0%, #b8c4e5 41%, #0aa2a4 100%);
    background: linear-gradient(180deg, #ec87b3 0%, #b8c4e5 41%, #0aa2a4 100%);
  }
  .l-nav-block__title {
    width: 35%;
    line-height: 1;
    padding: 1.5% 0;
    margin: 0 auto;
  }
  .l-nav-block__inner {
    background: #fff;
    border-radius: 0 0 5px 5px;
    margin: 0 4px;
  }
  .l-nav-block__list {
    padding: 2% 0;
    text-align: center;
  }
  .l-nav-block__item:first-child {
    margin: 0 3% 3% 1%;
  }
  .l-nav-block__item:last-child {
    margin: 0 1%;
  }
}