@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;
  }

  #pjsekai_contents {
    overflow: hidden;
    background: #e8f5f9;
    background: linear-gradient(0deg, #e8f5f9 0%, rgba(0, 136, 157, 0.7) 100%) repeat top center fixed;
  }
  #pjsekai_article {
    background: url(../img/outer_bg01.png) repeat top center fixed;
    margin: auto;
  }
  #pjsekai_article img {
    vertical-align: top;
  }

  .pjsekai__body {
    margin: auto;
    position: relative;
  }
  .pjsekai-container {
    background: url(../img/outer_bg02.png) repeat top center fixed;
  }

  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__item {
    color: #292929;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 0 2px #ffffff, -2px 0 2px #ffffff, 0 2px 2px #ffffff, 0 -2px 2px #ffffff;
  }
  .l-goods-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-goods-contents-title__block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    transform: translateY(-50%);
    width: 100vw;
    height: 170px;
    background-color: #0054a7;
  }
  .l-goods-contents-title__img {
    text-align: center;
    position: relative;
  }
  .l-goods-contents__section {
    margin-bottom: 60px;
  }
  .l-goods-contents__section.typeA {
    margin-bottom: 37px;
  }
  .l-goods-contents__section:last-child {
    margin-bottom: 0;
  }
  .l-goods-contents__inner {
    width: 750px;
    margin: 40px auto 0;
    position: relative;
    text-align: center;
  }
  .l-goods-contents-block {
    position: relative;
    margin-bottom: 30px;
  }
  .l-goods-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-goods-contents-block__bg {
    background-color: #ffffff;
    border-radius: 15px;
  }
  .l-goods-contents-block__inner {
    padding: 25px 29px 70px;
    text-align: center;
  }
  .l-goods-contents-block__price01 {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-goods-contents-block__price02 {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-goods-contents-block__price03 {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-goods-contents-block__price04 {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-goods-contents-block__price05 {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-goods-contents-block__text01 {
    text-align: center;
    margin-bottom: 40px;
  }
  .l-goods-contents-block__text03 {
    text-align: center;
  }
  .l-goods-contents-block__img01 {
    text-align: center;
    margin-bottom: 60px;
  }
  .l-goods-contents-block__img01.typeC {
    margin-bottom: 70px;
  }
  .l-goods-contents-block__img02 {
    text-align: center;
    margin-bottom: 60px;
  }
  .l-goods-contents-block__img02.typeF {
    margin-bottom: 70px;
  }
  .l-goods-contents-block__img03 {
    text-align: center;
    margin-bottom: 60px;
  }
  .l-goods-contents-block__img03.typeC {
    margin-bottom: 70px;
  }
  .l-goods-contents-block__img03.typeD {
    margin-bottom: 60px;
  }
  .l-goods-contents-block__img04 {
    text-align: center;
    margin-bottom: 60px;
  }
  .l-goods-contents-block__img04.typeF {
    margin-bottom: 70px;
  }
  .l-goods-contents-block__img05 {
    text-align: center;
    margin-bottom: 60px;
  }
  .l-goods-contents-block__img05.typeE {
    margin-bottom: 70px;
  }
  .l-goods-contents-block-btn {
    margin-top: 60px;
    margin-bottom: 15px;
  }
  .l-goods-contents-block-loppi-btn__list {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .l-goods-contents-block-loppi-btn__list:last-child {
    margin-bottom: 0;
  }
  .l-goods-contents-block-loppi-btn__item:first-child {
    margin-bottom: 10px;
  }
  .l-reserve-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-reserve-contents-title__block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 54%;
    transform: translateY(-50%);
    width: 100vw;
    height: 95px;
    background-color: #0054a7;
  }
  .l-reserve-contents-title__img {
    text-align: center;
    position: relative;
  }
  .l-reserve-contents__inner {
    width: 750px;
    margin: 40px auto 0;
    position: relative;
    text-align: center;
  }
  .l-reserve-contents-block {
    position: relative;
    margin-bottom: 60px;
  }
  .l-reserve-contents-block.typeA {
    margin-bottom: 40px;
  }
  .l-reserve-contents-block.typeB {
    margin-bottom: 30px;
  }
  .l-reserve-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-reserve-contents-block__inner {
    padding: 25px 19px 59px;
    text-align: center;
  }
  .l-reserve-contents-block__price {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-reserve-contents-block__img {
    text-align: center;
    margin-bottom: 40px;
  }
  .l-reserve-contents-block__img.typeB {
    margin-bottom: 35px;
  }
  .l-reserve-contents-block__img.typeD {
    text-align: right;
    margin-right: 7px;
  }
  .l-reserve-contents-block__img.typeE {
    text-align: right;
    margin-bottom: 70px;
  }
  .l-reserve-contents-block__note {
    margin: 0 10px;
  }
  .l-reserve-contents-block-loppi__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-reserve-contents-block-loppi__inner {
    padding: 30px 15px 70px;
  }
  .l-reserve-contents-block-loppi__text {
    text-align: left;
    margin-left: 5px;
  }
  .l-reserve-contents-block-loppi__text.typeA {
    margin-bottom: 14px;
  }
  .l-reserve-contents-block-loppi__note {
    margin-top: 60px;
  }
  .l-reserve-contents-block-loppi-btn__list {
    margin-top: 60px;
  }
  .l-reserve-contents-block-loppi-btn__item:first-child {
    margin-bottom: 10px;
  }
  .l-reserve-contents-product {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 62px;
    background-image: url(../img/reserve_item01_border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .l-reserve-contents-product:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    background-image: none;
  }
  .l-reserve-contents-product__title {
    text-align: center;
    margin-bottom: 28px;
  }
  .l-reserve-contents-product__body {
    padding: 50px 19px 70px;
  }
  .l-reserve-contents-product__block {
    margin-bottom: 50px;
  }
  .l-reserve-contents-product__block:last-child {
    margin-bottom: 0;
  }
  .l-reserve-contents-product__name01 {
    margin-bottom: 50px;
  }
  .l-reserve-contents-product__name02 {
    margin-bottom: 50px;
  }
  .l-reserve-contents-product__name03 {
    margin-bottom: 50px;
  }
  .l-reserve-contents-product__name04 {
    margin-bottom: 50px;
  }
  .l-reserve-contents-product__number01 {
    margin-bottom: 30px;
  }
  .l-reserve-contents-product__number02 {
    margin-bottom: 30px;
  }
  .l-reserve-contents-product__number03 {
    margin-bottom: 30px;
  }
  .l-reserve-contents-product__number04 {
    margin-bottom: 30px;
  }
  .l-clearfile-contents__bg {
    background-image: url(../img/clearfile_bg.png);
    background-color: #0054a7;
    border-top: 6px solid #ffffff;
    border-bottom: 6px solid #ffffff;
    padding: 23px 0 22px;
  }
  .l-clearfile-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-clearfile-contents-title__block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: 95px;
    background-color: #0054a7;
  }
  .l-clearfile-contents-title__img {
    text-align: center;
    position: relative;
  }
  .l-clearfile-contents__section {
    margin-bottom: 60px;
  }
  .l-clearfile-contents__section.typeA {
    margin-bottom: 37px;
  }
  .l-clearfile-contents__section:last-child {
    margin-bottom: 0;
  }
  .l-clearfile-contents__inner {
    width: 750px;
    margin: 30px auto 0;
    position: relative;
    text-align: center;
  }
  .l-clearfile-contents-block {
    position: relative;
    margin-bottom: 70px;
  }
  .l-clearfile-contents-block.typeA {
    margin-bottom: 20px;
  }
  .l-clearfile-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-clearfile-contents-block__inner {
    text-align: center;
  }
  .l-clearfile-contents-block__read {
    text-align: center;
  }
  .l-clearfile-contents-block__length {
    text-align: center;
  }
  .l-clearfile-contents-block__text {
    text-align: center;
    margin-bottom: 45px;
  }
  .l-clearfile-contents-block__img {
    text-align: center;
    margin-bottom: 50px;
  }
  .l-clearfile-contents-block__note {
    padding: 0 20px;
  }
  .l-clearfile-contents-target__title {
    margin-bottom: 40px;
    text-align: center;
  }
  .l-clearfile-contents-target__pop {
    text-align: center;
    margin-bottom: 70px;
  }
  .l-clearfile-contents-target__inner {
    border-radius: 15px;
    background-color: #ffffff;
    padding: 17px 10px 10px;
  }
  .l-clearfile-contents-target-slider__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-clearfile-contents-target-slider__inner {
    margin: 0 auto 18px;
  }
  .l-clearfile-contents-target-slider__note {
    margin-left: 16px;
  }
  .l-clearfile-contents-target-slider__img img {
    margin: 0 auto;
  }
  .l-clearfile-contents-target-accordion {
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    padding: 10px 0 11px;
    position: relative;
    z-index: 1;
    background-color: #009fb7;
  }
  .l-clearfile-contents-target-accordion::after {
    content: "";
    background-image: url(../img/clearfile_target_item01_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 20px;
    position: absolute;
    z-index: 1;
    right: 40px;
    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 {
    border: 2px solid #009fb7;
    border-top: none;
  }
  .l-clearfile-contents-target__cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .l-clearfile-contents-target__cell .spacer {
    display: none;
  }
  .l-clearfile-contents-target__cell .cell__item {
    text-align: center;
    font-size: 18px;
    color: #212022;
    line-height: 1;
    vertical-align: middle;
    padding: 20px 0 20px;
  }
  .l-clearfile-contents-target__cell .cell__item.typeA {
    width: 13%;
    padding-left: 28px;
    text-align: left;
  }
  .l-clearfile-contents-target__cell .cell__item.typeB {
    width: 47%;
    text-align: left;
    letter-spacing: -1px;
    padding-left: 8px;
  }
  .l-clearfile-contents-target__cell .cell__item.typeC {
    width: 8%;
  }
  .l-clearfile-contents-target__cell .cell__item.typeD {
    width: 32%;
  }
  .l-clearfile-contents-target__cell .cell__item span {
    margin-left: 0.5em;
  }
  .l-clearfile-contents-target__cell:nth-child(even) {
    background: #edf8fa;
  }
  .l-clearfile-contents-target__cell:nth-child(odd) {
    background: #ffffff;
  }
  .l-clearfile-contents-target__cell:first-of-type {
    background: #555577;
    align-items: center;
  }
  .l-clearfile-contents-target__cell:first-of-type .cell__item {
    text-align: left;
    font-size: 18px;
    color: #fffdf6;
    padding: 8px 0 6px;
    line-height: 1.2;
  }
  .l-clearfile-contents-target__cell:first-of-type .cell__item:first-child {
    padding-left: 10px;
  }
  .l-clearfile-contents-target__cell:first-of-type .cell__item:nth-child(2) {
    text-align: center;
  }
  .l-clearfile-contents-target__cell:first-of-type .cell__item:nth-child(3) {
    text-align: center;
  }
  .l-clearfile-contents-target__cell:first-of-type .cell__item:last-child {
    text-align: center;
    padding-right: 0;
  }
  .l-clearfile-contents-step__title {
    margin-bottom: 40px;
    text-align: center;
  }
  .l-clearfile-contents-step__img {
    margin-left: 14px;
    text-align: center;
  }
  .l-clearsheet-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-clearsheet-contents-title__block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: 95px;
    background-color: #0054a7;
  }
  .l-clearsheet-contents-title__img {
    text-align: center;
    position: relative;
  }
  .l-clearsheet-contents__section {
    margin-bottom: 60px;
  }
  .l-clearsheet-contents__section.typeA {
    margin-bottom: 37px;
  }
  .l-clearsheet-contents__section:last-child {
    margin-bottom: 0;
  }
  .l-clearsheet-contents__inner {
    width: 750px;
    margin: 20px auto 0;
    position: relative;
    text-align: center;
  }
  .l-clearsheet-contents-block {
    position: relative;
    margin-bottom: 70px;
  }
  .l-clearsheet-contents-block.typeA {
    margin-bottom: 70px;
  }
  .l-clearsheet-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-clearsheet-contents-block__inner {
    text-align: center;
  }
  .l-clearsheet-contents-block__read {
    text-align: center;
  }
  .l-clearsheet-contents-block__length {
    text-align: center;
  }
  .l-clearsheet-contents-block__text {
    text-align: center;
    margin-bottom: 45px;
  }
  .l-clearsheet-contents-block__img {
    text-align: center;
  }
  .l-clearsheet-contents-block__img.typeA {
    margin-bottom: 65px;
  }
  .l-clearsheet-contents-block__img.typeB {
    margin-bottom: 50px;
  }
  .l-clearsheet-contents-block__img.typeC {
    margin-bottom: 40px;
  }
  .l-clearsheet-contents-block__img.typeD {
    margin-bottom: 50px;
  }
  .l-clearsheet-contents-block__note {
    padding: 0 20px;
  }
  .l-clearsheet-contents-target__title {
    margin-bottom: 50px;
    text-align: center;
  }
  .l-clearsheet-contents-target__pop {
    text-align: center;
    margin-bottom: 70px;
  }
  .l-clearsheet-contents-target__inner {
    border-radius: 15px;
    background-color: #ffffff;
    padding: 7px 10px 10px;
  }
  .l-clearsheet-contents-target-slider__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-clearsheet-contents-target-slider__inner {
    margin: 0 auto 43px;
  }
  .l-clearsheet-contents-target-slider__img img {
    margin: 0 auto;
  }
  .l-clearsheet-contents-target-accordion {
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    padding: 10px 0 11px;
    position: relative;
    z-index: 1;
    background-color: #009fb7;
  }
  .l-clearsheet-contents-target-accordion::after {
    content: "";
    background-image: url(../img/clearfile_target_item01_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 20px;
    position: absolute;
    z-index: 1;
    right: 40px;
    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-clearsheet-contents-target-accordion.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .l-clearsheet-contents-target-accordion__title {
    text-align: center;
    line-height: 1;
  }
  .l-clearsheet-contents-target__table {
    border: 2px solid #009fb7;
    border-top: none;
  }
  .l-clearsheet-contents-target__cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .l-clearsheet-contents-target__cell .spacer {
    display: none;
  }
  .l-clearsheet-contents-target__cell .cell__item {
    text-align: center;
    font-size: 18px;
    color: #212022;
    line-height: 1;
    vertical-align: middle;
    padding: 20px 0 20px;
  }
  .l-clearsheet-contents-target__cell .cell__item.typeA {
    width: 14%;
    padding-left: 10px;
    text-align: left;
  }
  .l-clearsheet-contents-target__cell .cell__item.typeB {
    width: 46%;
    text-align: left;
    letter-spacing: -1px;
    padding-left: 8px;
  }
  .l-clearsheet-contents-target__cell .cell__item.typeC {
    width: 8%;
  }
  .l-clearsheet-contents-target__cell .cell__item.typeD {
    width: 32%;
  }
  .l-clearsheet-contents-target__cell .cell__item span {
    margin-left: 0.5em;
  }
  .l-clearsheet-contents-target__cell:nth-child(even) {
    background: #edf8fa;
  }
  .l-clearsheet-contents-target__cell:nth-child(odd) {
    background: #ffffff;
  }
  .l-clearsheet-contents-target__cell:first-of-type {
    background: #555577;
    align-items: center;
  }
  .l-clearsheet-contents-target__cell:first-of-type .cell__item {
    text-align: left;
    font-size: 18px;
    color: #fffdf6;
    padding: 8px 0 6px;
    line-height: 1.2;
  }
  .l-clearsheet-contents-target__cell:first-of-type .cell__item:first-child {
    padding-left: 10px;
  }
  .l-clearsheet-contents-target__cell:first-of-type .cell__item:nth-child(2) {
    text-align: center;
  }
  .l-clearsheet-contents-target__cell:first-of-type .cell__item:nth-child(3) {
    text-align: center;
  }
  .l-clearsheet-contents-target__cell:first-of-type .cell__item:last-child {
    text-align: center;
    padding-right: 0;
  }
  .l-clearsheet-contents-step__title {
    margin-bottom: 8px;
    text-align: center;
  }
  .l-clearsheet-contents-step__img {
    margin-left: 10px;
    text-align: center;
  }
  .l-clearsheet-contents-caution__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-foods-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-foods-contents-title__block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: 166px;
    background-color: #0054a7;
  }
  .l-foods-contents-title__img {
    text-align: center;
    position: relative;
  }
  .l-foods-contents__inner {
    width: 750px;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 40px auto 0;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
  }
  .l-foods-contents-block {
    position: relative;
    margin-bottom: 70px;
  }
  .l-foods-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-foods-contents-block__title {
    margin-bottom: 35px;
  }
  .l-foods-contents-block__inner {
    text-align: center;
  }
  .l-foods-contents-block__product {
    margin-bottom: 40px;
  }
  .l-foods-contents-block__product:last-child {
    margin-bottom: 0;
  }
  .l-foods-contents-block__price {
    margin-bottom: 25px;
  }
  .l-foods-contents-block__img {
    text-align: center;
    margin-bottom: 25px;
  }
  .l-foods-contents-block-btn {
    margin-bottom: 20px;
  }
  .l-foods-contents-block__note {
    padding: 0 20px;
  }
  .l-tissue-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-tissue-contents-title__block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: 206px;
    background-color: #0054a7;
  }
  .l-tissue-contents-title__img {
    text-align: center;
    position: relative;
  }
  .l-tissue-contents__inner {
    width: 750px;
    margin: 45px auto 0;
    position: relative;
    text-align: center;
  }
  .l-tissue-contents-block {
    position: relative;
    margin-bottom: 65px;
  }
  .l-tissue-contents-block.typeA {
    margin-bottom: 55px;
  }
  .l-tissue-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-tissue-contents-block__price {
    text-align: center;
    margin-bottom: 48px;
  }
  .l-tissue-contents-block__title {
    margin-bottom: 20px;
  }
  .l-tissue-contents-block__img {
    margin-bottom: 70px;
  }
  .l-tissue-contents-block__img:last-child {
    margin-bottom: 60px;
  }
  .l-tissue-contents-block-btn {
    margin-bottom: 20px;
  }
  .l-tissue-contents-block__note {
    padding: 0 20px;
  }
  .l-xpost-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-xpost-contents-title__block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: 70px;
    background-color: #0054a7;
  }
  .l-xpost-contents-title__img {
    text-align: center;
    position: relative;
  }
  .l-xpost-contents__inner {
    width: 750px;
    margin: 55px auto 0;
    position: relative;
    text-align: center;
  }
  .l-xpost-contents-block {
    position: relative;
    margin-bottom: 90px;
  }
  .l-xpost-contents-block.typeA {
    margin-bottom: 70px;
  }
  .l-xpost-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-xpost-contents-block__read {
    text-align: center;
    margin-bottom: 65px;
  }
  .l-xpost-contents-block__length {
    text-align: center;
  }
  .l-xpost-contents-block__title {
    margin-bottom: 20px;
  }
  .l-xpost-contents-block__img {
    margin-bottom: 65px;
  }
  .l-xpost-contents-block__btn {
    position: relative;
    text-align: center;
  }
  .l-xpost-contents-block-caution {
    width: 694px;
    margin: 0 auto;
  }
  .l-xpost-contents-block-caution__contents {
    position: relative;
    margin-bottom: 80px;
  }
  .l-xpost-contents-block-caution__contents:last-child {
    margin-bottom: 0;
  }
  .l-xpost-contents-block-caution__title {
    text-align: center;
    margin: 0 auto 25px;
  }
  .l-xpost-contents-block-caution__inner {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 29px 28px 30px;
  }
  .l-xpost-contents-block-caution__block {
    margin-bottom: 1em;
  }
  .l-xpost-contents-block-caution__block:last-child {
    margin-bottom: 0;
  }
  .l-xpost-contents-block-caution__subtitle {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
  }
  .l-xpost-contents-block-caution__list.typeA {
    margin-left: 1em;
  }
  .l-xpost-contents-block-caution__item {
    font-weight: 500;
    text-align: left;
    color: #333333;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-xpost-contents-block-caution__item.typeA {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .l-xpost-contents-block-caution__link {
    text-align: left;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-xpost-contents-block-caution__link a {
    font-weight: 500;
    color: #0054a7;
  }
  .l-broadcast-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-broadcast-contents-title__block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: 95px;
    background-color: #0054a7;
  }
  .l-broadcast-contents-title__img {
    text-align: center;
    position: relative;
  }
  .l-broadcast-contents__inner {
    width: 750px;
    margin: 40px auto 0;
    position: relative;
    text-align: center;
  }
  .l-broadcast-contents-block {
    position: relative;
    margin-bottom: 60px;
  }
  .l-broadcast-contents-block.typeA {
    margin-bottom: 30px;
  }
  .l-broadcast-contents-block.typeB {
    margin-bottom: 55px;
  }
  .l-broadcast-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-broadcast-contents-block__title {
    margin-bottom: 30px;
  }
  .l-broadcast-contents-block__inner {
    width: 694px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 35px 0 60px;
    text-align: center;
  }
  .l-broadcast-contents-block-product__title {
    line-height: 1;
    text-align: center;
  }
  .l-broadcast-contents-block-product__text {
    margin-top: 48px;
    font-weight: bold;
    text-align: left;
    font-size: 28px;
    color: #555577;
    display: inline-block;
  }
  .l-broadcast-contents-block-product__text.typeA {
    text-align: center;
  }
  .l-broadcast-contents-time__title {
    text-align: center;
    margin-bottom: 28px;
  }
  .l-broadcast-contents-time__length {
    margin-bottom: 38px;
  }

  .accordion-title {
    position: relative;
    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: 4%;
    z-index: 1;
  }
  .slide-arrow.next-arrow {
    right: 4%;
  }

  .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;
    /* リンク長押しのポップアップを無効化 */
    user-select: 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;
  }

  #pjsekai_contents {
    background: #e8f5f9;
    background: linear-gradient(0deg, #e8f5f9 0%, rgba(0, 136, 157, 0.7) 100%) repeat top center fixed;
  }
  #pjsekai_contents::before {
    content: "";
    display: block;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 80%;
    background-repeat: repeat;
    background-position: top center;
    background-image: url(../img/outer_bg01.png);
  }
  #pjsekai_article {
    margin: auto;
  }
  #pjsekai_article::before {
    content: "";
    display: block;
    margin: auto;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 5%;
    background-repeat: repeat;
    background-position: top center;
    background-image: url(../img/outer_bg02.png);
  }
  #pjsekai_article img {
    vertical-align: top;
  }

  .pjsekai-container {
    position: relative;
  }

  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__list.typeB {
    margin-left: 3%;
  }
  .l-contents-block__item {
    color: #292929;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 70%;
    font-weight: 500;
    text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 0 2px #ffffff, -2px 0 2px #ffffff, 0 2px 2px #ffffff, 0 -2px 2px #ffffff;
  }
  .l-contents-block__item.space {
    padding-left: 0;
    text-indent: 0;
    margin-left: 5em;
  }
  .l-goods-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-goods-contents-title__img {
    text-align: center;
    position: relative;
  }
  .l-goods-contents__section {
    margin-bottom: 10%;
  }
  .l-goods-contents__section:last-child {
    margin-bottom: 0;
  }
  .l-goods-contents__inner {
    margin: 5% 1% 0;
    position: relative;
    text-align: center;
  }
  .l-goods-contents-block {
    position: relative;
    margin-bottom: 4%;
  }
  .l-goods-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-goods-contents-block__bg {
    background-color: #ffffff;
    border-radius: 8px;
  }
  .l-goods-contents-block__inner {
    padding: 3% 3% 8%;
    text-align: center;
  }
  .l-goods-contents-block__price01 {
    text-align: center;
    width: 55%;
    margin: 0 auto 5%;
  }
  .l-goods-contents-block__price02 {
    text-align: center;
    width: 63%;
    margin: 0 auto 4%;
  }
  .l-goods-contents-block__price03 {
    text-align: center;
    width: 55%;
    margin: 0 auto 4%;
  }
  .l-goods-contents-block__price04 {
    text-align: center;
    width: 55%;
    margin: 0 auto 4%;
  }
  .l-goods-contents-block__price05 {
    text-align: center;
    width: 55%;
    margin: 0 auto 4%;
  }
  .l-goods-contents-block__text01 {
    text-align: center;
    width: 97%;
    margin: 0 auto 5%;
  }
  .l-goods-contents-block__text03 {
    text-align: center;
    width: 97%;
    margin: 0 auto;
  }
  .l-goods-contents-block__img01 {
    text-align: center;
    margin-bottom: 7%;
  }
  .l-goods-contents-block__img01.typeC {
    margin-bottom: 8%;
  }
  .l-goods-contents-block__img02 {
    text-align: center;
    margin-bottom: 7%;
  }
  .l-goods-contents-block__img02.typeF {
    margin-bottom: 8%;
  }
  .l-goods-contents-block__img03 {
    text-align: center;
    margin-bottom: 7%;
  }
  .l-goods-contents-block__img03.typeC {
    margin-bottom: 8%;
  }
  .l-goods-contents-block__img03.typeD {
    margin-bottom: 10%;
  }
  .l-goods-contents-block__img04 {
    text-align: center;
    margin-bottom: 7%;
  }
  .l-goods-contents-block__img04.typeF {
    margin-bottom: 8%;
  }
  .l-goods-contents-block__img05 {
    text-align: center;
    margin-bottom: 7%;
  }
  .l-goods-contents-block__img05.typeE {
    margin-bottom: 8%;
  }
  .l-goods-contents-block-btn {
    width: 93%;
    margin: 7% auto 1%;
  }
  .l-goods-contents-block-loppi-btn__list {
    width: 93%;
    margin: 5% auto 8%;
  }
  .l-goods-contents-block-loppi-btn__list:last-child {
    margin-bottom: 0;
  }
  .l-goods-contents-block-loppi-btn__item:first-child {
    margin-bottom: 2%;
  }
  .l-reserve-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-reserve-contents-title__img {
    text-align: center;
    position: relative;
  }
  .l-reserve-contents__inner {
    margin: 5% 1% 0;
    position: relative;
    text-align: center;
  }
  .l-reserve-contents-block {
    position: relative;
    margin-bottom: 8%;
  }
  .l-reserve-contents-block.typeA {
    margin-bottom: 5%;
  }
  .l-reserve-contents-block.typeB {
    margin-bottom: 4%;
  }
  .l-reserve-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-reserve-contents-block__length {
    width: 88%;
    margin: 0 auto;
  }
  .l-reserve-contents-block__inner {
    padding: 4% 2% 8%;
    text-align: center;
  }
  .l-reserve-contents-block__price {
    text-align: center;
    width: 65%;
    margin: 0 auto 5%;
  }
  .l-reserve-contents-block__img {
    text-align: center;
  }
  .l-reserve-contents-block__img.typeA {
    width: 91%;
    margin: 0 auto 5% 2%;
  }
  .l-reserve-contents-block__img.typeB {
    width: 91%;
    margin: 0 auto 7% 3%;
  }
  .l-reserve-contents-block__img.typeC {
    width: 69%;
    margin: 0 auto 5% 13%;
  }
  .l-reserve-contents-block__img.typeD {
    width: 86%;
    margin: 0 auto 6% 11%;
  }
  .l-reserve-contents-block__img.typeE {
    width: 89%;
    margin: 0 2% 8% auto;
  }
  .l-reserve-contents-block-loppi__title {
    text-align: center;
    margin-bottom: 1%;
  }
  .l-reserve-contents-block-loppi__inner {
    padding: 4% 2% 7%;
  }
  .l-reserve-contents-block-loppi__text {
    text-align: left;
    margin-left: 2%;
  }
  .l-reserve-contents-block-loppi__text.typeA {
    margin-right: 4%;
    margin-bottom: 2%;
  }
  .l-reserve-contents-block-loppi__text.typeB {
    margin-right: 12%;
  }
  .l-reserve-contents-block-loppi__note {
    margin-top: 8%;
  }
  .l-reserve-contents-block-loppi-btn__list {
    width: 91%;
    margin: 8% auto 0;
  }
  .l-reserve-contents-block-loppi-btn__item:first-child {
    margin-bottom: 2%;
  }
  .l-reserve-contents-product {
    text-align: center;
    margin-bottom: 7%;
    padding-bottom: 8%;
    background-image: url(../img/reserve_item01_border.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .l-reserve-contents-product:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    background-image: none;
  }
  .l-reserve-contents-product__title {
    text-align: center;
    width: 57%;
    margin: 0 auto 2%;
  }
  .l-reserve-contents-product__body {
    padding: 6% 1% 8%;
  }
  .l-reserve-contents-product__block {
    margin-bottom: 7%;
  }
  .l-reserve-contents-product__block:last-child {
    margin-bottom: 0;
  }
  .l-reserve-contents-product__name01 {
    line-height: 1;
    width: 55%;
    margin: 1% auto 6%;
  }
  .l-reserve-contents-product__name02 {
    line-height: 1;
    width: 44%;
    margin: 0 auto 6%;
  }
  .l-reserve-contents-product__name03 {
    line-height: 1;
    width: 50%;
    margin: 0 auto 6%;
  }
  .l-reserve-contents-product__name04 {
    line-height: 1;
    width: 85%;
    margin: 1% auto 6%;
  }
  .l-reserve-contents-product__number01 {
    line-height: 1;
    margin: 0 auto;
  }
  .l-reserve-contents-product__number01.typeA {
    width: 65%;
    margin-bottom: 5%;
  }
  .l-reserve-contents-product__number01.typeB {
    width: 78%;
    margin-bottom: 5%;
  }
  .l-reserve-contents-product__number02 {
    line-height: 1;
    margin: 0 auto;
  }
  .l-reserve-contents-product__number02.typeA {
    width: 54%;
    margin-bottom: 4%;
  }
  .l-reserve-contents-product__number02.typeB {
    width: 65%;
    margin-bottom: 4%;
  }
  .l-reserve-contents-product__number03 {
    line-height: 1;
    margin: 0 auto;
  }
  .l-reserve-contents-product__number03.typeA {
    width: 65%;
    margin-bottom: 4%;
  }
  .l-reserve-contents-product__number03.typeB {
    width: 78%;
    margin-bottom: 4%;
  }
  .l-reserve-contents-product__number04 {
    line-height: 1;
    width: 85%;
    margin: 0 auto 5%;
  }
  .l-reserve-contents-product__price01 {
    line-height: 1;
    margin: 0 auto;
  }
  .l-reserve-contents-product__price01.typeA {
    width: 47%;
  }
  .l-reserve-contents-product__price01.typeB {
    width: 50%;
  }
  .l-reserve-contents-product__price02 {
    line-height: 1;
    margin: 0 auto;
  }
  .l-reserve-contents-product__price02.typeA {
    width: 48%;
  }
  .l-reserve-contents-product__price02.typeB {
    width: 50%;
  }
  .l-reserve-contents-product__price03 {
    line-height: 1;
    margin: 0 auto;
  }
  .l-reserve-contents-product__price03.typeA {
    width: 46%;
  }
  .l-reserve-contents-product__price03.typeB {
    width: 50%;
  }
  .l-reserve-contents-product__price04 {
    line-height: 1;
    width: 51%;
    margin: 0 auto;
  }
  .l-clearfile-contents__bg {
    background-image: url(../img/clearfile_bg.png);
    background-size: 4%;
    background-color: #0054a7;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    padding: 3% 0 3%;
  }
  .l-clearfile-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-clearfile-contents__section {
    margin-bottom: 9%;
  }
  .l-clearfile-contents__section.typeA {
    margin-bottom: 5%;
  }
  .l-clearfile-contents__section:last-child {
    margin-bottom: 0;
  }
  .l-clearfile-contents__inner {
    margin: 5% 1% 0;
    position: relative;
  }
  .l-clearfile-contents__inner.typeA {
    margin-top: 4%;
  }
  .l-clearfile-contents-block {
    position: relative;
    margin-bottom: 8%;
  }
  .l-clearfile-contents-block.typeA {
    margin-bottom: 3%;
  }
  .l-clearfile-contents-block.typeB {
    margin-bottom: 9%;
  }
  .l-clearfile-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-clearfile-contents-block__read {
    width: 98%;
    margin: 0 auto;
  }
  .l-clearfile-contents-block__length {
    width: 85%;
    margin: 0 auto;
  }
  .l-clearfile-contents-block__inner {
    padding: 0 1%;
  }
  .l-clearfile-contents-block__inner.typeA {
    padding: 0 1% 6%;
  }
  .l-clearfile-contents-block__text {
    width: 80%;
    margin: 0 auto 6%;
  }
  .l-clearfile-contents-block__img {
    margin: 0 0.5% 6%;
  }
  .l-clearfile-contents-target__title {
    line-height: 1;
    width: 38%;
    margin: 0 auto 3%;
  }
  .l-clearfile-contents-target__inner {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 2% 1.5% 1.5%;
    margin: 0 1%;
  }
  .l-clearfile-contents-target__pop {
    text-align: center;
    width: 98%;
    margin: 0 0 10% auto;
  }
  .l-clearfile-contents-target-slider__title {
    text-align: center;
    width: 38%;
    margin: 0 auto 4%;
  }
  .l-clearfile-contents-target-slider__inner {
    margin: 0 auto 3%;
    padding: 0 3%;
  }
  .l-clearfile-contents-target-slider__img img {
    margin: 0 auto;
  }
  .l-clearfile-contents-target-accordion {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    padding: 1% 27% 1%;
    position: relative;
    z-index: 1;
    background-color: #009fb7;
  }
  .l-clearfile-contents-target-accordion::after {
    content: "";
    background-image: url(../img/clearfile_target_item01_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 41%;
    width: 6.5%;
    position: absolute;
    right: 1.5%;
    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 {
    border: 1px solid #009fb7;
    border-top: none;
  }
  .l-clearfile-contents-target__cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1% 3%;
  }
  .l-clearfile-contents-target__cell .spacer {
    width: 100%;
  }
  .l-clearfile-contents-target__cell .cell__item {
    text-align: left;
    font-size: 80%;
    color: #252525;
    vertical-align: middle;
  }
  .l-clearfile-contents-target__cell .cell__item.typeA {
    margin-right: 1em;
  }
  .l-clearfile-contents-target__cell .cell__item.typeC {
    margin-right: 1em;
  }
  .l-clearfile-contents-target__cell .cell__item span {
    margin-left: 0.5em;
  }
  .l-clearfile-contents-target__cell:nth-child(even) {
    background: #edf8fa;
  }
  .l-clearfile-contents-target__cell:nth-child(odd) {
    background: #ffffff;
  }
  .l-clearfile-contents-target__cell:first-of-type {
    background: #555577;
    padding: 1.5% 3.5% 1.5%;
    justify-content: center;
  }
  .l-clearfile-contents-target__cell:first-of-type .cell__item {
    line-height: 1;
    text-align: center;
    font-size: 80%;
    color: #fffdf6;
  }
  .l-clearfile-contents-target__cell:first-of-type .cell__item:after {
    content: "／";
  }
  .l-clearfile-contents-target__cell:first-of-type .cell__item:first-child {
    width: auto;
    margin-right: 0;
  }
  .l-clearfile-contents-target__cell:first-of-type .cell__item:nth-child(2) {
    width: auto;
    margin-right: 0;
  }
  .l-clearfile-contents-target__cell:first-of-type .cell__item:nth-child(3) {
    width: auto;
    margin-right: 0;
  }
  .l-clearfile-contents-target__cell:first-of-type .cell__item:last-child {
    width: auto;
    margin-left: 0;
  }
  .l-clearfile-contents-target__cell:first-of-type .cell__item:last-child:after {
    content: none;
  }
  .l-clearfile-contents-step__title {
    line-height: 1;
    width: 38%;
    margin: 0 auto 4%;
  }
  .l-clearfile-contents-step__img {
    margin-right: 2%;
    margin-left: 3%;
    text-align: center;
  }
  .l-clearsheet-contents-title__block {
    position: relative;
    text-align: center;
  }
  .l-clearsheet-contents__inner {
    margin: 5% 1% 0;
    position: relative;
  }
  .l-clearsheet-contents__inner.typeA {
    margin-top: 4%;
  }
  .l-clearsheet-contents-block {
    position: relative;
    margin-bottom: 8%;
  }
  .l-clearsheet-contents-block.typeA {
    margin-bottom: 3%;
  }
  .l-clearsheet-contents-block.typeB {
    margin-bottom: 8%;
  }
  .l-clearsheet-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-clearsheet-contents-block__inner {
    padding: 0 1%;
  }
  .l-clearsheet-contents-block__inner.typeA {
    padding: 0 1% 6%;
  }
  .l-clearsheet-contents-block__text {
    width: 80%;
    margin: 0 auto 6%;
  }
  .l-clearsheet-contents-block__img {
    margin: 0 auto;
  }
  .l-clearsheet-contents-block__img.typeA {
    width: 94%;
    margin-bottom: 9%;
  }
  .l-clearsheet-contents-block__img.typeB {
    width: 98%;
    margin-bottom: 7%;
  }
  .l-clearsheet-contents-block__img.typeC {
    width: 98%;
    margin-bottom: 6%;
  }
  .l-clearsheet-contents-block__img.typeD {
    width: 92%;
    margin-bottom: 6%;
  }
  .l-clearsheet-contents-target__title {
    line-height: 1;
    width: 37%;
    margin: 0 auto 4%;
  }
  .l-clearsheet-contents-target__inner {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 2% 1.5% 1.5%;
    margin: 0 1%;
  }
  .l-clearsheet-contents-target__pop {
    text-align: center;
    width: 98%;
    margin: 0 0 9% auto;
  }
  .l-clearsheet-contents-target-slider__title {
    text-align: center;
    width: 38%;
    margin: 0 auto 3%;
  }
  .l-clearsheet-contents-target-slider__inner {
    margin: 0 auto 3%;
    padding: 0 3%;
  }
  .l-clearsheet-contents-target-slider__img img {
    margin: 0 auto;
  }
  .l-clearsheet-contents-target-accordion {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    padding: 1% 28% 1%;
    position: relative;
    z-index: 1;
    background-color: #009fb7;
  }
  .l-clearsheet-contents-target-accordion::after {
    content: "";
    background-image: url(../img/clearfile_target_item01_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 41%;
    width: 6.5%;
    position: absolute;
    right: 1.5%;
    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-clearsheet-contents-target-accordion.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .l-clearsheet-contents-target-accordion__title {
    text-align: center;
    line-height: 1;
  }
  .l-clearsheet-contents-target__table {
    border: 1px solid #009fb7;
    border-top: none;
  }
  .l-clearsheet-contents-target__cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1% 3%;
  }
  .l-clearsheet-contents-target__cell .spacer {
    width: 100%;
  }
  .l-clearsheet-contents-target__cell .cell__item {
    text-align: left;
    font-size: 80%;
    color: #252525;
    vertical-align: middle;
  }
  .l-clearsheet-contents-target__cell .cell__item.typeA {
    margin-right: 1em;
  }
  .l-clearsheet-contents-target__cell .cell__item.typeC {
    margin-right: 1em;
  }
  .l-clearsheet-contents-target__cell:nth-child(even) {
    background: #edf8fa;
  }
  .l-clearsheet-contents-target__cell:nth-child(odd) {
    background: #ffffff;
  }
  .l-clearsheet-contents-target__cell:first-of-type {
    background: #555577;
    padding: 1.5% 3.5% 1.5%;
    justify-content: center;
  }
  .l-clearsheet-contents-target__cell:first-of-type .cell__item {
    line-height: 1;
    text-align: center;
    font-size: 80%;
    color: #fffdf6;
  }
  .l-clearsheet-contents-target__cell:first-of-type .cell__item:after {
    content: "／";
  }
  .l-clearsheet-contents-target__cell:first-of-type .cell__item:first-child {
    width: auto;
    margin-right: 0;
  }
  .l-clearsheet-contents-target__cell:first-of-type .cell__item:nth-child(2) {
    width: auto;
    margin-right: 0;
  }
  .l-clearsheet-contents-target__cell:first-of-type .cell__item:nth-child(3) {
    width: auto;
    margin-right: 0;
  }
  .l-clearsheet-contents-target__cell:first-of-type .cell__item:last-child {
    width: auto;
    margin-left: 0;
  }
  .l-clearsheet-contents-target__cell:first-of-type .cell__item:last-child:after {
    content: none;
  }
  .l-clearsheet-contents-step__title {
    line-height: 1;
    width: 38%;
    margin: 0 auto;
  }
  .l-clearsheet-contents-step__img {
    margin-right: 3%;
    margin-left: 5%;
    text-align: center;
  }
  .l-clearsheet-contents-caution__title {
    line-height: 1;
    width: 38%;
    margin: 0 auto 3%;
  }
  .l-foods-contents__title__block {
    text-align: center;
  }
  .l-foods-contents__inner {
    margin: 5% 1% 0;
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    padding-bottom: 6%;
  }
  .l-foods-contents-block {
    position: relative;
    margin-bottom: 7%;
  }
  .l-foods-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-foods-contents-block__title {
    margin-bottom: 5%;
  }
  .l-foods-contents-block__inner {
    padding: 0 2%;
  }
  .l-foods-contents-block__product {
    margin-bottom: 6%;
  }
  .l-foods-contents-block__product:last-child {
    margin-bottom: 0;
  }
  .l-foods-contents-block__price {
    width: 66%;
    margin: 0 auto 4%;
  }
  .l-foods-contents-block__img {
    margin: 0 0.5% 4%;
  }
  .l-foods-contents-block-btn {
    width: 91%;
    margin: 0 auto 1%;
  }
  .l-foods-contents-block__note {
    padding: 0 2%;
  }
  .l-tissue-contents__title__block {
    text-align: center;
  }
  .l-tissue-contents__inner {
    margin: 6% 1% 0;
    position: relative;
  }
  .l-tissue-contents-block {
    position: relative;
    margin-bottom: 8%;
  }
  .l-tissue-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-tissue-contents-block__price {
    width: 81%;
    margin: 0 auto 0 9.5%;
  }
  .l-tissue-contents-block__img {
    width: 92%;
    margin: 0 auto 9%;
  }
  .l-tissue-contents-block-btn {
    width: 88%;
    margin: 0 auto 1%;
  }
  .l-tissue-contents-block__note {
    padding: 0 2%;
  }
  .l-xpost-contents__title__block {
    text-align: center;
  }
  .l-xpost-contents__inner {
    margin: 7% 1% 0;
    position: relative;
  }
  .l-xpost-contents-block {
    position: relative;
    margin-bottom: 10%;
  }
  .l-xpost-contents-block.typeA {
    margin-bottom: 9%;
  }
  .l-xpost-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-xpost-contents-block__read {
    text-align: center;
    margin: 0 6% 7%;
  }
  .l-xpost-contents-block__length {
    margin: 0 6%;
  }
  .l-xpost-contents-block__img {
    width: 80%;
    margin: 0 auto 9%;
  }
  .l-xpost-contents-block__btn {
    margin: 0 6%;
    position: relative;
    text-align: center;
  }
  .l-xpost-contents-block-caution__title {
    width: 46%;
    margin: 0 auto 2%;
  }
  .l-xpost-contents-block-caution__inner {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 3% 3% 6%;
  }
  .l-xpost-contents-block-caution__block {
    margin-bottom: 1em;
  }
  .l-xpost-contents-block-caution__block:last-child {
    margin-bottom: 0;
  }
  .l-xpost-contents-block-caution__subtitle {
    text-align: left;
    color: #333333;
    font-size: 85%;
    font-weight: bold;
    margin-left: 1%;
  }
  .l-xpost-contents-block-caution__list.typeA {
    margin-left: 1em;
  }
  .l-xpost-contents-block-caution__item {
    text-align: left;
    color: #333333;
    font-size: 70%;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-xpost-contents-block-caution__item.typeA {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .l-xpost-contents-block-caution__link {
    text-align: left;
    font-size: 70%;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-xpost-contents-block-caution__link a {
    color: #0054a7;
  }
  .l-broadcast-contents__title__block {
    text-align: center;
  }
  .l-broadcast-contents__inner {
    margin: 5% 1% 0;
    position: relative;
  }
  .l-broadcast-contents-block {
    position: relative;
    margin-bottom: 8%;
  }
  .l-broadcast-contents-block.typeA {
    margin-bottom: 4%;
  }
  .l-broadcast-contents-block.typeB {
    margin-bottom: 6%;
  }
  .l-broadcast-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-broadcast-contents-block__title {
    margin: 0 auto;
  }
  .l-broadcast-contents-block__title.typeA {
    width: 85%;
    margin-bottom: 5%;
  }
  .l-broadcast-contents-block__title.typeB {
    margin-bottom: 4%;
  }
  .l-broadcast-contents-block__inner {
    background-color: #fff;
    padding: 4% 3% 8%;
    border-radius: 8px;
  }
  .l-broadcast-contents-block-product__title {
    text-align: center;
    width: 34%;
    margin: 0 auto;
    line-height: 1;
  }
  .l-broadcast-contents-block-product__text {
    font-weight: 500;
    text-align: left;
    margin: 0 auto;
    font-size: 110%;
    color: #555577;
    display: inline-block;
    margin-top: 5%;
  }
  .l-broadcast-contents-block-product__text.typeA {
    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: 34%;
    margin: 0 auto 4%;
    line-height: 1;
  }
  .l-broadcast-contents-time__length {
    margin: 0 auto;
  }
  .l-broadcast-contents-time__length.typeA {
    width: 76%;
    margin-bottom: 5%;
  }
  .l-broadcast-contents-time__length.typeB {
    width: 45%;
    margin-bottom: 5%;
  }

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

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

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

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

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

  .pagetop {
    width: 18%;
    right: 1%;
    z-index: 2;
  }
}
/* 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: #e60012;
  text-align: center;
}

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

  .main__area {
    width: 894px;
    margin: 0 auto;
  }
  .main__visual {
    text-align: left;
  }
  .main__text {
    margin-top: 67px;
    text-align: center;
  }

  .kv__area {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 750px) {
  #maga_head_wrap {
    background-color: #ffffff;
    z-index: 1;
  }

  div#wrapper-content .coming {
    padding: 1% 0;
    line-height: 1;
  }
  div#wrapper-content .coming img {
    width: 12.5%;
  }

  .main__visual {
    text-align: center;
  }
  .main__text {
    margin-top: 9%;
  }
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contact {
    margin: 0 auto 90px;
  }
  .l-contact__body {
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    text-align: center;
  }
  .l-contact__inner {
    border-top: 6px solid #009fb7;
    border-bottom: 6px solid #009fb7;
    background-color: #ffffff;
    text-align: center;
    padding: 22px 0 24px;
  }

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

  .l-bnr {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-top: 95px;
    margin-bottom: 90px;
  }
  .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: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 1;
  }
  .l-copy.typeA {
    padding: 40px 0 20px;
  }

  .fixed_bnr {
    background-color: #009fb7;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 2;
    line-height: 1;
  }
  .fixed_bnr .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .fixed_bnr img {
    width: auto;
  }
  .fixed_bnr a {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .spfooter {
    position: relative;
    z-index: 1;
  }

  .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 {
    width: 100%;
    margin: 0 auto 12%;
  }
  .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;
  }

  .snslist {
    text-align: center;
    letter-spacing: -0.4em;
    padding: 12% 0 5%;
  }
  .snslist__item {
    vertical-align: middle;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
    border: 2px solid #ffffff;
    border-radius: 3px;
  }

  .l-bnr {
    width: 86%;
    margin: 13% auto 12%;
  }

  .l-copy {
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    width: 97%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
  }
  .l-copy.typeA {
    padding: 8% 0 5%;
  }

  .fixed_bnr {
    background-color: #fa79b5;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 2;
    line-height: 1;
  }
  .fixed_bnr .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .fixed_bnr img {
    width: auto;
  }
  .fixed_bnr a {
    display: block;
    margin: 0 auto;
  }
}
.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: 0;
  }
  .l-nav__block {
    width: 713px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .l-nav__block:last-child {
    margin-bottom: 0;
  }
  .l-nav__title {
    text-align: center;
    margin-bottom: 10px;
  }
  .l-nav__title.typeA {
    margin-bottom: 16px;
  }
  .l-nav__list.typeA {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
  }
  .l-nav__item {
    margin-bottom: 20px;
  }
  .l-nav__item:last-child {
    margin-bottom: 0;
  }
  .l-nav__item.typeA {
    margin-bottom: 14px;
  }
  .l-nav__item.typeB {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 750px) {
  .l-nav__body {
    margin: 0 2.5% 10%;
  }
  .l-nav__body.typeA {
    margin-bottom: 0;
  }
  .l-nav__block {
    margin: 0 auto 4%;
    text-align: center;
  }
  .l-nav__block:last-child {
    margin-bottom: 0;
  }
  .l-nav__title {
    width: 64%;
    margin: 0 auto 2%;
  }
  .l-nav__title.typeA {
    margin-bottom: 1%;
  }
  .l-nav__list.typeA {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
  }
  .l-nav__item {
    margin-bottom: 3%;
  }
  .l-nav__item:last-child {
    margin-bottom: 0;
  }
  .l-nav__item.typeA {
    width: 49%;
    margin-bottom: 0;
  }
  .l-nav__item.typeB {
    width: 49%;
    margin-bottom: 0;
  }
}