@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&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
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contents-button {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-contents-button.typeA {
    margin-bottom: 20px;
  }
  .l-contents-button__caution {
    text-align: center;
    color: #ef0012;
    font-size: 18px;
  }
  .l-contents-button__caution.typeA {
    font-size: 28px;
  }
  .l-contents-button__hover :hover {
    opacity: 0.6;
  }
  .l-contents-btn__list {
    text-align: center;
    letter-spacing: -0.4em;
  }
  .l-contents-btn__item {
    display: inline-block;
    margin-right: 30px;
  }
  .l-contents-btn__item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-contents-button {
    text-align: center;
    margin-bottom: 4%;
  }
  .l-contents-button.typeA {
    margin-bottom: 5%;
  }
  .l-contents-button__caution {
    text-align: center;
    color: #ef0012;
    font-size: 90%;
  }
  .l-contents-button__caution.typeA {
    font-size: 120%;
  }
  .l-contents-btn__list {
    text-align: center;
  }
  .l-contents-btn__item {
    display: inline-block;
    margin-bottom: 5%;
  }
  .l-contents-btn__item:last-of-type {
    margin-bottom: 0;
  }
}
/*
**  ===================================================================
**  media CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.media-typeA {
  padding-top: 65px;
}
.media-typeB {
  padding-top: 85px;
}
.media__list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.media__item {
  display: table-cell;
  padding: 0 20px 20px;
}
.media__text {
  font-size: 14px;
  margin-top: 10px;
}
.media__text-blue {
  color: #22477e;
}
.media__note {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
}
.media__note li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note02 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: 0 25px;
}
.media__note02 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note03 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: 0 12px;
}
.media__note03 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note04 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: -10px 105px 0;
}
.media__note04 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__image {
  padding: 25px 0;
}

.list-typeA {
  margin-bottom: 65px;
}

.media-entry {
  padding-top: 30px;
}
.media-entry__list {
  display: table;
  table-layout: fixed;
  width: 90%;
}
.media-entry__item {
  display: table-cell;
  padding-right: 20px;
}
.media-entry__label-title {
  margin-bottom: 20px;
}
.media-entry__label-button {
  vertical-align: bottom;
}

.media-pop {
  margin: 0 auto;
}
.media-pop__image {
  padding: 25px 0 10px;
}
.media-pop__note {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: right;
}

.pop-typeA {
  width: 300px;
}

.pop-typeB {
  width: 450px;
}

/*
**  ===================================================================
**  panel CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  JavaScript CSS 「js-」
**  ===================================================================
*/
/*
**  ===================================================================
**  utility CSS ※prefix「u-」
**  ===================================================================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ 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;
  }

  #meychan_article {
    margin: auto;
  }
  #meychan_article img {
    vertical-align: top;
  }
  #meychan_contents {
    overflow: hidden;
    background-color: #ffffff;
    background-image: url(../img/outer_bg.png);
    background-repeat: repeat;
    background-position: center top;
  }

  .meychan-container {
    background-image: url(../img/outer_bg_left.png), url(../img/outer_bg_right.png);
    background-repeat: repeat-y;
    background-position: left -30px top, right -30px top;
  }
  .meychan__body {
    margin: auto;
    position: relative;
  }

  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__item {
    color: #221715;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
  }
  .l-clearfile-contents-title__block {
    background-image: url(../img/clearfile_title_bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center;
    padding: 19px 0;
  }
  .l-clearfile-contents-title__img {
    margin-top: -19px;
    padding-bottom: 41px;
    position: relative;
  }
  .l-clearfile-contents__inner {
    width: 800px;
    margin: 30px auto 90px;
    position: relative;
  }
  .l-clearfile-contents-block {
    position: relative;
    margin-bottom: 60px;
  }
  .l-clearfile-contents-block.typeA {
    margin-bottom: -39px;
  }
  .l-clearfile-contents-block.typeB {
    margin-bottom: 80px;
  }
  .l-clearfile-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-clearfile-contents-block__length {
    text-align: center;
  }
  .l-clearfile-contents-block__text {
    text-align: center;
    margin-bottom: 50px;
  }
  .l-clearfile-contents-block__img {
    text-align: center;
    margin-bottom: 50px;
  }
  .l-clearfile-contents-target__title {
    text-align: center;
    margin-bottom: 27px;
  }
  .l-clearfile-contents-target__pop {
    text-align: center;
    margin-bottom: 75px;
  }
  .l-clearfile-contents-target-slider {
    width: 710px;
    margin: 0 auto 80px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(92, 46, 30, 0.2);
    padding: 5px 0;
    overflow: hidden;
  }
  .l-clearfile-contents-target-slider__img img {
    margin: 0 auto;
  }
  .l-clearfile-contents-target__area {
    width: 750px;
    margin: 0 auto;
    background-color: #fb7b20;
    border-radius: 10px;
  }
  .l-clearfile-contents-target-accordion {
    padding: 11px 0 10px;
  }
  .l-clearfile-contents-target-accordion::after {
    content: "";
    background-image: url(../img/clearfile_target_item01_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 35px;
    height: 27px;
    position: absolute;
    right: 43px;
    top: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .l-clearfile-contents-target-accordion.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .l-clearfile-contents-target-accordion__title {
    text-align: center;
    line-height: 1;
  }
  .l-clearfile-contents-target__table {
    padding: 0 4px 4px;
  }
  .l-clearfile-contents-target__cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .l-clearfile-contents-target__cell span {
    text-align: left;
    font-size: 17px;
    color: #2b2b2b;
    line-height: 1;
    vertical-align: middle;
    padding: 15px 0 15px;
  }
  .l-clearfile-contents-target__cell span:first-of-type {
    width: 12%;
    padding-left: 30px;
  }
  .l-clearfile-contents-target__cell span:nth-child(2) {
    width: 49%;
    text-align: left;
  }
  .l-clearfile-contents-target__cell span:nth-child(3) {
    width: 7%;
    text-align: center;
  }
  .l-clearfile-contents-target__cell span:nth-child(4) {
    width: 32%;
    text-align: center;
  }
  .l-clearfile-contents-target__cell:nth-child(even) {
    background: #fcf7d8;
  }
  .l-clearfile-contents-target__cell:nth-child(odd) {
    background: #ffffff;
  }
  .l-clearfile-contents-target__cell:last-child {
    border-radius: 0 0 8px 8px;
  }
  .l-clearfile-contents-target__cell:first-of-type {
    background: #221715;
    border-radius: 10px 10px 0 0;
  }
  .l-clearfile-contents-target__cell:first-of-type span {
    text-align: center;
    font-size: 21px;
    color: #fffdf6;
    padding: 10px 0;
    line-height: 1;
  }
  .l-clearfile-contents-target__cell:first-of-type span:first-child {
    text-align: center;
  }
  .l-clearfile-contents-target__cell:first-of-type span:last-child {
    text-align: center;
    padding-right: 0;
  }
  .l-clearfile-contents-step__title {
    text-align: center;
    margin-bottom: 60px;
  }
  .l-clearfile-contents-step__img {
    text-align: center;
  }
  .l-sticker-contents-title__block {
    padding-top: 1px;
    padding-bottom: 41px;
    background-image: url(../img/sticker_title_bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(92, 46, 30, 0.5);
  }
  .l-sticker-contents-title__block::before {
    content: "";
    background-image: url(../img/sticker_title_bg_border.png);
    background-repeat: repeat-x;
    background-position: center top;
    display: inline-block;
    width: 100vw;
    height: 209px;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0;
  }
  .l-sticker-contents-title__img {
    position: relative;
    margin-top: -21px;
  }
  .l-sticker-contents__inner {
    width: 800px;
    margin: 50px auto 80px;
    position: relative;
  }
  .l-sticker-contents-block {
    position: relative;
    margin-bottom: 80px;
  }
  .l-sticker-contents-block.typeA {
    margin-bottom: -32px;
  }
  .l-sticker-contents-block.typeB {
    margin-bottom: 0;
  }
  .l-sticker-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-sticker-contents-block__length {
    text-align: center;
  }
  .l-sticker-contents-block__text {
    text-align: center;
    margin-bottom: 33px;
  }
  .l-sticker-contents-block__img {
    text-align: center;
    margin-bottom: 60px;
  }
  .l-sticker-contents-block__img.typeA {
    margin-bottom: 0;
  }
  .l-sticker-contents-block__note {
    margin-bottom: 70px;
  }
  .l-sticker-contents-target__title {
    text-align: center;
    margin-bottom: 70px;
  }
  .l-sticker-contents-target-slider {
    width: 710px;
    margin: 0 auto 80px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(92, 46, 30, 0.2);
    padding: 5px 0;
  }
  .l-sticker-contents-target-slider__img {
    text-align: center;
  }
  .l-sticker-contents-target-slider__img img {
    margin: 0 auto;
  }
  .l-sticker-contents-target__area {
    width: 750px;
    margin: 0 auto;
    background-color: #3dbac5;
    border-radius: 10px;
  }
  .l-sticker-contents-target-accordion {
    padding: 11px 0 10px;
  }
  .l-sticker-contents-target-accordion::after {
    content: "";
    background-image: url(../img/sticker_target_item01_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 35px;
    height: 27px;
    position: absolute;
    right: 43px;
    top: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .l-sticker-contents-target-accordion.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .l-sticker-contents-target-accordion__title {
    text-align: center;
    line-height: 1;
  }
  .l-sticker-contents-target__table {
    padding: 0 4px 4px;
  }
  .l-sticker-contents-target__cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .l-sticker-contents-target__cell span {
    text-align: left;
    font-size: 17px;
    color: #2b2b2b;
    line-height: 1;
    vertical-align: middle;
    padding: 15px 0 15px;
  }
  .l-sticker-contents-target__cell span:first-of-type {
    width: 15%;
    padding-left: 30px;
  }
  .l-sticker-contents-target__cell span:nth-child(2) {
    width: 45%;
    text-align: left;
  }
  .l-sticker-contents-target__cell span:nth-child(3) {
    width: 7%;
    text-align: center;
  }
  .l-sticker-contents-target__cell span:nth-child(4) {
    width: 33%;
    text-align: center;
  }
  .l-sticker-contents-target__cell:nth-child(even) {
    background: #e2f5f6;
  }
  .l-sticker-contents-target__cell:nth-child(odd) {
    background: #ffffff;
  }
  .l-sticker-contents-target__cell:last-child {
    border-radius: 0 0 8px 8px;
  }
  .l-sticker-contents-target__cell:first-of-type {
    background: #221715;
    border-radius: 10px 10px 0 0;
  }
  .l-sticker-contents-target__cell:first-of-type span {
    text-align: center;
    font-size: 21px;
    color: #fffdf6;
    padding: 10px 0;
    line-height: 1;
  }
  .l-sticker-contents-target__cell:first-of-type span:first-child {
    text-align: center;
  }
  .l-sticker-contents-target__cell:first-of-type span:last-child {
    text-align: center;
    padding-right: 0;
  }
  .l-sticker-contents-step__title {
    text-align: center;
    margin-bottom: 50px;
  }
  .l-sticker-contents-step__img {
    text-align: center;
  }
  .l-caution-contents-title {
    position: relative;
    text-align: center;
    margin-bottom: 33px;
  }
  .l-caution-contents-title::before {
    content: "";
    background-image: url(../img/sticker_caution_title_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    width: 100vw;
    height: 12px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .l-caution-contents-title__img {
    position: relative;
  }
  .l-caution-contents__inner {
    width: 750px;
    margin: 0 auto 90px;
  }
  .l-foods-contents-title__block {
    background-image: url(../img/foods_title_bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center;
    padding: 19px 0;
  }
  .l-foods-contents-title__img {
    padding: 40px 0 42px;
    position: relative;
  }
  .l-foods-contents__inner {
    width: 800px;
    margin: 60px auto 70px;
    position: relative;
    text-align: center;
  }
  .l-foods-contents-block {
    position: relative;
    margin-bottom: 60px;
  }
  .l-foods-contents-block.typeA {
    margin-bottom: 70px;
  }
  .l-foods-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-foods-contents-block__title {
    margin-bottom: 60px;
  }
  .l-foods-contents-block__inner {
    text-align: center;
  }
  .l-foods-contents-block__img {
    text-align: right;
    margin-right: 17px;
    margin-bottom: 50px;
  }
  .l-foods-contents-block__img.typeB {
    margin-right: 37px;
  }
  .l-foods-contents-block__note {
    margin-left: 50px;
    margin-bottom: 50px;
  }
  .l-foods-contents-block-btn {
    margin-bottom: 30px;
  }
  .l-broadcast-contents-title__block {
    background-image: url(../img/broadcast_title_bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center;
    padding: 18px 0 19px;
  }
  .l-broadcast-contents-title__img {
    padding: 32px 0 39px;
    position: relative;
  }
  .l-broadcast-contents__inner {
    width: 800px;
    margin: 60px auto 70px;
    position: relative;
  }
  .l-broadcast-contents-block {
    position: relative;
  }
  .l-broadcast-contents-block.typeA {
    margin-bottom: 70px;
  }
  .l-broadcast-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-broadcast-contents-block__read {
    text-align: center;
  }
  .l-broadcast-contents-block__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-broadcast-contents-block__inner {
    background-color: #fff;
    padding: 25px 30px 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(92, 46, 30, 0.2);
  }
  .l-broadcast-contents-block-product__title {
    line-height: 1;
    text-align: center;
  }
  .l-broadcast-contents-block-product__text {
    margin-top: 60px;
    font-weight: bold;
    text-align: left;
    font-size: 30px;
    color: #fb9120;
    display: inline-block;
  }
  .l-broadcast-contents-block-product__text.typeA {
    text-align: center;
  }
  .l-broadcast-contents-time__block {
    text-align: center;
    margin-bottom: 80px;
  }
  .l-broadcast-contents-time__block:last-child {
    margin-bottom: 0;
  }
  .l-broadcast-contents-time__title {
    text-align: center;
    margin-bottom: 40px;
  }
  .l-broadcast-contents-time__length {
    margin-bottom: 45px;
  }

  .accordion-title {
    position: relative;
    margin: 0;
    cursor: pointer;
  }
  .accordion-content {
    display: none;
  }

  .slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important;
  }

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

  .product__slider .slick-slide {
    margin-right: 0.3vw !important;
    margin-left: 0.3vw !important;
  }
  .product__slider .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .product__slider .slide-arrow.prev-arrow {
    left: 7%;
    z-index: 1;
  }
  .product__slider .slide-arrow.next-arrow {
    right: 7%;
  }

  .pagetop {
    z-index: 1;
    right: 58px;
  }

  .pagemenu {
    text-align: center;
    margin-bottom: 50px;
  }
  .pagemenu__item {
    margin-bottom: 20px;
  }
  .pagemenu__item:last-child {
    margin-bottom: 0;
  }

  div .visible-xs {
    display: none !important;
  }
}
/* SP用
-------------------------------------------- */
@media screen and (max-width: 750px) {
  body {
    -webkit-touch-callout: none;
    /* リンク長押しのポップアップを無効化 */
    -webkit-user-select: none;
    /* テキスト長押しの選択ボックスを無効化 */
  }

  div#wrapper-content {
    /* background-image: url(../img/main-image.png);*/
  }
  div#wrapper-content img {
    width: 100%;
    vertical-align: top;
  }

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

  #meychan_article {
    margin: auto;
  }
  #meychan_article img {
    vertical-align: top;
  }
  #meychan_contents {
    background-color: #ffffff;
  }

  .meychan-container {
    background-image: url(../img/outer_bg_sp.png);
    background-position: center top;
    background-size: 100%;
    background-repeat: repeat;
  }
  .meychan__body {
    margin: 4% 0 0;
  }

  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__item {
    color: #221715;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 70%;
  }
  .l-contents-block__item.space {
    padding-left: 0;
    text-indent: 0;
    margin-left: 5em;
  }
  .l-clearfile-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-clearfile-contents__inner {
    margin: 3% 2% 10%;
    position: relative;
  }
  .l-clearfile-contents-block {
    position: relative;
    margin-bottom: 6%;
  }
  .l-clearfile-contents-block.typeA {
    margin-bottom: -6%;
  }
  .l-clearfile-contents-block.typeB {
    margin-bottom: 10%;
  }
  .l-clearfile-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-clearfile-contents-block__text {
    margin: 0 4% 7% 9%;
  }
  .l-clearfile-contents-block__img {
    margin: 0 3% 6%;
  }
  .l-clearfile-contents-target__title {
    text-align: center;
    line-height: 1;
    margin: 0 1% 5%;
  }
  .l-clearfile-contents-target__pop {
    text-align: center;
    width: 82%;
    margin: 0 auto 10%;
  }
  .l-clearfile-contents-target-slider {
    width: 98%;
    margin: 0 auto 12%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px rgba(92, 46, 30, 0.2);
    padding: 1% 8%;
    overflow: hidden;
  }
  .l-clearfile-contents-target-slider__img img {
    margin: 0 auto;
  }
  .l-clearfile-contents-target__area {
    width: 98%;
    margin: 0 auto;
    background-color: #fb7b20;
    border-radius: 5px;
  }
  .l-clearfile-contents-target-accordion {
    padding: 1.5% 30%;
    line-height: 1;
  }
  .l-clearfile-contents-target-accordion::after {
    content: "";
    background-image: url(../img/clearfile_target_item01_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 52%;
    width: 5.2%;
    position: absolute;
    right: 2%;
    top: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .l-clearfile-contents-target-accordion.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .l-clearfile-contents-target-accordion__title {
    text-align: center;
    line-height: 1;
  }
  .l-clearfile-contents-target__table {
    padding: 0 1% 1%;
  }
  .l-clearfile-contents-target__cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2% 3.5%;
  }
  .l-clearfile-contents-target__cell span {
    text-align: left;
    font-size: 90%;
    color: #2b2b2b;
    vertical-align: middle;
  }
  .l-clearfile-contents-target__cell span:first-of-type {
    width: 10%;
    margin-right: auto;
  }
  .l-clearfile-contents-target__cell span:nth-child(2) {
    width: 88%;
  }
  .l-clearfile-contents-target__cell span:nth-child(3) {
    width: 10%;
    margin-right: auto;
  }
  .l-clearfile-contents-target__cell span:nth-child(4) {
    width: 88%;
  }
  .l-clearfile-contents-target__cell:nth-child(even) {
    background: #fefcef;
  }
  .l-clearfile-contents-target__cell:nth-child(odd) {
    background: #ffffff;
  }
  .l-clearfile-contents-target__cell:last-child {
    border-radius: 0 0 3px 3px;
  }
  .l-clearfile-contents-target__cell:first-of-type {
    background: #221715;
    padding: 1.5% 3.5% 1.5%;
    justify-content: center;
    border-radius: 5px 5px 0 0;
  }
  .l-clearfile-contents-target__cell:first-of-type span {
    line-height: 1;
    text-align: center;
    font-size: 85%;
    color: #fffdf6;
  }
  .l-clearfile-contents-target__cell:first-of-type span:after {
    content: "／";
  }
  .l-clearfile-contents-target__cell:first-of-type span:first-child {
    width: auto;
    margin-right: 0;
  }
  .l-clearfile-contents-target__cell:first-of-type span:nth-child(2) {
    width: auto;
    margin-right: 0;
  }
  .l-clearfile-contents-target__cell:first-of-type span:nth-child(3) {
    width: auto;
    margin-right: 0;
  }
  .l-clearfile-contents-target__cell:first-of-type span:last-child {
    width: auto;
    margin-left: 0;
  }
  .l-clearfile-contents-target__cell:first-of-type span:last-child:after {
    content: none;
  }
  .l-clearfile-contents-step__title {
    text-align: center;
    line-height: 1;
    margin-bottom: 7%;
  }
  .l-clearfile-contents-step__img {
    margin: 0 10%;
    text-align: center;
  }
  .l-sticker-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-sticker-contents__inner {
    margin: 4% 2% 10%;
    position: relative;
  }
  .l-sticker-contents-block {
    position: relative;
    margin-bottom: 12%;
  }
  .l-sticker-contents-block.typeA {
    margin-bottom: -7%;
  }
  .l-sticker-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-sticker-contents-block__text {
    margin: 0 1% 4% 9%;
  }
  .l-sticker-contents-block__img {
    margin: 0 -1.5% 6%;
  }
  .l-sticker-contents-block__img.typeA {
    margin: 0 -1.5% -14%;
  }
  .l-sticker-contents-target__title {
    text-align: center;
    line-height: 1;
    margin: 0 1% 5%;
  }
  .l-sticker-contents-target-slider {
    width: 98%;
    margin: 0 auto 12%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px rgba(92, 46, 30, 0.2);
    padding: 1% 8%;
    overflow: hidden;
  }
  .l-sticker-contents-target-slider__img img {
    margin: 0 auto;
  }
  .l-sticker-contents-target__area {
    width: 98%;
    margin: 0 auto;
    background-color: #3dbac5;
    border-radius: 5px;
  }
  .l-sticker-contents-target-accordion {
    padding: 1.5% 17%;
    line-height: 1;
  }
  .l-sticker-contents-target-accordion::after {
    content: "";
    background-image: url(../img/sticker_target_item01_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50%;
    width: 5.2%;
    position: absolute;
    right: 2%;
    top: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .l-sticker-contents-target-accordion.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .l-sticker-contents-target-accordion__title {
    text-align: center;
    line-height: 1;
  }
  .l-sticker-contents-target__table {
    padding: 0 1% 1%;
  }
  .l-sticker-contents-target__cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2% 3.5%;
  }
  .l-sticker-contents-target__cell span {
    text-align: left;
    font-size: 90%;
    color: #2b2b2b;
    vertical-align: middle;
  }
  .l-sticker-contents-target__cell span:first-of-type {
    width: 12%;
    margin-right: auto;
  }
  .l-sticker-contents-target__cell span:nth-child(2) {
    width: 86%;
  }
  .l-sticker-contents-target__cell span:nth-child(3) {
    width: 12%;
    margin-right: auto;
  }
  .l-sticker-contents-target__cell span:nth-child(4) {
    width: 85%;
  }
  .l-sticker-contents-target__cell:nth-child(even) {
    background: #e2f5f6;
  }
  .l-sticker-contents-target__cell:nth-child(odd) {
    background: #ffffff;
  }
  .l-sticker-contents-target__cell:last-child {
    border-radius: 0 0 3px 3px;
  }
  .l-sticker-contents-target__cell:first-of-type {
    background: #221715;
    padding: 1.5% 3.5% 1.5%;
    justify-content: center;
    border-radius: 5px 5px 0 0;
  }
  .l-sticker-contents-target__cell:first-of-type span {
    line-height: 1;
    text-align: center;
    font-size: 85%;
    color: #fffdf6;
  }
  .l-sticker-contents-target__cell:first-of-type span:after {
    content: "／";
  }
  .l-sticker-contents-target__cell:first-of-type span:first-child {
    width: auto;
    margin-right: 0;
  }
  .l-sticker-contents-target__cell:first-of-type span:nth-child(2) {
    width: auto;
    margin-right: 0;
  }
  .l-sticker-contents-target__cell:first-of-type span:nth-child(3) {
    width: auto;
    margin-right: 0;
  }
  .l-sticker-contents-target__cell:first-of-type span:last-child {
    width: auto;
    margin-left: 0;
  }
  .l-sticker-contents-target__cell:first-of-type span:last-child:after {
    content: none;
  }
  .l-sticker-contents-step__title {
    text-align: center;
    line-height: 1;
    margin-bottom: 7%;
  }
  .l-sticker-contents-step__img {
    margin: 0 10%;
    text-align: center;
  }
  .l-caution-contents-title {
    text-align: center;
    line-height: 1;
    margin-bottom: 4%;
  }
  .l-caution-contents__inner {
    text-align: left;
    margin: 0 2% 8%;
    position: relative;
  }
  .l-foods-contents__title__block {
    text-align: center;
  }
  .l-foods-contents__inner {
    margin: 3% 2% 8%;
    position: relative;
  }
  .l-foods-contents-block {
    position: relative;
    margin-bottom: 8%;
  }
  .l-foods-contents-block.typeA {
    margin-bottom: 9%;
  }
  .l-foods-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-foods-contents-block__title {
    margin-bottom: 8%;
  }
  .l-foods-contents-block__img.typeA {
    margin: 0 0 5% 8%;
  }
  .l-foods-contents-block__img.typeB {
    margin: 0 0 5% 5%;
  }
  .l-foods-contents-block__note {
    margin-bottom: 5%;
  }
  .l-foods-contents-block-btn {
    width: 85%;
    margin: 0 auto 3%;
  }
  .l-broadcast-contents-title__block {
    text-align: center;
  }
  .l-broadcast-contents__inner {
    margin: 4% 2% 9%;
    position: relative;
  }
  .l-broadcast-contents-block {
    position: relative;
  }
  .l-broadcast-contents-block.typeA {
    margin-bottom: 8%;
  }
  .l-broadcast-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-broadcast-contents-block__title {
    text-align: center;
    line-height: 1;
    margin-bottom: 4%;
  }
  .l-broadcast-contents-block__inner {
    background-color: #fff;
    padding: 4% 4%;
    box-shadow: 0px 0px 5px 0px rgba(92, 46, 30, 0.2);
    border-radius: 10px;
  }
  .l-broadcast-contents-block__read {
    margin: 0 10%;
  }
  .l-broadcast-contents-block-product__title {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    line-height: 1;
  }
  .l-broadcast-contents-block-product__text {
    font-weight: 500;
    text-align: left;
    margin: 0 auto;
    font-size: 105%;
    color: #fb9120;
    display: inline-block;
  }
  .l-broadcast-contents-block-product__text.typeA {
    margin-top: 8%;
    font-weight: bold;
    text-align: center;
  }
  .l-broadcast-contents-time__block {
    text-align: center;
    margin-bottom: 8%;
  }
  .l-broadcast-contents-time__block:last-child {
    margin-bottom: 0;
  }
  .l-broadcast-contents-time__title {
    text-align: center;
    width: 50%;
    margin: 0 auto 6%;
    line-height: 1;
  }
  .l-broadcast-contents-time__length {
    margin: 0 -2% 7%;
  }

  .accordion-title {
    position: relative;
    margin: 0;
    cursor: pointer;
  }
  .accordion-content {
    display: none;
  }

  .slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important;
  }

  div#wrapper-content .slide-arrow {
    width: 5%;
  }

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

  .pagemenu {
    text-align: center;
    margin: 0 1.5% 6%;
  }
  .pagemenu__item {
    margin-bottom: 3%;
  }
  .pagemenu__item:last-child {
    margin-bottom: 0;
  }

  .pagetop {
    width: 21%;
    right: 1%;
    z-index: 1;
  }
}
/* Common
------------------------------------------------------------- */
.wf-hannari {
  font-family: "Hannari";
}

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

.color-red {
  color: #cc0000;
}
.color-green {
  color: #009944;
}
.color-blue {
  color: #033256;
}
.color-pink {
  color: #e95471;
}
.color-white {
  color: #ffffff;
}

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

@media print {
  body {
    display: none !important;
  }
}
/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.coming {
  position: relative;
  background: #e70012;
  text-align: center;
}

@media screen and (min-width: 751px) {
  div#wrapper-content .coming {
    padding: 8px 0 8px;
  }
  div#wrapper-content .coming img {
    width: 60px;
  }

  .main__area {
    width: 800px;
    margin: 0 auto;
  }
  .main__visual {
    padding-top: 23px;
    text-align: left;
  }

  .kv__area {
    background-image: url(../img/main_bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    padding-bottom: 19px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 750px) {
  div#wrapper-content .coming {
    padding: 1% 0;
    line-height: 1;
  }
  div#wrapper-content .coming img {
    width: 12.5%;
  }

  .main__visual {
    text-align: center;
  }
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contact {
    background-image: url(../img/common_inquiry_bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    margin-bottom: 60px;
  }
  .l-contact__body {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 62px 0 60px;
  }

  .foot__btn {
    margin-top: 40px;
  }

  .snslist {
    z-index: 1;
    position: relative;
    text-align: center;
    letter-spacing: -0.4em;
    padding: 100px 0 20px;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }

  .l-bnr {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-top: 60px;
  }
  .l-bnr__item {
    margin-bottom: 30px;
  }
  .l-bnr__item:last-child {
    margin-bottom: 0;
  }
  .l-bnr__item a:hover {
    opacity: 0.6;
  }

  .l-copy {
    font-size: 20px;
    font-weight: 500;
    color: #221715;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .page__bnr {
    text-align: center;
    margin: 0 2% 6%;
  }

  .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-contact {
    background-image: url(../img/common_inquiry_bg_sp.png);
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: center top;
    margin-bottom: 4%;
  }
  .l-contact__body {
    padding: 7% 10.5% 8%;
  }
  .l-contact__item {
    display: inline-block;
    margin-bottom: 3%;
  }
  .l-contact__item:last-child {
    margin-bottom: 0;
  }
  .l-contact__item a {
    display: block;
  }
  .l-contact__link {
    margin-bottom: 4%;
  }
  .l-contact img {
    margin: auto;
  }

  .foot__btn {
    margin: 6% 3% 0 4%;
  }

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

  .l-bnr {
    margin-top: 7%;
  }
  .l-bnr__item {
    margin-bottom: 7%;
  }
  .l-bnr__item:last-child {
    margin: 0 11% 0 12%;
  }

  .l-copy {
    font-size: 70%;
    line-height: 1;
    color: #221715;
    text-align: center;
  }
}
.icon {
  display: inline;
}

div#wrapper-content img.text {
  width: 78%;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-nav__body {
    margin-bottom: 70px;
  }
  .l-nav__body.typeA {
    margin-bottom: 100px;
  }
  .l-nav__block {
    width: 800px;
    margin: 0 auto 50px;
    text-align: center;
  }
  .l-nav__block:last-child {
    margin-bottom: 0;
  }
  .l-nav__title {
    margin-bottom: 30px;
  }
  .l-nav__item:nth-child(2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .l-nav__body {
    margin: 0 1.5% 7%;
  }
  .l-nav__body.typeA {
    margin-bottom: 9%;
  }
  .l-nav__block {
    margin: 0 auto 6%;
    text-align: center;
  }
  .l-nav__block:last-child {
    margin-bottom: 0;
  }
  .l-nav__title {
    width: 55%;
    margin: 0 auto 3%;
  }
  .l-nav__title.typeA {
    width: 68%;
  }
  .l-nav__item {
    margin-bottom: 3%;
  }
  .l-nav__item:nth-child(2) {
    margin-top: 5%;
  }
  .l-nav__item:last-child {
    margin-bottom: 0;
  }
}